44 lines
2.2 KiB
HTML
44 lines
2.2 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>Lucia's Webpage</title>
|
||
|
<link rel="stylesheet" href="style.css">
|
||
|
<link rel="stylesheet" href="assets/fonts/Hack/Hack.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="content">
|
||
|
<div id="title">
|
||
|
<pre class="site-head">
|
||
|
=================================================================================
|
||
|
// ___ ___ ___ _________ ___ _____ _____ //
|
||
|
// / / / / / / / ______/ / / / | / | //
|
||
|
// / / / / / / / / / / / /| | / /| | //
|
||
|
// / / / / / / / / / / / /_| | / /_| | //
|
||
|
// / / / / / / / / / / / ___ |/ ___ | //
|
||
|
// / /______ / /___/ / / /______ / / / / | | / | | //
|
||
|
// /_________/ /_________/ /_________/ /__/ /__/ |__|_/ |__| //
|
||
|
// //
|
||
|
================================================================================= </pre>
|
||
|
</div>
|
||
|
<nav>
|
||
|
<span class="centered no-overflow">==============================================================================================</span>
|
||
|
</nav>
|
||
|
<p class="flowing-text">Uh no, you found my super secret To-Do list. Since you are already here do shame me via my socials to get to work on some of those things: </p>
|
||
|
|
||
|
<ul>
|
||
|
<li><s>Fix all the links on this webpage</s> - done, kinda</li>
|
||
|
<li>Gather some more links for the link collection</li>
|
||
|
<li>Finally finish the blog engine - still not done as of 2024-12-21 oof</li>
|
||
|
<li>Improve accessablity - I will read more on that topic, but if you have suggestions feel free to share</li>
|
||
|
<li><s>Pet some cats</s> - done as of 2024-06-12</li>
|
||
|
<li><s>Pet some more cats</s> - done as of 2024-10-13</li>
|
||
|
<li>Pet even more cats</li>
|
||
|
<li>Fix this To-Do list</li>
|
||
|
</ul>
|
||
|
|
||
|
<a href="index.html" class="flowing-text">Back home</a>
|
||
|
</div>
|
||
|
|