parent
7110401183
commit
f54de47a25
|
@ -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 (☕).
|
||||||
|
When relevant, a link to a Git repo will be provided (💻).
|
||||||
|
If content is useful for my job, it will be marked with
|
||||||
|
(🤵‍♀️).
|
||||||
|
</p>
|
||||||
|
<h1>
|
||||||
|
the stuff
|
||||||
|
</h1>
|
||||||
|
<h3>
|
||||||
|
Artisan Handcrafted
|
||||||
|
</h3>
|
||||||
|
<ul>
|
||||||
|
<li><a href="plate-tool">Plate tool</a> ☕
|
||||||
|
<a href="https://git.ilia.moe/emilia/plate-tool">💻
|
||||||
|
🤵‍♀️</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="https://git.ilia.moe/emilia/adg_script">adg_script
|
||||||
|
🤵‍♀️</a></li>
|
||||||
|
<li><a href="cool-spotify-blend">Cool spotify blend</a> ☕
|
||||||
|
<a href="https://git.ilia.moe/emilia/cool-spotify-blend">💻</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 (☕).
|
|
||||||
When relevant, a link to a Git repo will be provided (💻).
|
|
||||||
</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> ☕
|
|
||||||
<a href="https://git.ilia.moe/emilia/plate-tool">💻</a></li>
|
|
||||||
<li><a href="cool-spotify-blend">Cool spotify blend</a> ☕
|
|
||||||
<a href="https://git.ilia.moe/emilia/cool-spotify-blend">💻</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>
|
||||||
|
|
Loading…
Reference in New Issue