diff options
Diffstat (limited to 'public/posts/life_update')
| -rw-r--r-- | public/posts/life_update/index.html | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/public/posts/life_update/index.html b/public/posts/life_update/index.html new file mode 100644 index 0000000..f0d9e24 --- /dev/null +++ b/public/posts/life_update/index.html @@ -0,0 +1,51 @@ +<!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>Life update</title> + </head> + <body> + <article> + <header> + <h1>Life update</h1> + <p class="post-date">May 28, 2025</p> + </header> + <div class="post-content"> + <hr> + <h2>Introduction</h2> +<p>If you are reading from a forgine country GCSEs stand for general certificate of secondary ecudation, as of right now I am taking them.</p> +<h2>Focus</h2> +<p>All I really need to focus on is math, my first paper is down and I only have two other maths papers, I need above a grade 4 ideally a grade 6. On my mock exams I got a grade 4 but this was my first set of mocks because for some reason the mocks I took in November finished when I started my GCSEs for some dumb reason. Thankfully these exams are easier then I imagined.</p> +<h2>What will I do when GCSEs are done?</h2> +<p>I plan to go to collage and partake in a course which allows me to further explore IT, I disliked IT class at secondary school because we only learnt about concepts; I am a pratical learner and this form of learning bascially killed me. But the course I am look at for collage seems very promissing and only a few people are allowed to enroll at once, so I do hope I get a possition!</p> +<hr> +<h2>Overview</h2> +<p>That is all really it I just wanted to do a quick update. Sadly I have not been doing much tech related as you can see from my <a href="https://git.shupwreckt.co.uk/">GIT</a> since I am just focusing on GCSEs and myself.</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> + |
