-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-failed.html
executable file
·88 lines (64 loc) · 3.9 KB
/
contact-failed.html
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
---
layout: default
title: "Contact Failed. Agincourt"
---
<div id="content">
<div class="container_12">
<div class="grid_8">
<h1>Contact Us</h1>
<div class="grid_4 alpha">
<p>Regardless of what stage your project/idea is at, we'd love to hear about it and discuss the possibilities with you. Please feel free to contact us directly, or use the form below to send us an email.</p>
</div>
<div class="grid_4 omega">
<div class="info">
<p><label>Email:</label> <a href="mailto:[email protected]">[email protected]</a></p>
<p><label>Phone:</label> 0845 481 10 10</p>
<p><label>Support:</label> <a href="http://support.agincourt.co">support.agincourt.co</a></p>
<p><label>Office Hours:</label> 8:30-5:30 Mon-Fri</p>
</div>
</div>
<form action="/submit" method="post" id="contact_form" class="failed">
<p><img src="/images/layout/failed.png" width="256" height="256" alt="" /></p>
<h2>Your message could not be delivered, please call on 0845 481 10 10</h2>
</form>
<div class="clear gap"></div>
<div class="grid_4 alpha">
<h2><span class="sprite support"></span>Existing client?</h2>
<p>All clients are provided with access to <a href="https://agincourttechnologiesltd.basecamphq.com/">our project management system</a> and/or <a href="http://support.agincourt.co/">our ticket system</a>, but feel free to call or email.</p>
</div>
<div class="grid_4 omega">
<h2><span class="sprite emergency"></span>Emergencies</h2>
<p>We respond to emergencies round the clock - please ensure you contact us via phone and email/sms should you require assistance.</p>
</div>
</div><!-- .grid_8 -->
<div class="grid_4">
<h2>Got a project in mind?</h2>
<p class="highlight">If you know exactly what you want and you're looking for a quote, please <a href="/request-for-proposal">complete our Request For Proposal (RFP) form</a>. You may also be interested in viewing our <a href="/downloads/agincourt-client-web-design-guide.pdf">client web design guide</a> for information on website projects.</p>
<div class="clear gap"></div>
<hr />
<div class="clear gap"></div>
<h2>Our Address</h2>
<p class="map"><a href="http://maps.google.co.uk/maps?f=q&source=embed&hl=en&geocode=&q=NG32+2BG&sll=53.800651,-4.064941&sspn=23.351531,45.307617&ie=UTF8&hq=&hnear=Grantham+NG32+2BG,+United+Kingdom&ll=53.00635,-0.620704&spn=0.739602,1.415863&z=10"><span class="sprite google small" title="Find us on Google Maps">Find us on Google Maps</span></a></p>
<p>Bramble Cottage, 21 Carlton Road,<br />Hough on the Hill, Grantham,<br />Lincolnshire, NG32 2BG</p>
<div class="clear gap"></div>
<hr />
<div class="clear gap"></div>
<h2>Feeling social?</h2>
<ul class="social">
<li class="sprite twitter"><a href="http://twitter.com/agincourt">Agincourt on Twitter</a></li>
<li class="sprite facebook"><a href="http://www.facebook.com/AgincourtTech">Our Facebook page</a></li>
<li class="sprite rss"><a href="feed.rss">Subscribe to our articles feed</a></li>
</ul>
<div class="clear gap"></div>
<hr />
<h2>Join our newsletter</h2>
<form action="http://email.agincourttech.com/t/r/s/xeuyi/" method="post" class="newsletter">
<label for="newsletter-email">Enter your email address:</label>
<input type="email" required="required" name="cm-xeuyi-xeuyi" id="newsletter-email" class="text" />
<button type="submit">Subscribe</button>
</form>
</div><!-- .grid_4 -->
<div class="clear gap"></div>
</div><!-- .container_12 -->
<div class="clear"></div>
</div><!-- #content -->