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
64
src/lab/boilerplate/faq.html
Normal file
64
src/lab/boilerplate/faq.html
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Frequently Asked Questions | Trentuna</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<nav aria-label="Main navigation">
|
||||
<!-- Navigation links here -->
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<header>
|
||||
<h1>Frequently Asked Questions</h1>
|
||||
<p>Common questions about our services.</p>
|
||||
</header>
|
||||
|
||||
<section aria-labelledby="faq-heading">
|
||||
<h2 id="faq-heading">General Questions</h2>
|
||||
|
||||
<details>
|
||||
<summary>What is Trentuna?</summary>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>How do I get started?</summary>
|
||||
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Is there a free tier available?</summary>
|
||||
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
|
||||
</details>
|
||||
</section>
|
||||
|
||||
<section aria-labelledby="billing-heading">
|
||||
<h2 id="billing-heading">Billing & Plans</h2>
|
||||
|
||||
<details>
|
||||
<summary>What payment methods do you accept?</summary>
|
||||
<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Can I cancel anytime?</summary>
|
||||
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium.</p>
|
||||
</details>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Still Have Questions?</h2>
|
||||
<p>Contact us at <a href="mailto:support@trentuna.exe.xyz">support@trentuna.exe.xyz</a></p>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>© 2026 Trentuna. All rights reserved.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue