basspistol.com/artists.html

51 lines
1.1 KiB
HTML
Raw Normal View History

2019-04-01 23:16:35 +02:00
---
title: Basspistol Artists
subtitle: Roster
2020-07-10 11:46:33 +02:00
description: 'The Basspistol roster, united powerful syndicated Artists. Ordinary people with extraordinary visions'
2020-07-11 09:07:24 +02:00
tags:
- basspistol
- artists
- rosters
- franky
- fresco
- jokko
- sakrecoer
- max Park
- fraglebay
- sweatsky
- tikov
2019-04-02 00:28:32 +02:00
video_path: /assets/vid/artists.mp4
2020-07-09 10:15:00 +02:00
image: /assets/vid/artists.jpg
2019-04-01 23:16:35 +02:00
---
2020-07-09 10:15:00 +02:00
2020-07-10 11:46:33 +02:00
{% include relBase.html %}
2020-09-08 18:07:38 +02:00
{% include header.html %}
2020-07-10 11:46:33 +02:00
2019-04-01 23:16:35 +02:00
{% assign sorted = site.data.artists | sort: 'id' %}
2020-09-08 18:07:38 +02:00
{% for post in sorted %}
2020-07-10 11:46:33 +02:00
2020-09-25 11:35:37 +02:00
<section class="front-section" id="read">
2020-07-10 11:46:33 +02:00
2020-09-08 18:07:38 +02:00
<div style="background-image:url({{ post.image }})">
<p class="editor-link"><a href="cloudcannon:collections/_artists/{{ post.path }}" rel="nofollow"
2020-09-11 12:27:25 +02:00
class="btn"><strong>&#9998;</strong> Edit Post</a></p>
2020-07-10 11:46:33 +02:00
</div>
2020-09-08 18:07:38 +02:00
<div class="description">
<div class="container">
<div class="">
<h3></h3>
{{ post.description }}
</div>
<div>
2020-09-11 12:27:25 +02:00
<p><a class="button" href="{{ post.link }}?ref=TheMusicSyndicateWasHere" traget="_blank" rel="noopener" >🌍 {{ post.display_name }}</a></p>
2020-09-08 18:07:38 +02:00
</div>
</div>
2020-07-10 11:46:33 +02:00
</div>
2020-09-08 18:07:38 +02:00
2020-07-10 11:46:33 +02:00
</section>
2019-04-01 23:16:35 +02:00
{% endfor %}