2019-04-28 20:57:46 +02:00
|
|
|
---
|
2019-09-13 12:37:00 +02:00
|
|
|
title: Sakrecoer Music Tracks
|
2019-09-13 16:23:37 +02:00
|
|
|
description: Officially released but also exclusive audio-material by Sakrecoer
|
2019-04-28 20:57:46 +02:00
|
|
|
layout: default
|
2019-07-15 18:15:51 +02:00
|
|
|
image: /assets/img/world.svg
|
2019-04-28 20:57:46 +02:00
|
|
|
---
|
2019-07-10 02:16:43 +02:00
|
|
|
{% include navmenu.html %}
|
2019-07-14 00:36:43 +02:00
|
|
|
|
2019-07-15 18:27:10 +02:00
|
|
|
<div id="hero" style="height: 75vh; background:transparent;" >
|
2019-07-14 00:36:43 +02:00
|
|
|
|
|
|
|
|
|
|
|
<div class="pivot">
|
|
|
|
|
2019-09-13 16:23:37 +02:00
|
|
|
<a href="{{ site.baseurl }}/"><h2>Back</h2></a>
|
2019-07-14 00:36:43 +02:00
|
|
|
<h1>Music</h1>
|
2019-09-13 16:23:37 +02:00
|
|
|
<p>{{ page.description }}</p>
|
2019-08-28 17:12:09 +02:00
|
|
|
{% include liberapay.html %}
|
2019-09-13 16:23:37 +02:00
|
|
|
|
2019-07-14 00:36:43 +02:00
|
|
|
</div>
|
2019-07-15 18:15:51 +02:00
|
|
|
|
2019-07-14 00:36:43 +02:00
|
|
|
|
2019-07-13 21:11:13 +02:00
|
|
|
|
2019-07-15 18:15:51 +02:00
|
|
|
</div>
|
2019-07-14 00:36:43 +02:00
|
|
|
<div class="musiflex">
|
|
|
|
|
2019-05-03 16:49:20 +02:00
|
|
|
{% for track in site.tracks reversed %}
|
2019-07-14 01:19:51 +02:00
|
|
|
<div id="{{ track.uid }}" class="trackcontainer">
|
2019-04-30 17:28:23 +02:00
|
|
|
<a href="{{ track.url }}">
|
2019-07-13 22:18:15 +02:00
|
|
|
<div class="track" style="background-image:url({{ track.image }});"></div>
|
2019-04-30 17:43:17 +02:00
|
|
|
<h3>{{ track.title }}</h3>
|
|
|
|
</a>
|
2019-11-04 22:43:23 +01:00
|
|
|
<p>{{ track.tags }}</p>
|
2019-04-30 17:28:23 +02:00
|
|
|
</div>
|
|
|
|
{% endfor %}
|
2019-07-14 00:36:43 +02:00
|
|
|
<div>{% include cookiemonster.html %}</div>
|
2019-04-28 20:57:46 +02:00
|
|
|
</div>
|