Kompletter Relaunch als statische Website: - index.html: One-Pager mit Hero, Leistungen, USPs, Team, Kontakt - impressum.html + datenschutz.html: Separate Unterseiten - TailwindCSS via CDN, Custom Styles, Scroll-Animationen - Mobile Menu, Scroll-Spy, Fade-in Animationen - Farbschema: Dunkel-modern mit Sonith-Gelb (#DEDC1B) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
41 lines
802 B
Markdown
41 lines
802 B
Markdown
# sonith.de — Website
|
|
|
|
Statischer One-Pager für [sonith.de](https://sonith.de).
|
|
|
|
## Stack
|
|
|
|
- HTML + CSS + JavaScript
|
|
- TailwindCSS (CDN)
|
|
- Kein Build-Step notwendig
|
|
|
|
## Lokal testen
|
|
|
|
`index.html` im Browser öffnen — fertig.
|
|
|
|
Oder mit einem lokalen Server:
|
|
|
|
```bash
|
|
python3 -m http.server 8080
|
|
```
|
|
|
|
Dann [http://localhost:8080](http://localhost:8080) aufrufen.
|
|
|
|
## Deployment
|
|
|
|
Statische Dateien auf den Webserver kopieren (Nginx/Apache).
|
|
|
|
## Struktur
|
|
|
|
| Datei | Beschreibung |
|
|
|---|---|
|
|
| `index.html` | Hauptseite (One-Pager) |
|
|
| `impressum.html` | Impressum |
|
|
| `datenschutz.html` | Datenschutzerklärung |
|
|
| `css/style.css` | Custom Styles |
|
|
| `js/main.js` | Mobile Menu, Scroll-Spy, Animationen |
|
|
| `img/` | Bilder und Platzhalter |
|
|
|
|
## Lizenz
|
|
|
|
Proprietär — sonith UG (haftungsbeschränkt)
|