update cool stuff

formatted it too :)
This commit is contained in:
Emilia Allison 2024-02-04 12:12:11 -05:00
parent 7110401183
commit f54de47a25
Signed by: emilia
GPG Key ID: 05D5D1107E5100A1
1 changed files with 54 additions and 46 deletions

View File

@ -1,50 +1,58 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head>
<title>Emilia Allison</title> <head>
<link rel="stylesheet" href="/css/about.css"> <title>Emilia Allison</title>
<meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="stylesheet" href="/css/about.css">
</head> <meta name="viewport" content="width=device-width,initial-scale=1">
<body class="no-overflow"> </head>
<div id="overlay">
<body class="no-overflow">
<div id="overlay">
</div>
<main class="offset-grid--top--wide--column side-a">
<div>
<h1>
Cool Stuff
</h1>
<h3>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>
the stuff
</h1>
<h3>
Artisan Handcrafted
</h3>
<ul>
<li><a href="plate-tool">Plate tool</a> &#x2615
<a href="https://git.ilia.moe/emilia/plate-tool">&#128187;
&#x1f935;&#x200d;&#x2640;&#xfe0f;</a>
</li>
<li><a href="https://git.ilia.moe/emilia/adg_script">adg_script
&#x1f935;&#x200d;&#x2640;&#xfe0f;</a></li>
<li><a href="cool-spotify-blend">Cool spotify blend</a> &#x2615
<a href="https://git.ilia.moe/emilia/cool-spotify-blend">&#128187</a>
</li>
</ul>
<h3>
Static Generated
</h3>
<ul>
<li><a href="recipes">Recipes</a></li>
</ul>
</div> </div>
<main class="offset-grid--top--wide--column side-a"> <a href="../">
<div> </a>
<h1> <div class="side-a__main-content-cover"></div>
Cool Stuff </main>
</h1> <footer class="lock-bottom">
<h3>it's debatably cool</h3> <p><a href="../">Return</a></p>
<p> </footer>
Cool stuff is code for links to subpages. </body>
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).
</p>
<h1>
the stuff
</h1>
<h3>
Artisan Handcrafted
</h3>
<ul>
<li><a href="css-purgatory">css purgatory</a></li>
<li><a href="plate-tool">Plate tool</a> &#x2615
<a href="https://git.ilia.moe/emilia/plate-tool">&#128187</a></li>
<li><a href="cool-spotify-blend">Cool spotify blend</a> &#x2615
<a href="https://git.ilia.moe/emilia/cool-spotify-blend">&#128187</a></li>
</ul>
<h3>
Static Generated
</h3>
<ul>
<li><a href="recipes">Recipes</a></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> </html>