40 lines
1.2 KiB
HTML
40 lines
1.2 KiB
HTML
---
|
|
title: Greetings Robot!
|
|
description: 'This is the motherweb of Sakrecoer. Music, art, thoughts and passion from innerspace.'
|
|
image: /siteicon.png
|
|
mp4_path: /assets/vi/0001-0076.mp4
|
|
webm_path: /assets/vi/0001-0076.webm
|
|
---
|
|
|
|
<div id="hero">
|
|
<div class="pivot">
|
|
<h1>{{ site.title }}</h1>
|
|
<h2>{{ page.title }}</h2>
|
|
<h2>{{ page.description }}</h2>
|
|
{% include liberapay.html %}
|
|
</div>
|
|
<div class="pivot">
|
|
<h2>You are here</h2>
|
|
<h1><a href="/about/" alt="About Sakrecoer">Where am I?</a></h1>
|
|
</div>
|
|
<div class="pivot">
|
|
<h2>Stream</h2>
|
|
<h1><a href="/music/" alt="Music of Sakrecoer">Music</a></h1>
|
|
</div>
|
|
<div class="fullscreen-bg">
|
|
<video loop muted poster="{{ site.baseurl }}/assets/img/sakrecoer-logo2.svg" class="fullscreen-bg__video">
|
|
<source src="{{ site.baseurl }}{{ page.webm_path }}" type="video/webm">
|
|
<source src="{{ site.baseurl }}{{ page.mp4_path }}" type="video/mp4">
|
|
</video>
|
|
</div>
|
|
</div>
|
|
<div style="background: linear-gradient(45deg, #deefb7, #5fb49c);">
|
|
<div class="trackcontainer logo" style="margin-top:0;padding-top:0;">
|
|
{% include cookiemonster.html %}
|
|
</div>
|
|
</div>
|
|
<style>
|
|
body{
|
|
background: url('/siteicon2.png');
|
|
}
|
|
</style> |