1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-27 14:01:35 +00:00

Remove Glitch effects

This commit is contained in:
Tixie 2023-02-21 19:09:08 +01:00
parent 4c52332ea4
commit b605c7db94
4 changed files with 5 additions and 10 deletions

View file

@ -23,6 +23,7 @@
}
.home-head__title {
margin-top: 0;
margin-bottom: 0;
}

View file

@ -61,7 +61,7 @@
// == modules */
// --------------------------------------------------------------
@import "5-modules/glitch";
// @import "5-modules/glitch";
// --------------------------------------------------------------

View file

@ -38,7 +38,7 @@
<source srcset="{{ $coverSmall.Permalink }} 1x, {{ $coverMedium.Permalink }} 2x" media="(max-width: 647px)">
<source srcset="{{ $coverMedium.Permalink }} 1x, {{ $coverBig.Permalink }} 2x" media="(min-width: 647px)">
<img
class="album-cover__visual coverGlitch"
class="album-cover__visual"
width="500"
height="500"
style="background-image: url(data:{{ $placeholder.MediaType }};base64,{{ $placeholder.Content | base64Encode }});"
@ -102,7 +102,5 @@
</div>
</div>
{{ partial "cover-glitch-svg-filter" .}}
</main>
{{ end }}

View file

@ -10,9 +10,7 @@
<div class="home-head">
<div class="container">
<div class="home-head__container">
<h1 class="home-head__title" data-text="Handpicked Albums">
<span class="glitch" data-text="Handpicked">Handpicked</span> <span class="glitch" data-text="Albums">Albums</span>
</h1>
<h1 class="home-head__title">Handpicked Albums</h1>
<p class="home-head__subtitle">A collection by Guérilla.Studio</p>
</div>
</div>
@ -44,7 +42,7 @@
<h2 class="catalog-item__album">{{ .Title }}</h2>
<div class="catalog-item__artist">by {{ .Params.artist }}</div>
<img
class="catalog-item__visual coverGlitchSimpleHover"
class="catalog-item__visual"
width="320"
height="320"
style="background-image: url(data:{{ $placeholder.MediaType }};base64,{{ $placeholder.Content | base64Encode }});"
@ -76,6 +74,4 @@
{{ end }}
</main>
{{ partial "cover-glitch-svg-filter" .}}
{{ end }}