U18: Harry-Potter-Frage gegen Jurassic Park getauscht + direkter Adventure-Einstieg auf Startseite (Karte)
This commit is contained in:
parent
fc49784d66
commit
f9f532b7b0
3 changed files with 30 additions and 2 deletions
|
|
@ -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
|
||||
=========================== */
|
||||
|
|
|
|||
|
|
@ -66,6 +66,11 @@
|
|||
<section>
|
||||
<h2>🌹 Projekt-Übersicht 🌹</h2>
|
||||
<div class="cards">
|
||||
<div class="card card-adventure">
|
||||
<h3>🧱 Klick-Adventure</h3>
|
||||
<p>Brich in den Octan-Tower ein! Kämpf dich an Haien 🦈, Lasern 🔴 und Laserhaien 🦈⚡ vorbei – direkt hier starten, kein Umweg! 🚀</p>
|
||||
<a href="/app/" class="btn">Adventure starten ▶</a>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>📚 Über uns</h3>
|
||||
<p>Lernen Sie die Dozenten und das Projekt kennen. Ein Überblick über Ziele und Inhalte – stay updated! ✨</p>
|
||||
|
|
|
|||
|
|
@ -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, "<EFBFBD> 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 (?,?,?,?)",
|
||||
|
|
|
|||
Loading…
Reference in a new issue