blob: 61ccceb91b6fd686597bcb77c1af32babd663ade (
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>
<head>
<title>Contact - Spragg Software Services Ltd.</title>
<link rel="stylesheet" href="/style/main.css"></link>
</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>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>
|