basspistol.com/artists.html
2020-07-09 10:15:00 +02:00

29 lines
1.1 KiB
HTML

---
title: Basspistol Artists
subtitle: Roster
description: 'The Basspistol roster, united powerful syndicated Artists'
keywords: basspistol, artists, rosters, Franky, Fresco, Jokko, Sakrecoer, Max Park, Fraglebay, Sweatsky, Tikov
video_path: /assets/vid/artists.mp4
image: /assets/vid/artists.jpg
---
<div class="fitter">
<div class="description">
<h1>Ordinary people with extraordinary visions</h1>
<p>Our Artists are free and independent: We have no exclusivity deals. If you feel you can offer these Geniuses a better deal then <a href="https://github.com/Basspistol/Music-Syndicate" target="_blank" rel="noopener">ours,</a> you should contact them ASAP</p>
</div>
{% assign sorted = site.data.artists | sort: 'id' %}
{% for artist in sorted %}
<div class="articles">
<div class="artistimg" style="background-image:url(..{{ artist.image }})"></div>
<h2><a href="{{ artist.web }}?ref=TheOuternationalMusicSyndicate" target="_blank" rel="noopener" style="text-decoration:none;">{{ artist.display_name }}</a></h2>
</div>
{% endfor %}
{% include footer.html %}
</div>
</body>
</html>