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 %}
|
2020-09-25 11:35:37 +02:00
|
|
|
<section class="front-section" id="read">
|
2020-09-08 20:45:52 +02:00
|
|
|
|
|
|
|
<div style="background-image:url({{ post.image }})">
|
|
|
|
<p class="editor-link"><a href="cloudcannon:collections/_posts/{{ post.path }}" rel="nofollow"
|
2020-09-11 11:22:50 +02:00
|
|
|
class="btn"><strong>✎</strong> Edit Post</a></p>
|
2020-09-08 20:45:52 +02:00
|
|
|
</div>
|
|
|
|
<div class="description">
|
|
|
|
<div class="container">
|
|
|
|
<div class="">
|
|
|
|
<h3>
|
|
|
|
{{ post.banner }}
|
|
|
|
</h3>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div>
|
2020-09-11 11:22:50 +02:00
|
|
|
<p><a class="button" href="{{ post.url }}" rel="noopener" target="_blank">🔗 {{ post.title }}</a></p>
|
2020-09-08 20:45:52 +02:00
|
|
|
</div>
|
2020-09-08 18:07:38 +02:00
|
|
|
|
2020-09-08 20:45:52 +02:00
|
|
|
</div>
|
|
|
|
</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
|
|
|
|
|
|
|
|