diff --git a/src/pages/index.astro b/src/pages/index.astro index 1c47bb1..8cc0b03 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -120,7 +120,7 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
Having my own TrueNAS Scale server at home, I've self-hosted multiple apps and projects, @@ -255,6 +257,20 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
+I spend most of my free time working on various projects of mine; I've recently decided to expand my horizons and + work on some projects that are not pure computer science. But other than that, I like to go on walks, listen to + music, and I occasionally play video games.
+I also love going rollerblading and I used to play airsoft, but I haven't had the time to play recently. + And, believe it or not, I like to cook and read books as well.
+When I grow up, I want to study mechanical engineering, since I take interest in engineering in general, not just + programming. I'm still not sure which university I want to go to, but chances are that it will be somewhere in + Germany, Benelux, or Scandinavia (or Czechia and Slovakia as a last resort). Both my parents are very successful + engineers (chemical, not mechanical though), so I have a lot to live up to.
+But currently, I'm just trying to survive high school.
+ + +Note: the source code of this website is available here