optimizations

This commit is contained in:
2025-05-13 20:21:24 +02:00
parent 0133dc8511
commit e8401b3324
2 changed files with 22 additions and 11 deletions

View File

@@ -9,11 +9,11 @@
<meta name="author" content="alina marquardt" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preload" fetchpriority="high" as="image" href="img/bg.jpg" type="image/jpeg">
<link rel="preload" fetchpriority="high" as="image" href="img/bg_blur.jpg" type="image/jpeg">
<link rel="preload" fetchpriority="high" as="image" href="img/bg.webp" type="image/jpeg">
<link rel="preload" fetchpriority="high" as="image" href="img/bg_blur.webp" type="image/jpeg">
<link rel="stylesheet" href="style.css" />
<script src="js/three.min.js"></script>
<script src="js/three.min.js" defer></script>
<script src="functions.js" defer></script>
</head>
@@ -52,7 +52,7 @@
<article class="opaque whitebg album">
<a href="https://lastfuture.bandcamp.com/track/misinterpreter-2" target="_blank">
<img class="albumcover" src="img/album/lastfuture_-_misinterpreter.jpg" />
<img class="albumcover" src="img/album/lastfuture_-_misinterpreter.jpg" width="120" height="120" />
<h2>lastfuture <em>misinterpreter</em></h2>
<div class="listenbuy"><em>listen</em> or <em>buy</em> on bandcamp</div>
</a>
@@ -61,7 +61,7 @@
<div class="clearfix"></div>
<article class="opaque whitebg album">
<a href="https://lastfuture.bandcamp.com/album/signal-to-noise" target="_blank">
<img class="albumcover" src="img/album/lastfuture_-_signal_to_noise.jpg" />
<img class="albumcover" src="img/album/lastfuture_-_signal_to_noise.jpg" width="120" height="120" />
<h2>lastfuture <em>signal to noise</em></h2>
<div class="listenbuy"><em>listen</em> or <em>buy</em> on bandcamp</div>
</a>
@@ -70,7 +70,7 @@
<div class="clearfix"></div>
<article class="opaque whitebg album">
<a href="https://lastfuture.bandcamp.com/album/dreamshifter" target="_blank">
<img class="albumcover" src="img/album/lastfuture_-_dreamshifter.jpg" />
<img class="albumcover" src="img/album/lastfuture_-_dreamshifter.jpg" width="120" height="120" />
<h2>lastfuture <em>dreamshifter</em></h2>
<div class="listenbuy"><em>listen</em> or <em>buy</em> on bandcamp</div>
</a>
@@ -79,7 +79,7 @@
<div class="clearfix"></div>
<article class="opaque whitebg album">
<a href="https://lastfuture.bandcamp.com/album/reverse-kill" target="_blank">
<img class="albumcover" src="img/album/lastfuture_-_reverse_kill.jpg" />
<img class="albumcover" src="img/album/lastfuture_-_reverse_kill.jpg" width="120" height="120" />
<h2>lastfuture <em>reverse kill</em></h2>
<div class="listenbuy"><em>listen</em> or <em>buy</em> on bandcamp</div>
</a>