parent
7110401183
commit
f54de47a25
|
@ -1,11 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
||||
<body class="no-overflow">
|
||||
<div id="overlay">
|
||||
</div>
|
||||
<main class="offset-grid--top--wide--column side-a">
|
||||
|
@ -15,9 +17,10 @@
|
|||
</h1>
|
||||
<h3>it's debatably cool</h3>
|
||||
<p>
|
||||
Cool stuff is code for links to subpages.
|
||||
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 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
|
||||
|
@ -26,11 +29,15 @@ When relevant, a link to a Git repo will be provided (💻).
|
|||
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>
|
||||
<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>
|
||||
<a href="https://git.ilia.moe/emilia/cool-spotify-blend">💻</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h3>
|
||||
Static Generated
|
||||
|
@ -46,5 +53,6 @@ When relevant, a link to a Git repo will be provided (💻).
|
|||
<footer class="lock-bottom">
|
||||
<p><a href="../">Return</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue