summaryrefslogtreecommitdiff
path: root/public/posts/11School
diff options
context:
space:
mode:
authorShipwreckt <shipwreckt@mailfence.com>2024-09-07 20:58:17 +0100
committerShipwreckt <shipwreckt@mailfence.com>2024-09-07 20:58:17 +0100
commit79ddfa79f8c52d34be3150fc2c83025610448236 (patch)
treeb7a628a8011d92e73cba408e1f60605e5bf6e159 /public/posts/11School
parentda5ff58d0c68b51678d0d96003027c03e2eb68e3 (diff)
School
Diffstat (limited to 'public/posts/11School')
-rw-r--r--public/posts/11School34
1 files changed, 34 insertions, 0 deletions
diff --git a/public/posts/11School b/public/posts/11School
new file mode 100644
index 0000000..3395cce
--- /dev/null
+++ 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>
+