103 lines
No EOL
2.5 KiB
HTML
103 lines
No EOL
2.5 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<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="css/style.css">
|
||
</head>
|
||
|
||
|
||
<body>
|
||
|
||
<nav>
|
||
<div class="nav-logo">🎓 Studienprojekt</div>
|
||
|
||
<ul class="nav-links">
|
||
<li><a href="index.html">Home</a></li>
|
||
<li><a href="ueber_uns.html">Über uns</a></li>
|
||
<li><a href="eis_projekt.html">Projekt</a></li>
|
||
|
||
<!-- NEU -->
|
||
<li><a href="notenrechner.html">Notenrechner</a></li>
|
||
<li><a href="textanalyse.html">Textanalyse</a></li>
|
||
|
||
<li><a href="kontakt.html">Kontakt</a></li>
|
||
<li><a href="impressum.html">Impressum</a></li>
|
||
</ul>
|
||
<button id="dark-mode-toggle">🌙 Dark Mode</button>
|
||
</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>
|
||
<script src="js/script.js"></script>
|
||
</html> |