blob: 9714ad2518cbef55d9c98670146cb759725c9250 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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>
|