init: coming-soon landingpage (blueprint scroll story, no prices)

This commit is contained in:
2026-06-05 22:06:57 +02:00
commit 92bd71c4e1
5 changed files with 1491 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
# wraneck-website
Statische Landingpage fuer wraneck.de — Coming-Soon-Variante ohne Preise.
## Stand
- Single-File HTML/CSS/JS (kein Build-Step)
- DSGVO-konform: keine externen Fonts, keine Tracker, keine Cookies
- Hosting: Hetzner CX43 `ops.wraneck.de`, ausgeliefert via Caddy
- Pfad auf Server: `/srv/sites/wraneck/`
## TODOs vor offiziellem Launch
- [ ] Echte Anschrift in `impressum.html`
- [ ] Telefonnummer + Cal.com-Link in `index.html`
- [ ] Self-hosted Fonts (Source Serif 4, Space Grotesk, JetBrains Mono) in `/fonts/` ablegen, `@font-face` definieren, System-Fallbacks im `:root` durch Custom-Fonts ersetzen
- [ ] Preise in den Stationen 3/4/6 einsetzen (statt `.soonchip`)
- [ ] `<meta name="robots">` von `noindex,nofollow` auf `index,follow` aendern
- [ ] Top-Banner `Im Aufbau · Anfragen jederzeit moeglich` entfernen
- [ ] Lighthouse-Audit, Mobile-Test, Reduced-Motion-Test
## Deploy
```bash
# auf ops.wraneck.de
cd /srv/sites/wraneck && git pull
# Caddy serviert direkt aus dem Verzeichnis, kein Reload noetig
```
## Lokale Vorschau
```bash
cd /Users/wraneck/Projekte/wraneck-website
python3 -m http.server 8000
open http://localhost:8000
```