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