Links-Seite (Insta/Snapchat/Discord), Bewerben-Musikbutton, Streamplan-Nav, Personen-Text
- Links: Instagram & Snapchat als Platzhalter ergänzt, Discord auf "Nur auf Anfrage" -> Kontaktseite - Musik-Button auf allen Bewerben-Seiten bekommt jetzt das gleiche Polarlicht-Design wie der Bewerben-Nav-Button - Streamplan im Nav-Menu zurück in die HasiDog-Kategorie verschoben - Neuer Textabschnitt "Der Mensch hinter DogFather" auf dogfather.html und streamer.html ergänzt
This commit is contained in:
+4
-4
@@ -19,8 +19,6 @@
|
||||
{ label: "Casper", href: "casper.html" },
|
||||
{ label: "VanVan", href: "vanvan.html" },
|
||||
{ label: "Zeitreise", href: "zeitreise.html" },
|
||||
// Streamplan zurück unter Dogfather — Wunsch Dogi.
|
||||
{ label: "Streamplan", href: "streamplan.html" },
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -30,6 +28,8 @@
|
||||
{ label: "Modi-Team", href: "team-modis.html" },
|
||||
{ label: "Community", href: "community.html" },
|
||||
{ label: "Stimmen", href: "stimmen.html" },
|
||||
// Streamplan zurück unter HasiDog — Wunsch Dogi.
|
||||
{ label: "Streamplan", href: "streamplan.html" },
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -154,7 +154,6 @@
|
||||
<li><a href="casper.html">Casper</a></li>
|
||||
<li><a href="vanvan.html">VanVan</a></li>
|
||||
<li><a href="zeitreise.html">Zeitreise</a></li>
|
||||
<li><a href="streamplan.html">Streamplan</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
@@ -164,6 +163,7 @@
|
||||
<li><a href="team-modis.html">Modi-Team</a></li>
|
||||
<li><a href="community.html">Community</a></li>
|
||||
<li><a href="stimmen.html">Stimmen</a></li>
|
||||
<li><a href="streamplan.html">Streamplan</a></li>
|
||||
<li><a href="manager.html">Manager Dogfather</a></li>
|
||||
<li><a href="team-scouts.html">Scouts</a></li>
|
||||
</ul>
|
||||
@@ -249,7 +249,7 @@
|
||||
</div>
|
||||
<button class="music-toggle" id="music-toggle" type="button"
|
||||
aria-expanded="false" aria-controls="music-panel"
|
||||
title="Musik von Hasidog & Van-Van">🎵</button>`;
|
||||
title="Musik von Hasidog & Van-Van"><span>🎵</span></button>`;
|
||||
document.body.appendChild(widget);
|
||||
|
||||
const panel = document.getElementById("music-panel");
|
||||
|
||||
Reference in New Issue
Block a user