34 lines
1.3 KiB
HTML
34 lines
1.3 KiB
HTML
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>Welcome to chopster44.com!</title>
|
|
<link href="index.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<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> Here's a list of my projects which I think are the coolest. Code-ey things will be on a git thingy somewhere. Solid stuff probably isn't opensource :( so find details on my blog!. </p>
|
|
<ul>
|
|
<li>eVCU</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 respone 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>
|
|
<hr>
|
|
<p>© chopster44 2024</p>
|
|
</body>
|
|
</html>
|