Added /now page

This commit is contained in:
2024-03-27 14:43:02 +00:00
parent 833670ccb7
commit ffeebd1dcb

40
now.html Normal file
View File

@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link href="index.css" rel="stylesheet">
<title>Now</title>
</head>
<body>
<header>
<img src="/img/pfp.webp" width="141" alt="my profile picture">
<div class="headerContent">
<h1>Chopster44.com</h1>
<div>
<a class="link" href="/">home</a>
<a class="link" href="/blog">blog</a>
<a class="link" href="/now">now</a>
</div>
</div>
</header>
<main>
<h1> What I'm doing now </h1>
<p>inspired by <a href="https://nownownow.com/about">this</a>. Updated 2024-03-27</p>
<ul>
<li>Building rockets, most of what I am doing (outside of school) is building things for rockets, then
putting them together and hoping they fly. I'm doing this both for fun, and for the
<a href="https://www.UKROC.com">UKROC challenge</a>. I've built a flight computer for the rockets,
blog post coming soon
</li>
<li>Bass, I'm learning how to <a href="https://youtu.be/38CRu1rCaKg?si=VsSDoAPBdLvjqP4K">Caravan</a> from the film
Whiplash, to play in a band with a few friends.
</li>
</ul>
</main>
<footer>
<hr>
<p>&#169; chopster44 2024</p>
</footer>
</body>
</html>