-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththe-venue.html
103 lines (94 loc) · 4.9 KB
/
the-venue.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Theo and Nicola's wedding - The Venue</title>
<link href='https://fonts.googleapis.com/css?family=Oswald:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/foundation.min.css">
<link rel="stylesheet" href="css/styles.min.css">
<script src="js/vendor/jquery.min.js"></script>
<script src="js/vendor/foundation.min.js"></script>
</head>
<body>
<div class="off-canvas-wrap" data-offcanvas>
<div class="inner-wrap">
<nav class="tab-bar tnwedding--nav-bar">
<section class="left-small hide-for-medium-up tnwedding--off-canvas-toggle">
<a class="left-off-canvas-toggle menu-icon tnwedding--off-canvas-toggle-link" href="#"><span></span></a>
</section>
<section class="small-11 medium-12 right columns">
<h1 class="title show-for-small-only tnwedding--title-bar--title">Theo and Nicola's wedding</h1>
<h1 class="title show-for-medium-up tnwedding--title-bar--title">Theo and Nicola's wedding - Sunday 24th July 2016</h1>
</section>
</nav>
<aside class="left-off-canvas-menu">
<ul class="off-canvas-list tnwedding--offcanvas-nav">
<li><label class="tnwedding--off-canvas-nav--title">Theo & Nicola's wedding</label></li>
<li><a href="index.html">Home</a></li>
<li><a href="the-venue.html">The venue</a></li>
<li><a href="where-to-stay.html">Where to stay</a></li>
<li><a href="rsvp.html">RSVP</a></li>
<li><a href="gifts.html">Gifts</a></li>
<li><a href="the-big-day.html">The big day</a></li>
</ul>
</aside>
<nav class="top-bar show-for-medium-up tnwedding--nav-bar" data-topbar role="navigation">
<section class="top-bar-section">
<!-- Left Nav Section -->
<ul class="tnwedding--nav">
<li><a href="index.html">Home</a></li>
<li><a href="the-venue.html">The venue</a></li>
<li><a href="where-to-stay.html">Where to stay</a></li>
<li><a href="rsvp.html">RSVP</a></li>
<li><a href="gifts.html">Gifts</a></li>
<li><a href="the-big-day.html">The big day</a></li>
</ul>
</section>
</nav>
<section class="main-section tnwedding--content-container">
<div class="row tnwedding--content-title">
<div class="small-12 columns">
<div class="cs-text">
<span class="letter nw">T<span class="number">1</span></span>
<span class="letter ne">H<span class="number">4</span></span>
<span class="letter nw end-letter">E<span class="number">1</span></span>
<span class="letter nw new-word">V<span class="number">4</span></span>
<span class="letter ne">E<span class="number">1</span></span>
<span class="letter nw">N<span class="number">1</span></span>
<span class="letter ne">U<span class="number">1</span></span>
<span class="letter nw end-letter">E<span class="number">1</span></span>
</div>
</div>
</div>
<div class="tnwedding--location-image"></div>
<div class="row tnwedding--content">
<div class="small-12 columns">
<p><a href="http://www.sopwellhouse.co.uk" target="_blank">Sopwell House</a>
<p>Address:<br />
Cottonmill Lane,<br />St Albans,<br />
AL1 2HQ</p>
<p>Our ceremony and reception will be held at Sopwell House in St Albans. Sopwell House is a 4 star hotel and spa located in 12 acres of beautiful Hertfordshire countryside.</p>
<p>It's easily accessible by car and there is plenty of parking available. For more detailed directions go to <a href="http://www.sopwellhouse.co.uk/location" target="_blank">www.sopwellhouse.co.uk/location</a>.</p>
<p>If you're travelling by train, the nearest station is St Albans City which is a 15 minute journey from King's Cross St Pancras. The station is a 5-10 minute taxi journey from the hotel.</p>
<p>If you choose to stay at Sopwell House, the best and cheapest way to book a room is <a href="http://www.sopwellhouse.co.uk" target="_blank">on their website</a>. If there is no availability please let us know as we have some rooms reserved.</p>
<p>You can find more information about Sopwell House <a href="http://www.sopwellhouse.co.uk" target="_blank">on their website</a>.</p>
</div>
<div class="small-12 columns google-maps tnwedding--content">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d9883.594855969943!2d-0.3270314!3d51.7348879!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xddca3df4ed03a41f!2sSopwell+House!5e0!3m2!1sen!2suk!4v1451846665670" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
<div class="row tnwedding--content text-center">
<div class="small-12 columns">
<img src="images/heart-logo.png" />
</div>
</div>
</section>
<a class="exit-off-canvas"></a>
</div>
</div>
<script>
$(document).foundation();
</script>
</body>
</html>