-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-distorsion.html
532 lines (369 loc) · 18.3 KB
/
index-distorsion.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
<!DOCTYPE html>
<!--
* SAPHIR - The Coming Soon Template
* Build Date: May 2018
* Last Update: May 2018
* Author: Madeon08
* Copyright (C) 2018-2XXX Madeon08
* This is a premium product available exclusively here : https://themeforest.net/user/Madeon08/portfolio
* -->
<html lang="zxx" class="no-js">
<head>
<meta charset="utf-8">
<title>SAPHIR - The Coming Soon Template</title>
<meta name="description" content="The description should optimally be between 150-160 characters.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Madeon08">
<!-- ================= Favicons ================== -->
<!-- Standard -->
<link rel="shortcut icon" href="img/favicon.png">
<!-- Retina iPad Touch Icon-->
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon-retina-ipad.png">
<!-- Retina iPhone Touch Icon-->
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon-retina-iphone.png">
<!-- Standard iPad Touch Icon-->
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon-standard-ipad.png">
<!-- Standard iPhone Touch Icon-->
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon-standard-iphone.png">
<!-- ============== Resources style ============== -->
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- Modernizr runs quickly on page load to detect features -->
<script src="js/modernizr.custom.js"></script>
</head>
<body>
<!-- *** LOADING *** -->
<div id="loading">
<div class="loader">
<span class="dots"> .</span>
<span class="dots"> .</span>
<span class="dots"> .</span>
<span class="dots"> .</span>
<span class="dots"> .</span>
<span class="dots"> .</span>
<p class="loader__label">Saphir | <span data-words="Loading|Chargement|Lädt|Cargando|加载中"></span></p>
</div>
</div>
<!-- *** / LOADING *** -->
<!-- *** Menu icon for opening/closing the menu on small screen *** -->
<button id="small-screen-menu">
<span class="custom-menu"></span>
</button>
<!-- *** / Menu icon *** -->
<!-- *** Distorsion effect *** -->
<div class="slide-wrapper">
<div class="slide-item">
<img src="img/home-distorsion-1.jpg" alt="" class="slide-item__image">
</div>
<div class="slide-item">
<img src="img/home-distorsion-2.jpg" alt="" class="slide-item__image">
</div>
<div class="slide-item">
<img src="img/home-distorsion-3.jpg" alt="" class="slide-item__image">
</div>
</div>
<!-- The overlay that you can see over the animation is generated with the following CSS rule : .custom-overlay, it can be found in your style.css file under 2. GENERIC STYLES part -->
<div class="custom-overlay"></div>
<!-- Logo on top right -->
<a class="brand-logo" href="#Home">
<img src="img/logo.png" alt="Our company logo" class="img-fluid" />
</a>
<!-- *** Fullpage sections *** -->
<div id="fullpage">
<!-- +++ START - Home +++ -->
<div class="section" id="section0">
<section class="content-inside-section">
<div class="container">
<div class="container-inside">
<div class="main-content align-center">
<!-- *** TEXT TITLE *** -->
<h1>
Great Spirit<br>
We're Coming Soon
</h1>
<!-- *** COUNTDOWN TITLE *** -->
<!-- Set your date at the bottom of js/jquery.countdown.js -->
<!-- <h1>
official launch in<br>
<span id="getting-started"></span>
</h1> -->
<p class="on-home">Shaping your creative project and bring it to the top in a minute<br>
Advanced design for modern and awesome people
</p>
<br>
<div class="command">
<!-- ********** IF YOU WANT TO USE MORE POPUPS, SEE THE RECOMMENDATIONS AT THE END OF js/dialogFx.js ********** -->
<a id="popup_somedialog_1" data-dialog="somedialog_1" class="trigger light-btn colored">
<span id="first-text">Keep me updated!</span>
<span id="second-text">Get notified</span> <!-- On this span, it's important to use a text smaller or equal than the first one (here: Weekly Newsletter) to avoid any troubles -->
</a>
<a id="button-more" class="light-btn" href="#About">Explore
<span class="ask-to-scroll">
<span class="arrow"><span></span><span></span></span>
<span class="arrow"><span></span><span></span></span>
<span class="arrow"><span></span><span></span></span>
</span>
</a>
<div class="clear"></div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- +++ END - Home +++ -->
<!-- +++ START - About +++ -->
<div class="section" id="section1">
<section class="content-inside-section">
<div class="container">
<div class="container-inside">
<div class="main-content">
<span class="section-name">About us</span>
<h2>We are here to kick off<br>your project</h2>
<span class="separator"></span>
<div class="row">
<div class="col-12 col-lg-6">
<p>Lorem ipsum eu esse aliqua voluptate consectetur duis quis voluptate proident qui sit reprehenderit quis esse in elit excepteur laboris sed occaecat minim ex cupidatat commodo exercitation ex dolor qui ex dolore amet duis ut anim cupidatat <a href="http://themehelite.com/" target="_blank" class="link_in_text">Themehelite.com</a> id quis cupidatat proident tempor id sit ut anim sint aliquip excepteur ut in ullamco elit amet cupidatat commodo ut quis fugiat sunt commodo in dolore enim aliqua nulla dolor duis aliquip.</p>
</div>
<div class="col-12 col-lg-6">
<p>Lorem ipsum eu esse aliqua voluptate consectetur duis quis voluptate proident qui sit reprehenderit.</p>
<ul class="about-list">
<li>UI Designer / FR01</li>
<li>Product Developer / FR056</li>
<li>Copywriter / ENG05</li>
<li>UX & Marketing manager / US1901</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- +++ END - About +++ -->
<!-- +++ START - Work +++ -->
<div class="section" id="section2">
<section class="content-inside-section">
<div class="container">
<div class="container-inside">
<div class="main-content">
<span class="section-name">One great product</span>
<h2>What you need now</h2>
<span class="separator"></span>
<div class="row">
<div class="col-12 col-lg-4 block-item">
<a href="img/item-1.jpg" data-featherlight="image" data-title="Great spirit everywhere" data-text="1. Nostrud dolor aute sed proident et ea et duis proident quis ex magna enim aliquip esse aute non elit in eu in aliquip."><img src="img/item-1.jpg" alt="Item 1" class="img-fluid item-gallery" />
<h3>Single picture lightbox <small>One snap</small></h3></a>
<p>Lorem ipsum Do dolor commodo occaecat sit pariatur nisi sit laboris officia exercitation officia laboris ex ullamco nulla do in elit.</p>
</div>
<div class="col-12 col-lg-4 block-item" data-featherlight-gallery data-featherlight-filter="a">
<a href="img/gallery-1.jpg" data-title="Takin' It Back" data-text="1. Nostrud dolor aute sed proident et ea et duis proident quis ex magna enim aliquip esse aute non elit in eu in aliquip.">
<img src="img/gallery-1.jpg" alt="Gallery 1" class="img-fluid item-gallery" />
<h3>Gallery of pictures <small>More & More</small></h3></a>
<p>Lorem ipsum Do dolor commodo occaecat sit pariatur nisi sit laboris officia exercitation officia laboris ex ullamco nulla do in elit.</p>
<a class="display-none" href="img/gallery-2.jpg" data-title="The path of the designer" data-text="2. Nostrud dolor aute sed proident et ea et duis proident quis ex magna enim aliquip esse aute non elit in eu in aliquip.">
<img src="img/gallery-2.jpg" alt="Gallery 2" class="img-fluid item-gallery" />
</a>
<a class="display-none" href="img/gallery-3.jpg" data-title="Promised land" data-text="3. Nostrud dolor aute sed proident et ea et duis proident quis ex magna enim aliquip esse aute non elit in eu in aliquip.">
<img src="img/gallery-3.jpg" alt="Gallery 3" class="img-fluid item-gallery" />
</a>
</div>
<div class="col-12 col-lg-4 block-item block-item-video">
<a href="https://www.youtube.com/embed/Bey4XXJAqS8" data-featherlight="iframe" data-featherlight-iframe-allowfullscreen="true" data-featherlight-iframe-width="1200" data-featherlight-iframe-height="675" data-title="Your YouTube Video" data-text="3. Nostrud dolor aute sed proident et ea et duis proident quis ex magna enim aliquip esse aute non elit in eu in aliquip.">
<img src="img/item-3.jpg" alt="Item 3" class="img-fluid item-gallery" />
<h3>Video iframe <small>Animate it</small></h3></a>
<p>Lorem ipsum Do dolor commodo occaecat sit pariatur nisi sit laboris officia exercitation officia laboris ex ullamco nulla do in elit.</p>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- +++ END - Work +++ -->
<!-- +++ START - Contact +++ -->
<div class="section" id="section3">
<section class="content-inside-section">
<div class="container">
<div class="container-inside">
<div class="main-content">
<span class="section-name">Contact Us</span>
<h2>Get in touch</h2>
<span class="separator"></span>
<div class="row">
<div class="col-12 col-lg-6">
<div class="row">
<div class="col-12 col-sm-6">
<h4>Paris</h4>
<p class="contact-address">1500 Les Champs<br> Concorde Stadium, Paris<br><a href="tel:66-1254-611" class="link_in_text">(+33) 66-1254-611</a></p>
</div>
<div class="col-12 col-sm-6">
<h4>New York</h4>
<p class="contact-address">3200 Future Boulevard<br> Las Venturas, US 55947<br><a href="mailto:[email protected]" class="link_in_text">[email protected]</a></p>
</div>
</div>
<div class="row">
<div class="col-12 col-sm-6">
<h4>London</h4>
<p class="contact-address">Great Spirit UK<br> 8547 Future Boulevard<br> London, UK 54851</p>
</div>
<div class="col-12 col-sm-6">
<h4>Munich</h4>
<p class="contact-address">Great Spirit DE<br> 11200 Jaeger Straße<br> Munich, DE 47821</p>
</div>
</div>
</div>
<div class="col-12 col-lg-5 offset-lg-1">
<!-- START - Contact Form -->
<form id="contact-form" name="contact-form" method="POST" data-name="Contact Form" autocomplete="on">
<div class="row">
<!-- ! Anti-spam field ! Invisible for users, the major part of bots will write something in this field, then, they will be blocked and no spam in your inbox will come. -->
<div class="col display-none">
<div class="form-group">
<input type="text" id="checking" class="form form-control" placeholder="Leave this field empty" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Leave this field empty'" name="checking" data-name="Checking">
</div>
</div>
<!-- Full name -->
<div class="col-12 col-sm-6 col-lg-12">
<div class="form-group">
<input type="text" id="name" class="form form-control" placeholder="Name*" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Name*'" name="name" data-name="Name" autocomplete="name" required>
</div>
</div>
<!-- E-mail -->
<div class="col-12 col-sm-6 col-lg-12">
<div class="form-group">
<input type="email" id="email" class="form form-control" placeholder="Email Address*" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Email Address*'" name="email-address" data-name="Email Address" autocomplete="email" required>
</div>
</div>
<!-- Message -->
<div class="col-12">
<div class="form-group">
<textarea id="text-area" class="form textarea form-control" placeholder="Your message here*... 20 characters Min." onfocus="this.placeholder = ''" onblur="this.placeholder = 'Your message here*... 20 characters Min.'" name="message" data-name="Text Area" required></textarea>
</div>
<span class="sub-text">* Required fields</span>
</div>
</div>
<!-- Form submission -->
<button type="submit" id="valid-form" class="btn btn-lg submit"><span>Send my Message</span></button>
</form>
<!-- END - Contact Form -->
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- +++ END - Contact +++ -->
</div>
<!-- +++ / Fullpage sections +++ -->
<!-- START - Newsletter Popup -->
<div id="somedialog_1" class="dialog">
<div class="dialog__overlay"></div>
<div class="dialog__content">
<div class="dialog-inner">
<h3>You like taking the lead of line?</h3>
<p>Being the first to know always feels great... Signing up to our newsletter gives you <strong>exclusive access to our Grand Opening!</strong></p>
<!-- Newsletter Form -->
<div id="subscribe">
<form action="php/notify-me.php" id="notifyMe" method="POST">
<div class="form-group">
<div class="controls">
<!-- Field -->
<input type="text" id="mail-sub" name="email" placeholder="Click here to type your email" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Click here to type your email'" class="form-control email srequiredField" />
<!-- Button -->
<button class="btn btn-lg submit on-center"><span>Get notified</span></button>
<div class="clear"></div>
</div>
</div>
</form>
</div>
<!-- /. Newsletter Form -->
</div>
<!-- Cross closing the Newsletter Popup -->
<button class="close-newsletter" data-dialog-close><i class="icon ion-close-round"></i></button>
</div>
</div>
<!-- END - Newsletter Popup -->
<!-- CONTACT FORM - Answer for the contact form is displayed in the next div, do not remove it. -->
<div id="block-answer" class="">
<div id="answer"></div>
</div>
<!-- NEWSLETTER FORM - Answer for the newsletter form is displayed in the next div, do not remove it. -->
<div class="block-message">
<div class="message">
<p class="notify-valid"></p>
</div>
</div>
<footer>
<div class="line"></div>
<div class="row">
<div class="col-12 col-xl-4 footer-nav">
<ul id="bottomMenu" class="on-left">
<li data-menuanchor="Home" class="active">
<a href="#Home">Home</a>
</li>
<li data-menuanchor="About">
<a href="#About">About</a>
</li>
<li data-menuanchor="Works">
<a href="#Works">Works</a>
</li>
<li data-menuanchor="Contact">
<a href="#Contact">Contact</a>
</li>
<li>
<a class="trigger open_somedialog_1">Notify Me</a>
</li>
</ul>
</div>
<div class="col-12 col-xl-4 footer-copyright">
<p>© SAPHIR - Made for Great People</p>
</div>
<div class="col-12 col-xl-4 footer-nav">
<ul class="on-right">
<li>
<a href="https://www.facebook.com/themehelite" target="_blank"><i class="fab fa-facebook-f"></i></a>
</li>
<li>
<a href="https://twitter.com/themehelite" target="_blank"><i class="fab fa-twitter"></i></a>
</li>
<li>
<a href="#" target="_blank"><i class="fab fa-linkedin-in"></i></a>
</li>
<li>
<a href="#" target="_blank"><i class="fab fa-instagram"></i></a>
</li>
</ul>
</div>
</div>
</footer>
<!-- ///////////////////\\\\\\\\\\\\\\\\\\\ -->
<!-- ********** jQuery Resources ********** -->
<!-- \\\\\\\\\\\\\\\\\\\/////////////////// -->
<!-- * Libraries jQuery, Easing and Bootstrap - Be careful to not remove them * -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.easings.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- Countdown plugin -->
<script src="js/jquery.countdown.js"></script>
<!-- FullPage plugin -->
<script src="js/jquery.fullPage.js"></script>
<!-- Distorsion.js plugin -->
<script src="js/pixi.min.js"></script>
<script src="js/TweenMax.min.js"></script>
<script src="js/distorsion.js"></script>
<!-- Contact form plugin -->
<script src="js/contact-me.js"></script>
<!-- Popup Newsletter Form -->
<script src="js/classie.js"></script>
<script src="js/dialogFx.js"></script>
<!-- Newsletter plugin -->
<script src="js/notifyMe.js"></script>
<!-- Gallery plugin -->
<script src="js/jquery.detect_swipe.min.js"></script>
<script src="js/featherlight.js"></script>
<script src="js/featherlight.gallery.js"></script>
<!-- Main JS File -->
<script src="js/main.js"></script>
</body>
</html>