-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_player.html
executable file
·665 lines (554 loc) · 29.3 KB
/
index_player.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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Matthew & Mallory</title>
<!-- Bootstrap CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-theme.css" rel="stylesheet">
<!-- Font Awesome CSS -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Flaticon CSS -->
<link href="css/flaticon/flaticon.css" rel="stylesheet">
<!-- Owl Carousel CSS -->
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/owl.transitions.css" rel="stylesheet">
<!-- ColorBox CSS -->
<link href="css/colorbox.css" rel="stylesheet">
<!-- Theme CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- Color CSS -->
<link href="css/brown.css" rel="stylesheet">
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Header -->
<header>
<div class="header_plane anim"></div>
<!-- Menu Button -->
<a class="main_menu_btn">
<span class="line line1"></span>
<span class="line line2"></span>
<span class="line line3"></span>
</a>
<!-- Submenu -->
<div class="main_menu_block">
<div class="menu_wrapper">
<div class="sub_menu anim">
<ul>
<li><a href="#our_story">Our Story</a></li>
<li><a href="#guests">Our Bridal Party</a></li>
<li><a href="#when_where">When & Where</a></li>
<li><a href="#hotel">Hotel Reservation</a></li>
<li><a href="#events">Our Events</a></li>
<li><a href="#rsvp">RSVP</a></li>
<li><a href="#gallery">Our Gallery</a></li>
<li><a href="#registry">Gift Registry</a></li>
</ul>
</div>
<div class="sub_img anim"></div>
</div>
</div>
<!-- Submenu End -->
<!-- Social Buttons -->
<div class="header_social">
<a href="#" class="music"><i class="fa fa-music"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
</div>
</header>
<!-- Header End -->
<div class="page">
<!-- Intro -->
<section class="home_intro white_txt parallax2" data-image="http://placehold.it/1920x800">
<div class="player">
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/107825192&color=ff5500&auto_play=true&hide_related=false&show_comments=true&show_user=true&show_reposts=false"></iframe>
</div>
<div class="home_txt" data-0="opacity:1" data-top-bottom="opacity:0">
<!-- Intro Text -->
<div class="title1 title1_2">Getting Married</div>
<div class="bullet"><span>19 <b>09</b></span></div>
<div class="title0">2015</div>
<a href="#married" class="intro_down"><span><i class="fa fa-angle-down"></i></span></a>
</div>
<div class="into_firefly"></div>
</section>
<!-- Intro End -->
<!-- Married -->
<section class="married clearfix" id="married">
<div class="container">
<div class="im1 parallax" data-bottom="left:20%" data-center="left:0" data-image="http://placehold.it/302x302"><div class="im_arrows"></div></div>
<div class="im2 parallax" data-bottom="right:20%" data-center="right:0" data-image="http://placehold.it/302x302"><div class="im_arrows"></div></div>
<div class="married_txt" data-bottom="opacity:0" data-center="opacity:1">
<h2><span>You're</span> Invited</h2>
On the 19rd of September, 2015<br>
<b>Matthew Carter Mitchell & Mallory Brooke Laughlin</b><br>
eloped in Tucson, AZ.<br>
<a href="#rsvp" class="btn go">RSRP NOW</a>
<div class="married_coundown"></div>
<div class="double_arrow"></div>
</div>
</div>
</section>
<!-- Married End -->
<!-- Story -->
<section class="our_story" id="our_story">
<h2><span>Our</span> Story</h2>
<!-- Wrapper -->
<div class="story_wrapper">
<!-- Item -->
<div class="story_item">
<div class="story_img parallax" data-image="http://placehold.it/640x400"><div class="story_img_plane"></div></div>
<div class="story_plane">
<div class="story_back"></div>
<div class="story_txt">
<div class="story_title">
The day we met
<i>03.12.2013</i>
</div>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco.
</div>
</div>
</div>
<!-- Item -->
<div class="story_item">
<div class="story_img parallax" data-image="http://placehold.it/640x400">
<a class="youtube cboxElement" href="http://www.youtube.com/embed/hEowkXOP_Wg?rel=0">
<i class="flaticon-play102"></i></a>
<div class="story_img_plane"></div></div>
<div class="story_plane">
<div class="story_back"></div>
<div class="story_txt">
<div class="story_title">
Our first holiday
<i>03.01.2014</i>
</div>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco.
</div>
</div>
</div>
<!-- Item -->
<div class="story_item">
<div class="story_img parallax" data-image="http://placehold.it/640x400"><div class="story_img_plane"></div></div>
<div class="story_plane">
<div class="story_back"></div>
<div class="story_txt">
<div class="story_title">
First dinner together
<i>12.05.2014</i>
</div>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco.
</div>
</div>
</div>
<!-- Item -->
<div class="story_item">
<div class="story_img parallax" data-image="http://placehold.it/640x400"><div class="story_img_plane"></div></div>
<div class="story_plane">
<div class="story_back"></div>
<div class="story_txt">
<div class="story_title">
The Proposal
<i>24.08.2014</i>
</div>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco.
</div>
</div>
</div>
<!-- Item -->
<div class="story_item">
<div class="story_img parallax" data-image="http://placehold.it/640x400"><div class="story_img_plane"></div></div>
<div class="story_plane">
<div class="story_back"></div>
<div class="story_txt">
<div class="story_title">
Here comes the baby
<i>10.01.2015</i>
</div>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco.
</div>
</div>
</div>
<!-- Item -->
<div class="story_item">
<div class="story_img parallax" data-image="http://placehold.it/640x400"><div class="story_img_plane"></div></div>
<div class="story_plane">
<div class="story_back"></div>
<div class="story_txt">
<div class="story_title">
Bridesmaids
<i>03.02.2015</i>
</div>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco.
</div>
</div>
</div>
</div>
</section>
<!-- The Crew -->
<section class="guests" id="guests">
<div class="container">
<h2><span>Our</span> Bridal Party</h2>
<!-- Guest Wrapper -->
<div class="guest_wrapper" >
<!-- Best Man & Maid of Honor -->
<div class="guest_item">
<div class="guest_photo"><img src="http://placehold.it/200x200" alt="Best Man"></div>
<div class="guest_title"><span>Best Man</span> Maxx Frazer </div>
<i class="flaticon-balloon14"></i> Best Haircut
</div>
<div class="guest_item">
<div class="guest_photo"><img src="http://placehold.it/200x200" alt="Maid Of Honor"></div>
<div class="guest_title"><span>Maid of Honor</span> Alina Gilman </div>
<i class="flaticon-balloon14"></i> Made in Georgia
</div>
<div class="guest_item">
<div class="guest_photo"><img src="http://placehold.it/200x200" alt="James"></div>
<div class="guest_title"><span>Groomsman</span> James Petersen </div>
<i class="flaticon-balloon14"></i> MNTN
</div>
<div class="guest_item">
<div class="guest_photo"><img src="http://placehold.it/200x200" alt="Justin"></div>
<div class="guest_title"><span>Groomsman</span> Justin Allen </div>
<i class="flaticon-balloon14"></i> Hello Brooklyn
</div>
<div class="guest_item">
<div class="guest_photo"><img src="http://placehold.it/200x200" alt="Suesen"></div>
<div class="guest_title"><span>Bridesmaid</span> Suisen Cram</div>
<i class="flaticon-balloon14"></i> Yes, I’m from Iowa
</div>
<div class="guest_item">
<div class="guest_photo"><img src="http://placehold.it/200x200" alt="Kate"></div>
<div class="guest_title"><span>Bridesmaid</span> Kate Gaffney </div>
<i class="flaticon-balloon14"></i> O-H-I-O
</div>
<div class="guest_item">
<div class="guest_photo"><img src="http://placehold.it/200x200" alt="Nick"></div>
<div class="guest_title"><span>Groomsman</span> Nick Barker </div>
<i class="flaticon-balloon14"></i> Jimmy Nickles
</div>
<div class="guest_item">
<div class="guest_photo"><img src="http://placehold.it/200x200" alt="Nate"></div>
<div class="guest_title"><span>Groomsman</span> Nate Lourenco</div>
<i class="flaticon-balloon14"></i> Ivan Drago
</div>
<div class="guest_item">
<div class="guest_photo"><img src="http://placehold.it/200x200" alt="Madison"></div>
<div class="guest_title"><span>Bridesmaid</span> Madison Le </div>
<i class="flaticon-balloon14"></i> Whose Garden?
</div>
<div class="guest_item">
<div class="guest_photo"><img src="http://placehold.it/200x200" alt="Lydia"></div>
<div class="guest_title"><span>Bridesmaid</span> Lydia Cram </div>
<i class="flaticon-balloon14"></i> Sister. Sister
</div>
</div>
<!-- Guest Wrapper End -->
</div>
</section>
<!-- The Crew End -->
<!-- When & Where -->
<section class="when_where white_txt parallax" id="when_where" data-image="http://placehold.it/1920x800" data-bottom-top="opacity:0;" data-bottom="opacity:1;">
<div class="over"></div>
<div class="container">
<!-- Photocamera Icon -->
<div class="photocamera"><span class="flaticon-slr2"></span></div>
<div class="when_where_container opacity">
<h2><span>Where &</span> When</h2>
<!-- Texts -->
<div class="pattern1"></div>
<div class="title1">The Historic</div>
<div class="title2">Redhouse Depot</div>
<div class="title3"><a href="https://goo.gl/maps/dhx42" target="_blank">
320 Church Street <br />Huntsville, Alabama</a><br /><i class="flaticon-map35"></i> </div>
<div class="pattern2"></div>
<div class="title1">5 o'clock</div>
<div class="title5">IN THE EVENING</div>
<div class="title4">September Nineteen<br>Two Thousand and Fifteen</div>
<div class="pattern3"></div>
</div>
</div>
</section>
<!-- When & Where End -->
<!-- Hotel Reservation -->
<section class="hotel" id="hotel">
<div class="container opacity">
<h2><span>Hotel</span> Reservation</h2>
<p>We have reserved a block of rooms at the: <b>Pointe Hilton Tapatio Cliffs Resort</b><br>
For reservations, please call: 800.811.1111<br>
Please mention you are a guest of the: Mallory & Matthew Wedding Group code: MM</p>
<p>To ensure room availability, please RSVP prior to: <b>september 10, 2015</b><br>
If you have any questions, feel free to email us at:
<a href="mailto:[email protected]">[email protected]</a></p>
</div>
</section>
<!-- Hotel Reservation End -->
<!-- Events -->
<section class="our_story events" id="events">
<h2><span>Our</span> Events</h2>
<!-- Wrapper -->
<div class="story_wrapper">
<!-- Item -->
<div class="story_item">
<div class="story_img parallax" data-image="http://placehold.it/640x400"><div class="story_img_plane"></div></div>
<div class="story_plane">
<div class="story_back"></div>
<div class="story_txt">
<div class="story_title">
The day we met
<i>03.12.2013</i>
</div>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco.
</div>
</div>
</div>
<!-- Item -->
<div class="story_item">
<div class="story_img parallax" data-image="http://placehold.it/640x400">
<a class="youtube cboxElement" href="http://www.youtube.com/embed/hEowkXOP_Wg?rel=0">
<i class="flaticon-play102"></i></a>
<div class="story_img_plane"></div></div>
<div class="story_plane">
<div class="story_back"></div>
<div class="story_txt">
<div class="story_title">
Our first holiday
<i>03.12.2013</i>
</div>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco.
</div>
</div>
</div>
<!-- Item -->
<div class="story_item">
<div class="story_img parallax" data-image="http://placehold.it/640x400"><div class="story_img_plane"></div></div>
<div class="story_plane">
<div class="story_back"></div>
<div class="story_txt">
<div class="story_title">
First dinner together
<i>03.12.2013</i>
</div>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco.
</div>
</div>
</div>
<!-- Item -->
<div class="story_item">
<div class="story_img parallax" data-image="http://placehold.it/640x400"><div class="story_img_plane"></div></div>
<div class="story_plane">
<div class="story_back"></div>
<div class="story_txt">
<div class="story_title">
The Proposal
<i>03.12.2013</i>
</div>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco.
</div>
</div>
</div>
<!-- Item -->
<div class="story_item">
<div class="story_img parallax" data-image="http://placehold.it/640x400"><div class="story_img_plane"></div></div>
<div class="story_plane">
<div class="story_back"></div>
<div class="story_txt">
<div class="story_title">
Here comes the baby
<i>03.12.2013</i>
</div>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco.
</div>
</div>
</div>
<!-- Item -->
<div class="story_item">
<div class="story_img parallax" data-image="http://placehold.it/640x400"><div class="story_img_plane"></div></div>
<div class="story_plane">
<div class="story_back"></div>
<div class="story_txt">
<div class="story_title">
Bridesmaids
<i>03.12.2013</i>
</div>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco.
</div>
</div>
</div>
</div>
</section>
<!-- Events End -->
<!-- RSVP -->
<section class="rsvp" id="rsvp">
<div class="container">
<h2><span>Join</span> Our Party</h2>
<div id="envelope" data-100-top="@class:active" data-200-bottom="@class: ">
<div class="envelope_front"><div class="env_top_top"></div></div>
<div class="envelope_back"><div class="env_top"></div></div>
<div class="paper">
<!-- End Date of Reservation -->
<div class="paper_title">Please RSVP by August 2nd</div>
<!-- Form -->
<div id="div_block_1">
<div class="txt_input">
<input type="text" class="form-control" id="name_block_1" placeholder="Your Name">
</div>
<div class="txt_input">
<input type="text" class="form-control" id="guest_block_1" placeholder="Your Guest's Name">
</div>
<div class="txt_input">
<input type="text" class="form-control" id="email_block_1" placeholder="Your E-mail">
</div>
<div class="txt_input">
<input type="text" class="form-control" id="attending_block_1" placeholder="# Attending">
</div>
<input name="" type="submit" value="Send" class="btn btn-lg submit_block_1">
<!-- Form Additional text -->
<p>We’re excited to see you! Any questions, just email us at:
<a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
</div>
</section>
<!-- RSVP End -->
<!-- Gallery -->
<section class="gallery" id="gallery">
<h2><span>Our</span> Gallery</h2>
<div class="gallery_wrapper">
<div class="gallery_item">
<div class="gallery_txt">
<a href="http://placehold.it/640x400" title="In late August, on a family vacation to Oahu"><b>Hawaii</b>
In late August, on a family vacation to Oahu
</a>
</div>
<img src="http://placehold.it/640x400" alt="Gallery 1">
</div>
<div class="gallery_item">
<div class="gallery_txt">
<a href="http://placehold.it/640x400" title="In Summer 2015"><b>New Zealand</b>
In Summer 2015
</a>
</div>
<img src="http://placehold.it/640x400" alt="Gallery 2">
</div>
<div class="gallery_item">
<div class="gallery_txt">
<a href="http://placehold.it/640x400" title="February 5, 2015 / New-York, USA"><b>Honeymoon</b>
</a>
</div>
<img src="http://placehold.it/640x400" alt="Gallery 3">
</div>
<div class="gallery_item">
<div class="gallery_txt">
<a href="http://placehold.it/640x400" title="February 5, 2015 / New-York, USA"><b>Honeymoon</b>
February 5, 2015 / New-York, USA
</a>
</div>
<img src="http://placehold.it/640x400" alt="Gallery 4">
</div>
<div class="gallery_item">
<div class="gallery_txt">
<a href="http://placehold.it/640x400" title="In late August, on a family vacation to Oahu"><b>Hawaii</b>
In late August, on a family vacation to Oahu
</a>
</div>
<img src="http://placehold.it/640x400" alt="Gallery 5">
</div>
<div class="gallery_item">
<div class="gallery_txt">
<a href="http://placehold.it/640x400" title="In Summer 2015"><b>New Zealand</b>
In Summer 2015<br>
</a>
</div>
<img src="http://placehold.it/640x400" alt="Gallery 6">
</div>
</div>
</section>
<!-- Gallery End -->
<!-- Gift Registry -->
<section class="registry" id="registry">
<div class="container">
<h2><span>Gift</span> Registry</h2>
<p>What we want most for our wedding is to have our friends and family there to celebrate the occasion with us. <br>
So more than anything we’re simply grateful for your presence!</p>
<p>If you would like to get us something, we’d love that too...you can find our registries here:</p>
<!-- Logos & Links -->
<div class="registry_wrapper">
<a href="#"><img src="http://placehold.it/250x70" alt="Partners"></a>
<a href="#"><img src="http://placehold.it/250x70" alt="Partners"></a>
<a href="#"><img src="http://placehold.it/250x70" alt="Partners"></a>
<a href="#"><img src="http://placehold.it/250x70" alt="Partners"></a>
</div>
</div>
</section>
<!-- Gift Registry End -->
<!-- Footer -->
<section class="footer white_txt parallax" id="footer" data-image="http://placehold.it/1920x300">
<div class="over"></div>
<div class="container">
<!-- Thanks Text -->
<div class="thanks">Thanks for Visiting our Website</div>
<div class="footer_txt">
<!-- Social Buttons -->
<div class="footer_social">
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
</div>
<div class="title1">Matthew & Mallory</div>
<!-- Copyrights -->
<div class="copyrights">2015 Matthew & Mallory - One Page Wedding Template</div>
</div>
</div>
</section>
<!-- JQuery -->
<script src="js/jquery-1.11.0.min.js"></script>
<!-- CountDown JS -->
<script type="text/javascript" src="js/jquery.plugin.min.js"></script>
<script type="text/javascript" src="js/jquery.countdown.min.js"></script>
<!-- ColorBox JS -->
<script src="js/jquery.colorbox-min.js"></script>
<!-- OWL Carousel JS -->
<script src="js/owl.carousel.min.js"></script>
<!-- Bootstrap JS -->
<script src="js/bootstrap.min.js"></script>
<!-- ScrollR JS -->
<script src="js/skrollr.min.js"></script>
<!-- PrefixFree -->
<script src="js/prefixfree.min.js"></script>
<!-- FireFly JS -->
<script src="js/jquery.firefly-0.3-min.js"></script>
<!-- Theme JS -->
<script src="js/script.js"></script>
</div>
</body>
</html>