2022-10-10 21:45:18 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<?php include "./page-blocks/head.php"; ?>
|
|
|
|
<title>Contact</title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<?php include "./page-blocks/menu.php"; ?>
|
|
|
|
|
|
|
|
<h1 class="page-title">Contact</h1>
|
|
|
|
<div class="page-main-content">
|
|
|
|
<a href="/downloads/vcard.vcf" class="download-link">Add me to your contacts</a>
|
2022-10-10 21:50:01 +01:00
|
|
|
<h2>Find me elsewhere</h2>
|
|
|
|
<a href="https://fb.me/fred.boniface" target="_blank" rel="noreferrer noopener">Facebook</a>
|
|
|
|
<a href="https://github.com/frdbonif" target="_blank" rel="noreferrer noopener">GitHub</a>
|
|
|
|
<a href="https://500px.com/p/fredboniface" target="_blank" rel="noreferrer noopener">500px</a>
|
|
|
|
|
2022-10-10 21:45:18 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php include "./page-blocks/footer.php"; ?>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|