basspistol.com/links.html

53 lines
1.6 KiB
HTML
Raw Normal View History

2019-04-01 23:16:35 +02:00
---
title: Links
subtitle: Links
description: 'Venture outside of your daily web-routine, read about some real projects. These links are way more than just Friends and Resources'
keywords: Links, music, record, labels, resources, friends
2019-04-02 00:28:32 +02:00
video_path: /assets/vid/links.mp4
2020-07-09 10:15:00 +02:00
image: /assets/vid/links.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">
2019-02-28 17:06:17 +01:00
2020-07-10 11:46:33 +02:00
<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>
</div>
</section>
2019-04-01 23:16:35 +02:00
{% assign sorted = site.data.links | sort: 'title' %}
{% for link 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>{{ link.title }}</h2>
<p>{{ link.banner }}</p>
<ul class="actions stacked">
<li><a href="{{ link.url }}?ref=TheOuternationalMusicSyndicateWasHere" target="_blank" rel="noopener" style="text-decoration:none;" class="button">Visit</a></li>
</ul>
</div>
<div class="image">
<img src="{{ relBase }}/images/emptypixel.png" alt="{{ page.title | smartify }}" />
</div>
</section>
2019-04-01 23:16:35 +02:00
{% endfor %}
{% include footer.html %}
2020-07-10 11:46:33 +02:00
</body>
</html>
2020-07-09 10:15:00 +02:00