<?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>