Initial StaySense landing page
This commit is contained in:
commit
289b808771
15 changed files with 844 additions and 0 deletions
24
README.md
Normal file
24
README.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# 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 🚐
|
||||
Loading…
Add table
Add a link
Reference in a new issue