From 551fe367342f4c3d4c859f58054c6076b3fe4d69 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Fri, 19 Jul 2024 16:30:46 +0200 Subject: Wrap after 80 cols --- src/pages/about.php | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'src/pages') diff --git a/src/pages/about.php b/src/pages/about.php index b9f8b22..3103ebb 100644 --- a/src/pages/about.php +++ b/src/pages/about.php @@ -2,7 +2,10 @@ format("%y"); +$age = date_diff( + new DateTimeImmutable(), + new DateTimeImmutable(BIRTHDATE) +)->format("%y"); ?> @@ -13,5 +16,16 @@ $age = date_diff(new DateTimeImmutable(), new DateTimeImmutable(BIRTHDATE))->for

Hello, I'm Jonas Kohl aka hozyro!

-

I'm -year-old student and software engineer. I use they/them, she/her and he/him pronouns.

-

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 – I tested it in IE 6, IE 7 and Mozilla 1.1.)

+

+I'm -year-old student and software engineer. I use +they/them, she/her and he/him +pronouns. +

+

+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 – I tested it in IE 6, IE 7 and Mozilla 1.1). This website is also +available solely via HTTP over at +http://hozyro.jkohl.link/! +

-- cgit v1.2.3