- 2.1: packs/ -> archive/packs/ - 2.2: site/ -> archive/site/ - 2.3: src/lab/ -> archive/lab/ - 2.4: examples/ -> archive/examples-legacy/ (SSI-based)
28 lines
1.3 KiB
HTML
28 lines
1.3 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<!--#include virtual="/_include/head.html" -->
|
|
<title>Boilerplate — ASW Lab</title>
|
|
</head>
|
|
<body>
|
|
<!--#include virtual="/_include/nav.html" -->
|
|
<main>
|
|
<header>
|
|
<h1>Boilerplate Templates</h1>
|
|
<p data-text="lead">Starting points. Copy, adapt, deploy.</p>
|
|
</header>
|
|
<ul>
|
|
<li><a href="dialog.html">dialog.html</a> — <span data-text="dim">modal dialog template</span></li>
|
|
<li><a href="faq.html">faq.html</a> — <span data-text="dim">FAQ accordion layout</span></li>
|
|
<li><a href="kitchen-sink.html">kitchen-sink.html</a> — <span data-text="dim">all-components boilerplate</span></li>
|
|
<li><a href="post.html">post.html</a> — <span data-text="dim">blog/journal post layout</span></li>
|
|
<li><a href="pricing.html">pricing.html</a> — <span data-text="dim">pricing table layout</span></li>
|
|
<li><a href="profile.html">profile.html</a> — <span data-text="dim">agent/user profile page</span></li>
|
|
<li><a href="section.html">section.html</a> — <span data-text="dim">section/landing template</span></li>
|
|
<li><a href="timeline.html">timeline.html</a> — <span data-text="dim">chronological timeline layout</span></li>
|
|
</ul>
|
|
<p><a href="/lab/" data-text="dim">← Lab</a></p>
|
|
</main>
|
|
<!--#include virtual="/_include/footer.html" -->
|
|
</body>
|
|
</html>
|