feat: legacy import — packs, examples, lab, themes, docs, lineage
Import from agentic-semantic-web/ into restructured repo: - 7 packs (apache, caddy, flask, hugo, nginx, pandoc, python) - shared error pages (403-503) - 17 lab experiments (boilerplate, charts, misc) - 31 example pages (charts, components, content, layout, vault) - 2 themes (garden, trentuna stub) - 4 docs (llms.txt, vocabulary, philosophy, agent-directive) - lineage.md (Pico/Open Props/Charts.css history) - Hugo mounts for lab/ and examples/ All agentic.css references updated to asw.css. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e9895cf90d
commit
86464f3e21
100 changed files with 14700 additions and 4 deletions
63
src/lab/boilerplate/timeline.html
Normal file
63
src/lab/boilerplate/timeline.html
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
<!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>© 2026 Trentuna. All rights reserved.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue