commit 79ddfa79f8c52d34be3150fc2c83025610448236
parent da5ff58d0c68b51678d0d96003027c03e2eb68e3
Author: Shipwreckt <shipwreckt@mailfence.com>
Date: Sat, 7 Sep 2024 20:58:17 +0100
School
Diffstat:
3 files changed, 38 insertions(+), 0 deletions(-)
diff --git a/public/posts/11School b/public/posts/11School
@@ -0,0 +1,34 @@
+<!DOCTYPE html>
+<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>School</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>
+ <h2>School Update</h2>
+ <h3>Date: 07-09-2024</h3><hr>
+ <p>As of last week, school has started.</p>
+ <p>Unfortunately, I no longer have all day to tinker with Linux. While I'll try to continue to update this website, my focus will be more shifting toward school, especially with my GCSEs approaching. I’m a bit disappointed to temporarily step back from Linux and programming, but I plan to get back into it in as soon as I have spare ome time off work. For example, today I managed to get <a href="https://www.wireguard.com/">WireGuard</a> working with a VPN!</p>
+ <p>That’s all for this update—just a quick note to say that school is in session, and my priorities will be focused there for now.</p>
+ <center><hr>
+ <pre><a href="../index.html">Back 🚪</a></pre>
+ </center>
+ </main>
+ </body>
+</html>
+
diff --git a/public/posts/tags/Linux b/public/posts/tags/Linux
@@ -24,6 +24,8 @@
<center>
<h1>Linux 🐧</h1>
</center>
+ <p>31-08-2024 - <a href="../10Gentoo">Installing Gentoo Linux</a></p>
+ <p>28-08-2024 - <a href="..//09Kernel">Compiling the Linux Kernel 🐧</a></p>
<p>26-08-2024 - <a href="../08ArchServer">Arch Server!</a></p>
<p>17-08-2024 - <a href="../07FishShell">Trying Out Fish 🐟</a></p>
<p>27-07-2024 - <a href="../04Servers">Messing With Servers</a></p>
diff --git a/public/posts/tags/Tech b/public/posts/tags/Tech
@@ -24,6 +24,8 @@
<center>
<h1>Tech 🧑💻</h1>
</center>
+ <p>31-08-2024 - <a href="../10Gentoo">Installing Gentoo Linux</a></p>
+ <p>28-08-2024 - <a href="..//09Kernel">Compiling the Linux Kernel 🐧</a></p>
<p>26-08-2024 - <a href="../08ArchServer">Arch Server!</a></p>
<p>17-08-2024 - <a href="../07FishShell">Trying Out Fish 🐟</a></p>
<p>03-08-2024 - <a href="../05Yubikeys">Yubikeys!</a></p>