summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html75
1 files changed, 38 insertions, 37 deletions
diff --git a/public/index.html b/public/index.html
index 67b7a32..4045240 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,53 +1,54 @@
<!DOCTYPE html>
-<html lang="en">
-<head>
+<html lang="en-GB">
+ <head>
<meta charset="UTF-8">
+ <meta name="author" content="Shipwreckt">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shipwreckt</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="Images/favi.png" type="image/x-icon">
-</head>
-<body>
+ </head>
+ <body>
<header>
- <nav>
- <ul>
- <li><a href="index.html">Home</a></li>
- <li><a href="links.html">Links</a></li>
- <li class="logo"><a href="index.html"><img src="Images/misc/logo.png" alt="Logo"></a></li>
- <li><a href="projects.html">Projects</a></li>
- <li><a href="contact.html">Contact</a></li>
- </ul>
- </nav>
+ <nav>
+ <ul>
+ <li><a href="index.html">Home</a></li>
+ <li><a href="links.html">Links</a></li>
+ <li class="logo"><a href="index.html"><img src="Images/misc/logo.png" alt="Logo"></a></li>
+ <li><a href="projects.html">Projects</a></li>
+ <li><a href="contact.html">Contact</a></li>
+ </ul>
+ </nav>
</header>
<main>
<p>Hello there! I’m Shipwreckt, a 15 year old dude from the UK. I have a passion for programming and am currently learning C and exploring various diffrent algorithms. I also work with Linux and am diving into more complex aspects of it. You can see what I’m up to right now <a href="about/todo">here</a>.</p>
<p><a href="about/software">Software</a> and <a href="about/hardware">hardware</a> that I use, also <a href="about/media">media</a> I enjoy.</p>
- <section class="posts">
- <h2>Posts</h2>
- <ul>
- <li>26-08-2024 - <a href="posts/08ArchServer">Arch server!</a></li>
- <li>17-08-2024 - <a href="posts/07FishShell">Trying out fish 🐟</a></li>
- <li>17-08-2024 - <a href="posts/06NewLaptop">New Laptop !</a></li>
- <li>03-08-2024 - <a href="posts/05Yubikeys">Yubikeys!</a></li>
- <li>27-07-2024 - <a href="posts/04Servers">Messing with servers</a></li>
- <li>24-07-2024 - <a href="posts/03Art">Making some art</a></li>
- <li>22-07-2024 - <a href="posts/02FreeBSD">Trying out FreeBSD</a></li>
- <li>19-07-2024 - <a href="posts/01Summer"><b>Summer holiday!</b></a></li>
- <li>13-07-2024 - <a href="posts/00dwm">Switching to DWM</a></li>
- </ul>
- </section>
- <section class="posts">
- <h2>Articles</h2>
- <ul>
- <li>24-08-2024 - <a href="articals/linuxlist">Articles about Linux šŸ–„ļøšŸ§</a></li>
- <li>15-08-2024 - <a href="articals/programminglist">Articles about Programming šŸ‘Øā€šŸ’»</a></li>
- <li>08-08-2024 - <a href="articals/internetlist">Articles about the Internet 🌐</a></li>
- <li>07-08-2024 - <a href="articals/neovimlist">Neovim run through 🧠</a></li>
- </ul>
- </section>
+ <section class="posts">
+ <h2>Posts</h2>
+ <ul>
+ <li>26-08-2024 - <a href="posts/08ArchServer">Arch server!</a></li>
+ <li>17-08-2024 - <a href="posts/07FishShell">Trying out fish 🐟</a></li>
+ <li>17-08-2024 - <a href="posts/06NewLaptop">New Laptop !</a></li>
+ <li>03-08-2024 - <a href="posts/05Yubikeys">Yubikeys!</a></li>
+ <li>27-07-2024 - <a href="posts/04Servers">Messing with servers</a></li>
+ <li>24-07-2024 - <a href="posts/03Art">Making some art</a></li>
+ <li>22-07-2024 - <a href="posts/02FreeBSD">Trying out FreeBSD</a></li>
+ <li>19-07-2024 - <a href="posts/01Summer"><b>Summer holiday!</b></a></li>
+ <li>13-07-2024 - <a href="posts/00dwm">Switching to DWM</a></li>
+ </ul>
+ </section>
+ <section class="posts">
+ <h2>Articles</h2>
+ <ul>
+ <li>24-08-2024 - <a href="articals/linuxlist">Articles about Linux šŸ–„ļøšŸ§</a></li>
+ <li>15-08-2024 - <a href="articals/programminglist">Articles about Programming šŸ‘Øā€šŸ’»</a></li>
+ <li>08-08-2024 - <a href="articals/internetlist">Articles about the Internet 🌐</a></li>
+ <li>07-08-2024 - <a href="articals/neovimlist">Neovim run through 🧠</a></li>
+ </ul>
+ </section>
</main>
-</body>
+ </body>
</html>