Formatting

This commit is contained in:
2024-03-26 18:24:13 +00:00
parent fcefb0e977
commit d3bfd215b7
2 changed files with 70 additions and 67 deletions

View File

@@ -4,30 +4,31 @@
<title>Future</title> <title>Future</title>
<link href="index.css" rel="stylesheet"> <link href="index.css" rel="stylesheet">
</head> </head>
<header>
<img src="/img/pfp.webp" width="141" alt="my profile picture">
<!-- <p>pfp here</p>-->
<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>
<body> <body>
<h1> Future </h1> <header>
<p> This page is like a changelog but in reverse, instead of making a list of things I have changed or added, its a list of things I want to add or change about this website</p> <img src="/img/pfp.webp" width="141" alt="my profile picture">
<ul> <div class="headerContent">
<li> A blog </li> <h1>Chopster44.com</h1>
<li> A /about </li> <div>
<li> Some nice css </li> <a class="link" href="/">home</a>
<li> A /now </li> <a class="link" href="/blog">blog</a>
</ul> <a class="link" href="/now">now</a>
</div>
</div>
</header>
<main>
<h1> Future </h1>
<p> This page is like a changelog but in reverse, instead of making a list of things I have changed or added, its a list of things I want to add or change about this website</p>
<ul>
<li> A blog </li>
<li> A /about </li>
<li> Some nice css </li>
<li> A /now </li>
</ul>
</main>
<footer>
<hr>
<p>&#169; chopster44 2024</p>
</footer>
</body> </body>
<footer>
<hr>
<p>&#169; chopster44 2024</p>
</footer>
</html> </html>

View File

@@ -4,49 +4,51 @@
<title>Welcome to chopster44.com!</title> <title>Welcome to chopster44.com!</title>
<link href="index.css" rel="stylesheet"> <link href="index.css" rel="stylesheet">
</head> </head>
<header>
<img src="/img/pfp.webp" width="141" alt="my profile picture">
<!-- <p>pfp here</p>-->
<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>
<body> <body>
<h2>About me:</h2> <header>
<p>I'm chopster44</p> <img src="/img/pfp.webp" width="141" alt="my profile picture">
<p>I know a bit about programming, design circuit boards, building rockets which defy physics, and I play bass. <div class="headerContent">
</p> <h1>Chopster44.com</h1>
<p>This is my personal website, here I have a blog where I talk about my projects and other stuff.</p> <div>
<hr> <a class="link" href="/">home</a>
<h2> Top projects: </h2> <a class="link" href="/blog">blog</a>
<p> Here's a list of my projects which I think are the coolest. Code-ey things will be on a git thingy <a class="link" href="/now">now</a>
somewhere. Solid stuff probably isn't opensource :( so find details on my blog!. </p> </div>
<ul> </div>
<li>eVCU</li> </header>
<li>Something I haven't made yet</li> <main>
</ul> h2>About me:</h2>
<hr> <p>I'm chopster44</p>
<h2> Contact: </h2> <p>I know a bit about programming, design circuit boards, building rockets which defy physics, and I play
<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> bass.</p>
<ul> <p>This is my personal website, here I have a blog where I talk about my projects and other stuff.</p>
<li> Discord (chopster44) </li> <hr>
<li> <a href="https://github.com/chopster44">Github</a> </li> <h2> Top projects: </h2>
<li> I'm chopster44 in most places. </li> <p> Here's a list of my projects which I think are the coolest. Code-ey things will be on a git thingy
</ul> somewhere. Solid stuff probably isn't opensource :( so find details on my blog!. </p>
<hr> <ul>
<h2> Other stuff: </h2> <li>eVCU</li>
<p>This place is pretty empty right now, come back some other time, and it will have some more!</p> <li>Something I haven't made yet</li>
<p>I have made a list of what I am going to add to this place <a href="/future">here</a></p> </ul>
<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 <hr>
than a reddit post from 5 years ago <sub>sorry</sub></p> <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>
</body> </body>
<footer>
<hr>
<p>&#169; chopster44 2024</p>
</footer>
</html> </html>