summaryrefslogtreecommitdiff
path: root/public/about/todo.html
blob: d84612d3f924b8e89ce9c36839dea0588874e8b5 (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
<!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>What am I up too?</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>
      <h1>What Am I Up To?</h1>
      <p>Last updated: 17-04-2025</p><hr>

      <h2>School</h2>
      <p>I have mostly been focusing on school so I will not be able to program as much as before.</p>

      <h2>Games</h2>
      <p>Many people have their own ways of dealing with stress and such, mine is gaming. I am playing all of the classic fallout games! As of writing I am playing fallout 1 and I am so close to the end I just want to do a bunch of side quests beforehand.</p>

      <h2>Self improvement</h2>
      <p>Lately I have been working on myself a lot lately and I don't mean that in a hippie way or anything. I have been cleaning my room a lot, keeping the garden clean and doing fitness. It has helped me cope during exams, better then 4 hour gaming sessions.</p>

      <h2>Website</h2>
      <p>As normal I am working on my website, for now I am mostly adding infomation about Linux and junk. I will keep this up for a while because I am trying to master Linux. I am also trying to get a email server up and working but vultur and digitalocean are being asses sadly, what a guy gotta do to have the SMTP porn unblocked.</p>


    </main>
  </body>
</html>