ultime
This commit is contained in:
parent
c3176b52a0
commit
8f519ed75f
|
@ -79,7 +79,9 @@ a:hover {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
line-height: .8em;
|
line-height: .8em;
|
||||||
}
|
}
|
||||||
|
video {
|
||||||
|
opacity: .5;
|
||||||
|
}
|
||||||
.fullscreen-bg {
|
.fullscreen-bg {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Greetings Robot!
|
title: Greetings Robot!
|
||||||
description: 'This is the motherweb of Sakrecoer. Music, art, thoughts and passion from innerspace.'
|
description: 'This is the motherweb of Sakrecoer. Music, art, thoughts and passion from innerspace.'
|
||||||
image: /siteicon.png
|
image: /assets/img/sakrecoer-logo2.svg
|
||||||
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
|
||||||
---
|
---
|
||||||
|
@ -22,9 +22,8 @@ webm_path: /assets/vi/0001-0076.webm
|
||||||
<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-logo2.svg" class="fullscreen-bg__video">
|
<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>
|
</video>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue