Updated all pages to new layout
This commit is contained in:
@@ -2,30 +2,29 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link href="index.css" rel="stylesheet">
|
||||
<title>projects</title>
|
||||
<title>chptr</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<img src="https://chopster44.com/img/pfp.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>
|
||||
<h2>Projects</h2>
|
||||
<p> ¬ I'll put some stuff here, but I haven't made anything yet.</p>
|
||||
</main>
|
||||
<footer>
|
||||
<p>© chopster44</p>
|
||||
</footer>
|
||||
<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">
|
||||
<h2>I haven't added anything yet</h2>
|
||||
<div class="construction" style="width: auto; height: auto;"></div>
|
||||
</div>
|
||||
<div class="div footer">
|
||||
<p>© chopster44 | Page last edited: 2024-07-07</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user