diff options
Diffstat (limited to 'html/contact')
-rw-r--r-- | html/contact | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/html/contact b/html/contact index cd2bf0d..632113a 100644 --- a/html/contact +++ b/html/contact @@ -1,21 +1,11 @@ -<!DOCTYPE html> +<?php include '@include.php'; ?><!DOCTYPE html> <html lang="en"> <head> - <title>Contact - Spragg Software Services Ltd.</title> - <link rel="stylesheet" href="/style/main.css" /> + <?php echo indent(site_head('Contact - Spragg Software Services Ltd.'), 2); ?> </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> + <?php echo indent(site_header('Contact'), 3); ?> </header> <main> <h2><img src="/img/icons/Faenza/mimetypes/32/message.png" alt="•" /> Contact</h2> @@ -26,10 +16,7 @@ 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> + <?php echo indent(site_footer(), 3); ?> </footer> </body> </html> |