Füge interaktive Karte, Impressum und Datenschutzerklärung hinzu

- OpenStreetMap Integration mit Leaflet.js in Contact Section
- Vollständiges Impressum mit IHK- und VersVermV-Informationen
- DSGVO-konforme Datenschutzerklärung
- Footer-Links zu rechtlichen Seiten auf allen Seiten
- Neues weißes AXA-Logo für bessere Sichtbarkeit
- Responsive Map-Design mit Custom Marker
This commit is contained in:
2026-02-10 22:52:30 +01:00
parent 7afd89b663
commit 857b8eba5b
8 changed files with 569 additions and 4 deletions

View File

@@ -14,6 +14,9 @@
<link rel="manifest" href="site.webmanifest">
<meta name="theme-color" content="#213683">
<!-- Leaflet CSS -->
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin=""/>
<link rel="stylesheet" href="style.css">
</head>
<body>
@@ -25,7 +28,7 @@
<img src="img/Andreas_Guttenberger.jpg" alt="Andreas Guttenberger" class="portrait">
</div>
<div class="hero-text">
<img src="img/axa_logo.svg" alt="AXA" class="logo">
<img src="img/AXA_Logo_FR.svg" alt="AXA" class="logo">
<h1>Andreas Guttenberger</h1>
<p class="subtitle">Versicherungsfachmann (IHK)</p>
<p class="tagline">Ihre persönliche Beratung für alle Versicherungsfragen</p>
@@ -126,6 +129,11 @@
</div>
</div>
</div>
<!-- Map Section -->
<div class="map-container">
<div id="map"></div>
</div>
</div>
</section>
@@ -134,11 +142,15 @@
<div class="container">
<p>&copy; 2026 Andreas Guttenberger - Versicherungsfachmann (IHK)</p>
<p class="legal">
<a href="https://www.axa-betreuer.de/martin_goetz/ueber-uns/filialen-und-team#overlayNotification-XTOOZB" target="_blank" rel="noopener">Informationen gemäß Versicherungsvermittlungsverordnung</a>
<a href="impressum.html">Impressum</a> |
<a href="datenschutz.html">Datenschutzerklärung</a> |
<a href="https://www.axa-betreuer.de/martin_goetz/ueber-uns/filialen-und-team#overlayNotification-XTOOZB" target="_blank" rel="noopener">Informationen gem. VersVermV</a>
</p>
</div>
</footer>
<!-- Leaflet JS -->
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
<script src="script.js"></script>
</body>
</html>