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:
-30
@@ -57,36 +57,6 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- ================= MUSIK: DIREKT HIER HÖREN ================= -->
|
||||
<section class="section-tight">
|
||||
<div class="container text-center">
|
||||
<span class="eyebrow">🎵 Musik</span>
|
||||
<h2>Direkt hier reinhören</h2>
|
||||
<p class="lead" style="max-width:54ch;margin:0 auto 2rem;">
|
||||
Hasidog und Van-Van auf Spotify — abspielen, ohne die Seite zu verlassen.
|
||||
</p>
|
||||
<div class="music-grid">
|
||||
<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&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 class="music-player">
|
||||
<h3>🎵 Van-Van</h3>
|
||||
<p class="music-sub">Musik von VanVan, der rechten Hand</p>
|
||||
<iframe
|
||||
src="https://open.spotify.com/embed/artist/4J9PcKZBkh6V8dVY3CGliw?utm_source=generator&theme=0"
|
||||
height="352" loading="lazy" title="Van-Van auf Spotify anhören"
|
||||
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
|
||||
allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user