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,11 +1,13 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head>
<head>
<title>Emilia Allison</title> <title>Emilia Allison</title>
<link rel="stylesheet" href="/css/about.css"> <link rel="stylesheet" href="/css/about.css">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
</head> </head>
<body class="no-overflow">
<body class="no-overflow">
<div id="overlay"> <div id="overlay">
</div> </div>
<main class="offset-grid--top--wide--column side-a"> <main class="offset-grid--top--wide--column side-a">
@ -15,9 +17,10 @@
</h1> </h1>
<h3>it's debatably cool</h3> <h3>it's debatably cool</h3>
<p> <p>
Cool stuff is code for links to subpages. If a page uses/requires JavaScript (or WASM), its link will be marked with (&#x2615).
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).
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> </p>
<h1> <h1>
the stuff the stuff
@ -26,11 +29,15 @@ When relevant, a link to a Git repo will be provided (&#128187).
Artisan Handcrafted Artisan Handcrafted
</h3> </h3>
<ul> <ul>
<li><a href="css-purgatory">css purgatory</a></li>
<li><a href="plate-tool">Plate tool</a> &#x2615 <li><a href="plate-tool">Plate tool</a> &#x2615
<a href="https://git.ilia.moe/emilia/plate-tool">&#128187</a></li> <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 <li><a href="cool-spotify-blend">Cool spotify blend</a> &#x2615
<a href="https://git.ilia.moe/emilia/cool-spotify-blend">&#128187</a></li> <a href="https://git.ilia.moe/emilia/cool-spotify-blend">&#128187</a>
</li>
</ul> </ul>
<h3> <h3>
Static Generated Static Generated
@ -46,5 +53,6 @@ When relevant, a link to a Git repo will be provided (&#128187).
<footer class="lock-bottom"> <footer class="lock-bottom">
<p><a href="../">Return</a></p> <p><a href="../">Return</a></p>
</footer> </footer>
</body> </body>
</html> </html>