d'oh
This commit is contained in:
parent
9410b5b14b
commit
bb5abd6b30
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 |
Binary file not shown.
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.5 KiB |
BIN
favicon.ico
BIN
favicon.ico
Binary file not shown.
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
|
|
@ -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>
|
||||
<html lang="en">
|
||||
|
||||
|
|
@ -15,7 +9,7 @@ $age = $birthday->diff($currentDate);
|
|||
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16">
|
||||
<meta property="og:title" content="~roscoe @ 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>
|
||||
</head>
|
||||
|
||||
|
|
@ -34,7 +28,7 @@ $age = $birthday->diff($currentDate);
|
|||
<div><img src="./res/images/profile-v5.png" class="profile-image"></div>
|
||||
<div>
|
||||
<ul>
|
||||
<li><?= $age->y ?> y/o, British</li>
|
||||
<li>19 y/o, British</li>
|
||||
<li>Computer collecting wah</li>
|
||||
<li>Theatre technician</li>
|
||||
<li>Self-taught programmer</li>
|
||||
Loading…
Add table
Add a link
Reference in a new issue