-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
637 lines (617 loc) · 32.7 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
<!DOCTYPE html>
<html lang="en" class="csstransforms csstransforms3d csstransitions -webkit- skrollr skrollr-desktop"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<!-- Page title -->
<title>Sandeep & Anusha</title>
<!--[if lt IE 9]>
<script src="assets/respond.js"></script>
<![endif]-->
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Icon fonts -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css">
<!-- Google fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700i">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700,700i">
<!-- Style CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/css/plugin.css">
<!-- Color Style CSS -->
<link rel="stylesheet" href="assets/styles/lavender.css">
<!-- Favicons-->
<link rel="apple-touch-icon" sizes="72x72" href="http://ingridkuhn.com/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="http://ingridkuhn.com/apple-icon-114x114.png">
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon">
<!-- Owl carousal -->
<!-- Basic stylesheet -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.css">
<!-- Default Theme -->
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.css">-->
<!-- owl carousal end -->
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
<!-- Preloader -->
<div id="preloader" style="display: none;">
<div class="spinner">
<div class="bounce1"></div>
</div>
</div>
<!-- Preloader ends -->
<nav class="navbar navbar-custom navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-brand-centered">
<i class="fa fa-bars"></i>
</button>
<div class="navbar-brand navbar-brand-centered page-scroll">
<a href="#page-top">
<!-- logo -->
<img src="http://www.webstrot.com/html/wedding/home_1/images/content/event_img.gif" class="main-logo img-responsive" alt="">
</a>
</div>
<!--/navbar-brand -->
</div>
<!--/navbar-header -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-brand-centered">
<ul class="nav navbar-nav page-scroll">
<li class="active"><a href="#page-top">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#story">Our Story</a></li>
</ul>
<ul class="nav navbar-nav navbar-right page-scroll">
<li><a href="#event">The Event</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#rsvp">RSVP</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- /navbar ends -->
<!-- section: intro-->
<section id="intro" class="container-fluid">
<!-- parallax ornament -->
<div class="ornament1 hidden-sm hidden-xs hidden-md skrollable skrollable-between" data-100="transform:translatey(150%);" data-center-center="transform:translatey(-10%);" style="transform: translateY(109.698%);">
<!-- illustration path in the color template CSS -->
</div>
<!--/ornament 1-->
<!-- Background blurred images -->
<div class="photowall">
<div class="col-md-4 margin1">
<img src="assets/couple1.jpeg" alt="" class="rotate1 img-photo img-responsive" width="85%">
</div>
<!-- /col-md-4 -->
<div class="col-md-4 col-md-offset-4">
<img src="assets/couple3.jpeg" alt="" class="rotate2 img-photo img-responsive" width="90%">
</div>
<!-- /col-md-4 -->
</div>
<!-- Main Picture -->
<div class="main-picture col-md-6 col-centered skrollable skrollable-between" data-100="margin-top:0px;transform: rotate(4deg);" data-center-center="margin-top:50px;transform: rotate(-10deg);" style="margin-top: 33.557px; transform: rotate(-5.39597deg);">
<!-- image-->
<img src="assets/couple2.jpeg" alt="" class="img-photo img-responsive">
</div>
<!--/main picture-->
<div class="intro-heading col-md-12 text-center skrollable skrollable-between" data-0="opacity:1;" data--100-start="transform:translatey(0%);" data-center-bottom="transform:translatey(30%);" style="transform: translateY(0%); opacity: 1;">
<h1>Sandeep <span class="italic"> & </span> Anusha
</h1>
<h5 class="margin1 text-ornament">Are getting married</h5>
</div>
<!-- /col-md-6-->
</section>
<!-- /section ends -->
<!-- Section: Save date-->
<section id="save-date">
<!-- parallax ornaments -->
<div class="ornament2 hidden-sm hidden-xs hidden-md skrollable skrollable-between" data-0="opacity:1;" data-100="transform:translatex(0%);" data-center-center="transform:translatex(90%);" style="opacity: 1; transform: translateX(0%);">
<!-- illustration path in the color template CSS -->
</div>
<div class="ornament3 hidden-sm hidden-xs hidden-md skrollable skrollable-between" data-0="opacity:1;" data-100="transform:translatex(80%);" data-center-center="transform:translatex(30%);" style="opacity: 1; transform: translateX(80%);">
<!-- illustration path in the color template CSS -->
</div>
<!-- /ornament3 -->
<!-- container -->
<div class="container">
<div class="row">
<!-- well starts-->
<div class="well col-md-10 col-md-offset-1 text-center">
<div class="section-heading">
<h2>October 29, 2020</h2>
<!-- divider -->
<div class="hr"></div>
</div>
<!--/section heading -->
<h5 class="margin1">Please RSVP before 20th October 2020</h5>
<p>
We decided on forever, and the count down has begun.
</p>
<div class="margin1">
<!-- countdown tag -->
<span id="countdown" class="style colorDefinition size_lg"> <div class="count"> 00<div class="displayformat">Days</div></div> <div class="count"> 00<div class="displayformat">Hours</div></div> <div class="count"> 00<div class="displayformat">Minutes</div></div> <div class="count"> 00<div class="displayformat">Seconds</div></div></span>
<!-- edit the countdown in the main.js file-->
</div>
<!-- /margin1-->
<div class="page-scroll">
<a href="#rsvp" class="btn">RSVP now</a>
</div>
<!-- /page-scroll -->
</div>
<!-- /well-->
</div>
<!-- /row-->
</div>
<!-- /container -->
</section>
<!-- /section ends -->
<!-- section:about-->
<section id="about" class="watercolor">
<!-- container -->
<div class="container">
<div class="section-heading">
<h2>About The Couple</h2>
<!-- divider -->
<div class="hr"></div>
</div>
<!-- /section-heading-->
<!-- Bride Info -->
<div class="col-md-5 col-md-offset-1">
<img src="assets/bride.jpeg" alt="" class="main-img img-responsive img-circle">
<h4 class="text-ornament">Anusha</h4>
<h6 class="main-subheader">A Free-Spirited Woman</h6>
<p>
Simple, down to earth, thoughtful, always smiling, she is immaterialistic, sympathetic. She is like life in all it's calm glory.
</p>
<!-- small social-icons -->
<!--<div class="social-media smaller">
<a href="http://ingridkuhn.com/themes/liebe_html/#" title=""><i class="fa fa-twitter"></i></a>
<a href="http://ingridkuhn.com/themes/liebe_html/#" title=""><i class="fa fa-facebook"></i></a>
<a href="http://ingridkuhn.com/themes/liebe_html/#" title=""><i class="fa fa-linkedin"></i></a>
<a href="http://ingridkuhn.com/themes/liebe_html/#" title=""><i class="fa fa-pinterest"></i></a>
<a href="http://ingridkuhn.com/themes/liebe_html/#" title=""><i class="fa fa-instagram"></i></a>
</div>-->
<!-- /social-icons -->
</div>
<!-- /col-md-5 -->
<!-- Groom Info -->
<div class="col-md-5 res-margin">
<img src="assets/groom.jpeg" alt="" class="main-img img-responsive img-circle">
<h4 class="text-ornament">Sandeep</h4>
<h6 class="main-subheader">Hopeless Romantic</h6>
<p>
He is a guy of few words but many emotions. A very rare combination of mature mind and child like soul. He is a travel lover, yet his heart lingers around cartoons and sci-fi things. A patient listener and a deep thinker. He cannot be everyone's friend but whosoever has him is truly blessed!
</p>
<!-- small social-icons -->
<!--<div class="social-media smaller">
<a href="http://ingridkuhn.com/themes/liebe_html/#" title=""><i class="fa fa-twitter"></i></a>
<a href="http://ingridkuhn.com/themes/liebe_html/#" title=""><i class="fa fa-facebook"></i></a>
<a href="http://ingridkuhn.com/themes/liebe_html/#" title=""><i class="fa fa-linkedin"></i></a>
<a href="http://ingridkuhn.com/themes/liebe_html/#" title=""><i class="fa fa-pinterest"></i></a>
<a href="http://ingridkuhn.com/themes/liebe_html/#" title=""><i class="fa fa-instagram"></i></a>
</div>-->
<!-- /social-icons -->
</div>
<!-- /col-md-5 -->
</div>
<!-- /container -->
</section>
<!-- /section ends -->
<!-- parallax ornament -->
<div class="ornament4 hidden-sm hidden-xs hidden-md skrollable skrollable-between" data-0="opacity:1;" data--100-start="transform:translatex(90%);" data-center-bottom="transform:translatex(0%);" style="transform: translateX(90%); opacity: 1;">
<!-- illustration path in the color template CSS -->
</div>
<!-- /ornament4 -->
<!-- section:story -->
<!--<section id="story">
<div class="container">
<div class="section-heading">
<h2>Our Story</h2>
<!– divider –>
<div class="hr"></div>
</div>
<!– /section-heading –>
<!– Polaroids –>
<div class="row">
<ul id="story-carousel" class="polaroids owl-carousel margin1 owl-theme owl-loaded">
<!– image1 –>
<!– image2 –>
<!– image3 –>
<!– image4 –>
<!– image5 –>
<!– /li polaroid –>
<div class="owl-stage-outer">
<div class="owl-stage" style="transform: translate3d(-1200px, 0px, 0px); transition: all 0s ease 0s; width: 4400px;">
<div class="owl-item cloned" style="width: 350px; margin-right: 50px;">
<li class="polaroid-item skrollable skrollable-between" data-0="transform:translatey(0%);rotate:0;" data-center="transform:translatey(0%); transform:rotate(-2deg)" style="transform: translateY(0%);">
<a href="assets/polaroid3.jpg" data-gal="prettyPhoto[gallery]">
<img alt="" src="assets/polaroid3.jpg" class="img-responsive">
<p>We First Met!</p>
</a>
</li>
</div>
<div class="owl-item cloned" style="width: 350px; margin-right: 50px;">
<li class="polaroid-item skrollable skrollable-between" data-0="transform:translatey(0%);" data-center="transform:translatey(0%);transform:rotate(-12deg)" style="transform: translateY(0%);">
<a href="assets/polaroid4.jpg" data-gal="prettyPhoto[gallery]">
<img alt="" src="assets/gotEngaged.jpg" class="img-responsive">
<p>Got Engaged!</p>
</a>
</li>
</div>
<div class="owl-item cloned" style="width: 350px; margin-right: 50px;">
<li class="polaroid-item skrollable skrollable-between" data-0="transform:translatey(0%);" data-center="transform:translatey(0%);transform:rotate(-12deg)" style="transform: translateY(0%);">
<a href="assets/polaroid5.jpg" data-gal="prettyPhoto[gallery]">
<img alt="" src="assets/polaroid5.jpg" class="img-responsive">
<p>Our first outing as a family</p>
</a>
</li>
</div>
<div class="owl-item active" style="width: 350px; margin-right: 50px;">
<li class="polaroid-item skrollable skrollable-between" data-0="transform:translatey(0%);" data-center="transform:translatey(0%);transform:rotate(-4deg)" style="transform: translateY(0%);">
<a href="assets/polaroid1.jpg" data-gal="prettyPhoto[gallery]">
<img alt="" src="assets/polaroid1.jpg" class="img-responsive">
<p>Our first selfie</p>
</a>
</li>
</div>
</div>
</div>
</ul>
<!– /ul-polaroids –>
</div>
<!– /row-fluid –>
</div>
<!– /container–>
</section>-->
<!-- /section ends -->
<!-- Section: Event-->
<section id="event">
<div class="section-heading">
<h2>The Event</h2>
<!-- divider -->
<div class="hr"></div>
</div>
<!--/section-heading -->
<div class="container">
<div class="row">
<div class="col-md-6 skrollable skrollable-between" data--100-start="transform:translatey(-60%);" data-center-bottom="transform:translatey(20%);">
<!-- image -->
<img src="assets/party2.jpg" alt="" class="img-photo rotate1 img-responsive">
</div>
<!-- paper well -->
<div class="well col-md-6">
<h3>Celebrate With Us</h3>
<p>
Nothing brings people together like good food, happy people, so raise a toast on 29th October, 2020 and let us host you for the evening. Here’s to love and laughter and happily ever after.
</p>
</div>
<!-- /well -->
</div>
<!-- /row -->
<div class="row margin1">
<!-- paper well -->
<div class="well col-md-7">
<h5>A very special day...</h5>
<p>
We decided to get tangled for a lifetime, we hope you celebrate with us , cheer our vows and fulfil our D-Day by adding your Love and Charm.
</p>
<p>
<i class="fa fa-cutlery fa-lg" aria-hidden="true" style="color: #8e8d8d;"></i><span> Lunch - 29th Oct, 12:30 PM Onwards</span>
</p>
<p>
<i class="fa fa-heart fa-lg" aria-hidden="true" style="color: #d45050;"></i><span> Muhurtham - 29th Oct, 11:04 AM</span>
</p>
<hr>
<p>
<span><b>Reception:</b> 31st Oct, 08:00 PM at Guntur,<br> Kovila Nilayam, Postal Colony 4th Line, Guntur - 2, 522002</span>
</p>
</div>
<!-- /well -->
<div class="col-md-5 skrollable skrollable-between" data--100-start="transform:translatey(-60%);" data-center-bottom="transform:translatey(20%);">
<!-- image -->
<img src="assets/muhurtham.jpeg" alt="" class="img-photo rotate2 img-responsive">
</div>
<!-- /col-md-5 -->
</div>
<!-- /row-->
</div>
<!-- /container -->
<!-- row-fluid -->
<div class="container-fluid" id="scroll-effect">
<div class="col-lg-5 col-lg-offset-1 col-md-5 no-padding">
<!-- map-->
<!--<div id="map-canvas"></div>-->
<div id="map"></div>
<!-- image1 -->
</div>
<!-- paper well with effect -->
<div id="" class="well col-lg-5 col-lg-offset-6 col-md-5 col-md-offset-6 skrollable skrollable-between" data-start="left: 20%;" data-center="left:0%;">
<div class="col-md-12 text-center">
<h3 class="date">October 29, 2020</h3>
<h6>10:00 AM Onwards</h6>
<h6>Ravi Jayalakshmi and Subbarayudu Kalyanamandapam, I.L.T.D colony, Kotahpeta, Chirala, AP</h6>
<hr>
<p>
<i class="fa fa-lg fa-mobile" aria-hidden="true" style="color: #797979;"></i> +91 7993665298, +91 7780621565, +91 9492032153
</p>
</div>
</div>
<!-- /well -->
</div>
<!-- /row-fluid -->
</section>
<!-- Section ends -->
<!-- Section: Quote -->
<section id="quote" class="container-fluid">
<div class="col-md-7 col-centered skrollable skrollable-before" data-center-top="opacity: 1" data-center-bottom="opacity: 0" style="opacity: 1;">
<blockquote>
<h2>Being deeply loved by someone gives you strength, while loving someone deeply gives you courage.</h2>
</blockquote>
</div>
<!-- /col-md-7-->
</section>
<!-- /section ends -->
<!-- Section: RSVP -->
<section id="rsvp" class="watercolor">
<!-- parallax ornament -->
<div class="ornament6 hidden-sm hidden-xs hidden-md skrollable skrollable-between" data-0="opacity:1;" data-100="transform:translatex(90%);" data-center-center="transform:translatex(30%);" style="opacity: 1; transform: translateX(90%);">
<!-- illustration path in the color template CSS -->
</div>
<!-- parallax ornament -->
<div class="ornament7 hidden-sm hidden-xs hidden-md skrollable skrollable-between" data-0="opacity:1;" data-100="transform:translatex(0%);" data-center-center="transform:translatex(90%);" style="opacity: 1; transform: translateX(0%);">
<!-- illustration path in the color template CSS -->
</div>
<div class="container">
<div class="section-heading">
<h2>RSVP</h2>
<!-- divider -->
<div class="hr"></div>
</div>
<!-- /section-heading -->
<div class="col-lg-5">
<!-- image -->
<img src="assets/rsvps.jpg" alt="" class="margin1 img-photo rotate2 img-responsive">
</div>
<!-- well -->
<div class="col-lg-7 well">
<div id="rsvp_form">
<div class="form-group text-center">
<!-- name field-->
<h5>Full Name<span class="required">*</span></h5>
<input type="text" name="name" class="form-control input-field" required="">
<!-- checkbox attending-->
<input id="yes" type="radio" value="Accepts with pleasure" name="attending">
<label for="yes" class="side-label">Accepts with pleasure</label>
<input id="no" type="radio" value="Declines with regrets" name="attending">
<label for="no" class="side-label">Declines with regrets</label>
<!-- if attending=yes then the form bellow will show -->
<div class="accept-form">
<!-- guests checkbox -->
<h5>Are you bringing guests?<span class="required">*</span></h5>
<input id="bringing-guests" type="radio" value="yes" name="guest"><label for="bringing-guests" class="side-label">Yes</label>
<input type="radio" id="just-me" value="no" name="guest"><label for="just-me" class="side-label">No</label><br>
<!-- guest name text field-->
<div id="guest-name">
<h5>Guest Names</h5>
<input type="text" name="guests" class="form-control input-field">
</div>
<!--/guest-name -->
</div>
<!--/accept form -->
<!-- if attending=no then only the message box will show -->
<div class="message-comments">
<h5>Message</h5>
<textarea name="message" id="message-box" class="textarea-field form-control" rows="3"></textarea>
</div>
<!--/message-comments -->
<div class="text-center">
<button type="submit" id="submit_rsvp" value="Submit" class="btn">Submit</button>
</div>
<!-- /col-md-12 -->
</div>
<!-- /Form-group -->
<!-- Contact results -->
<div id="contact_results"></div>
</div>
<!-- /rsvp form-->
</div>
<!-- /well-->
</div>
<!-- /container -->
</section>
<!-- /Section ends -->
<!-- Section: Gallery -->
<section id="gallery">
<div class="section-heading text-center">
<h2>Gallery</h2>
<!-- divider -->
<div class="hr"></div>
</div>
<!--/section-heading -->
<div class="container-fluid">
<!-- row fluid -->
<div class="row-fluid">
<!-- Navigation -->
<div class="text-center col-md-12">
<ul class="nav nav-pills category text-center" role="tablist" id="gallerytab">
<li class="active"><a href="#" data-toggle="tab" data-filter="*">All</a>
</li><li><a href="#" data-toggle="tab" data-filter=".our-photos">Our Photos</a></li>
<li><a href="#" data-toggle="tab" data-filter=".wedding">Engagement</a></li>
</ul>
</div>
<!-- Gallery -->
<div class="col-md-12 gallery margin1">
<div id="lightbox" style="position: relative; overflow: hidden; height: 1122px;" class="isotope">
<!-- Image 1 -->
<div class="wedding col-lg-4 col-sm-6 col-md-6 isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);">
<div class="isotope-item">
<div class="gallery-thumb">
<img class="img-responsive" src="assets/gallery/gal2.jpeg" alt="">
</div>
</div>
</div>
<!-- Image 2 -->
<div class="our-photos col-lg-4 col-sm-6 col-md-6 isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(559px, 0px, 0px);">
<div class="isotope-item">
<div class="gallery-thumb">
<img class="img-responsive" src="assets/gallery/gal3.jpeg" alt="">
</div>
</div>
</div>
<!-- Image 3 -->
<div class="wedding col-lg-4 col-sm-6 col-md-6 isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(1118px, 0px, 0px);">
<div class="isotope-item">
<div class="gallery-thumb">
<img class="img-responsive" src="assets/gallery/gal6.jpg" alt="">
</div>
</div>
</div>
<!-- Image 4 -->
<div class="wedding col-lg-4 col-sm-6 col-md-6 isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 374px, 0px);">
<div class="isotope-item">
<div class="gallery-thumb">
<img class="img-responsive" src="assets/gallery/gal5.jpeg" alt="">
</div>
</div>
</div>
<!-- Image 5 -->
<div class="wedding col-lg-4 col-sm-6 col-md-6 isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(1118px, 374px, 0px);">
<div class="isotope-item">
<div class="gallery-thumb">
<img class="img-responsive" src="assets/gallery/gal4.jpeg" alt="">
</div>
</div>
</div>
<!-- Image 6 -->
<div class="our-photos col-lg-4 col-sm-6 col-md-6 isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(559px, 555px, 0px);">
<div class="isotope-item">
<div class="gallery-thumb">
<img class="img-responsive" src="assets/gallery/gal7.jpeg" alt="">
</div>
</div>
</div>
<!-- Image 7 -->
<div class="our-photos col-lg-4 col-sm-6 col-md-6 isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(1118px, 748px, 0px);">
<div class="isotope-item">
<div class="gallery-thumb">
<img class="img-responsive" src="assets/gallery/gal8.jpeg" alt="">
</div>
</div>
</div>
<div class="our-photos col-lg-4 col-sm-6 col-md-6 isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(1118px, 748px, 0px);">
<div class="isotope-item">
<div class="gallery-thumb">
<img class="img-responsive" src="assets/gallery/gal9.jpeg" alt="">
</div>
</div>
</div>
<div class="our-photos col-lg-4 col-sm-6 col-md-6 isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate3d(1118px, 748px, 0px);">
<div class="isotope-item">
<div class="gallery-thumb">
<img class="img-responsive" src="assets/gallery/gal10.jpeg" alt="">
</div>
</div>
</div>
</div>
</div>
<!-- /lightbox-->
</div>
<!-- /col-lg-12 -->
</div>
<!-- /row fluid -->
</div>
<!-- /container fluid-->
</section>
<!-- /Section ends -->
<div id="aud-player"></div>
<!--<audio loop id="playAudio" data-play="true">
<source src="assets/RomanticInspiration.mp3">
</audio>-->
<div id="audio-control">
<i class="audio-icon fa fa-play fa-2x" aria-hidden="true"></i>
</div>
<!-- Footer -->
<footer>
<div class="container">
<!-- Credits-->
<div class="credits col-md-12 text-center">
Copyright © 2020 - Designed by <a href="#">vindu525</a>
<!-- Go To Top Link -->
<div class="page-scroll hidden-sm hidden-xs">
<a href="#page-top" class="back-to-top"><i class="fa fa-angle-up"></i></a>
</div>
</div>
<!-- /credits -->
</div>
<!-- /.container -->
</footer>
<!-- /footer ends -->
<!-- Core JavaScript Files -->
<script src="assets/jquery.min.js"></script>
<script src="assets/bootstrap.min.js"></script>
<!-- Main Js -->
<script src="assets/main.js"></script>
<!-- RSVP form -->
<script src="assets/rsvp.js"></script>
<!--Other Plugins -->
<script src="assets/plugins.js"></script>
<!-- Prefix free CSS -->
<script src="assets/prefixfree.js"></script>
<!-- maps-->
<script src="assets/map.js"></script>
<!-- Bootstrap Select Tool (For Module #4) -->
<script src="assets/bootstrap-select.js"></script>
<!-- UI jQuery (For Module #5 and #6) -->
<script src="assets/jquery-ui.js" type="text/javascript"></script>
<!-- All Scripts & Plugins -->
<script src="assets/dmss.js"></script>
<!-- owl carousal -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script type="application/javascript">
$(document).ready(function() {
$(".owl-carousel").owlCarousel();
var audio = document.createElement('audio');
audio.src = "assets/RomanticInspiration.mp3";
audio.id = "playAudio";
audio["data-play"] = "true";
document.getElementById("aud-player").appendChild(audio);
audio.play();
$("#audio-control").click(function () {
if ($("#playAudio").attr("data-play") === "true") {
$("#playAudio").trigger("pause");
$("#playAudio").attr("data-play", false);
$(".audio-icon").removeClass("fa-pause");
$(".audio-icon").addClass("fa-play");
} else {
$("#playAudio").trigger("play");
$("#playAudio").attr("data-play", true);
$(".audio-icon").removeClass("fa-play");
$(".audio-icon").addClass("fa-pause");
}
})
});
</script>
<script>
// Initialize and add the map
function initMap() {
// The location of function hall
var fnHall = { lat: 15.8253724, lng: 80.3720847 };
// The map, centered at function hall
var map = new google.maps.Map(
document.getElementById('map'), {zoom: 18, center: fnHall});
// The marker, positioned at function hall
var marker = new google.maps.Marker({position: fnHall, map: map});
}
</script>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAOR0SCk67w2KJQOCHFPCIWoUcEqWX2Jng&callback=initMap"></script>
</body>
</html>