Neu: AGB-Seite + Impressum/Datenschutz aktualisiert (SW by-v985)
- Neue Seite agb.js mit 11 Abschnitten (Laufzeit, Zahlung, Widerruf etc.) - Datenschutz: 'Abonnement & Kündigung' → 'Zahlungsdaten' (DSGVO-Fokus), DDG-Hinweis ergänzt - Impressum: ODR-Link entfernt (EU-Plattform eingestellt 2025), Telefon-Pflichthinweis nach §5 DDG, Stand Mai 2026 - AGB-Link in alle Footer (index.html, landing.html, zuechter.html, welcome.js) - page-section #page-agb in index.html, Route 'agb' in app.js ROUTES
This commit is contained in:
parent
d20e63496c
commit
d7f7a7e454
9 changed files with 181 additions and 32 deletions
|
|
@ -24,11 +24,15 @@ window.Page_impressum = (() => {
|
|||
<section style="margin-bottom:var(--space-6)">
|
||||
<h2 style="font-size:var(--text-base);font-weight:var(--weight-semibold);
|
||||
color:var(--c-text);margin:0 0 var(--space-2)">Kontakt</h2>
|
||||
<!-- TODO: Telefonnummer ergänzen (Pflicht nach §5 DDG) -->
|
||||
<p style="font-size:var(--text-sm);color:var(--c-text-secondary);line-height:1.7;margin:0">
|
||||
E-Mail: <a href="mailto:hallo@banyaro.app"
|
||||
style="color:var(--c-primary)">hallo@banyaro.app</a><br>
|
||||
Kontaktformular: <a href="mailto:hallo@banyaro.app"
|
||||
style="color:var(--c-primary)">Nachricht senden</a>
|
||||
style="color:var(--c-primary)">Nachricht senden</a><br>
|
||||
<span style="color:var(--c-warning,#f59e0b);font-size:var(--text-xs)">
|
||||
Telefonnummer folgt (Pflichtangabe nach § 5 DDG)
|
||||
</span>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
|
@ -46,9 +50,6 @@ window.Page_impressum = (() => {
|
|||
<h2 style="font-size:var(--text-base);font-weight:var(--weight-semibold);
|
||||
color:var(--c-text);margin:0 0 var(--space-2)">Streitschlichtung</h2>
|
||||
<p style="font-size:var(--text-sm);color:var(--c-text-secondary);line-height:1.7;margin:0">
|
||||
Die Europäische Kommission stellt eine Plattform zur Online-Streitbeilegung (OS) bereit:
|
||||
<a href="https://ec.europa.eu/consumers/odr" target="_blank" rel="noopener"
|
||||
style="color:var(--c-primary)">https://ec.europa.eu/consumers/odr</a>.<br>
|
||||
Wir sind nicht bereit und nicht verpflichtet, an einem Streitbeilegungsverfahren vor einer
|
||||
Verbraucherschlichtungsstelle teilzunehmen (§ 36 VSBG).
|
||||
</p>
|
||||
|
|
@ -67,7 +68,7 @@ window.Page_impressum = (() => {
|
|||
</section>
|
||||
|
||||
<p style="font-size:var(--text-xs);color:var(--c-text-muted);margin:0">
|
||||
Stand: April 2026
|
||||
Stand: Mai 2026
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue