realtive paths
This commit is contained in:
parent
cf9f74516f
commit
6dd63fd195
11 changed files with 77 additions and 54 deletions
|
|
@ -3,19 +3,20 @@ title: About
|
|||
layout: default
|
||||
description: What is Sakrecoer about and what does its music stand for?
|
||||
---
|
||||
{% include relBase.html %}
|
||||
<div id="hero" style="height: 75vh;">
|
||||
|
||||
|
||||
<div class="pivot">
|
||||
<a href="{{ site.baseurl }}/"><h2>Back</h2></a>
|
||||
<a href="{{ relBase }}/"><h2>Back</h2></a>
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ page.description }}</p>
|
||||
{% include liberapay.html %}
|
||||
</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">
|
||||
<video loop muted autoplay poster="{{ relBase }}/assets/img/sakrecoer-logo.svg" class="fullscreen-bg__video">
|
||||
<source src="{{ relBase }}/assets/vi/0001-0076.webm" type="video/webm">
|
||||
<source src="{{ relBase }}/assets/vi/0001-0076.mp4" type="video/mp4">
|
||||
<!-- <source src="video/big_buck_bunny.ogv" type="video/ogg"> -->
|
||||
</video>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue