- 04_Tablet-Quiz/prototype -> app/ (deploybarer Stand). - PWA: manifest.webmanifest + sw.js (Offline-App-Shell) + icon.svg, im <head> eingebunden, Service-Worker-Registrierung. - Debrief-Export als Datei-Download (Markdown UND JSON) ergaenzt. - DEPLOY.md: Anleitung fuer statisches Hosting (nginx/Caddy, HTTPS, Verifikation). - README: Umsetzungsstand + MVP-Haken aktualisiert. - .claude/launch.json (lokale Preview), settings.local.json ge-gitignored. Verifiziert: 40 Stationen / 3 Gates / 45 Quizfragen, JS+SW-Syntax + Manifest valide, alle Assets via http 200. (Inhalte noch in index.html eingebettet; YAML-Pipeline = naechster Schritt.) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
12 lines
669 B
XML
12 lines
669 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
|
|
<!-- maskable: vollflaechiger Hintergrund, Inhalt im sicheren Mittelbereich -->
|
|
<rect width="512" height="512" fill="#1d2430"/>
|
|
<!-- Bahn-Linie -->
|
|
<line x1="150" y1="256" x2="362" y2="256" stroke="#3a4658" stroke-width="10" stroke-linecap="round"/>
|
|
<!-- 5 Phasen-Pucks (blau/orange/gruen/teal/lila) -->
|
|
<circle cx="160" cy="256" r="24" fill="#2F80C9"/>
|
|
<circle cx="208" cy="256" r="24" fill="#E8893B"/>
|
|
<circle cx="256" cy="256" r="24" fill="#5BAE5B"/>
|
|
<circle cx="304" cy="256" r="24" fill="#3FB5B5"/>
|
|
<circle cx="352" cy="256" r="24" fill="#8E63B5"/>
|
|
</svg>
|