2019-04-01 23:16:35 +02:00
---
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
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
2019-02-28 17:06:17 +01:00
< div class = "fitter" >
< div class = "description" >
< h1 > Ordinary people with extraordinary visions< / h1 >
2020-02-21 21:12:13 +01:00
< 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 >
2019-02-28 17:06:17 +01:00
< / div >
2019-04-01 23:16:35 +02:00
{% assign sorted = site.data.artists | sort: 'id' %}
{% for artist in sorted %}
2019-02-28 17:06:17 +01:00
< div class = "articles" >
2019-04-01 23:16:35 +02:00
< div class = "artistimg" style = "background-image:url(..{{ artist.image }})" > < / div >
2020-02-18 13:18:49 +01:00
< h2 > < a href = "{{ artist.web }}?ref=TheOuternationalMusicSyndicate" target = "_blank" rel = "noopener" style = "text-decoration:none;" > {{ artist.display_name }}< / a > < / h2 >
2019-02-28 17:06:17 +01:00
< / div >
2019-04-01 23:16:35 +02:00
{% endfor %}
{% include footer.html %}
2019-02-28 17:06:17 +01:00
< / div >
2020-07-09 10:15:00 +02:00
2019-02-28 17:06:17 +01:00
< / body >
< / html >