personal-website/src/cool-stuff/index.html

66 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Emilia Allison</title>
<link rel="stylesheet" href="/css/about.css">
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body class="no-overflow">
<div id="overlay">
</div>
<main class="offset-grid--top--wide--column side-a">
<div>
<h1 class="gap-small-bottom">
Cool Stuff
</h1>
<h3 class="gap-mid-bottom">it's debatably cool</h3>
<p>
If a page uses/requires JavaScript (or WASM), its link will be marked with (&#x2615).
When relevant, a link to a Git repo will be provided (&#128187).
If content is useful for my job, it will be marked with
(&#x1f935;&#x200d;&#x2640;&#xfe0f;).
</p>
<h1 class="gap-small-bottom">
the stuff
</h1>
<h3>
Artisan Handcrafted
</h3>
<ul>
<li><a href="plate-tool-beta">Plate tool</a> &#x2615
<a href="https://git.ilia.moe/emilia/plate-tool">&#128187;
&#x1f935;&#x200d;&#x2640;&#xfe0f;</a>
</li>
</ul>
<h3>
Static Generated (sometimes)
</h3>
<ul>
<li><a href="recipes">Recipes</a>
<ul>
I so desperately need to update this section.
None of these are up-to-date.
</ul>
</li>
<li><a href="/pictures">Pictures</a>
<ul>
Password protected, and also linked from web root.
intentionally bizarre pictures blasted onto your screen
by way of a terrible python pipeline.
</ul>
</li>
</ul>
</div>
<a href="../">
</a>
<div class="side-a__main-content-cover"></div>
</main>
<footer class="lock-bottom">
<p><a href="../">Return</a></p>
</footer>
</body>
</html>