-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
403 lines (354 loc) · 17.4 KB
/
index.html
File metadata and controls
403 lines (354 loc) · 17.4 KB
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="image/heart.ico">
<title>J & A Home</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/cover.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<meta name="google-site-verification" content="gij1P0GFIor5W1XCK0gc9uO5vVD5EMQsteJbIcaIRKs" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="hero">
<div class="hero-inner">
<div class="masthead">
<div class="masthead-inner inner">
<h3 class="masthead-brand">John & Allison</h3>
<nav>
<ul class="nav masthead-nav">
<li><a href="#thankYou">Thank You</a></li>
<li><a href="#photos">Photos</a></li>
<li><a href="#video">Video</a></li>
<li><a href="#photobooth">Photobooth</a></li>
<li><a href="#honeymoon">Honeymoon</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav>
</div>
</div>
<div class="cover-container">
<div class="inner cover">
<h1 class="cover-heading">We got Married!</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="thankYou" id="thankYou">
<div class="thankYou-inner">
<br><h1>Thank You!</h1> <br> <br>
<p>Thank you so much to everyone who sent us well wishes on our marriage and to all who made the trip out to Healdsburg to celebrate our big day with us! We had the best night and made so many memories. We truly appreciate each person in our lives and we are so excited to grow as husband and wife with you all.
</p>
</div>
</div>
<br />
<br />
<hr />
<div class="photos" id="photos">
<div class="photos-inner">
<br><h1>Our Wedding Photos</h1> <br> <br>
<div id="wedding-carousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#wedding-carousel" data-slide-to="0" class="active"></li>
<li data-target="#wedding-carousel" data-slide-to="1"></li>
<li data-target="#wedding-carousel" data-slide-to="2"></li>
<li data-target="#wedding-carousel" data-slide-to="3"></li>
<li data-target="#wedding-carousel" data-slide-to="4"></li>
<li data-target="#wedding-carousel" data-slide-to="5"></li>
<li data-target="#wedding-carousel" data-slide-to="6"></li>
<li data-target="#wedding-carousel" data-slide-to="7"></li>
<li data-target="#wedding-carousel" data-slide-to="8"></li>
<li data-target="#wedding-carousel" data-slide-to="9"></li>
<li data-target="#wedding-carousel" data-slide-to="10"></li>
<li data-target="#wedding-carousel" data-slide-to="11"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="image/wedding/Allison-58.jpg">
</div>
<div class="item">
<img src="image/wedding/Allison-65.jpg">
</div>
<div class="item">
<img src="image/wedding/Allison-93.jpg">
</div>
<div class="item">
<img src="image/wedding/Allison-161.jpg">
</div>
<div class="item">
<img src="image/wedding/Allison-168.jpg">
</div>
<div class="item">
<img src="image/wedding/Allison-227.jpg">
</div>
<div class="item">
<img src="image/wedding/Allison-237.jpg">
</div>
<div class="item">
<img src="image/wedding/Allison-264.jpg">
</div>
<div class="item">
<img src="image/wedding/Allison-338.jpg">
</div>
<div class="item">
<img src="image/wedding/Allison-356.jpg">
</div>
<div class="item">
<img src="image/wedding/Allison-360.jpg">
</div>
<div class="item">
<img src="image/wedding/Allison-379.jpg">
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#wedding-carousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#wedding-carousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<p><br>See more photos at <a href="http://sonomapictures.com/Allisonphotos.html">Sonoma Pictures</a>.
</div>
</div>
<br />
<br />
<hr />
<div class="video" id="video">
<div class="video-inner">
<br><h1>Our Wedding Highlights Video</h1> <br> <br>
<div class='embed-container'>
<iframe src='https://player.vimeo.com/video/177731805' frameborder='0' webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
</div>
<p><br>See our full length video at <a href="http://sonomapictures.com/allisonjohn.html">Sonoma Pictures</a>.
</div>
</div>
<br />
<br />
<hr />
<div class="photobooth" id="photobooth">
<div class="photobooth-inner">
<br><h1>Photobooth Photos</h1> <br> <br>
<img src="image/photobooth.jpg" width="100%"> <br> <br>
<p>Check out all of the photos from our photobooth <a href="http://photos.nightowlphotobooth.com/Events/2016/Allison-and-John/">here</a>. Password: johnandallison2016
</p>
</div>
</div>
<br />
<br />
<hr />
<div class="honeymoon" id="honeymoon">
<div class="honeymoon-inner">
<br><h1>Our Honeymoon to Southern Africa</h1> <br> <br>
<p>We had an amazing honeymoon after the wedding!</p><br>
<div id="falls-carousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#falls-carousel" data-slide-to="0" class="active"></li>
<li data-target="#falls-carousel" data-slide-to="1"></li>
<li data-target="#falls-carousel" data-slide-to="2"></li>
<li data-target="#falls-carousel" data-slide-to="3"></li>
<li data-target="#falls-carousel" data-slide-to="4"></li>
<li data-target="#falls-carousel" data-slide-to="5"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="image/honeymoon/falls/IMG_0029.jpg">
</div>
<div class="item">
<img src="image/honeymoon/falls/IMG_0145.jpg">
</div>
<div class="item">
<img src="image/honeymoon/falls/IMG_0121.jpg">
</div>
<div class="item">
<img src="image/honeymoon/falls/IMG_0088.jpg">
</div>
<div class="item">
<img src="image/honeymoon/falls/IMG_0202.jpg">
</div>
<div class="item">
<img src="image/honeymoon/falls/IMG_1903.jpg">
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#falls-carousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#falls-carousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<p><br>Our first stop was Victoria Falls, where we really loved seeing the animals right outside our room, including warthogs and springbok. The actual falls were magnificent and we really enjoyed walking along the entire span of the falls.</p>
<p>We enjoyed quite a few activities including a beautiful sunset dinner cruise and a canoe safari on the Zambezi River. We saw lots of wildlife on the river including elephants, birds, and a few hippos. We also had a lot of fun at a traditional (and a bit touristy) African style BBQ dinner and traditional dancing show. We joined in a traditional drum circle and did some sweet African dancing.</p><br>
<div id="safari-carousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#safari-carousel" data-slide-to="0" class="active"></li>
<li data-target="#safari-carousel" data-slide-to="1"></li>
<li data-target="#safari-carousel" data-slide-to="2"></li>
<li data-target="#safari-carousel" data-slide-to="3"></li>
<li data-target="#safari-carousel" data-slide-to="4"></li>
<li data-target="#safari-carousel" data-slide-to="5"></li>
<li data-target="#safari-carousel" data-slide-to="6"></li>
<li data-target="#safari-carousel" data-slide-to="7"></li>
<li data-target="#safari-carousel" data-slide-to="8"></li>
<li data-target="#safari-carousel" data-slide-to="9"></li>
<li data-target="#safari-carousel" data-slide-to="10"></li>
<li data-target="#safari-carousel" data-slide-to="11"></li>
<li data-target="#safari-carousel" data-slide-to="12"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="image/honeymoon/safari/IMG_0153.jpg">
</div>
<div class="item">
<img src="image/honeymoon/safari/IMG_0304.jpg">
</div>
<div class="item">
<img src="image/honeymoon/safari/IMG_1991.jpg">
</div>
<div class="item">
<img src="image/honeymoon/safari/IMG_2377.jpg">
</div>
<div class="item">
<img src="image/honeymoon/safari/IMG_2398.jpg">
</div>
<div class="item">
<img src="image/honeymoon/safari/IMG_2599.jpg">
</div>
<div class="item">
<img src="image/honeymoon/safari/IMG_2676.jpg">
</div>
<div class="item">
<img src="image/honeymoon/safari/IMG_2805.jpg">
</div>
<div class="item">
<img src="image/honeymoon/safari/IMG_2871.jpg">
</div>
<div class="item">
<img src="image/honeymoon/safari/IMG_3102.jpg">
</div>
<div class="item">
<img src="image/honeymoon/safari/IMG_3669.jpg">
</div>
<div class="item">
<img src="image/honeymoon/safari/IMG_3715.jpg">
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#safari-carousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#safari-carousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<p><br>Our next stop was Kapama Game Reserve for safari! We really enjoyed cruising around on the morning and evening safaris and seeing all of the animals in their natural environment. We also saw all sorts of action as well, including a lion stalking a zebra and a pride of lions feasting on a downed buffalo. We both enjoyed taking photos throughout the park and really got to know our guide and tracker well. The food at the camp was also quite fresh and delicious and was probably our second favorite thing after the safari.</p><br>
<div id="cape-carousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#cape-carousel" data-slide-to="0" class="active"></li>
<li data-target="#cape-carousel" data-slide-to="1"></li>
<li data-target="#cape-carousel" data-slide-to="2"></li>
<li data-target="#cape-carousel" data-slide-to="3"></li>
<li data-target="#cape-carousel" data-slide-to="4"></li>
<li data-target="#cape-carousel" data-slide-to="5"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="image/honeymoon/cape/IMG_0446.jpg">
</div>
<div class="item">
<img src="image/honeymoon/cape/IMG_3894.jpg">
</div>
<div class="item">
<img src="image/honeymoon/cape/IMG_3838.jpg">
</div>
<div class="item">
<img src="image/honeymoon/cape/IMG_4023.jpg">
</div>
<div class="item">
<img src="image/honeymoon/cape/IMG_0488.jpg">
</div>
<div class="item">
<img src="image/honeymoon/cape/IMG_0494.jpg">
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#cape-carousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#cape-carousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<p><br>The final segment of our trip in Cape Town was absolutely excellent. There was so much delicious food and wine there. We had one of the best meals we have ever had at The Test Kitchen, which is one of the top 50 restaurants in the world. We also really enjoyed checking out the local art and boutiques.</p>
<p>Our tour of the coastline was extremely scenic views with great views of the coastline. Seeing penguins at Boulders Beach was quite fun given that we were still in South Africa and it was quite warm. While we were in Cape Town we also went up to the top of Table Mountain and the views were absolutely stunning. We hiked around the top of the mountain and seeing such a marshy foggy area contrasting with expansive dry lowlands was quite special.</p><br>
<img src="image/honeymoon/cape/IMG_0419.jpg" width="100%">
<p><br>We loved every single aspect of our honeymoon and we will definitely go back to Africa!</p>
</div>
</div>
<br>
<br>
<hr>
<div class="contact" id="contact">
<div class="contact-inner">
<br><h1>Contact Us</h1> <br> <br>
<div class="row">
<div class="col-md-4">
<h3>Our Email</h3>
<h5><b>wedding@johnandallison.com</b></h5>
<p>Feel free to contact us!</p>
<p>Checkout our engagement photos <a href="http://sonomapictures.com/john.html"> here</a>.</p>
</div>
<div class="col-md-8">
<a href="http://sonomapictures.com/john.html">
<img border="0" alt="John and Allison" src="image/engagement/054U0791.jpg" width="100%">
</a>
</div>
</div>
</div>
</div>
<br />
<br />
<div class="footer">
<p>J & A Wedding</p>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>