commit 54554317495c62590bc4d08d3c85d3d89664b0d1
parent 7494ee246fd068b678f449af81d550f5376bd310
Author: Shipwreckt <shipwreckt@mailfence.com>
Date: Mon, 29 Jul 2024 19:01:51 +0000
Added to the index and added a new page
Diffstat:
2 files changed, 32 insertions(+), 1 deletion(-)
diff --git a/public/about/todo b/public/about/todo
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Bitcoin</title>
+ <link rel="stylesheet" href="../styles.css">
+ <link rel="icon" href="../Images/favi.png" type="image/x-icon">
+</head>
+<body>
+ <header>
+ <nav>
+ <ul>
+ <li><a href="../index.html">Home</a></li>
+ <li><a href="../links.html">Links</a></li>
+ <li><a href="../projects.html">Projects</a></li>
+ <li><a href="../contact.html">Contact</a></li>
+ </ul>
+ </nav>
+ </header>
+ <main class="description">
+ <h1>What Am I Up To?</h1>
+ <p>This week, I’m planning to install Gentoo. On this Monday, I ran into an issue with the kernel installation, so I’m stepping back and will try again on Wednesday. I’m also working on programming in C. If you don’t see any updates on my GitLab, it’s because I’m still learning and experimenting on my own computer.</p>
+ <p>I’ve also bought some Linux books from a Humble Bundle that was available last month. In the coming weeks, I’ll be reading these books. Some of them cover topics beyond Linux, such as DevOps and Python, which I’m interested in learning more about.</p>
+ <p>I also need to add more content to this website, particularly more Linux-related material. I plan to expand the number of articles I have about <a href="../articles/archlist">Arch Linux</a>.</p>
+ <p>Overall pretty chill I just need to keep ontop of things and all should be good!</p>
+ </main>
+</body>
+</html>
+
diff --git a/public/index.html b/public/index.html
@@ -20,7 +20,8 @@
</nav>
</header>
<main class="description">
- <p>Hello there, I am Shipwreckt, a teenager from the UK. If you cannot tell, I like to program, and I am currently learning the C programmeming language and different algorithms.</p>
+ <p>Hello there! I’m Shipwreckt, a teenager 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</p>
<section class="posts">
<h2>Posts</h2>