impressum
This commit is contained in:
parent
05ef9474af
commit
37a8c8ff62
1 changed files with 89 additions and 10 deletions
|
|
@ -2,15 +2,94 @@
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Impressum</title>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
|
<title>Impressum – Studienprojekt 2026</title>
|
||||||
|
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=DM+Sans:wght@300;400;500&display=swap" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header>
|
|
||||||
<h1>Impressum 📄</h1>
|
<nav>
|
||||||
</header>
|
<div class="nav-logo">🎓 Studienprojekt</div>
|
||||||
<main>
|
|
||||||
<p>Dein Name<br>Adresse<br>Email</p>
|
<ul class="nav-links">
|
||||||
</main>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="ueberuns.html">Über uns</a></li>
|
||||||
|
<li><a href="eis_project.html">Projekt</a></li>
|
||||||
|
<li><a href="kontakt.html">Kontakt</a></li>
|
||||||
|
<li><a href="impressum.html">Impressum</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<section class="hero">
|
||||||
|
|
||||||
|
<div class="hero-content">
|
||||||
|
|
||||||
|
<div class="hero-tag">⚖️ Rechtliches</div>
|
||||||
|
|
||||||
|
<h1>
|
||||||
|
Impressum<br>
|
||||||
|
<span>Studienprojekt 2026</span>
|
||||||
|
</h1>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Angaben gemäß § 5 TMG für unser Studienprojekt im Bereich Medien- und Bildungsmanagement.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<div class="section-label">Angaben</div>
|
||||||
|
<h2 class="section-title">Impressum</h2>
|
||||||
|
|
||||||
|
<div class="gallery-card" style="padding: 2rem; max-width: 800px; margin: 0 auto;">
|
||||||
|
|
||||||
|
<p style="color: var(--muted); line-height: 1.8;">
|
||||||
|
|
||||||
|
<strong>Projekt:</strong><br>
|
||||||
|
Studienprojekt 2026 – Medien- und Bildungsmanagement<br><br>
|
||||||
|
|
||||||
|
<strong>Verantwortlich:</strong><br>
|
||||||
|
Anni & Lea<br><br>
|
||||||
|
|
||||||
|
<strong>Kontakt:</strong><br>
|
||||||
|
Anni: anni@studienprojekt.de<br>
|
||||||
|
Lea: lea@studienprojekt.de<br><br>
|
||||||
|
|
||||||
|
<strong>Inhaltlich verantwortlich:</strong><br>
|
||||||
|
Anni & Lea<br><br>
|
||||||
|
|
||||||
|
<strong>Hinweis:</strong><br>
|
||||||
|
Diese Website dient ausschließlich zu Studienzwecken im Rahmen eines Hochschulprojekts.
|
||||||
|
Es handelt sich nicht um eine kommerzielle Website.
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<div class="section-label">Haftung</div>
|
||||||
|
<h2 class="section-title">Rechtlicher Hinweis</h2>
|
||||||
|
|
||||||
|
<p class="section-sub">
|
||||||
|
Trotz sorgfältiger inhaltlicher Kontrolle übernehmen wir keine Haftung für die Inhalte externer Links.
|
||||||
|
Für den Inhalt der verlinkten Seiten sind ausschließlich deren Betreiber verantwortlich.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
© 2026 Studienprojekt · Impressum · Anni & Lea
|
||||||
|
</footer>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Reference in a new issue