sakrecoer-mother-web/index.html

41 lines
1.1 KiB
HTML
Raw Normal View History

---
2019-07-10 01:22:54 +02:00
title: Greetings Robot!
2019-04-28 20:57:46 +02:00
description:
image:
video_path:
2019-04-24 18:56:12 +02:00
layout: default
---
2019-07-10 02:16:43 +02:00
2019-07-10 00:29:09 +02:00
<div class="musiflex">
2019-07-10 01:22:54 +02:00
<div id="hero">
2019-07-10 02:55:26 +02:00
<div class="pivot">
<h2>Greetings Robot!</h2>
<h1>Sakrecoer</h1>
</div>
2019-07-10 00:29:09 +02:00
</div>
</div>
2019-04-28 19:39:21 +02:00
2019-07-10 02:34:51 +02:00
<div class="musiflex">
<div class="trackcontainer">
<div class="editable">
<p><b>Sakrecoer Uncorporated</b> Stands for independent fun-loving Activism, Art<br />&amp;
<b>Music.</b><br /><br />I push sounds, images, thoughts and passion for <b>cool robots like you.</b><br /><br />I
am funky and I deliver because<br /><b>I was born tomorrow.</b></p>
</div>
</div>
2019-04-28 19:39:21 +02:00
2019-07-10 02:34:51 +02:00
{% for track in site.tracks reversed %}
<div class="trackcontainer">
<a href="{{ track.url }}">
<div class="track" style="background-image:url({{ site.audio_url }}{{ track.image }});"></div>
<h3>{{ track.title }}</h3>
</a>
<p>{{ track.keywords }}</p>
</div>
{% endfor %}
</div>