This commit is contained in:
2024-04-23 16:47:16 +01:00
parent be8c084276
commit fa14b9b624
8 changed files with 159 additions and 170 deletions

View File

@@ -4,54 +4,40 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link href="index.css" rel="stylesheet">
<title>Welcome to chopster44.com!</title>
<title>chopster44.com</title>
</head>
<body>
<header>
<img src="/img/pfp-transparent.png" width="141" alt="my profile picture">
<div class="headerContent">
<h1>Chopster44</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>
<h2>About me:</h2>
<p>I'm chopster44</p>
<p>I know a bit about programming, design circuit boards, building rockets which defy physics, and I play
bass.</p>
<p>This is my personal website, here I have a blog where I talk about my projects and other stuff.</p>
<hr>
<h2> Top projects: </h2>
<p> I would put the projects of mine which I think are the coolest here, but I haven't made much yet. I'll
leave this list here ready to be filled when I've made something cool!</p>
<ul>
<li></li>
<!-- <li>eVCU</li>-->
<!-- <li>Something I haven't made yet</li>-->
</ul>
<hr>
<h2> Contact: </h2>
<p> If you wanna send me a message or see the stuff I do you can probably get a response on one of these</p>
<ul>
<li> Discord (chopster44) </li>
<li> <a href="https://github.com/chopster44">Github</a> </li>
<li> I'm chopster44 in most places. </li>
</ul>
<hr>
<h2> Other stuff: </h2>
<p>This place is pretty empty right now, come back some other time, and it will have some more!</p>
<p>I have made a list of what I am going to add to this place <a href="/future">here</a></p>
<p>I found the image I use as a pfp online. I would give the artist, but I can't find the source anymore
other than a reddit post from years ago <sub>sorry</sub></p>
</main>
<footer>
<hr>
<p>&#169; chopster44 2024</p>
</footer>
<header>
<img src="https://chopster44.com/img/pfp-transparent.png" width="141">
<div id="menu">
<h1>Chopster44</h1>
<a href="/#about">[About]</a>
<a href="/blog">[Blog]</a>
<a href="/projects">[Projects]</a>
<a href="/rockets">[Rockets]</a>
<a href="/linux">[Linux]</a>
</div>
</header>
<main>
<div id="about">
<h2>About me</h2>
<p>
I'm chopster44. <br>
I know a bit about programming, designing circuit boards, building rockets, breaking computers and playing bass.
<br>
This is my personal site where I put a bit of everything. Like most of my projects this is a work in progress.
</p>
</div>
<div id="links">
<h2>Contact</h2>
<p>Messaging: <a href="mailto:oscar@chopster44.com">[email]</a> <a href="/contact.html#discord">[discord]</a> <a href="/contact.html#matrix">[matrix]</a></p>
<p>Other links: <a href="https://www.instagram.com/chopster44/">[instagram]</a> <a href="https://github.com/chopster44">[github]</a></p>
<p>Other pages: <a>[imgs]</a></p>
</div>
</main>
<footer>
<p>&#169; chopster44</p>
</footer>
</body>
</html>