music page

This commit is contained in:
Set Sakrecoer 2019-07-15 18:15:51 +02:00
parent 4c0bea988f
commit 943ef20c72
2 changed files with 5 additions and 10 deletions

View file

@ -165,7 +165,7 @@ background-image: url('/assets/img/world.svg');
flex-wrap: wrap; flex-wrap: wrap;
margin: 0; margin: 0;
padding: 0; padding: 0;
background-color: #ffffff;
background-repeat: repeat; background-repeat: repeat;

View file

@ -2,6 +2,7 @@
title: Sakrecoer Track Index title: Sakrecoer Track Index
description: description:
layout: default layout: default
image: /assets/img/world.svg
--- ---
{% include navmenu.html %} {% include navmenu.html %}
@ -13,13 +14,7 @@ layout: default
<a href="{{ site.baseurl }}/"><h2>Sakrecoer</h2></a> <a href="{{ site.baseurl }}/"><h2>Sakrecoer</h2></a>
<h1>Music</h1> <h1>Music</h1>
</div> </div>
<div class="fullscreen-bg">
<video loop muted autoplay poster="{{ site.baseurl }}/assets/img/sakrecoer-logo.svg" class="fullscreen-bg__video">
<source src="{{ site.baseurl }}/assets/vi/0001-0076.webm" type="video/webm">
<source src="{{ site.baseurl }}/assets/vi/0001-0076.mp4" type="video/mp4">
<!-- <source src="video/big_buck_bunny.ogv" type="video/ogg"> -->
</video>
</div>
</div> </div>