Initial commit: Statischer Bootstrap-Onepager mit lokalen Assets, separate Impressum- und Datenschutz-Seiten, Google Maps Embed
This commit is contained in:
143
impressum.html
Normal file
143
impressum.html
Normal file
@@ -0,0 +1,143 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Impressum – Physiotherapie Adolphsen</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Impressum der Praxis Physiotherapie Adolphsen in Hungen-Langd."
|
||||
/>
|
||||
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="assets/css/styles.css" />
|
||||
</head>
|
||||
<body>
|
||||
<header class="site-header">
|
||||
<nav class="navbar navbar-expand-lg fixed-top" aria-label="Hauptnavigation">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="index.html">
|
||||
<span class="brand-kicker">Physiotherapie</span>
|
||||
<span class="brand-name">Kerstin Adolphsen</span>
|
||||
</a>
|
||||
<button
|
||||
class="navbar-toggler"
|
||||
type="button"
|
||||
data-bs-toggle="collapse"
|
||||
data-bs-target="#navbarContent"
|
||||
aria-controls="navbarContent"
|
||||
aria-expanded="false"
|
||||
aria-label="Navigation umschalten"
|
||||
>
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div id="navbarContent" class="collapse navbar-collapse justify-content-end">
|
||||
<ul class="navbar-nav align-items-lg-center gap-lg-2">
|
||||
<li class="nav-item"><a class="nav-link" href="index.html#leistungen">Leistungen</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="index.html#praxis">Praxis</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="index.html#ueber-mich">Ueber mich</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="index.html#kontakt">Kontakt</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main style="padding-top: 8rem; padding-bottom: 4rem;">
|
||||
<div class="container" style="max-width: 48rem;">
|
||||
<h1 style="font-size: 2.2rem; margin-bottom: 2rem;">Impressum</h1>
|
||||
|
||||
<section style="margin-bottom: 2.5rem;">
|
||||
<h2 style="font-size: 1.35rem; margin-top: 2rem; margin-bottom: 1rem;">Anbieterin</h2>
|
||||
<p>
|
||||
<strong>Kerstin Adolphsen</strong><br />
|
||||
Physiotherapeutin<br />
|
||||
Obergasse 2<br />
|
||||
35410 Hungen-Langd
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section style="margin-bottom: 2.5rem;">
|
||||
<h2 style="font-size: 1.35rem; margin-top: 2rem; margin-bottom: 1rem;">Kontaktinformationen</h2>
|
||||
<p>
|
||||
Telefon: <a href="tel:+496402508272">06402 / 508272</a><br />
|
||||
E-Mail: <a href="mailto:kerstin.adolphsen@gmail.com">kerstin.adolphsen@gmail.com</a>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section style="margin-bottom: 2.5rem;">
|
||||
<h2 style="font-size: 1.35rem; margin-top: 2rem; margin-bottom: 1rem;">Berufsbezeichnung und Befugnisse</h2>
|
||||
<p>
|
||||
Berufsbezeichnung: <strong>Physiotherapeutin</strong><br />
|
||||
Erworben in der Bundesrepublik Deutschland.<br />
|
||||
<br />
|
||||
Die Berufsausübung unterliegt den Regelungen:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Masseurs- und Physiotherapeutengesetz (MPhG)</li>
|
||||
<li>Berufsordnung fuer Physiotherapeuten der zustaendigen Kammer</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section style="margin-bottom: 2.5rem;">
|
||||
<h2 style="font-size: 1.35rem; margin-top: 2rem; margin-bottom: 1rem;">Haftung fuer Inhalte</h2>
|
||||
<p>
|
||||
Die Inhalte dieser Website werden mit großer Sorgfalt gepflegt. Fuer die Richtigkeit,
|
||||
Vollstaendigkeit und Aktualitaet der Inhalte kann jedoch keine Gewaehr uebernommen werden.
|
||||
Die Veroeffentlichung stellt keine Beratung dar und entbindet nicht von der Konsultation
|
||||
eines Fachmanns.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section style="margin-bottom: 2.5rem;">
|
||||
<h2 style="font-size: 1.35rem; margin-top: 2rem; margin-bottom: 1rem;">Haftung fuer Links</h2>
|
||||
<p>
|
||||
Diese Website enthaelt teilweise Links zu externen Webseiten von Dritten. Fuer den Inhalt
|
||||
dieser externen Websites ist die/der jeweilige Anbieterin/Anbieter verantwortlich. Bei
|
||||
der erstmaligen Verknuepfung wurde geprueft, ob etwaige Rechtsverstoesse vorlagen.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section style="margin-bottom: 2.5rem;">
|
||||
<h2 style="font-size: 1.35rem; margin-top: 2rem; margin-bottom: 1rem;">Urheberrecht</h2>
|
||||
<p>
|
||||
Die in dieser Website enthaltenen Inhalte sind urheberrechtlich geschuetzt. Ohne
|
||||
ausdruckliche Genehmigung ist jede Verwertung nicht gestattet.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section style="margin-bottom: 2.5rem;">
|
||||
<h2 style="font-size: 1.35rem; margin-top: 2rem; margin-bottom: 1rem;">Hosting</h2>
|
||||
<p>
|
||||
<strong>[Hosting-Anbieter eintragen]</strong><br />
|
||||
Adresse des Hosting-Anbieters<br />
|
||||
<br />
|
||||
<em>Hinweis: Bitte bei der Liveschaltung die Angaben zum Hosting-Provider aktualisieren.</em>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<div style="background: rgba(217, 194, 160, 0.12); padding: 1.5rem; border-radius: 1rem; margin-top: 3rem;">
|
||||
<p style="margin: 0; font-size: 0.9rem; color: rgba(31, 37, 34, 0.7);">
|
||||
<strong>Hinweis:</strong> Sollten Angaben in diesem Impressum unvollstaendig oder
|
||||
fehlerhaft sein, bitten wir um Mitteilung. Aenderungen werden veroeffentlicht, sobald sie
|
||||
dem Angebot mitgeteilt werden.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="site-footer">
|
||||
<div class="container footer-inner">
|
||||
<p>© <span id="currentYear"></span> Physiotherapie Kerstin Adolphsen</p>
|
||||
<div class="footer-links">
|
||||
<a href="impressum.html">Impressum</a>
|
||||
<a href="datenschutz.html">Datenschutz</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
<script>
|
||||
document.getElementById("currentYear").textContent = String(new Date().getFullYear());
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user