summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/about/todo30
-rw-r--r--public/index.html3
2 files changed, 32 insertions, 1 deletions
diff --git a/public/about/todo b/public/about/todo
new file mode 100644
index 0000000..4de7271
--- /dev/null
+++ 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
index 2d7129a..98854e2 100644
--- 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>