40 lines
1.6 KiB
HTML
40 lines
1.6 KiB
HTML
<!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>© chopster44 2024</p>
|
|
</footer>
|
|
</body>
|
|
</html> |