basspistol.com/artists.html

63 lines
2 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 %}
<!-- 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>
2019-04-01 23:16:35 +02:00
{% assign sorted = site.data.artists | sort: 'id' %}
{% for artist in sorted %}
2020-07-10 11:46:33 +02:00
<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>
2020-07-10 18:05:33 +02:00
<!-- <p>{{ artist.bio }}</p> -->
2020-07-10 11:46:33 +02:00
<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">
2020-07-10 18:05:33 +02:00
<img src="{{ relBase }}{{ artist.image }}" alt="{{ artist.display_name | smartify }}" />
2020-07-10 11:46:33 +02:00
</div>
</section>
2019-04-01 23:16:35 +02:00
{% endfor %}
{% include footer.html %}
2020-07-10 11:46:33 +02:00
2019-02-28 17:06:17 +01:00
2020-07-09 10:15:00 +02:00
2019-02-28 17:06:17 +01:00
</body>
</html>