diff --git a/css/style.css b/css/style.css index 6347258..8d1ee50 100644 --- a/css/style.css +++ b/css/style.css @@ -1054,6 +1054,29 @@ textarea { color: #d946ef; } +/* Hervorgehobene Adventure-Karte (U18) – direkter Einstieg von der Startseite */ +.card-adventure { + background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%); + border-color: #f59e0b; + box-shadow: 0 10px 26px rgba(245, 158, 11, 0.28); +} +.card-adventure::before { content: '🕹️' !important; opacity: 0.4; } +.card-adventure h3 { color: #f59e0b; } +.card-adventure p { color: #e5e7eb; } +.card-adventure .btn { + background: #f59e0b; + color: #111827; + font-weight: 700; +} +.card-adventure:hover { + border-color: #f59e0b; + box-shadow: 0 18px 40px rgba(245, 158, 11, 0.45); +} +body.dark .card-adventure { + background: linear-gradient(135deg, #1e293b 0%, #0b1220 100%); + border-color: #f59e0b; +} + /* =========================== Team Page Styles =========================== */ diff --git a/index.html b/index.html index 5e0d94a..a819889 100644 --- a/index.html +++ b/index.html @@ -66,6 +66,11 @@

🌹 Projekt-Übersicht 🌹

+
+

🧱 Klick-Adventure

+

Brich in den Octan-Tower ein! Kämpf dich an Haien 🦈, Lasern 🔴 und Laserhaien 🦈⚡ vorbei – direkt hier starten, kein Umweg! 🚀

+ Adventure starten ▶ +

📚 Über uns

Lernen Sie die Dozenten und das Projekt kennen. Ein Überblick über Ziele und Inhalte – stay updated! ✨

diff --git a/init_db.py b/init_db.py index 97b6ec2..a575926 100644 --- a/init_db.py +++ b/init_db.py @@ -127,8 +127,8 @@ fragen = [ "Lord Business", "Lord Business|Lord Vader|Lord Farquaad"), (4, "🎵 Wie lautet der Ohrwurm-Titelsong aus „The Lego Movie“?", "Everything Is Awesome", "Everything Is Awesome|Let It Go|Happy"), - (4, "🧙 Welches Zauberer-Internat besucht Harry Potter?", - "Hogwarts", "Narnia|Hogwarts|Mordor"), + (4, "� In welchem Film-Franchise werden Dinosaurier in einem Park geklont?", + "Jurassic Park", "Jurassic Park|King Kong|Godzilla"), ] db.executemany( "INSERT INTO fragen (raum_id, frage, antwort, optionen) VALUES (?,?,?,?)",