summaryrefslogtreecommitdiff
path: root/html/contact
blob: 632113ac8890e72dd94f4dcf2360741862abb955 (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>