blob: 3938f8755836ad82c85d7f8449b8e8e917b3281c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?php include '_include.php'; ?><!DOCTYPE html>
<html lang="en">
<head>
<?php echo indent(site_head('Contact - Spragg Software Services Ltd.'), 2); ?>
</head>
<body>
<header>
<?php echo indent(site_header('Contact'), 3); ?>
</header>
<main>
<h2><img src="/img/icons/Faenza/mimetypes/32/message.png" alt="•" /> Contact</h2>
<p>The best way to get in contact with me is by email, at
<a href="mailto:adam@spragg-ssl.co.uk">adam@spragg-ssl.co.uk</a>.</p>
<p>I'm based in
<a href="https://www.openstreetmap.org/#map=11/53.3811/-1.4722">Sheffield, UK</a> if
that's an issue, but most of what I do can be done remotely.</p>
</main>
<footer>
<?php echo indent(site_footer(), 3); ?>
</footer>
</body>
</html>
|