2022-10-07 19:44:52 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
2022-10-07 19:57:44 +01:00
|
|
|
<link rel="stylesheet" href="./css/styles.css">
|
2022-10-07 19:47:59 +01:00
|
|
|
<script src="/js/navbar.js"></script>
|
2022-10-07 19:44:52 +01:00
|
|
|
<title>Fred Boniface - Hello</title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="navbar" id="navbar">
|
2022-10-07 20:02:19 +01:00
|
|
|
<a class="logo" href="/"><img src="/images/navbar/home.svg" alt="Home" width="26" height="26"></a>
|
2022-10-07 19:44:52 +01:00
|
|
|
<div class="mobile">
|
2022-10-07 20:02:19 +01:00
|
|
|
<a href="/">Home</a>
|
2022-10-07 19:44:52 +01:00
|
|
|
</div>
|
|
|
|
<div class="dropdown">
|
2022-10-07 20:06:13 +01:00
|
|
|
<button class="dropbutton">Downloads ⤵</button>
|
2022-10-07 19:44:52 +01:00
|
|
|
<div class="droplist">
|
2022-10-07 20:06:13 +01:00
|
|
|
<a href="/downloads/vcard.vcf">⤷ vCard</a>
|
|
|
|
<a href="#">⤷ Null</a>
|
2022-10-07 19:44:52 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2022-10-07 20:06:13 +01:00
|
|
|
<a href="/pgp.php">GPG</a>
|
2022-10-07 19:44:52 +01:00
|
|
|
<i>Fred Boniface</i>
|
|
|
|
<a href="javascript:void(0);" class="icon" onclick="hamburger()">☰</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<h1 class="page-title">Hello</h1>
|
|
|
|
<div class="page-main-content">
|
|
|
|
<p>
|
|
|
|
Hi, I am 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>
|
|
|
|
|
|
|
|
<footer>© Frederick Boniface 2022</footer>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|