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'
|
2020-07-11 09:07:24 +02:00
|
|
|
tags:
|
|
|
|
- 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 %}
|
2020-09-08 18:07:38 +02:00
|
|
|
{% include header.html %}
|
2019-02-28 17:06:17 +01:00
|
|
|
|
2019-04-01 23:16:35 +02:00
|
|
|
{% assign sorted = site.data.links | sort: 'title' %}
|
2020-09-08 18:07:38 +02:00
|
|
|
{% for post in sorted %}
|
|
|
|
<section class="links" style="margin:0;">
|
|
|
|
|
|
|
|
<!-- <div class=linksbg></div> -->
|
|
|
|
<div class="description">
|
|
|
|
<h2>{{ post.title }}</h2>
|
|
|
|
|
|
|
|
<p>{{ post.description }}</p>
|
|
|
|
<p><a href="{{ post.url }}?ref=ToSettoSetto" class="button" rel="noopener" target="_blank">Visit</a></p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
2020-07-10 11:46:33 +02:00
|
|
|
</section>
|
|
|
|
|
2019-04-01 23:16:35 +02:00
|
|
|
{% endfor %}
|
2020-07-10 11:46:33 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
2020-07-09 10:15:00 +02:00
|
|
|
|
|
|
|
|