-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
537 lines (495 loc) · 28 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Pentral Comics</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="icon" type="image/png" href="favicon.ico">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/style.css">
<!-- <script src="js/vendor/modernizr-2.8.3.min.js"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.0/TweenMax.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<!-- HOME PAGE STARTS -->
<div class="slider-content">
<!--<div class="header-wrapper">-->
<!--<div class="header">-->
<!--</div>-->
<!--</div>-->
<div class="slider-wrapper">
<div class="slider-container">
<div class="control-nav">
<ul>
<li class="active"><span class="line"></span><span class="number">1</span></li>
<li><span class="line"></span><span class="number">2</span></li>
<li><span class="line"></span><span class="number">3</span></li>
<li><span class="line"></span><span class="number">4</span></li>
<li><span class="line"></span><span class="number">5</span></li>
</ul>
</div>
<div class="lines-wrapper">
<!-- <div class="croses">
<span>+</span>
<span>+</span>
<span>+</span>
<span>+</span>
</div>
<span class="vertical"></span>
<span class="horizontal"></span>
<span class="horizontal"></span>
<span class="horizontal"></span>
<span class="horizontal"></span>
</div> -->
<!-- <div class="image-mask">
<img class="" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/karlie-kloss_copy.png" alt="" />-->
</div>
<div class="slide active red" data-order="1" data-color="#73B6BE" data-img="img/bg.jpg">
<div class="fake-bg red"></div>
<!--<canvas class="canvas" data-image="img/bg.jpg"></canvas>-->
<div class="slide-content ">
<div class="image-caption">
<span class="line"></span>
<span>Pentral Comics</span>
</div>
<div class="title-background">
<span class="mask-wrap">
<span class="mask">Pentral</span>
</span>
<span class="mask-wrap">
<span class="mask">Comics</span>
</span>
</div>
<div class="fslide-img">
<img class="homeimg" src="img/home_img.jpg" alt="Dawn the Comic"/>
</div>
<div class="title-wrapper">
<h1>
<span class="mask-wrap">
<span class="mask">Pentral</span>
</span>
<span class="mask-wrap">
<span class="mask">Comics</span>
</span>
</h1>
<span class="gallery">View gallery</span>
</div>
</div>
</div>
<div class="slide blue meet-characters" data-order="2" data-color="#EE4654">
<div class="fake-bg blue"></div>
<!--<canvas class="canvas" data-image="https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/mask-aline.jpg"></canvas>-->
<div class="slide-content ">
<div class="image-caption">
<span class="line"></span>
<span>Meet the Characters</span>
</div>
<!--<div class="title-background">-->
<!--<span class="mask-wrap">-->
<!--<span class="mask">Aline</span>-->
<!--</span>-->
<!--<span class="mask-wrap">-->
<!--<span class="mask">Weber</span>-->
<!--</span>-->
<!--</div>-->
<!--<div class="title-wrapper">-->
<!--<h1>-->
<!--<span class="mask-wrap">-->
<!--<span class="mask">Aline</span>-->
<!--</span>-->
<!--<span class="mask-wrap">-->
<!--<span class="mask">Weber</span>-->
<!--</span>-->
<!--</h1>-->
<!--<span class="gallery">View gallery</span>-->
<!--</div>-->
<div class="modal-wrapper">
<div class="eachmodal_wrapper">
<!-- Modal #1 -->
<a class="show" aria-haspopup="true">
<div class="eachmodal m_don">
<h3>Dawn</h3>
</div>
</a>
<section class="mask" role="dialog"></section>
<section class="modal" role="alert">
<a class="close" role="button">X</a>
<section class="modal__content mc_don">
<div class="left">
<h2>Don</h2>
<p>Born in the 2nd timeline where the Stone Age is present day, Don is a young woman with survival at the forefront of her conscience. After fleeing her tribe, she stumbles across a sacred stone called the “Oculus.” When it grants her the ability to travel to other timelines, she learns that being of royal blood means nothing when her world is one of many. What she doesn’t know however, is that she just walked into an inter-dimensional war and the prize is on her head.</p>
</div>
<div class="right"></div>
</section>
</section>
</div>
<div class="eachmodal_wrapper">
<!-- Modal #2 -->
<a class="show" aria-haspopup="true">
<div class="eachmodal m_vetus">
<h3>Vetus</h3>
</div>
</a>
<section class="mask" role="dialog"></section>
<section class="modal" role="alert">
<a class="close" role="button">X</a>
<section class="modal__content mc_vetus">
<div class="left">
<h2>Vetus</h2>
<p>Born in the 4th timeline where Han Dynasty China is present day, Vetus is in search of the “Oculus,” a stone rumored to give its wearer the ability to time travel within each timeline. With the ability to harness static electricity and read minds, time travel would make him unstoppable, but his motivation for his search is more personal than obtaining power...</p>
</div>
<div class="right"></div>
</section>
</section>
</div>
<div class="eachmodal_wrapper">
<!-- Modal #3 -->
<a class="show" aria-haspopup="true">
<div class="eachmodal m_timore">
<h3>Timore</h3>
</div>
</a>
<section class="mask" role="dialog"></section>
<section class="modal" role="alert">
<a class="close" role="button">X</a>
<section class="modal__content mc_timore">
<div class="left">
<h2>Timore</h2>
<p>Born in the 9th timeline where the year 2815 is present day, Frank Foster is a self made monster. In his early life as a successful chemist, he brought awareness to the scientific anomaly called the “Orbis stone.” Upon experimenting with the new found element, it latched itself onto Foster’s body, giving him access to alternate timelines. For the next hundred years, he roamed the universe in search of every Orbis stone he could find as each corrupted his humanity with unnatural powers. Frank has now lost touch with his past and calls himself “Timore.” He needs only one more stone to complete his transformation, the Oculus.</p>
</div>
<div class="right"></div>
</section>
</section>
</div>
<div class="eachmodal_wrapper">
<!-- Modal #4 -->
<a class="show" aria-haspopup="true">
<div class="eachmodal m_alex">
<h3>Alex</h3>
</div>
</a>
<section class="mask" role="dialog"></section>
<section class="modal" role="alert">
<a class="close" role="button">X</a>
<section class="modal__content mc_alex">
<div class="left">
<h2>Alex</h2>
<p>Born in the 8th timeline where the year 2000 is present day, Alex is not your regular shut-in. With power stones melded to his fingertips, he can project the images in his gameboy into the real world. Vetus was the first person to recognize his talent, and he recruited him as a possible apprentice. Alex will do anything to gain his approval.</p>
</div>
<div class="right"></div>
</section>
</section>
</div>
<div class="eachmodal_wrapper">
<!-- Modal #5 -->
<a class="show" aria-haspopup="true">
<div class="eachmodal m_ira">
<h3>Ira</h3>
</div>
</a>
<section class="mask" role="dialog"></section>
<section class="modal" role="alert">
<a class="close" role="button">X</a>
<section class="modal__content mc_ira">
<div class="left">
<h2>Ira</h2>
<p>Born in the 8th timeline where the year 2000 is present day, Ira is the most dangerous recruit Vetus has ever trained. At an internal conflict with her true self and her violent side, Ira yearns to discover who she is meant to be with Vetus’ guidance.</p>
</div>
<div class="right"></div>
</section>
</section>
</div>
<div class="eachmodal_wrapper">
<!-- Modal #6 -->
<a class="show" aria-haspopup="true">
<div class="eachmodal m_mortem">
<h3>Mortem</h3>
</div>
</a>
<section class="mask" role="dialog"></section>
<section class="modal" role="alert">
<a class="close" role="button">X</a>
<section class="modal__content mc_mortem">
<div class="left">
<h2>Mortem</h2>
<p>A member of the Pentral monks and native to the Spirit realm, Mortem is skillful with many weapons and gifted in the art of combat. As the most skillful fighter in his tribe, Mortem seemed to be the protector that the spirit realm needed, but a curious adventure led him to the land of the living at a point beyond return. How will Mortem’s tribe fare without protection from the demons of the underworld.</p>
</div>
<div class="right"></div>
</section>
</section>
</div>
<div class="eachmodal_wrapper">
<!-- Modal #7 -->
<a class="show" aria-haspopup="true">
<div class="eachmodal m_amalia">
<h3>Amalia</h3>
</div>
</a>
<section class="mask" role="dialog"></section>
<section class="modal" role="alert">
<a class="close" role="button">X</a>
<section class="modal__content mc_amalia">
<div class="left">
<h2>Amalia</h2>
<p>Born in the second timeline from a strike of lightning onto an exposed Orbis stone, Amalia is a young woman who was raised by wild beasts. Having the ability to telepathically communicate with all animals, Amalia is a super predator with the entire animal kingdom at her right hand.</p>
</div>
<div class="right"></div>
</section>
</section>
</div>
<div class="eachmodal_wrapper">
<!-- Modal #8 -->
<a class="show" aria-haspopup="true">
<div class="eachmodal m_tarum">
<h3>Tarum</h3>
</div>
</a>
<section class="mask" role="dialog"></section>
<section class="modal" role="alert">
<a class="close" role="button">X</a>
<section class="modal__content mc_tarum">
<div class="left">
<h2>Tarum</h2>
<p>Born in the 2nd timeline from a strike of lightning onto an exposed Orbis stone, Tarum is a man-child jungle boy with an affinity for plants and agriculture. Being solitary for a majority of his life, Tarum has little to no understanding of war or famine.</p>
</div>
<div class="right"></div>
</section>
</section>
</div>
<div class="eachmodal_wrapper">
<a class="show" aria-haspopup="true">
<div class="eachmodal m_custos">
<h3>Custos</h3>
</div>
</a>
<section class="mask" role="dialog"></section>
<section class="modal" role="alert">
<a class="close" role="button">X</a>
<section class="modal__content mc_custos">
<div class="left">
<h2>Custos</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras pulvinar felis urna, nec consectetur nisi laoreet et. Nam feugiat iaculis lacus, at sodales nulla efficitur nec. Nulla eu arcu dictum, accumsan arcu a, tempor urna. Pellentesque sed efficitur mauris. Morbi libero metus, ullamcorper in feugiat sit amet, aliquam at ligula. Vestibulum ultricies eu elit a porttitor. Pellentesque vel auctor risus, vel porta neque. Nulla porta elit in orci euismod fringilla quis in est. Nulla pretium leo nec odio malesuada viverra. Vivamus suscipit lacus ante, nec fringilla purus auctor et.
<br>
<br>
Donec tellus leo, auctor non egestas sed, varius eu sapien. Sed vitae fermentum orci. Integer volutpat sem vitae lacus sagittis ornare. Etiam eu dignissim turpis. Vivamus facilisis in nunc et feugiat. In feugiat facilisis tempor. Integer tempor tellus ipsum, ac semper sem consequat eu. Sed accumsan ut massa nec sagittis.</p>
</div>
<div class="right"></div>
</section>
</section>
</div>
</div>
</div>
</div>
<div class="slide green purchase" data-order="3" data-color="#7ffe8e">
<div class="fake-bg green"></div>
<!--<canvas class="canvas" data-image="https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/mask-miranda.jpg"></canvas>-->
<div class="slide-content ">
<div class="image-caption">
<span class="line"></span>
<span>Purchase</span>
</div>
<!--<div class="title-background">-->
<!--<span class="mask-wrap">-->
<!--<span class="mask">Pentral</span>-->
<!--</span>-->
<!--<span class="mask-wrap">-->
<!--<span class="mask">Comics</span>-->
<!--</span>-->
<!--</div>-->
<!--<div class="title-wrapper">-->
<!--<h1>-->
<!--<span class="mask-wrap">-->
<!--<span class="mask">Miranda</span>-->
<!--</span>-->
<!--<span class="mask-wrap">-->
<!--<span class="mask">Kerr</span>-->
<!--</span>-->
<!--</h1>-->
<!--<span class="gallery">View gallery</span>-->
<!--</div>-->
<span class="tslide-purchase">
<div class="purchase-wrapper">
<div class="comic buy">
<div class="shadow">
<img src="img/home_img.jpg" alt="Dawn the Comic">
<a href="#"><p>Buy Now</p></a>
</div>
</div>
<div class="comic greyed">
<div class="shadow">
<img src="img/coming_soon.jpg" alt="Dawn the Comic">
<p>Coming Soon</p>
</div>
</div>
<div class="comic greyed">
<div class="shadow">
<img src="img/coming_soon.jpg" alt="Dawn the Comic">
<p>Coming Soon</p>
</div>
</div>
<div class="comic greyed">
<div class="shadow">
<img src="img/coming_soon.jpg" alt="Dawn the Comic">
<p>Coming Soon</p>
</div>
</div>
</div>
</span>
</div>
</div>
<div class="slide grey about" data-order="4" data-color="#bcbcbc" data-img="https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/kate-moss-color.png">
<div class="fake-bg grey"></div>
<!--<canvas class="canvas" data-image="https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/mask-kate.jpg"></canvas>-->
<div class="slide-content ">
<div class="image-caption">
<span class="line"></span>
<span>About Us</span>
</div>
<div class="title-background">
<span class="mask-wrap">
<span class="mask">Roman</span>
</span>
<span class="mask-wrap">
<span class="mask">& Cole</span>
</span>
</div>
<div class="title-wrapper">
<h1>
<span class="mask-wrap">
<span class="mask">Roman</span>
</span>
<span class="mask-wrap">
<span class="mask">& Cole</span>
</span>
</h1>
<span class="about-p"><p>Roman and Cole have been friends and co-creators since 7th grade. Their shared love for the arts led them to create the concept for DAWN before high school. Years of hard work and persistence have paid off- three additional volumes are in the works as well as hopes to one day adapt DAWN into an animated TV series. Until then, this book is the start of their journey. Check it out!</p></span>
</div>
</div>
</div>
<div class="slide brown contact" data-order="5" data-color="#bcbcbc" data-img="https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/kate-moss-color.png">
<div class="fake-bg brown"></div>
<!--<canvas class="canvas" data-image="https://s3-us-west-2.amazonaws.com/s.cdpn.io/42764/mask-kate.jpg"></canvas>-->
<div class="slide-content ">
<div class="image-caption">
<span class="line"></span>
<span>Contact Us</span>
</div>
<div class="title-background">
<span class="mask-wrap">
<span class="mask">Contact</span>
</span>
<span class="mask-wrap">
<span class="mask">Us</span>
</span>
</div>
<div class="title-wrapper">
<h1>
<span class="mask-wrap">
<span class="mask">Contact Us</span>
</span>
</h1>
<span class="contact-social">
<ul>
<li>
<a href="https://www.instagram.com/dawn_the_comic/" target="_blank">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M352 0H160C71.648 0 0 71.648 0 160v192c0 88.352 71.648 160 160 160h192c88.352 0 160-71.648 160-160V160C512 71.648 440.352 0 352 0zm112 352c0 61.76-50.24 112-112 112H160c-61.76 0-112-50.24-112-112V160C48 98.24 98.24 48 160 48h192c61.76 0 112 50.24 112 112v192z" fill="#FFF"/><path d="M256 128c-70.688 0-128 57.312-128 128s57.312 128 128 128 128-57.312 128-128-57.312-128-128-128zm0 208c-44.096 0-80-35.904-80-80 0-44.128 35.904-80 80-80s80 35.872 80 80c0 44.096-35.904 80-80 80z" fill="#FFF"/><circle cx="393.6" cy="118.4" r="17.056" fill="#FFF"/></svg>
</a>
</li>
<li>
<a href="https://twitter.com/dawncomic?s=09" target="_blank">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 511.271 511.271"><path d="M508.342 94.243c-2.603-2.603-6.942-3.471-10.414-2.603l-17.356 6.075c10.414-12.149 17.356-25.166 21.695-37.315 1.736-4.339.868-7.81-1.736-10.414-2.603-2.603-6.942-3.471-10.414-1.736-24.298 10.414-45.125 19.092-62.481 24.298 0 .868-.868 0-1.736 0-13.885-7.81-47.729-25.166-72.027-25.166-61.614.868-111.078 52.936-111.078 116.285v3.471c-90.251-17.356-139.715-43.39-193.519-99.797L40.6 58.663l-5.207 10.414c-29.505 56.407-8.678 107.607 25.166 142.319-15.62-2.603-26.034-7.81-35.58-15.62-3.471-2.603-7.81-3.471-12.149-.868-3.471 1.736-5.207 6.942-4.339 11.281 12.149 40.786 42.522 73.763 75.498 93.722-15.62 0-28.637-1.736-41.654-10.414-3.471-1.736-8.678-1.736-12.149.868s-5.207 6.942-3.471 11.281c15.62 44.258 45.993 67.688 94.59 73.763-25.166 14.753-58.142 26.902-109.342 27.77-5.207 0-9.546 3.471-11.281 7.81-1.736 5.207 0 9.546 3.471 13.017 31.241 25.166 100.664 39.919 186.576 39.919 152.732 0 277.695-136.244 277.695-303.729v-2.603c19.092-9.546 34.712-27.77 42.522-52.936.867-3.472-.001-7.811-2.604-10.414zm-52.068 49.464l-5.207 1.736v14.753c0 157.939-117.153 286.373-260.339 286.373-78.97 0-131.905-13.017-160.542-26.902 59.878-4.339 94.59-23.431 121.492-44.258l21.695-15.62h-26.034c-49.464 0-79.837-13.885-97.193-46.861 15.62 5.207 32.108 5.207 50.332 4.339 6.942-.868 13.885-.868 20.827-.868l2.603-17.356c-32.976-9.546-72.027-39.051-91.119-78.969 17.356 7.81 36.447 9.546 53.803 9.546h26.902L91.8 213.999c-18.224-13.017-72.027-59.01-45.993-124.963 55.539 54.671 108.475 79.837 203.932 97.193l10.414 1.736v-24.298c0-53.803 41.654-98.061 93.722-98.929 19.959-.868 52.936 17.356 62.481 22.563 5.207 2.603 10.414 3.471 15.62 1.736 13.017-4.339 28.637-10.414 45.993-17.356-7.81 13.017-18.224 25.166-32.108 36.448-3.471 2.603-4.339 7.81-2.603 12.149 1.736 4.339 6.942 6.075 11.281 4.339l33.844-11.281c-6.075 11.28-15.621 24.297-32.109 30.371z" fill="#FFF"/></svg>
</a>
</li>
<li>
<a href="mailto:[email protected]">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31.012 31.012"><g fill="#FFF"><path d="M25.109 21.51a.495.495 0 0 1-.342-.136l-5.754-5.398a.5.5 0 1 1 .685-.728l5.754 5.398a.5.5 0 0 1-.343.864zM5.902 21.51a.5.5 0 0 1-.343-.864l5.756-5.398a.5.5 0 0 1 .685.728l-5.756 5.398a.495.495 0 0 1-.342.136z"/><path d="M28.512 26.529H2.5a2.503 2.503 0 0 1-2.5-2.5V6.982c0-1.379 1.122-2.5 2.5-2.5h26.012c1.378 0 2.5 1.121 2.5 2.5v17.047c0 1.379-1.122 2.5-2.5 2.5zM2.5 5.482c-.827 0-1.5.673-1.5 1.5v17.047c0 .827.673 1.5 1.5 1.5h26.012c.827 0 1.5-.673 1.5-1.5V6.982c0-.827-.673-1.5-1.5-1.5H2.5z"/><path d="M15.506 18.018c-.665 0-1.33-.221-1.836-.662L.83 6.155a.501.501 0 0 1-.049-.706.503.503 0 0 1 .706-.048l12.84 11.2c.639.557 1.719.557 2.357 0L29.508 5.419a.5.5 0 0 1 .658.754L17.342 17.355c-.507.442-1.171.663-1.836.663z"/></g></svg>
</a>
</li>
</ul>
</span>
</div>
</div>
</div>
</div>
</div>
<!--<div class="social-icons">-->
<!--<ul>-->
<!--<li><a href="https://twitter.com/mariosmaselli">-->
<!--<svg id="twitter-icon">-->
<!--<use xlink:href="#twitter"></use>-->
<!--</svg>-->
<!--</a></li>-->
<!--<li><a href="https://dribbble.com/mariosmaselli">-->
<!--<svg id="dribble-icon">-->
<!--<use xlink:href="#dribble"></use>-->
<!--</svg>-->
<!--</a></li>-->
<!--<li><a href="https://codepen.io/mariosmaselli/">-->
<!--<svg id="codepen-icon">-->
<!--<use xlink:href="#codepen"></use>-->
<!--</svg>-->
<!--</a></li>-->
<!--</ul>-->
<!--</div>-->
<div class="footer-wrapper">
<ul>
<li class="active box" data-id="1">
<div class="hover-box"></div>
<div class="box-content">
<span>HOME</span>
</div>
</li>
<li class="box" data-id="2">
<div class="hover-box"></div>
<div class="box-content">
<span>MEET THE </span><span>CHARACTERS</span>
</div>
</li>
<li class="box" data-id="3" >
<div class="hover-box"></div>
<div class="box-content">
<span>PURCHASE</span>
</div>
</li>
<li class="box" data-id="4" >
<div class="hover-box"></div>
<div class="box-content">
<span>ABOUT US</span>
</div>
</li>
<li class="box" data-id="5" >
<div class="hover-box"></div>
<div class="box-content">
<span>CONTACT</span>
</div>
</li>
</ul>
</div>
</div>
<!-- Footer start -->
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.12.0.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script src="js/modal.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<!-- <script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script> -->
</body>
</html>