fredboniface.co.uk/index.php

41 lines
1.1 KiB
PHP

<!DOCTYPE html>
<?php include "./php/age.php"; ?>
<html lang="en">
<head>
<?php include "./page-blocks/head.php"; ?>
<title>Fred Boniface</title>
</head>
<body>
<?php include "./page-blocks/menu.php"; ?>
<h1 class="page-title">Hello</h1>
<div class="page-main-content">
<p>
I'm Fred Boniface - a <?php echo getAge(1993,11); ?> year old Rail
Professional with many interests outside of work and while I do have
many opinions about the state of the rail industry at present, this
website aims to be about my personal life and interests, rather than my
work.
</p>
<p>
I am married to Jade and we have two children, Lucy & Ava-Rose - both
in school. I will get around to adding some images to this page - I
promise.
</p>
<p>
To keep this homepage simple and easy to digest, I won't waffle on
about too much here, but there is more to read about each topic on
the relevant page.
</p>
</div>
<?php include "./page-blocks/footer.php"; ?>
</body>
</html>