basspistol.com/links.html

34 lines
927 B
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
2019-04-02 00:34:34 +02:00
poster_image: /assets/vid/links.jpg
2019-04-01 23:16:35 +02:00
---
2019-02-28 17:06:17 +01:00
<!DOCTYPE html>
<html>
<head>
2019-04-01 23:16:35 +02:00
{% include metahead.html %}
2019-11-05 15:21:10 +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">
2019-04-01 23:16:35 +02:00
{% assign sorted = site.data.links | sort: 'title' %}
2019-02-28 17:06:17 +01:00
2019-04-01 23:16:35 +02:00
{% for link in sorted %}
2019-02-28 17:06:17 +01:00
<div class="records" style="border-bottom: solid 1px #f4ffe8;">
2019-04-01 23:16:35 +02:00
<h2><a href="{{ link.url }}?ref=TheOuternationalMusicSyndicateWasHere" style="text-decoration:none;">{{ link.title }}</a></h2>
<p>{{ link.banner }} </p>
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>