diff options
author | shipwreckt <me@shipwreckt.co.uk> | 2025-07-07 12:44:05 +0100 |
---|---|---|
committer | shipwreckt <me@shipwreckt.co.uk> | 2025-07-07 12:44:05 +0100 |
commit | 24b9a489af2df64dabd7b6596d3c27bd8ec7121d (patch) | |
tree | ca1f87b16fcece874511b353f46d5ce7f53ed2fb | |
parent | 95bd08d1435517c97c27c1e792e7d563dcd0d797 (diff) |
-rw-r--r-- | public/index.html | 3 | ||||
-rw-r--r-- | public/links.html | 4 | ||||
-rw-r--r-- | public/posts/GCSE.html | 44 | ||||
-rw-r--r-- | public/posts/Temp | 2 | ||||
-rw-r--r-- | public/posts/tags/Life.html | 1 |
5 files changed, 50 insertions, 4 deletions
diff --git a/public/index.html b/public/index.html index d0eed1c..a428023 100644 --- a/public/index.html +++ b/public/index.html @@ -28,7 +28,8 @@ <section class="posts"> <h2>Posts</h2> <ul> - <li>17-04-2025 - <a href="posts/18Update.html">Life Update</a></li> + <li>07-07-2025 - <a href="posts/GCSE.html">No more school!!!!</a></li> + <li>28-05-2025 - <a href="posts/18Update.html">Life Update</a></li> <li>21-02-2025 - <a href="posts/17Server.html">VPS server 🗄️</a></li> <li>16-02-2025 - <a href="posts/16PC.html">New PC case!</a></li> <li>16-12-2024 - <a href="posts/15Christmas.html">Christmas 🎅</a></li> diff --git a/public/links.html b/public/links.html index e0c2d83..e1a4670 100644 --- a/public/links.html +++ b/public/links.html @@ -23,9 +23,9 @@ <main> <hr> <h2>Links</h2> - <p>Other personal websites of people I know</p> + <p>Other personal websites of my friends :D</p> + <p>(If you are my friend and want your website here just message me)</p> <ul> - <li><a href="https://tippfehlr.dev/">Tippfehlr</a></li> <li><a href="https://www.gositi.se/">Gositi</a></li> </ul> diff --git a/public/posts/GCSE.html b/public/posts/GCSE.html new file mode 100644 index 0000000..9714ad2 --- /dev/null +++ b/public/posts/GCSE.html @@ -0,0 +1,44 @@ +<!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>No more 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>No more school</h2> + <h3>Date: 07-07-2025 </h3> + <hr> + <h2>It is over!!!</h2> + <p>GCSEs are over! The exams were less stressful then I initally thought, however the exams were draining. The reason why this post is coming out so late is becasue last few weeks I have just been focused on myself. + + <h3>Will I miss school?</h3> + <p>Nope! I will miss some of the teachers but overall I am happy school is over, mainly due to the fact I had to take a bus to school and every school day I spent 2 hours total a day commuting to school and back and the trip back really killed me.</p> + + <h3> What have I been up too?</h3> + <p>Sadly I have not been doing much tech stuff, apart from messing around with different programs of course. I have mostly been spedning my time at church and reading the Bible, overall just connecting more with God and improving myself to be a better person over all! However I have been looking for a new VPS that allows port 22 (SMTP port) and does not block the port, however if I keep my current subscription long enough the support team said they would be able to lift the SMTP port block, so I will just stick with that, however it is a bit of a pain not being able to send mail from my mail account.</p> + + <h2>Overview</h2> + <p>Hopefully I will be able to go to collage, we will have to see though and I am just so happy that I am done with secondary school! + + <center><hr> + <pre><a href="../index.html">Back 🚪</a> | <a href="tags/Life.html">More Life 🍺</a> </pre> + </center> + </main> + </body> +</html> + diff --git a/public/posts/Temp b/public/posts/Temp index aa53471..aee5967 100644 --- a/public/posts/Temp +++ b/public/posts/Temp @@ -31,7 +31,7 @@ <h2>Overview</h2> <center><hr> - <pre><a href="../index.html">Back 🚪</a> | <a href="tags/Linux.html">More Linux 🐧</a> | <a href="tags/BSD.html">More BSD 😈</a> | <a href="tags/Tech.html">More Tech 🧑💻</a> </pre> + <pre><a href="../index.html">Back 🚪</a> | <a href="tags/Linux.html">More Linux 🐧</a> | <a href="tags/BSD.html">More BSD 😈</a> | <a href="tags/Tech.html">More Tech 🧑💻</a> | <a href="tags/Life.html">Life 🍺</a> </pre> </center> </main> </body> diff --git a/public/posts/tags/Life.html b/public/posts/tags/Life.html index 6610137..305c9e9 100644 --- a/public/posts/tags/Life.html +++ b/public/posts/tags/Life.html @@ -24,6 +24,7 @@ <center> <h1>Life 🍺</h1> </center> + <p>07-07-2025 - <a href="../GCSE.html">No more school!</a></p> <p>17-04-2025 - <a href="../18Update.html">Life Update</a></p> <p>01-12-2024 - <a href="../14Email.html">Email and Life update</a></p> </div> |