Spotify jetzt als kleiner Knopf auf jeder Seite statt grosser Bloecke

- Alle grossen Musik-Abschnitte entfernt (Start, Links, HasiDog, VanVan)
- Neuer schwebender Musik-Knopf unten rechts, wie im Analyse-Tool:
  Klick oeffnet ein Feld mit den Playern von Hasidog und Van-Van
- Zentral in main.js gerendert, erscheint dadurch automatisch auf ALLEN
  Seiten, ohne jede Datei einzeln anzufassen
- Player werden erst beim ersten Oeffnen geladen, damit keine Seite
  unnoetig zwei fremde Einbettungen mitzieht
- Schliessen per Knopf oder Escape, kleiner auf dem Handy, im Druck aus

Co-Authored-By: Claude Opus 5 <[email protected]>
This commit is contained in:
2026-07-31 05:56:19 +02:00
co-authored by Claude Opus 5
parent 84a74fc95d
commit 8fe5105255
6 changed files with 159 additions and 135 deletions
-19
View File
@@ -91,25 +91,6 @@
</div>
</section>
<!-- ================= MUSIK ================= -->
<section class="section-tight">
<div class="container text-center">
<span class="eyebrow">🎵 Musik</span>
<h2>Hasidog auf Spotify</h2>
<p class="lead" style="max-width:50ch;margin:0 auto 2rem;">Direkt hier reinhören — kein Wegklicken nötig.</p>
<div class="music-grid" style="max-width:520px;">
<div class="music-player">
<h3>🎵 Hasidog</h3>
<p class="music-sub">Dogfathers eigenes Musikprojekt</p>
<iframe
src="https://open.spotify.com/embed/artist/2INiE1VVJGUQdEURsltuJU?utm_source=generator&amp;theme=0"
height="352" loading="lazy" title="Hasidog auf Spotify anhören"
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
</div>
</section>
</main>
<div id="site-footer"></div>