-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththanks.html
87 lines (79 loc) · 4.5 KB
/
thanks.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Thanks for getting in touch.</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/assets/css/base.css">
<script src="/assets/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script src="/assets/js/wfl.js"></script>
</head>
<body>
<header role="banner">
<div class="menu-bar">
<div class="wrapper">
<a class="logo" href="/index.html">
<span class="logo-img primary">
<img class="" src="/assets/img/content/scout-badge.png" alt="Scout Badge" />
</span>
<span class="logo-img secondary">
<img src="/assets/img/content/guide-badge.png" alt="Guide Badge" />
</span>
<span class="logo-text">
<b>Woodchurch Scout & Guide</b> <br>Community Centre
</span>
</a>
<nav class="list-inline list-unstyled">
<li><a href="/events.html">Events</a></li>
<li><a href="/woodchurch-village.html">Location</a></li>
<li class="active"><a href="/contact.html">Contact</a></li>
<li class="pull-right">
<a href="http://hallhirekent.co.uk" class="btn pull-right"><b>Hall <span class="hidden-xs">for </span>Hire</b></a>
</li>
</nav>
</div>
</div>
</header>
<main class="wrapper" style="min-height:20em;">
<h1>Thanks <br><span>We've received your message.</span></h1>
<p class="lead">A member of the team will get back to you as soon as possible.</p>
<p><small><em>Thank you for your patience.</em></small></p>
</main>
<footer class="footer cf">
<div class="wrapper">
<h5>Woodchurch Scout & Guide Community Centre</h5>
<div class="row">
<div class="col-sm-6">
<h6>Location</h6>
<p>Lower Road, <br>Woodchurch Nr. Ashford, <br>Kent, TN26 3SQ</p>
<p><a class="btn btn-default" href="https://www.google.co.uk/maps/@51.078082,0.776947,3a,75y,134.66h,87.71t/data=!3m4!1e1!3m2!1s6NWBqxTyqlD1Lv9LdXpc1w!2e0" target="_blank">Map & Directions</a></p>
</div>
<div class="col-sm-6">
<h6>Contact</h6>
<p>Please get in touch for more information about the community centre.</p>
<p><a class="btn btn-default" href="mailto:info@woodchurchcommunitycentre.co.uk">Email us</a></p>
</div>
</div>
<hr>
<p><small>©2020 – Woodchurch Scout & Guide Community Centre – <a href="http://www.charitycommission.gov.uk/find-charities/" target="_blank">Registered Charity: 1085525</a> | <a href="/privacy.html">Privacy Policy</a></small></p>
</div>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.1.min.js"><\/script>')</script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyASm3CwaK9qtcZEWYa-iQwHaGi3gcosAJc&sensor=false"></script>
<script src="assets/js/base.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55041746-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>