summaryrefslogtreecommitdiff
path: root/public/posts/School
diff options
context:
space:
mode:
authorShipwreckt <me@shipwreckt.co.uk>2025-10-31 20:02:14 +0000
committerShipwreckt <me@shipwreckt.co.uk>2025-10-31 20:02:14 +0000
commit7a52ddeba2a68388b544f529d2d92104420f77b0 (patch)
tree15ddd47457a2cb4a96060747437d36474e4f6b4e /public/posts/School
parent53d6ae2b5568437afa5e4995580a3fb679b7b91b (diff)
Changed from static to 11ty!
Diffstat (limited to 'public/posts/School')
-rw-r--r--public/posts/School/index.html45
1 files changed, 45 insertions, 0 deletions
diff --git a/public/posts/School/index.html b/public/posts/School/index.html
new file mode 100644
index 0000000..8be4c58
--- /dev/null
+++ b/public/posts/School/index.html
@@ -0,0 +1,45 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" href="/assets/css/main.css">
+ <title>School</title>
+ </head>
+ <body>
+ <article>
+ <header>
+ <h1>School</h1>
+ <p class="post-date">September 07, 2024</p>
+ </header>
+ <div class="post-content">
+ <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 WireGuard 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>
+
+ </div>
+ </article>
+
+
+
+
+ <footer class="post-footer">
+ <!-- 🌟 Back button -->
+ <a href="/" class="back-button">⬅ Back to Home</a>
+
+
+ <p class="post-tags">
+
+ <a href="/tags/life/"
+ aria-label="View posts tagged life">
+ life
+ </a>
+
+ </p>
+
+ </footer>
+
+ </body>
+</html>
+