Add dates/events section — loads from schedule webhook, shows cards with date/time

This commit is contained in:
Kato
2026-09-05 13:42:44 +00:00
parent 3df23371cf
commit f594543daa
3 changed files with 168 additions and 1 deletions
+16
View File
@@ -424,6 +424,22 @@
</div>
</section>
<!-- Dates / Events Section -->
<section class="section fade-in-section" id="dates" style="display:none;">
<div class="container">
<h2 class="section-title">
<span class="hide-de">Termine</span>
<span class="hide-en">Dates & Events</span>
</h2>
<div class="dates-grid" id="dates-list">
<p class="loading-text">
<span class="hide-de">Lade Termine...</span>
<span class="hide-en">Loading events...</span>
</p>
</div>
</div>
</section>
</main>
<!-- Footer -->