24 lines
775 B
Markdown
24 lines
775 B
Markdown
# StaySense Landingpage (Starter)
|
||
|
||
Enthält eine **fertige, responsive Landingpage** als Vanilla **HTML + CSS** inkl. SVG-Illustrationen.
|
||
|
||
## Inhalt
|
||
- `index.html` – komplette Landingpage inkl. Text
|
||
- `styles.css` – Styling (Dark-Theme, responsive)
|
||
- `script.js` – mobile Navigation und Interaktionen
|
||
- `assets/` – erstellte SVG-Bilder/Icons
|
||
|
||
## Lokales Preview
|
||
1. Ordner öffnen
|
||
2. `index.html` im Browser öffnen
|
||
(oder via Live Server/Preview in VS Code)
|
||
|
||
## Anpassen
|
||
- Links / CTA: in `index.html` nach `staysense.vanityontour.de` suchen
|
||
- Branding/Farben: in `styles.css` die `:root` Variablen anpassen
|
||
- Text/Sections: direkt in `index.html`
|
||
|
||
## Live
|
||
- Veröffentlicht unter: `https://landing.staysense.vanityontour.de/`
|
||
|
||
Viel Spaß beim Live-Schalten 🚐
|