Änderungen von Dokument 50jahrekgs

Zuletzt geändert von Sarah Groeneveld am 2026/09/12 22:44

Von Version 3.1
bearbeitet von Sarah Groeneveld
am 2026/09/07 12:47
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 6.1
bearbeitet von Sarah Groeneveld
am 2026/09/12 21:43
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -4,6 +4,63 @@
4 4  <p style="margin:10px 0 0;font-size:17px;">Unsere Jubiläums-Projektwoche & unser Schulfest 2026</p>
5 5  <p style="margin:6px 0 0;font-size:14px;opacity:0.9;">14. bis 18. September 2026</p>
6 6  </div>
7 +
8 +<div style="background:#fff;border:2px solid #e91e8c;border-radius:10px;padding:18px 20px;margin-bottom:25px;text-align:center;">
9 +<p style="margin:0 0 12px;font-size:15px;font-weight:bold;color:#1a237e;">⏳ Countdown bis zum Schulfest</p>
10 +<div id="kgs-countdown" style="display:flex;justify-content:center;align-items:flex-start;gap:6px;flex-wrap:nowrap;">
11 + <div style="min-width:52px;">
12 + <div id="cd-days" style="font-size:22px;font-weight:bold;color:#e91e8c;">00</div>
13 + <div style="font-size:10px;color:#555;">Tage</div>
14 + </div>
15 + <div style="font-size:22px;font-weight:bold;color:#e91e8c;padding-top:1px;">:</div>
16 + <div style="min-width:52px;">
17 + <div id="cd-hours" style="font-size:22px;font-weight:bold;color:#e91e8c;">00</div>
18 + <div style="font-size:10px;color:#555;">Std.</div>
19 + </div>
20 + <div style="font-size:22px;font-weight:bold;color:#e91e8c;padding-top:1px;">:</div>
21 + <div style="min-width:52px;">
22 + <div id="cd-minutes" style="font-size:22px;font-weight:bold;color:#e91e8c;">00</div>
23 + <div style="font-size:10px;color:#555;">Min.</div>
24 + </div>
25 + <div style="font-size:22px;font-weight:bold;color:#e91e8c;padding-top:1px;">:</div>
26 + <div style="min-width:52px;">
27 + <div id="cd-seconds" style="font-size:22px;font-weight:bold;color:#e91e8c;">00</div>
28 + <div style="font-size:10px;color:#555;">Sek.</div>
29 + </div>
30 +</div>
31 +<p id="kgs-countdown-done" style="display:none;margin:10px 0 0;font-size:16px;font-weight:bold;color:#8bc34a;">🎪 Das Schulfest hat begonnen – wir feiern!</p>
32 +</div>
33 +
34 +<script>
35 +(function() {
36 + var zielDatum = new Date("2026-09-18T15:00:00+02:00").getTime();
37 +
38 + function updateCountdown() {
39 + var jetzt = new Date().getTime();
40 + var diff = zielDatum - jetzt;
41 +
42 + if (diff <= 0) {
43 + document.getElementById("kgs-countdown").style.display = "none";
44 + document.getElementById("kgs-countdown-done").style.display = "block";
45 + clearInterval(timer);
46 + return;
47 + }
48 +
49 + var tage = Math.floor(diff / (1000 * 60 * 60 * 24));
50 + var stunden = Math.floor((diff % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
51 + var minuten = Math.floor((diff % (1000 * 60 * 60)) / (1000 * 60));
52 + var sekunden = Math.floor((diff % (1000 * 60)) / 1000);
53 +
54 + document.getElementById("cd-days").textContent = String(tage).padStart(2, "0");
55 + document.getElementById("cd-hours").textContent = String(stunden).padStart(2, "0");
56 + document.getElementById("cd-minutes").textContent = String(minuten).padStart(2, "0");
57 + document.getElementById("cd-seconds").textContent = String(sekunden).padStart(2, "0");
58 + }
59 +
60 + updateCountdown();
61 + var timer = setInterval(updateCountdown, 1000);
62 +})();
63 +</script>
7 7  {{/html}}
8 8  
9 9  Liebe Eltern, liebe Schülerinnen und Schüler,
... ... @@ -18,7 +18,7 @@
18 18  <td style="padding:16px;border:1px solid #ddd;background:#e8f5e9;vertical-align:top;width:33%;">
19 19  <p style="margin:0 0 6px;font-size:22px;">🕐</p>
20 20  <p style="margin:0 0 6px;font-weight:bold;">Unterricht in der Projektwoche</p>
21 -<p style="margin:0;font-size:13px;">Normalerweise **2. bis 5. Stunde**. Ausnahme: Wer am Montag/Dienstag den Sponsorenlauf oder am Mittwoch den World Cleanup Day in der 1. oder 6. Stunde hat, für den ändert sich die Zeit. Die genauen Zeiten stehen in WebUntis.</p>
78 +<p style="margin:0;font-size:13px;">Normalerweise <strong>2. bis 5. Stunde</strong>. Ausnahme: Wer am Montag/Dienstag den Sponsorenlauf oder am Mittwoch den World Cleanup Day in der 1. oder 6. Stunde hat, für den ändert sich die Zeit. Die genauen Zeiten stehen in WebUntis.</p>
22 22  </td>
23 23  <td style="padding:16px;border:1px solid #ddd;background:#fff3e0;vertical-align:top;width:33%;">
24 24  <p style="margin:0 0 6px;font-size:22px;">🏫</p>
... ... @@ -28,7 +28,7 @@
28 28  <td style="padding:16px;border:1px solid #ddd;background:#e0f7fa;vertical-align:top;width:33%;">
29 29  <p style="margin:0 0 6px;font-size:22px;">🍽️</p>
30 30  <p style="margin:0 0 6px;font-weight:bold;">Mensa</p>
31 -<p style="margin:0;font-size:13px;">Montag bis Donnerstag geöffnet von **12:30 bis 13:30 Uhr** für das warme Mittagessen.</p>
88 +<p style="margin:0;font-size:13px;">Montag bis Donnerstag geöffnet von <strong>12:30 bis 13:30 Uhr</strong> für das warme Mittagessen.</p>
32 32  </td>
33 33  </tr>
34 34  </table>
... ... @@ -69,6 +69,12 @@
69 69  <p style="margin:6px 0 0;font-size:14px;">Der Eintritt ist frei. Kommt vorbei, bringt Familie und Freunde mit!</p>
70 70  </div>
71 71  
129 +<div style="background:linear-gradient(135deg,#e91e8c 0%,#ab1d8e 100%);color:#fff;border-radius:8px;padding:18px 20px;margin:16px 0;">
130 +<p style="margin:0 0 8px;font-size:16px;font-weight:bold;">💃 Flashmob – macht alle mit!</p>
131 +<p style="margin:0 0 10px;font-size:14px;">Gegen 16:30 Uhr bringen wir gemeinsam den Schulhof zum Beben, 50 Jahre KGS müssen gefeiert werden! Egal ob mit oder ohne Tanzerfahrung, Schülerinnen, Schüler und ausdrücklich auch alle Erwachsenen sind eingeladen mitzutanzen. Schaut euch die Choreo vorher an und übt sie.</p>
132 +<a href="https://peertube.kgs-stuhr.de/w/wHU6LtT5ojVsBAyLFUaqXM" style="display:inline-block;background:#fff;color:#ab1d8e;text-decoration:none;padding:8px 16px;border-radius:6px;font-weight:bold;font-size:13px;">Zur Choreo</a>
133 +</div>
134 +
72 72  <table style="width:100%;border-collapse:collapse;">
73 73  <tr>
74 74  <td style="padding:14px;border:1px solid #ddd;vertical-align:top;width:33%;background:#f3e5f5;">