uerbuns
This commit is contained in:
parent
3507eefda5
commit
7cf6a9a7a5
1 changed files with 110 additions and 10 deletions
120
ueber_uns.html
120
ueber_uns.html
|
|
@ -1,16 +1,116 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Über uns</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Über uns – 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">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<h1>Über uns 🌸</h1>
|
||||
</header>
|
||||
<main>
|
||||
<p>Wir lieben Eis und Design 💜</p>
|
||||
</main>
|
||||
|
||||
<nav>
|
||||
<div class="nav-logo">🎓 Studienprojekt</div>
|
||||
|
||||
<ul class="nav-links">
|
||||
<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">👥 Unser Team</div>
|
||||
|
||||
<h1>
|
||||
Anni & Lea<br>
|
||||
<span>Studienprojekt 2026</span>
|
||||
</h1>
|
||||
|
||||
<p>
|
||||
Wir sind Anni und Lea und studieren Medien- und Bildungsmanagement.
|
||||
Gemeinsam arbeiten wir an einem kreativen Studienprojekt, das Design,
|
||||
digitale Medien und Forschung verbindet.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
||||
<div class="section-label">Über uns</div>
|
||||
<h2 class="section-title">Wer wir sind</h2>
|
||||
|
||||
<p class="section-sub">
|
||||
Zwei kreative Köpfe mit unterschiedlichen Stärken, aber einer gemeinsamen Leidenschaft für Medien, Gestaltung und digitale Projekte.
|
||||
</p>
|
||||
|
||||
<div class="stats-row">
|
||||
|
||||
<div class="stat-card">
|
||||
<span class="stat-num">Anni</span>
|
||||
<span class="stat-label">Medien, Fotografie, Katzen, kreative Online-Medien</span>
|
||||
</div>
|
||||
|
||||
<div class="stat-card">
|
||||
<span class="stat-num">Lea</span>
|
||||
<span class="stat-label">Design, Tanzen, Zeichnen, Lesen, Kreativität</span>
|
||||
</div>
|
||||
|
||||
<div class="stat-card">
|
||||
<span class="stat-num">2026</span>
|
||||
<span class="stat-label">Studienprojekt</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
||||
<div class="section-label">Profile</div>
|
||||
<h2 class="section-title">Unsere Stärken</h2>
|
||||
|
||||
<div class="gallery-grid">
|
||||
|
||||
<div class="gallery-card">
|
||||
<div style="padding: 2rem;">
|
||||
<h3>👩💻 Anni</h3>
|
||||
<p style="margin-top: 1rem; color: var(--muted); line-height: 1.7;">
|
||||
Anni interessiert sich besonders für Fotografie, Social Media,
|
||||
digitale Medien und kreative Gestaltung. Außerdem liebt sie Katzen,
|
||||
liest gerne und arbeitet gerne visuell und strukturiert.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="gallery-card">
|
||||
<div style="padding: 2rem;">
|
||||
<h3>🎨 Lea</h3>
|
||||
<p style="margin-top: 1rem; color: var(--muted); line-height: 1.7;">
|
||||
Lea bringt kreative Ideen ins Projekt ein und liebt Design,
|
||||
Zeichnen und Tanz. Sie liest viel und entwickelt gerne neue
|
||||
visuelle Konzepte und kreative Ansätze.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
© 2026 Studienprojekt · Anni & Lea
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Loading…
Reference in a new issue