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
poster_image: /assets/vid/artists.jpg
2019-04-01 23:16:35 +02:00
---
2019-02-28 17:06:17 +01:00
<!DOCTYPE html>
< html >
< head >
2019-12-16 12:12:57 +01:00
{% include relBase.html %}
2019-04-01 23:16:35 +02:00
{% include metahead.html %}
2019-11-05 15:18:23 +01:00
{% include matomo.html %}
2019-02-28 17:06:17 +01:00
< / head >
< body >
2019-04-01 23:16:35 +02:00
{% include navmenu.html %}
2019-02-28 17:06:17 +01:00
< div id = "content" >
2019-04-01 23:16:35 +02:00
{% include videopageheader.html %}
2019-02-28 17:06:17 +01:00
< 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 noreferrer" > ours,< / a > you should contact them ASAP< / p >
< / 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 >
< h2 > < a href = "{{ artist.web }}" target = "_blank" rel = "noopener noreferrer" 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 >
< / div >
< / body >
< / html >