This commit is contained in:
Roscoe 2025-06-06 01:50:28 +01:00
commit bb5abd6b30
Signed by: RoscoeDaWah
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE
5 changed files with 57 additions and 63 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 859 B

After

Width:  |  Height:  |  Size: 905 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Before After
Before After

View file

@ -1,9 +1,3 @@
<?php
date_default_timezone_set('Europe/London');
$birthday = new DateTime("2005-06-07");
$currentDate = DateTime::createFromFormat("Y-m-d", date("Y-m-d"));
$age = $birthday->diff($currentDate);
?>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
@ -15,7 +9,7 @@ $age = $birthday->diff($currentDate);
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16"> <link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16">
<meta property="og:title" content="~roscoe @ frzn.dev"> <meta property="og:title" content="~roscoe @ frzn.dev">
<meta property="og:description" content="My personal homepage on frzn.dev!"> <meta property="og:description" content="My personal homepage on frzn.dev!">
<meta property="og:image" content="/res/images/profile-v4.png"> <meta property="og:image" content="/res/images/profile-v5.png">
<title>~roscoe</title> <title>~roscoe</title>
</head> </head>
@ -34,7 +28,7 @@ $age = $birthday->diff($currentDate);
<div><img src="./res/images/profile-v5.png" class="profile-image"></div> <div><img src="./res/images/profile-v5.png" class="profile-image"></div>
<div> <div>
<ul> <ul>
<li><?= $age->y ?> y/o, British</li> <li>19 y/o, British</li>
<li>Computer collecting wah</li> <li>Computer collecting wah</li>
<li>Theatre technician</li> <li>Theatre technician</li>
<li>Self-taught programmer</li> <li>Self-taught programmer</li>