setto.basspistol.com/links.html

41 lines
738 B
HTML
Raw Normal View History

2020-07-24 14:34:09 +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
tags:
- links
- music
- record
- labels
- resources
- friends
2020-08-05 13:04:19 +02:00
image: /images/pages/phone.jpg
2020-07-24 14:34:09 +02:00
---
{% include relBase.html %}
2020-08-04 12:07:59 +02:00
{% include header.html %}
2020-07-27 12:40:30 +02:00
2020-07-24 14:34:09 +02:00
{% assign sorted = site.data.links | sort: 'title' %}
2020-08-04 12:07:59 +02:00
{% for post in sorted %}
<section class="links" style="margin:0;">
2020-07-24 14:34:09 +02:00
2020-08-05 13:04:19 +02:00
<!-- <div class=linksbg></div> -->
2020-08-04 12:07:59 +02:00
<div class="description">
<h2>{{ post.title }}</h2>
2020-07-24 14:34:09 +02:00
2020-08-04 12:07:59 +02:00
<p>{{ post.description }}</p>
2020-08-05 13:04:19 +02:00
<p><a href="{{ post.url }}?ref=ToSettoSetto" class="button" rel="noopener" target="_blank">Visit</a></p>
2020-08-04 12:07:59 +02:00
</div>
2020-07-24 14:34:09 +02:00
2020-08-04 12:07:59 +02:00
</section>
2020-07-24 14:34:09 +02:00
2020-08-04 12:07:59 +02:00
{% endfor %}
2020-07-24 14:34:09 +02:00