bump svg for fan's caches
This commit is contained in:
parent
b7d0ccefca
commit
b3f4e75275
2
404.html
2
404.html
|
@ -99,7 +99,7 @@ body{
|
|||
|
||||
</div>
|
||||
<div class="fullscreen-bg">
|
||||
<video loop muted autoplay poster="/assets/img/sakrecoer-logo.svg" class="fullscreen-bg__video">
|
||||
<video loop muted autoplay poster="/assets/img/sakrecoer-logo2.svg" class="fullscreen-bg__video">
|
||||
<source src="" type="video/webm">
|
||||
<source src="" type="video/mp4">
|
||||
</video>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
{% else %}
|
||||
<a href="{{ site.baseurl }}/" alt="Back" title="About">
|
||||
{% endif %}
|
||||
<img src="{{ site.baseurl }}/assets/img/sakrecoer-logo.svg" width="125px" height="125px" alt="Sakrecoer Logo" />
|
||||
<img src="{{ site.baseurl }}/assets/img/sakrecoer-logo2.svg" width="125px" height="125px" alt="Sakrecoer Logo" />
|
||||
</a>
|
||||
</div>
|
||||
{% if page.collection != 'tracks' %}
|
||||
|
|
|
@ -85,7 +85,7 @@ layout: default
|
|||
}
|
||||
|
||||
#wallpaper {
|
||||
background-image: url(/assets/img/world.svg);
|
||||
background-image: url(/assets/img/world2.svg);
|
||||
-webkit-animation: AnimationName 30s ease infinite;
|
||||
-moz-animation: AnimationName 30s ease infinite;
|
||||
animation: AnimationName 30s ease infinite;
|
||||
|
|
|
@ -48,7 +48,7 @@ a:hover {
|
|||
width: 100%;
|
||||
// background: linear-gradient(230deg, rgba(218, 159, 142, 0.8), rgba(236, 0, 228, 0.8), rgba(0, 212, 236, 0.8), rgba(0, 236, 173, 0.8), rgba(110, 0, 236, 0.8));
|
||||
// background-size: 1000% 1000%;
|
||||
background-image: url('/assets/img/world.svg');
|
||||
background-image: url('/assets/img/world2.svg');
|
||||
-webkit-animation: AnimationName 30s ease infinite;
|
||||
-moz-animation: AnimationName 30s ease infinite;
|
||||
animation: AnimationName 30s ease infinite;
|
||||
|
@ -117,7 +117,7 @@ a:hover {
|
|||
|
||||
@media (max-width: 767px) {
|
||||
.fullscreen-bg {
|
||||
background: url('/assets/img/sakrecoer-logo.svg') center center / cover no-repeat;
|
||||
background: url('/assets/img/sakrecoer-logo2.svg') center center / cover no-repeat;
|
||||
|
||||
}
|
||||
.pivot {
|
||||
|
|
|
@ -13,7 +13,7 @@ description: What is Sakrecoer about and what does its music stand for?
|
|||
{% include liberapay.html %}
|
||||
</div>
|
||||
<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-logo2.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"> -->
|
||||
|
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
|
@ -13,7 +13,7 @@
|
|||
viewBox="0 0 725.32062 374.77838"
|
||||
height="374.77838mm"
|
||||
width="725.32062mm"
|
||||
sodipodi:docname="world.svg"
|
||||
sodipodi:docname="world2.svg"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)">
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
Before Width: | Height: | Size: 8 KiB After Width: | Height: | Size: 8 KiB |
|
@ -22,7 +22,7 @@ webm_path: /assets/vi/0001-0076.webm
|
|||
<h1><a href="/music/" alt="Music of Sakrecoer">Music</a></h1>
|
||||
</div>
|
||||
<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-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>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: Sakrecoer Music Tracks
|
||||
description: Officially released but also exclusive audio-material by Sakrecoer
|
||||
layout: default
|
||||
image: /assets/img/world.svg
|
||||
image: /assets/img/world2.svg
|
||||
---
|
||||
{% include navmenu.html %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue