basspistol.com/artists.html
Set Hallstrom 6fbb3c3e21 keywords
2020-07-11 09:07:24 +02:00

63 lines
2 KiB
HTML

---
title: Basspistol Artists
subtitle: Roster
description: 'The Basspistol roster, united powerful syndicated Artists. Ordinary people with extraordinary visions'
tags:
- basspistol
- artists
- rosters
- franky
- fresco
- jokko
- sakrecoer
- max Park
- fraglebay
- sweatsky
- tikov
video_path: /assets/vid/artists.mp4
image: /assets/vid/artists.jpg
---
{% include relBase.html %}
<!-- Banner -->
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center">
<div class="image">
<img src="{{ relBase }}{{ page.image }}" alt="{{ page.title | smartify }}" class="editable" />
</div>
</section>
<!-- NEWS -->
<section id="news" class="wrapper style1 align-center">
<div class="inner" style="padding-top: 40px;">
<h1>{{ page.title }}</h1>
<p>{{ page.description }}</p>
<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>
</section>
{% assign sorted = site.data.artists | sort: 'id' %}
{% for artist in sorted %}
<section id="second" class="spotlight style2 orient-{% cycle 'left', 'right' %} content-align-{% cycle 'right', 'left' %} image-position-center onscroll-image-fade-in" {% if forloop.index == 1 %}style="box-shadow: none;" {% endif %}>
<div class="content">
<h2>{{ artist.display_name }}</h2>
<!-- <p>{{ artist.bio }}</p> -->
<ul class="actions stacked">
<li><a href="{{ artist.web }}?ref=TheOuternationalMusicSyndicate" target="_blank" rel="noopener" style="text-decoration:none;" class="button">Visit</a></li>
</ul>
</div>
<div class="image">
<img src="{{ relBase }}{{ artist.image }}" alt="{{ artist.display_name | smartify }}" />
</div>
</section>
{% endfor %}
{% include footer.html %}
</body>
</html>