2019-04-24 17:18:35 +02:00
|
|
|
---
|
2019-07-10 01:22:54 +02:00
|
|
|
title: Greetings Robot!
|
2019-08-26 21:13:55 +02:00
|
|
|
description: 'This is the motherweb of Sakrecoer. Music, art, thoughts and passion from innerspace.'
|
2020-01-28 14:18:34 +01:00
|
|
|
image: /siteicon.png
|
2019-08-26 20:55:21 +02:00
|
|
|
mp4_path: /assets/vi/0001-0076.mp4
|
|
|
|
webm_path: /assets/vi/0001-0076.webm
|
2019-04-24 17:18:35 +02:00
|
|
|
---
|
2019-08-26 21:01:44 +02:00
|
|
|
|
2019-07-13 19:49:09 +02:00
|
|
|
<div id="hero">
|
|
|
|
<div class="pivot">
|
2019-08-26 21:13:55 +02:00
|
|
|
<h1>{{ site.title }}</h1>
|
|
|
|
<h2>{{ page.title }}</h2>
|
|
|
|
<h2>{{ page.description }}</h2>
|
2019-08-28 17:12:09 +02:00
|
|
|
{% include liberapay.html %}
|
2019-07-10 00:29:09 +02:00
|
|
|
</div>
|
2019-07-13 19:49:09 +02:00
|
|
|
<div class="pivot">
|
|
|
|
<h2>You are here</h2>
|
|
|
|
<h1><a href="/about/" alt="About Sakrecoer">Where am I?</a></h1>
|
|
|
|
</div>
|
|
|
|
<div class="pivot">
|
2019-07-13 21:11:13 +02:00
|
|
|
<h2>Stream</h2>
|
2019-07-13 19:49:09 +02:00
|
|
|
<h1><a href="/music/" alt="Music of Sakrecoer">Music</a></h1>
|
|
|
|
</div>
|
2019-07-13 21:11:13 +02:00
|
|
|
<div class="fullscreen-bg">
|
2020-01-28 13:47:38 +01:00
|
|
|
<video loop muted poster="{{ site.baseurl }}/assets/img/sakrecoer-logo2.svg" class="fullscreen-bg__video">
|
2020-01-28 14:18:34 +01:00
|
|
|
<source src="{{ site.baseurl }}{{ page.webm_path }}" type="video/webm">
|
|
|
|
<source src="{{ site.baseurl }}{{ page.mp4_path }}" type="video/mp4">
|
2019-07-13 21:11:13 +02:00
|
|
|
</video>
|
|
|
|
</div>
|
2019-07-13 19:49:09 +02:00
|
|
|
</div>
|
2020-01-28 10:53:07 +01:00
|
|
|
<div style="background: linear-gradient(45deg, #deefb7, #5fb49c);">
|
2019-07-15 16:05:25 +02:00
|
|
|
<div class="trackcontainer logo" style="margin-top:0;padding-top:0;">
|
2019-07-14 00:36:43 +02:00
|
|
|
{% include cookiemonster.html %}
|
|
|
|
</div>
|
2019-07-13 21:11:13 +02:00
|
|
|
</div>
|
2020-01-28 14:18:34 +01:00
|
|
|
<style>
|
|
|
|
body{
|
|
|
|
background: url('/siteicon2.png');
|
|
|
|
}
|
|
|
|
</style>
|