diff options
Diffstat (limited to 'public/posts/GCSE.html')
-rw-r--r-- | public/posts/GCSE.html | 44 |
1 files changed, 44 insertions, 0 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> + |