67 lines
2.5 KiB
HTML
67 lines
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>Ernährungsberatung für Triathleten 50+ | tri-hub</title>
|
||
<meta name="description" content="Ernährungsberatung für Triathletinnen und Triathleten ab 50.">
|
||
|
||
<!-- Kunden-CSS (Tailwind-Build von tri-hub.de) – NICHT verändern -->
|
||
<link rel="stylesheet" href="css/assets.css">
|
||
|
||
<!-- Schriften laut Design-DNA: Playfair Display (Überschriften) + Inter (Text) -->
|
||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap">
|
||
|
||
<!-- Projektweite Basis (Design-Tokens, Lesbarkeit) -->
|
||
<link rel="stylesheet" href="css/base.css">
|
||
|
||
<!-- Ein Stylesheet pro User Story – jede Datei gehört genau einem Feature-Branch -->
|
||
<link rel="stylesheet" href="css/sections/hero.css"> <!-- US01-01 -->
|
||
<link rel="stylesheet" href="css/sections/vorteile.css"> <!-- US01-02 -->
|
||
<link rel="stylesheet" href="css/sections/ablauf.css"> <!-- US01-03 -->
|
||
</head>
|
||
<body>
|
||
|
||
<header class="site-header">
|
||
<div class="container">
|
||
<a href="/" class="site-logo">tri-hub</a>
|
||
<!-- US01-05 Navigation: späterer Sprint -->
|
||
</div>
|
||
</header>
|
||
|
||
<main>
|
||
|
||
<!-- ========== US01-01: Angebot und Zielgruppe (Hero) ==========
|
||
Branch: feature/US01-01-hero · Styles: css/sections/hero.css
|
||
Nur innerhalb dieser <section> arbeiten. -->
|
||
<section id="hero" aria-labelledby="hero-title">
|
||
<!-- US01-01: Inhalt hier einfügen -->
|
||
</section>
|
||
<!-- ========== /US01-01 ========== -->
|
||
|
||
|
||
<!-- ========== US01-02: Vorteile auf einen Blick ==========
|
||
Branch: feature/US01-02-vorteile · Styles: css/sections/vorteile.css
|
||
Nur innerhalb dieser <section> arbeiten. -->
|
||
<section id="vorteile" aria-labelledby="vorteile-title">
|
||
<!-- US01-02: Inhalt hier einfügen -->
|
||
</section>
|
||
<!-- ========== /US01-02 ========== -->
|
||
|
||
|
||
<!-- ========== US01-03: Ablauf sehen (+ Kontaktangaben) ==========
|
||
Branch: feature/US01-03-ablauf · Styles: css/sections/ablauf.css
|
||
Nur innerhalb dieser <section> arbeiten. -->
|
||
<section id="ablauf" aria-labelledby="ablauf-title">
|
||
<!-- US01-03: Inhalt hier einfügen -->
|
||
</section>
|
||
<!-- ========== /US01-03 ========== -->
|
||
|
||
</main>
|
||
|
||
<script src="js/main.js" defer></script>
|
||
</body>
|
||
</html>
|