-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·743 lines (694 loc) · 30.3 KB
/
index.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
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
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Jolene + Josh Are Getting Married!</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.png?v=3">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900,400italic,500italic,700italic,900italic%7CRoboto+Slab:400,300,700%7CPlayfair+Display:400,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700%7COpen+Sans:400,300%7CLibre+Baskerville:400,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="assets/css/settings.css">
<link rel="stylesheet" type="text/css" href="assets/css/simple-line-icons.css">
<link rel="stylesheet" type="text/css" href="assets/css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="assets/css/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="assets/css/jquery.fancybox.css">
<link rel="stylesheet" type="text/css" href="assets/css/global.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css" >
<link rel="stylesheet" type="text/css" href="assets/css/responsive.css">
<!-- <link rel="stylesheet" type="text/less" href="assets/css/skin.less"> -->
</head>
<body data-ng-app="websiteApp">
<!--Loader Start-->
<div id="loading">
<div id="loading-center">
<div id="loading-center-absolute">
<div class="object" id="object_four"></div>
<div class="object" id="object_three"></div>
<div class="object" id="object_two"></div>
<div class="object" id="object_one"></div>
</div>
</div>
</div>
<!--Loader End-->
<!--Page Wrapper Start-->
<div id="wrapper" class="home">
<!--Header Section Start-->
<header id="header" class="header intelligent">
<div class="container">
<div class="row ">
<div class="col-xs-12">
<div class="header-cont clearfix">
<a href="index.html" class="logo"><img src="assets/images/logo.png"></a>
<nav>
<button class="home-menu" type="button">
<span class="icon-bar"> </span>
<span class="icon-bar"> </span>
<span class="icon-bar"> </span>
</button>
<ul class="navigation clearfix">
<li class="active">
<a href="#">HOME</a>
</li>
<li>
<a href="#" data-id="#about-us">ABOUT US</a>
</li>
<li>
<a href="#" data-id="#our-story">OUR STORY</a>
</li>
<li>
<a href="#" data-id="#wedding-day">WEDDING DAY</a>
</li>
<li>
<a href="#" data-id="#bridal-party">BRIDAL PARTY</a>
</li>
<li>
<a href="#" data-id="#travel">TRAVEL</a>
</li>
<li>
<a href="#" data-id="#gallery">GALLERY</a>
</li>
<li>
<a href="#" data-id="#registry">REGISTRY</a>
</li>
<li>
<a href="#" data-id="#rsvp">RSVP</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</header>
<!--Header Section End-->
<!--banner Section start-->
<section class="banner">
<div id="rev_slider_wrapper">
<!-- START REVOLUTION SLIDER 5.0.7 auto mode -->
<div id="slider1" class="rev_slider">
<ul>
<!-- SLIDE -->
<li data-transition="boxslide">
<!-- MAIN IMAGE -->
<img src="assets/images/gallery/gallery-25.jpg" alt="">
<!-- LAYERS -->
<div class="banner-content-wrapper">
<!-- LAYER NR. 2 -->
<div class="tp-caption NotGeneric-Title tp-resizeme title-head" id="slide-396-layer-5"
data-x="center" data-hoffset=""
data-y="center" data-voffset="90"
data-splitin="chars"
style="font-size: 60px; color:#433e3e; line-height: 1.4; text-transform: uppercase; letter-spacing: 5px; font-family: 'Roboto', sans-serif; font-weight: 500">
<h1 class="head-text">Jolene <span>&</span> Josh</h1>
</div>
<!-- LAYER NR. 3 -->
<div class="tp-caption BigBold-Button rev-btn"
id="slide-396-layer-6"
data-x="center"
data-hoffset=""
data-y="bottom"
data-voffset="40"
data-splitin="none"
style="font-size: 14px; color:#774f38;">
<span>March 18, 2017</span>
</div>
</div>
</li>
<!-- SLIDE -->
<li data-transition="curtain-1">
<!-- MAIN IMAGE -->
<img src="assets/images/gallery/gallery-124.jpg" alt="">
<!-- LAYERS -->
<div class="banner-content-wrapper">
<!-- LAYER NR. 2 -->
<div class="tp-caption NotGeneric-Title tp-resizeme title-head"
id="slide-396-layer-8"
data-x="center" data-hoffset=""
data-y="center" data-voffset="90"
data-splitin="chars"
style="font-size: 60px; color:#433e3e; line-height: 1.4; text-transform: uppercase; letter-spacing: 5px; font-family: 'Roboto', sans-serif; font-weight: 500">
<h1 class="head-text">Jolene <span>&</span> Josh</h1>
</div>
<!-- LAYER NR. 3 -->
<div class="tp-caption BigBold-Button rev-btn "
id="slide-396-layer-9"
data-x="center" data-hoffset=""
data-y="bottom" data-voffset="40"
data-splitin="none"
style="font-size: 14px; color:#774f38;">
<span>March 18, 2017</span>
</div>
</div>
</li>
<!-- SLIDE -->
<li data-transition="3dcurtain-horizontal">
<!-- MAIN IMAGE -->
<img src="assets/images/gallery/gallery-11.jpg" alt="">
<!-- LAYERS -->
<div class="banner-content-wrapper">
<!-- LAYER NR. 2 -->
<div class="tp-caption NotGeneric-Title tp-resizeme title-head"
id="slide-396-layer-11"
data-x="center" data-hoffset=""
data-y="center" data-voffset="90"
data-splitin="chars"
style="font-size: 60px; color:#433e3e; line-height: 1.4; text-transform: uppercase; letter-spacing: 5px; font-family: 'Roboto', sans-serif; font-weight: 500">
<h1 class="head-text">Jolene <span>&</span> Josh</h1>
</div>
<!-- LAYER NR. 3 -->
<div class="tp-caption BigBold-Button rev-btn "
id="slide-396-layer-12"
data-x="center" data-hoffset=""
data-y="bottom" data-voffset="40"
data-splitin="none"
style="font-size: 14px; color:#774f38;">
<span>March 18, 2017</span>
</div>
</div>
</li>
</ul>
</div>
</div>
</section>
<!--banner Section End-->
<!--Content Area Start-->
<div id="content">
<!-- happy couple section start here -->
<section class="happy-couple" id="about-us">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="header-center">
<h2>About Us</h2>
</div>
<div class="bell">
<img src="assets/images/gallery/gallery-49.jpg" alt="">
<div class="inner-header-wrapper-left inner-header-wrapper">
<h3><a href="#">Jolene Harju</a></h3>
<p>
Jolene grew up in Carver, Massachusetts on a cranberry bog, and began her musical
career in second grade performing at show-and-tell. Like her groom, her
musical beginnings were as a violinist. She attended the University of New
Hampshire as a Flute Performance major and went on to Florida State University
to earn a Master of Music degree. She loves teaching flute, watches Full House
daily, and has had Starbucks misspell her name twenty-three different ways. Her
favorite thing about Josh is his constant singing with improvised lyrics and
his surprise trips for ice cream, even though they often end with him taunting her
with the passenger drive-thru window.
</p>
</div>
</div>
<div class="jack">
<img src="assets/images/gallery/gallery-51.jpg" alt="">
<div class="inner-header-wrapper-right inner-header-wrapper">
<h3><a href="#">Josh Madewell</a></h3>
<p>
Josh was born in El Paso, Texas, and was raised in Kissimmee, Florida where
his family currently resides. Upon graduating high school, he chose to
attend Florida State University in Tallahassee, Florida to obtain a degree in
Computer Science. While attending FSU, he played sousaphone in the Marching Chiefs and
worked at Chipotle. Surprisingly, even though he was involved in two things
that got him awfully close to his bride, they didn't meet until
after he graduated. Josh enjoys playing poker, developing software,
and watching FSU sports. His favorite thing about Jolene is that she loves Aveda
hair products, which allows him to get a nice cup of tea at least once a month.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--happy couple section end here -->
<!--Count-down section start here -->
<div class="count-down">
<div class="container">
<div class="row">
<div class="col-xs-12">
<ul class="clearfix" id="countdown">
<li>
<a href="#">120<span>Days</span></a>
</li>
<li>
<a href="#">12<span>Hours</span></a>
</li>
<li>
<a href="#">16<span>Minutes</span></a>
</li>
<li>
<a href="#">30<span>Seconds</span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--Count-down section end here -->
<!--Our-stroy section start here -->
<div class="our-story">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="header-center">
<h2 style="color:#782F40">Help Us Capture Our Day</h2>
</div>
<img src="assets/images/wedpics.png">
<p>
Please download WedPics <a href="https://itunes.apple.com/us/app/wedpics-wedding-app-gather/id549402355"><span class="fa fa-icon fa-apple"></span></a> <a href="https://play.google.com/store/apps/details?id=com.dejami.WedPics"><span class="fa fa-icon fa-android"></span></a> to share all your photos and videos of our wedding! We hope you'll take plenty of videos to help us capture and relive our special day through your eyes.
</p>
<p>
WedPics ID: jamjam2017
</p>
</div>
</div>
</div>
</div>
<!--Our-stroy end here -->
<!--Our-success-story section start here -->
<section class="our-success-Story" id="our-story">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="header-center">
<h2>Our Story</h2>
</div>
<div class="left-right-wrapper clearfix">
<span class="time-line-divider"> </span>
<div class="left-section-content">
<article class="met-section">
<h3><a href="#">The First Date</a></h3>
<div class="arrow-cls">
<span class="css-shape">02 Feb 2014</span>
</div>
<figure style="width:300px;margin:auto">
<img src="assets/images/firstdate.jpg">
</figure>
<p>
After three ignored messages, Josh made the desperate attempt of offering
Jolene a free dinner. Jolene couldn't resist free food. On SuperBowl
Sunday, they met at Ted's Montana Grill in Tallahassee, Florida, and had
ice cream for dessert at Lofty Pursuits, talking until they closed.
</p>
</article>
<article class="met-section">
<h3><a href="#">The Proposal</a></h3>
<div class="arrow-cls">
<span class="css-shape">12 Jun 2015</span>
</div>
<ul class="clearfix">
<li>
<img src="assets/images/proposal1.jpg">
</li>
<li>
<img src="assets/images/proposal2.jpg">
</li>
<li>
<img src="assets/images/proposal3.jpg">
</li>
</ul>
<p>
Six weeks after calling Jolene's parents and asking for their daughter's hand,
the engagement ring arrived and Josh scrambled to make plans with his friends.
He tricked Jolene into believing they were going to watch the sunset with friends,
and proposed to her on the top of the beautiful Mount Bonnell. They then made the
short trip over to Mozart's Coffee for coffee and cannolis to celebrate.
</p>
</article>
</div>
<div class="right-section-content">
<article class="met-section met-section-right">
<h3><a href="#">The Great Move</a></h3>
<div class="arrow-cls right-arrow-cls">
<span class="css-shape">15 July 2014</span>
</div>
<ul class="clearfix">
<li>
<img src="assets/images/moving1.jpg">
</li>
<li>
<img src="assets/images/moving2.jpg">
</li>
<li>
<img src="assets/images/moving3.jpg">
</li>
</ul>
<p>
Jolene and Josh moved to Austin, Texas after knowing each other for only five months.
They didn't know what the future held, but they knew they wanted to spend it together.
They packed up all of their things, teamed up with their parents, and headed west.
</p>
</article>
<article class="met-section met-section-right">
<h3><a href="#">Getting Married</a></h3>
<div class="arrow-cls right-arrow-cls">
<span class="css-shape">18 March 2017</span>
</div>
<figure>
<img src="assets/images/gettingmarried.jpg">
</figure>
<p>
After a year and a half of engagement, we can't wait to finally tie the knot and
celebrate with our closest family and friends!
</p>
</article>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Our-success-story end here -->
<!--wedding-event section start here -->
<section class="wedding-event" id="wedding-day">
<div class="wedding-event-top">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="header-center">
<h2>Wedding Day</h2>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row padding-right">
<div class="col-xs-12 col-md-7 col-sm-7">
<figure>
<img src="assets/images/gallery/gallery-178.jpg" alt="">
</figure>
</div>
<div class="col-xs-12 col-md-pull-1 col-md-5 col-sm-pull-2 col-sm-5">
<div class="event-description-wrapper">
<div class="event-description" style="padding-bottom:86px">
<h3><a href="#">Ceremony & Reception</a></h3>
<span class="day-class">Saturday, March 18, 2017</span>
<span class="clk-class">4:30 PM</span>
<address>
<span class="map-class">The Canoe Club Ballroom</span>
<span class="venue-class">2 South Street<br>West Bridgewater, MA 02379</span>
</address>
<p>
The ceremony and reception will be held at the Canoe Club Ballroom in
West Bridgewater, MA. Passed hors d'oeuvres will be served in between the ceremony and reception.
Dress is semi-formal and the reception is twenty-one and up.
</p>
<h3>Menu Options</h3>
<ul>
<li style="margin-bottom:10px">
Slow Roasted Beef
<p>
Roast Beef seasoned with herbs and served with a thick pan gravy.
</p>
</li>
<li style="margin-bottom:10px">
- or -
</li>
<li>
Chicken Picatta
<p>
Boneless chicken with lemon wine sauce and capers.
</p>
</li>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--wedding-event section end here -->
<!--image-section start here -->
<section class="important-people" id="bridal-party">
<div class="container">
<div class="row">
<div class="header-center">
<h2>Bridal Party</h2>
</div>
</div>
</div>
<div class="img-section clearfix">
<div class="container">
<div class="row">
<div id="people">
<div class="item">
<div class="img">
<img src="assets/images/amber.jpg" alt=""/>
<span class="overlay"> <span>Amber Avery</span> </span>
</div>
</div>
<div class="item">
<div class="img">
<img src="assets/images/kristi.jpg" alt=""/>
<span class="overlay"> <span>Kristi Madewell</span> </span>
</div>
</div>
<div class="item">
<div class="img">
<img src="assets/images/michael.jpg" alt=""/>
<span class="overlay"> <span>Michael Dunton</span> </span>
</div>
</div>
<div class="item">
<div class="img">
<img src="assets/images/marc.jpg" alt=""/>
<span class="overlay"> <span>Marc McDougall</span> </span>
</div>
</div>
<div class="item">
<div class="img">
<img src="assets/images/keith.jpg" alt=""/>
<span class="overlay"> <span>Keith Harju</span> </span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--image-section end here -->
<section class="our-success-Story" id="travel">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="header-center">
<h2>Travel</h2>
</div>
<div class="left-right-wrapper clearfix">
<span class="time-line-divider"> </span>
<div class="left-section-content">
<article class="met-section">
<h3>Getting Here</h3>
<div class="arrow-cls">
<span class="css-shape">Travel Information</span>
</div>
<p>
<a href="http://www.pvdairport.com/" target="_blank">Providence - T.F. Green</a><br>
<a href="http://www.massport.com/logan-airport/" target="_blank">Boston - Logan International</a><br><br>
Both airports are approximately 45 minutes away from the suggested
Hotel in no traffic. (Providence is our favorite and it has a nicer
staff working the Starbucks).
</p>
</article>
<article class="met-section">
<h3>Being Here</h3>
<div class="arrow-cls">
<span class="css-shape">Our Favorite Places to Eat</span>
</div>
<p>
<a href="http://www.peacefulmeadows.com/" target="_blank">Peaceful Meadows Ice Cream</a><br>
They don't make better ice cream south of Massachusetts, we've checked.<br><br>
<a href="http://www.cabbyshack.com/" target="_blank">The Cabby Shack</a><br>
The Clam Chowdah is famous...and delicious!<br><br>
<a href="http://marylous.net/" target="_blank">Marylou's Coffee</a><br>
Try the Girl Scout Cookie iced coffee!<br><br>
<a href="https://persysplace.com/" target="_blank">Persy's Place</a><br>
The Biggest Breakfast Menu in NE!<br><br>
<a href="http://gooddaysrestaurant.com/" target="_blank">Good Days Restaurant</a><br>
Casual Comfort Food and Breakfast Served All Day!<br><br>
<a href="http://www.lorenzos.net/" target="_blank">Lorenzo's Italian Restaurant</a><br>
Linguica. Pizza.<br><br>
<a href="https://www.bostontavernmiddleboro.com/" target="_blank">Boston Tavern</a><br>
American Bar Food.<br><br>
<a href="http://eastbaygrille.com/" target="_blank">East Bay Grille</a><br>
For Fancy Seafood!<br><br>
<a href="http://www.thechattabox.com/" target="_blank">Chatta Box</a><br>
Thai-Japanese-Korean Food.
</p>
</article>
</div>
<div class="right-section-content">
<article class="met-section met-section-right">
<h3>Staying Here</h3>
<div class="arrow-cls right-arrow-cls">
<span class="css-shape">Hotel Information</span>
</div>
<p>
We recommend the following hotel:<br><br>
<a href="https://goo.gl/maps/TpMT6UtnXL32" target="_blank">Residence Inn by Marriott - Boston Bridgewater</a><br>
2020 Pleasant St<br>
Bridgewater, MA 02324<br><br>
We have reserved a block of rooms for our guests. Please follow <a href="http://www.marriott.com/meeting-event-hotels/group-corporate-travel/groupCorp.mi?resLinkData=Harju/Madewell%20Wedding%20Room%20Block%5Eewbbw%60hmwhmwa%7Chmwhmwb%60129.00-149.00%60USD%60false%606%603/16/17%603/19/17%602/17/17&app=resvlink&stop_mobi=yes">this link</a> and reserve by February 17, 2017 to receive a discounted rate.
</p>
</article>
<article class="met-section met-section-right">
<h3>Being Here</h3>
<div class="arrow-cls right-arrow-cls">
<span class="css-shape">Our Favorite Things To Do</span>
</div>
<p>
<a href="https://www.samueladams.com/brewery-and-craft/brewery-tours">Samuel Adams Brewery Tour</a><br><br>
<a href="http://www.neaq.org/">New England Aquarium</a><br><br>
<a href="https://www.mos.org/">Museum of Science Boston</a><br><br>
<a href="http://www.mfa.org/">Museum of Fine Arts Boston</a><br><br>
<a href="http://www.seeplymouth.com/visitor-centers/waterfront-visitor-information-center">Historic Plymouth Waterfront</a><br><br>
</p>
</article>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Our-success-story end here -->
<!--friend-wishes section end here -->
<!--wedding-gift-section start-->
<section class="gallery-part" id="gallery">
<div class="header-center">
<h2>Gallery</h2>
</div>
<div class="gallery-blog">
<ul class="gallery-img-sec clearfix">
<li class="main-item all engage">
<a class="fancybox-button" data-fancybox-group="fancybox-button" href="assets/images/gallery/gallery-85.jpg" title=""> <img alt="" src="assets/images/gallery/gallery-85.jpg"> </a>
</li>
<li class="main-item all engage">
<a class="fancybox-button" data-fancybox-group="fancybox-button" href="assets/images/gallery/gallery-143.jpg" title=""> <img alt="" src="assets/images/gallery/gallery-143.jpg"> </a>
</li>
<li class="main-item all engage">
<a class="fancybox-button" data-fancybox-group="fancybox-button" href="assets/images/gallery/gallery-2.jpg" title=""> <img alt="" src="assets/images/gallery/gallery-2.jpg"> </a>
</li>
<li class="main-item all engage">
<a class="fancybox-button" data-fancybox-group="fancybox-button" href="assets/images/gallery/gallery-40.jpg" title=""> <img alt="" src="assets/images/gallery/gallery-40.jpg"> </a>
</li>
<li class="main-item all engage">
<a class="fancybox-button" data-fancybox-group="fancybox-button" href="assets/images/gallery/gallery-58.jpg" title=""> <img alt="" src="assets/images/gallery/gallery-58.jpg"> </a>
</li>
<li class="main-item all engage">
<a class="fancybox-button" data-fancybox-group="fancybox-button" href="assets/images/gallery/gallery-116.jpg" title=""> <img alt="" src="assets/images/gallery/gallery-116.jpg"> </a>
</li>
<li class="main-item all engage">
<a class="fancybox-button" data-fancybox-group="fancybox-button" href="assets/images/gallery/gallery-140.jpg" title=""> <img alt="" src="assets/images/gallery/gallery-140.jpg"> </a>
</li>
<li class="main-item all engage">
<a class="fancybox-button" data-fancybox-group="fancybox-button" href="assets/images/gallery/gallery-14.jpg" title=""> <img alt="" src="assets/images/gallery/gallery-14.jpg"> </a>
</li>
</ul>
<button title="Tooltip on bottom" data-placement="bottom" data-toggle="tooltip" class="btn btn-default" id="load-more-gallery" type="button">
LOAD MORE
</button>
</div>
</section>
<!--wedding-gift section end -->
<!--wedding-gift section start-->
<section class="wedding-gift" id="registry">
<div class="container">
<div class="row text-center">
<div class="header-center">
<h2>Registry</h2>
</div>
</div>
</div>
<div class="wedding-section-gift">
<div class="container" style="text-align:center;">
<div id="wedding-item">
<div class="item">
<div class="gift-class">
<a href="http://www.honeyfund.com/wedding/jamjam2017" target="_blank">
<img class="honeyfund" src="assets/images/honeyfund.png" alt=""/>
</a>
</div>
</div>
<div class="item">
<div class="gift-class">
<a href="http://www.bedbathandbeyond.com/store/giftregistry/view_registry_guest.jsp?pwsToken=&eventType=Wedding®istryId=543286175&pwsurl=" target="_blank">
<img class="bedbathbeyond" src="assets/images/bbb.png" alt=""/>
</a>
</div>
</div>
</div>
<p style="margin:10px auto 0px auto; width: 70%">Please select "Address Provided By Jolene Harju & Josh Madewell's Registry" in the Bed Bath & Beyond registry to ship directly to our home in Austin, TX.</p>
</div>
</div>
</section>
<!--wedding-gift-section end-->
<!--Attending-section-start-->
<section class="attending-class" id="rsvp">
<div class="container">
<div class="row">
<div class="header-center">
<h2>Are You Attending</h2>
</div>
</div>
<div class="row text-center">
<div class="col-xs-12 col-sm-10 col-sm-push-1">
<div class="rsvp-wrapper" data-ng-controller="rsvp2Ctrl">
<h3>RSVP</h3>
<script type="text/javascript" src="http://app.rsvpify.com/embed/90648"></script><script type="text/javascript" src="http://app.rsvpify.com/js/iframeResizer.min.js"></script><script type="text/javascript">iFrameResize({autoResize: true,heightCalculationMethod: 'max',enablePublicMethods: true}, "#RSVPifyIFrame");</script>
</div>
</div>
</div>
</div>
</section>
<!--Attending-section-end-->
</div>
<!--Content Area End-->
<!--Footer Section start-->
<footer id="footer">
<div class="primary-footer">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="footer-logo">
<h4>Jolene<span>&</span>Josh</h4>
<span class="oct-class">March 18, 2017</span>
</div>
</div>
</div>
</div>
</div>
</footer>
<!--Footer Section End-->
</div>
<div id="offscreen-image-loader" style="display: none"></div>
<!--Page Wrapper End-->
<script type="text/javascript" src="assets/js/angular.js"></script>
<script type="text/javascript" src="assets/js/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="assets/js/bootstrap.js"></script>
<script type="text/javascript" src="assets/js/less.js"></script>
<script type="text/javascript" src="assets/js/imagesloaded.js"></script>
<script type="text/javascript" src="assets/js/owl.carousel.js"></script>
<script type="text/javascript" src="assets/js/jquery.appear.js"></script>
<script type="text/javascript" src="assets/js/isotope.pkgd.js"></script>
<script type="text/javascript" src="assets/js/jquery.plugin.js"></script>
<script type="text/javascript" src="assets/js/jquery.fancybox.js"></script>
<script type="text/javascript" src="assets/js/jquery.countdown.min.js"></script>
<script type="text/javascript" src="assets/js/app.js"></script>
<!-- revolution slider Js -->
<script type="text/javascript" src="assets/js//jquery.themepunch.tools.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.themepunch.revolution.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.revolution.js"></script>
<script type="text/javascript" src="assets/extensions/revolution.extension.video.min.js"></script>
<script type="text/javascript" src="assets/extensions/revolution.extension.slideanims.min.js"></script>
<script type="text/javascript" src="assets/extensions/revolution.extension.actions.min.js"></script>
<script type="text/javascript" src="assets/extensions/revolution.extension.layeranimation.min.js"></script>
<script type="text/javascript" src="assets/extensions/revolution.extension.kenburn.min.js"></script>
<script type="text/javascript" src="assets/extensions/revolution.extension.navigation.min.js"></script>
<script type="text/javascript" src="assets/extensions/revolution.extension.migration.min.js"></script>
<script type="text/javascript" src="assets/extensions/revolution.extension.parallax.min.js"></script>
<!-- revolution slider Js -->
<script type="text/javascript" src="assets/js/site.js"></script>
<script type="text/javascript" src="assets/js/nav.js"></script>
</body>
</html>