diff options
author | Jonas Kohl | 2024-07-19 13:19:30 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-07-19 13:19:30 +0200 |
commit | 2f9719e064f2efd4e6b05e7a5e5797000dfbe6b8 (patch) | |
tree | 2defdd773f9e82be0a870b14a250f9a5e97ab931 | |
parent | 4d7e9ed0c01897f992ac5943dc69b5b9fb3f860e (diff) |
More about text
-rw-r--r-- | src/pages/about.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/about.php b/src/pages/about.php index 69e772c..657dd60 100644 --- a/src/pages/about.php +++ b/src/pages/about.php @@ -14,3 +14,4 @@ $age = date_diff(new DateTimeImmutable(), new DateTimeImmutable(BIRTHDATE))->for <p>Hello, I'm <strong>Jonas Kohl</strong> aka <strong>hozyro</strong>!</p> <p>I'm <strong><?= $age ?>-year-old</strong> student and software engineer. I use <strong>they/them</strong>, <strong>she/her</strong> and <strong>he/him</strong> pronouns.</p> +<p>I love retro computing, especially the early to mid-2000s (yes, that's considered retro now, get over it), as you can tell by this website (which btw should work just fine in IE 6 if you manage to bypass the SSL errors somehow.)</p> |