Updated all pages to new layout
This commit is contained in:
@@ -2,45 +2,43 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link href="index.css" rel="stylesheet">
|
||||
<link href="index.css" rel="stylesheet">
|
||||
<title>chptr</title>
|
||||
</head>
|
||||
<body>
|
||||
<img src="https://chopster44.com/img/pfp.png" width="141" class="div logo">
|
||||
<h1 class="div title ">Chopster44</h1>
|
||||
<div class="nav div">
|
||||
<p>Personal</p>
|
||||
<a href="/index.html#about">[About]</a>
|
||||
<a href="/blog">[Blog]</a>
|
||||
<p>Interests</p>
|
||||
<a href="/projects">[Projects]</a>
|
||||
<a href="/rockets">[Rockets]</a>
|
||||
<a href="/linux">[Linux]</a>
|
||||
<p>Other Web</p>
|
||||
<a href="#">[Buttons]</a>
|
||||
<a href="/contact">[Contact]</a>
|
||||
<img src="https://chopster44.com/img/pfp.png" width="141" class="div logo">
|
||||
<h1 class="div title">Chopster44</h1>
|
||||
<div class="div nav">
|
||||
<p>Personal</p>
|
||||
<a href="/about.html">[About]</a>
|
||||
<a href="/blog.html">[Blog]</a>
|
||||
<p>Interests</p>
|
||||
<a href="/projects.html">[Projects]</a>
|
||||
<a href="/rockets.html">[Rockets]</a>
|
||||
<p>Other Web</p>
|
||||
<a href="#">[Buttons]</a>
|
||||
<a href="/contact.html">[Contact]</a>
|
||||
</div>
|
||||
<div class="div main">
|
||||
<div id="about">
|
||||
<h2>About me</h2>
|
||||
<p>
|
||||
Hi, I'm chopster44 and this is my website. Here I put anything I have worked on/used/made which I think
|
||||
is cool. This isn't a professional site so things might get a bit messy/all over the place and hard to
|
||||
navigate. I hope you enjoy looking around!
|
||||
<br>
|
||||
If you want to ask me something about anything here, take a look at <a href="contact">[Contact]</a>.
|
||||
</p>
|
||||
</div>
|
||||
<div class="main div">
|
||||
<div id="about">
|
||||
<h2>About me</h2>
|
||||
<p>
|
||||
Hi, I'm chopster44 and this is my website. Here I put anything I have worked on/used/made which I think
|
||||
is cool. This isn't a professional site so things might get a bit messy/all over the place and hard to
|
||||
navigate. I hope you enjoy looking around!
|
||||
<br>
|
||||
If you want to ask me something about anything here, take a look at <a href="contact">[Contact]</a>.
|
||||
</p>
|
||||
</div>
|
||||
<div class="changelog">
|
||||
<h2>Changes</h2>
|
||||
<div>
|
||||
<p>2024-07-06 - new page layouts, updated some text</p>
|
||||
</div>
|
||||
<div class="changelog">
|
||||
<h2>Changes</h2>
|
||||
<div>
|
||||
<p>2024-07-06 - new page layouts, updated some text</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer div">
|
||||
<p>© chopster44 | Page last edited: 2024-07-06</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="div footer">
|
||||
<p>© chopster44 | Page last edited: 2024-07-06</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user