summaryrefslogtreecommitdiff
path: root/html/contact
blob: cd2bf0d7ebb54a60b706c0a9a9ac8324e05dc043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
	<head>
		<title>Contact - Spragg Software Services Ltd.</title>
		<link rel="stylesheet" href="/style/main.css" />
	</head>
	<body>
		<header>
			<h1>Contact</h1>
			<nav>
				<ul>
					<li><a href="/">Home</a></li>
					<li><a href="/projects">Projects</a></li>
					<li><a href="/blog">Blog</a></li>
					<li><a href="/privacy">Privacy</a></li>
					<li class="selected"><a href="/contact">Contact</a></li>
				</ul>
			</nav>
		</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>
			<hr />
			<p>Spragg Software Services Ltd is registered in England, No. 11248242.
				Registered office: 82 Upper Hanover Street, Sheffield, S3 7RQ.
				VAT reg No. 295343283.</p>
		</footer>
	</body>
</html>