-
Notifications
You must be signed in to change notification settings - Fork 3.6k
/
Copy pathindex.html
607 lines (499 loc) · 21.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
<!DOCTYPE html>
<html>
<head>
<!-- /.website title -->
<title>Clouds html5 Multipurpose Landing Page for Apps</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- CSS Files -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="fonts/icon-7-stroke/css/pe-icon-7-stroke.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet" media="screen">
<link href="css/owl.theme.css" rel="stylesheet">
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet" media="screen">
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Alegreya+Sans:100,300,400,700' rel='stylesheet' type='text/css'>
<!-- Font Awesome -->
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-target="#navbar-scroll">
<div id="top"></div>
<!-- NAVIGATION -->
<div id="menu">
<nav class="navbar-wrapper navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-themers">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand site-name" href="#top"><img src="images/logo.png" alt="logo"></a>
</div>
<div id="navbar-scroll" class="collapse navbar-collapse navbar-themers navbar-right">
<ul class="nav navbar-nav">
<li><a href="#intro">About</a></li>
<li><a href="#feature">Features</a></li>
<li><a href="#subscribe">Subscribe</a></li>
<li><a href="#screenshot">Screenshots</a></li>
<li><a href="#clients">Clients</a></li>
<li><a href="#package">Package</a></li>
<li><a href="#download">Download</a></li>
</ul>
</div>
</div>
</nav>
</div>
<!-- /.parallax full screen background image -->
<div class="fullscreen landing parallax banner" style="background-image:url('images/bg.jpg');" data-img-width="2000" data-img-height="1325" data-diff="100">
<div class="overlay">
<div class="container">
<div class="row">
<div class="col-md-6">
<!-- /.main title -->
<h1 class="wow fadeInLeft">
App Landing Page
</h1>
<!-- /.header paragraph -->
<div class="landing-text wow fadeInLeft">
<p>Lorem Ipsum is simply dummy text of the printing and type setting industry consectetur adipisicing elit, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing tempor incididunt!</p>
</div>
<!-- /.header button -->
<div class="head-btn wow fadeInLeft">
<a href="#" class="btn-primary app-store">
<i class="fa fa-apple"></i> <span> App Store</span>
</a>
<a href="#" class="btn-primary play-market">
<i class="fa fa-android"></i> <span> Google Play</span>
</a>
</div>
</div>
<!-- /.phone image -->
<div class="col-md-6">
<img src="images/header-phone.png" alt="phone" class="header-phone img-responsive wow fadeInRight">
</div>
</div>
</div>
</div>
</div>
<!-- /.intro section -->
<div id="intro">
<div class="container">
<div class="row">
<!-- /.feature image -->
<div class="col-md-6 feature-2-pic wow fadeInLeft">
<img src="images/feature2-image.jpg" alt="image" class="img-responsive">
</div>
<!-- /.feature content -->
<div class="col-md-6 wow fadeInRight">
<h2>Learn how to make your app marketing efficient</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset.
</p>
<div class="btn-section"><a href="#download" class="btn-default">Download Now</a></div>
</div>
</div>
</div>
</div>
<!-- /.feature section -->
<div id="feature">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 col-sm-12 text-center feature-title">
<!-- /.feature title -->
<h2>Our Amazing beautiful features</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
</div>
</div>
<div class="row row-feat">
<div class="col-md-12">
<!-- /.feature 1 -->
<div class="col-sm-4 feat-list">
<i class="fa fa-paint-brush wow fadeInUp"></i>
<div class="inner">
<h4>Fully Customizable</h4>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature.
</p>
</div>
</div>
<!-- /.feature 2 -->
<div class="col-sm-4 feat-list">
<i class="fa fa-rss wow fadeInUp" data-wow-delay="0.2s"></i>
<div class="inner">
<h4>Responsive Design</h4>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature.</p>
</div>
</div>
<!-- /.feature 3 -->
<div class="col-sm-4 feat-list">
<i class="fa fa-recycle wow fadeInUp" data-wow-delay="0.4s"></i>
<div class="inner">
<h4>Amazing Design</h4>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<section id="features">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 wow fadeInRight animated" data-wow-delay=".8s" style="visibility: visible; animation-delay: 0.8s; -webkit-animation-delay: 0.8s; animation-name: fadeInRight; -webkit-animation-name: fadeInRight;">
<h2 class="title">Our Focused on Feature</h2>
<div class="feature-item">
<div class="media">
<div class="pull-left icon" href="#">
<i class="fa fa-paint-brush"></i>
</div>
<div class="media-body">
<h4 class="media-heading">Reliable and Secure Platform</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisici ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com</p>
</div>
</div>
</div>
<div class="feature-item">
<div class="media">
<div class="pull-left icon" href="#">
<i class="fa fa-rss"></i>
</div>
<div class="media-body">
<h4 class="media-heading">Everything is perfectly orgainized</h4>
<p>Aipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi</p>
</div>
</div>
</div>
<div class="feature-item">
<div class="media">
<div class="pull-left icon" href="#">
<i class="fa fa-recycle"></i>
</div>
<div class="media-body">
<h4 class="media-heading">Rapid customer support</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 wow fadeInLeft animated" data-wow-delay=".8s" style="visibility: visible; animation-delay: 0.8s; -webkit-animation-delay: 0.8s; animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft;">
<div class="block">
<img class="img-responsive" src="images/featured-app.png" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- /.subscribe section -->
<div id="subscribe">
<div class="subscribe fullscreen parallax" style="background-image:url('images/bg.jpg');" data-img-width="1920" data-img-height="1281" data-diff="100">
<div class="overlay">
<div class="container">
<!-- /.mail icon -->
<div class="col-md-4 col-md-offset-4 text-center">
<i class="fa fa-envelope-o letter wow fadeInUp"></i>
</div>
<div class="col-md-8 col-md-offset-2 text-center">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley.</p>
<!-- /.subscribe form -->
<div class="subscribe-form wow fadeInUp">
<form class="news-letter mailchimp" action="" role="form" method="POST">
<input type="hidden" name="u" value="">
<input type="hidden" name="id" value="">
<input class="form-control" type="email" name="" placeholder="Your email..." required="">
<button type="submit" class="subscribe-btn btn">SUBSCRIBE</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /.screenshot section -->
<div id="screenshot">
<div class="container">
<div class="text-center">
<h2 class="wow fadeInLeft">Screenshots</h2>
<div class="title-line wow fadeInRight"></div>
</div>
<div class="row screenshots">
<div id="screenshots" class="owl-carousel">
<!-- /.screenshot images -->
<div class="screen wow fadeInUp">
<a href="images/img1.jpg" data-toggle="lightbox"><img src="images/img1.jpg" alt="Screenshot"></a>
</div>
<div class="screen wow fadeInUp" data-wow-delay="0.1s">
<a href="images/img2.jpg" data-toggle="lightbox"><img src="images/img2.jpg" alt="Screenshot"></a>
</div>
<div class="screen wow fadeInUp" data-wow-delay="0.2s">
<a href="images/img3.jpg" data-toggle="lightbox"><img src="images/img3.jpg" alt="Screenshot"></a>
</div>
<div class="screen wow fadeInUp" data-wow-delay="0.3s">
<a href="images/img4.jpg" data-toggle="lightbox"><img src="images/img4.jpg" alt="Screenshot"></a>
</div>
<div class="screen wow fadeInUp" data-wow-delay="0.4s">
<a href="images/img5.jpg" data-toggle="lightbox"><img src="images/img5.jpg" alt="Screenshot"></a>
</div>
<div class="screen wow fadeInUp" data-wow-delay="0.5s">
<a href="images/img6.jpg" data-toggle="lightbox"><img src="images/img6.jpg" alt="Screenshot"></a>
</div>
<div class="screen wow fadeInUp" data-wow-delay="0.6s">
<a href="images/img7.jpg" data-toggle="lightbox"><img src="images/img7.jpg" alt="Screenshot"></a>
</div>
<div class="screen wow fadeInUp" data-wow-delay="0.7s">
<a href="images/img8.jpg" data-toggle="lightbox"><img src="images/img8.jpg" alt="Screenshot"></a>
</div>
</div>
</div>
</div>
</div>
<!-- /.clientsmonial section -->
<div id="clients">
<div class="container">
<div class="text-center">
<h2 class="wow fadeInLeft">Clients</h2>
<div class="title-line wow fadeInRight"></div>
</div>
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<div id="owl-clients" class="owl-carousel owl-theme wow fadeInUp">
<!-- /.clientsmonial 1 -->
<div class="clients-item">
<div class="client-pic text-center">
<!-- /.client photo -->
<img src="images/client.jpg" alt="client">
</div>
<div class="box">
<!-- /.clientsmonial content -->
<p class="message text-center">"Printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type dummy text of the printing."</p>
</div>
<div class="client-info text-center">
<!-- /.client name -->
John Doe, <span class="company">Google</span>
</div>
</div>
<!-- /.clientsmonial 2 -->
<div class="clients-item">
<div class="client-pic text-center">
<!-- /.client photo -->
<img src="images/client2.jpg" alt="client">
</div>
<div class="box">
<!-- /.clientsmonial content -->
<p class="message text-center">"Lorem Ipsum is simply dummy text of the printing and when an unknown printer took a galley of type dummy text of the printing and typesetting industry and scrambled."</p>
</div>
<div class="client-info text-center">
<!-- /.client name -->
Glen Micheal, <span class="company">CN Technology</span>
</div>
</div>
<!-- /.clientsmonial 3 -->
<div class="clients-item">
<div class="client-pic text-center">
<!-- /.client photo -->
<img src="images/client3.jpg" alt="client">
</div>
<div class="box">
<!-- /.clientsmonial content -->
<p class="message text-center">"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer."</p>
</div>
<div class="client-info text-center">
<!-- /.client name -->
Chris Russel, <span class="company">Facebook</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="package">
<div class="container">
<div class="text-center">
<!-- /.pricing title -->
<h2 class="wow fadeInLeft animated" style="visibility: visible; animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft;">Packages</h2>
<div class="title-line wow fadeInRight animated" style="visibility: visible; animation-name: fadeInRight; -webkit-animation-name: fadeInRight;"></div>
</div>
<div class="row package-option">
<!-- /.package 1 -->
<div class="col-sm-4">
<div class="price-box wow fadeInUp animated" style="visibility: visible; animation-name: fadeInUp; -webkit-animation-name: fadeInUp;">
<div class="price-heading text-center">
<!-- /.package name -->
<h3>Basic</h3>
</div>
<!-- /.price -->
<div class="price-group text-center">
<span class="dollar">$</span>
<span class="price">12</span>
<span class="time">/mo</span>
</div>
<!-- /.package features -->
<ul class="price-feature text-center">
<li><strong>300MB</strong> Disk Space</li>
<li><strong>200MB</strong> Bandwidth</li>
<li><strong>4</strong> Subdomains</li>
<li><strong>6</strong> Email Accounts</li>
<li><strike>Webmail Support</strike></li>
</ul>
<!-- /.package button -->
<div class="price-footer text-center">
<a class="btn btn-price" href="#">BUY NOW</a>
</div>
</div>
</div>
<!-- /.package 2 -->
<div class="col-sm-4">
<div class="price-box wow fadeInUp animated" data-wow-delay="0.2s" style="visibility: visible; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-name: fadeInUp; -webkit-animation-name: fadeInUp;">
<div class="price-heading text-center">
<!-- /.package name -->
<h3>Standard</h3>
</div>
<!-- /.price -->
<div class="price-group text-center">
<span class="dollar">$</span>
<span class="price">16</span>
<span class="time">/mo</span>
</div>
<!-- /.package features -->
<ul class="price-feature text-center">
<li><strong>600MB</strong> Disk Space</li>
<li><strong>300MB</strong> Bandwidth</li>
<li><strong>4</strong> Subdomains</li>
<li><strong>12</strong> Email Accounts</li>
<li><strike>Webmail Support</strike></li>
</ul>
<!-- /.package button -->
<div class="price-footer text-center">
<a class="btn btn-price" href="#">BUY NOW</a>
</div>
</div>
</div>
<!-- /.package 3 -->
<div class="col-sm-4">
<div class="price-box wow fadeInUp animated" data-wow-delay="0.4s" style="visibility: visible; animation-delay: 0.4s; -webkit-animation-delay: 0.4s; animation-name: fadeInUp; -webkit-animation-name: fadeInUp;">
<div class="price-heading text-center">
<!-- /.package name -->
<h3>Advance</h3>
</div>
<!-- /.price -->
<div class="price-group text-center">
<span class="dollar">$</span>
<span class="price">24</span>
<span class="time">/mo</span>
</div>
<!-- /.package features -->
<ul class="price-feature text-center">
<li><strong>1.5GB</strong> Disk Space</li>
<li><strong>1.2GB</strong> Bandwidth</li>
<li><strong>14</strong> Subdomains</li>
<li><strong>26</strong> Email Accounts</li>
<li>Webmail Support</li>
</ul>
<!-- /.package button -->
<div class="price-footer text-center">
<a class="btn btn-price" href="#">BUY NOW</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /.download section -->
<div id="download">
<div class="action fullscreen parallax" style="background-image:url('images/bg.jpg');" data-img-width="2000" data-img-height="1334" data-diff="100">
<div class="overlay downloadSection">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 col-sm-12 text-center">
<h2 class="wow fadeInLeft">Get Your free Download of Juke App today!</h2>
<p class="download-text wow fadeInRight">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type dummy text of the printing and typesetting industry and scrambled.</p>
<div class="btn-section">
<a href="#" class="btn-primary app-store">
<i class="fa fa-apple"></i> <span> App Store</span>
</a>
<a href="#" class="btn-primary play-market">
<i class="fa fa-android"></i> <span> Google Play</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /.contact section -->
<div id="contact">
<div class="contact">
<div class="container">
<div class="row contact-row">
<!-- /.contact form -->
<div class="col-sm-7 contact-right">
<form method="POST" id="contact-form" class="form-horizontal" action="contactengine.php" onSubmit="alert('Thank you for your feedback!');">
<div class="form-group">
<input type="text" name="Name" id="Name" class="form-control wow fadeInUp" placeholder="Name" required/>
</div>
<div class="form-group">
<input type="text" name="Email" id="Email" class="form-control wow fadeInUp" placeholder="Email" required/>
</div>
<div class="form-group">
<textarea name="Message" rows="20" cols="20" id="Message" class="form-control input-message wow fadeInUp" placeholder="Message" required></textarea>
</div>
<div class="form-group">
<input type="submit" name="submit" value="Submit" class="btn btn-success wow fadeInUp" />
</div>
</form>
</div>
<!-- /.address and contact -->
<div class="col-sm-5 contact-left wow fadeInUp">
<h2>Contact Us</h2>
<ul class="ul-address">
<li>1234 Your Address goes here, City Name, Landmark</br>
Newyork 12000
</li>
<li>+1 (123) 456-7890</br>
+2 (123) 456-7890
</li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li><a href="#">www.yoursite.com</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- /.footer -->
<footer id="footer">
<div class="container">
<div class="col-sm-4 col-sm-offset-4">
<!-- /.social links -->
<div class="social text-center">
<ul>
<li><a class="wow fadeInUp" href="https://twitter.com/"><i class="fa fa-twitter"></i></a></li>
<li><a class="wow fadeInUp" href="https://www.facebook.com/" data-wow-delay="0.2s"><i class="fa fa-facebook"></i></a></li>
<li><a class="wow fadeInUp" href="https://plus.google.com/" data-wow-delay="0.4s"><i class="fa fa-google-plus"></i></a></li>
<li><a class="wow fadeInUp" href="https://instagram.com/" data-wow-delay="0.6s"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
<div class="text-center wow fadeInUp" style="font-size: 14px;">Copyright Juke 2015 - Template by <a href="http://www.webthemez.com">Webthemez</a></div>
<a href="#" class="scrollToTop"><i class="fa fa-arrow-circle-o-up"></i></a>
</div>
</div>
</footer>
<!-- /.javascript files -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/custom.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/ekko-lightbox-min.js"></script>
<script type="text/javascript">
$(document).delegate('*[data-toggle="lightbox"]', 'click', function(event) { event.preventDefault(); $(this).ekkoLightbox(); });
</script>
<script>
new WOW().init();
</script>
</body>
</html>