-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweddinglist.html
77 lines (64 loc) · 3.1 KB
/
weddinglist.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The Wedding of Alex Jones and Alex Conlin-Oakley on 28th June 2014 at Queens' College, Cambridge">
<meta name="keywords" content="Alex, Jones, Conlin-Oakley, wedding, marriage, cambridge, June, 2014, 28, 28th, Queens, Queens', Queens College">
<meta name="author" content="Alex Conlin-Oakley and Alex Jones">
<title>The Alexes’ Wedding · Wedding List</title>
<link rel="stylesheet" href="css/bootstrap.css" type="text/css"/>
<!-- Google Analytics -->
<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','http://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48408082-1', 'thealexeswedding.co.uk');
ga('send', 'pageview');
</script>
<!-- /Google Analytics -->
</head>
<body id="other-page-body">
<div class="container">
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" id="navbar-brand" href="index2.html"><img src="images/alex_alex_horiz_132x40.gif"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="/">Home</a></li>
<li><a href="savethedate.html">Save the date</a></li>
<li><a href="invitation.html">Invitation</a></li>
<li><a href="programme.html">Programme</a></li>
<li class="active"><a href="#">Wedding List</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="mailto:thealexeswedding@gmail.com">Contact<span id="contact-envelope" class="glyphicon glyphicon-envelope"></span></a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="hero plain-hero">
<h1>Wedding List</h1><p>
If you would like to buy us a gift then we have set up a gift list at John Lewis, which is open now until a week after the wedding. You just need the number below and you can shop online, in store or call them on 0845 600 2202.<p>
John Lewis gift list number: 580260.<p>
</div>
</div> <!-- /container -->
<!-- Script links -->
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="js/bootstrap.js"></script>
<!-- /Script links -->
</body>
</html>