diff options
Diffstat (limited to 'public/posts')
-rw-r--r-- | public/posts/GCSE.html | 44 | ||||
-rw-r--r-- | public/posts/Temp | 2 | ||||
-rw-r--r-- | public/posts/tags/Life.html | 1 |
3 files changed, 46 insertions, 1 deletions
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> |