Add Contact Details

This commit is contained in:
Fred Boniface 2022-10-10 21:50:01 +01:00
parent 90137cc4ca
commit 871be3a9af
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@
<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>
<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>
</div>
<?php include "./page-blocks/footer.php"; ?>