Erstelle modernen Onepager für Versicherungsfachmann Andreas Guttenberger

- Responsive HTML/CSS Onepager ohne Framework
- Hero-Section mit Portrait und AXA-Logo
- Service-Karten und Kontaktbereich
- Vollständige Favicon-Suite für alle Geräte
- Web App Manifest für PWA-Support
This commit is contained in:
2026-02-10 21:36:20 +01:00
parent 01cb4f0cd5
commit 7afd89b663
14 changed files with 699 additions and 0 deletions

20
site.webmanifest Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "Andreas Guttenberger",
"short_name": "A. Guttenberger",
"description": "Versicherungsfachmann (IHK) - AXA",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#213683",
"background_color": "#213683",
"display": "standalone"
}