This commit is contained in:
Set Sakrecoer 2019-08-26 20:56:27 +02:00
parent 1fb0301b8a
commit 5bfaedc886

View file

@ -5,7 +5,6 @@ image: /siteicon.png
mp4_path: /assets/vi/0001-0076.mp4 mp4_path: /assets/vi/0001-0076.mp4
webm_path: /assets/vi/0001-0076.webm webm_path: /assets/vi/0001-0076.webm
--- ---
<div id="hero"> <div id="hero">
<div class="pivot"> <div class="pivot">
<h2>Greetings Robot!</h2> <h2>Greetings Robot!</h2>
@ -14,28 +13,20 @@ webm_path: /assets/vi/0001-0076.webm
Music.</h2> Music.</h2>
</div> </div>
<div class="pivot"> <div class="pivot">
<h2>You are here</h2> <h2>You are here</h2>
<h1><a href="/about/" alt="About Sakrecoer">Where am I?</a></h1> <h1><a href="/about/" alt="About Sakrecoer">Where am I?</a></h1>
</div> </div>
<div class="pivot"> <div class="pivot">
<h2>Stream</h2> <h2>Stream</h2>
<h1><a href="/music/" alt="Music of Sakrecoer">Music</a></h1> <h1><a href="/music/" alt="Music of Sakrecoer">Music</a></h1>
</div> </div>
<div class="fullscreen-bg"> <div class="fullscreen-bg">
<video loop muted autoplay poster="{{ site.baseurl }}/assets/img/sakrecoer-logo.svg" class="fullscreen-bg__video"> <video loop muted autoplay poster="{{ site.baseurl }}/assets/img/sakrecoer-logo.svg" class="fullscreen-bg__video">
<source src="{{ site.baseurl }}{{ page.webm_path }}" type="video/webm"> <source src="{{ site.baseurl }}{{ page.webm_path }}" type="video/webm">
<source src="{{ site.baseurl }}{{ page.mp4_path }}" type="video/mp4"> <source src="{{ site.baseurl }}{{ page.mp4_path }}" type="video/mp4">
<!-- <source src="video/big_buck_bunny.ogv" type="video/ogg"> -->
</video> </video>
</div> </div>
</div> </div>
<div style="background: linear-gradient(45deg, #ff00ff, #416a00);"> <div style="background: linear-gradient(45deg, #ff00ff, #416a00);">
<div class="trackcontainer logo" style="margin-top:0;padding-top:0;"> <div class="trackcontainer logo" style="margin-top:0;padding-top:0;">
{% include cookiemonster.html %} {% include cookiemonster.html %}