Finished new layout
This commit is contained in:
55
index.html
55
index.html
@@ -4,40 +4,43 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link href="index.css" rel="stylesheet">
|
||||
<title>chopster44.com</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>
|
||||
<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="/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>
|
||||
</div>
|
||||
<div class="div 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.
|
||||
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>
|
||||
This is my personal site where I put a bit of everything. Like most of my projects this is a work in progress.
|
||||
If you want to ask me something about anything here, take a look at <a href="contact">[Contact]</a>.
|
||||
</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 href="imgs.html">[imgs]</a></p>
|
||||
<div class="changelog">
|
||||
<h2>Changes</h2>
|
||||
<div>
|
||||
<p>2024-07-06 - new page layouts, updated some text</p>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
<footer>
|
||||
<p>© chopster44</p>
|
||||
</footer>
|
||||
</div>
|
||||
<div class="div footer">
|
||||
<p>© chopster44 | Page last edited: 2024-07-06</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user