2022-10-30 20:07:17 +00:00
|
|
|
<?php include "./php/age.php"; ?>
|
|
|
|
<?php $page_title = "contact"; ?>
|
2022-10-10 21:45:18 +01:00
|
|
|
|
2022-10-30 20:07:17 +00:00
|
|
|
<!DOCTYPE html>
|
2022-10-10 21:45:18 +01:00
|
|
|
<html lang="en">
|
2022-10-30 20:07:17 +00:00
|
|
|
<?php include "./page-blocks/head.php"; ?>
|
2022-10-10 21:45:18 +01:00
|
|
|
<body>
|
2022-10-30 20:07:17 +00:00
|
|
|
<?php include "./page-blocks/head-img.php"; ?>
|
|
|
|
<?php include "./page-blocks/menu.php"; ?>
|
|
|
|
<?php include "./page-blocks/micro-content.php"; ?>
|
|
|
|
<div class="content hide_micro">
|
|
|
|
<p>
|
|
|
|
I will build a contact form here. For the moment:
|
|
|
|
<br>
|
|
|
|
<a href="/downloads/vcard.vcf">Add me to your contacts</a>
|
|
|
|
<br>
|
|
|
|
or check out my social links in the menu.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<?php include "./page-blocks/footer.php"; ?>
|
2022-10-10 21:45:18 +01:00
|
|
|
</body>
|
|
|
|
</html>
|