todo.html (1853B)
1 <!DOCTYPE html> 2 <html lang="en-GB"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="author" content="Shipwreckt"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 7 <title>What am I up too?</title> 8 <link rel="stylesheet" href="../styles.css"> 9 <link rel="icon" href="../Images/favi.png" type="image/x-icon"> 10 </head> 11 <body> 12 <header> 13 <nav> 14 <ul> 15 <li><a href="../index.html">Home</a></li> 16 <li><a href="../links.html">Links</a></li> 17 <li><a href="../projects.html">Projects</a></li> 18 <li><a href="../contact.html">Contact</a></li> 19 </ul> 20 </nav> 21 </header> 22 <main> 23 <h1>What Am I Up To?</h1> 24 <p>Last updated: 17-04-2025</p><hr> 25 26 <h2>School</h2> 27 <p>I have mostly been focusing on school so I will not be able to program as much as before.</p> 28 29 <h2>Games</h2> 30 <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> 31 32 <h2>Self improvement</h2> 33 <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> 34 35 <h2>Website</h2> 36 <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> 37 38 39 </main> 40 </body> 41 </html> 42