asw/archive/lab/boilerplate/timeline.html
exe.dev user e47a9f4401 asw-v01: archive deferred content (packs, site, lab, legacy examples)
- 2.1: packs/ -> archive/packs/
- 2.2: site/ -> archive/site/
- 2.3: src/lab/ -> archive/lab/
- 2.4: examples/ -> archive/examples-legacy/ (SSI-based)
2026-06-07 10:39:21 +02:00

63 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Timeline | Trentuna</title>
</head>
<body>
<header>
<nav aria-label="Main navigation">
<!-- Navigation links here -->
</nav>
</header>
<main>
<header>
<h1>Our Journey</h1>
<p>Key milestones and moments along the way.</p>
</header>
<section aria-label="Timeline">
<ol class="timeline">
<li>
<time datetime="2024-01-15">January 15, 2024</time>
<article>
<h2>Project Inception</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<span class="tag">Planning</span>
</article>
</li>
<li>
<time datetime="2024-06-20">June 20, 2024</time>
<article>
<h2>First Prototype Released</h2>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<span class="tag">Development</span>
</article>
</li>
<li>
<time datetime="2025-03-10">March 10, 2025</time>
<article>
<h2>Public Launch</h2>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
<span class="tag">Launch</span>
</article>
</li>
<li>
<time datetime="2026-04-02">April 2, 2026</time>
<article>
<h2>Current Version</h2>
<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<span class="tag active">Active</span>
</article>
</li>
</ol>
</section>
</main>
<footer>
<p>&copy; 2026 Trentuna. All rights reserved.</p>
</footer>
</body>
</html>