-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-form.html
387 lines (368 loc) · 17.5 KB
/
index-form.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Destiny Multipurpose Landing Page Template</title>
<link rel="icon" href="assets/logos/favicon.png" type="image/png" sizes="16x16">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Destiny Multipurpose Landing Page Template">
<meta name="keywords" content="Destiny HTML Template, Destiny Landing Page, Landing Page Template">
<link href="assets/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:400,300,500,700,600" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="assets/css/animate.css"> <!-- Resource style -->
<link rel="stylesheet" href="assets/css/justifiedGallery.min.css"> <!-- Resource style -->
<link rel="stylesheet" href="assets/css/owl.carousel.css">
<link rel="stylesheet" href="assets/css/owl.theme.css">
<link rel="stylesheet" href="assets/css/ionicons.min.css"> <!-- Resource style -->
<link href="assets/css/style.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<div class="wrapper">
<div class="container">
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<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 page-scroll" href="#main"><img src="assets/logos/logo.png" height="35" width="35" alt="Mu" /></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a class="page-scroll" href="#main">Home</a></li>
<li><a class="page-scroll" href="#services">Services</a></li>
<li><a class="page-scroll" href="#features">Features</a></li>
<li><a class="page-scroll" href="#reviews">Reviews</a></li>
<li><a class="page-scroll" href="#pricing">Pricing</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
<div class="main" id="main"><!-- Main Section-->
<div class="app-sub">
<div class="container">
<div class="app-sub-inner">
<div class="col-md-7 col-sm-7 nopadding">
<div class="app-sub-content">
<h1 class="wow fadeInLeft" data-wow-delay="0s">Destiny for your everyday.</h1>
<p class="wow fadeInLeft" data-wow-delay="0.1s">
Receive an invite and get your smart watch first before everyone <br class="hidden-xs"> does. Subscribe now.
</p>
<div class="form wow fadeInLeft" data-wow-delay="0.3s">
<form class="subscribe-form wow zoomIn" action="assets/php/subscribe.php" method="post" accept-charset="UTF-8" enctype="application/x-www-form-urlencoded" autocomplete="off" novalidate>
<input class="mail" type="email" name="email" placeholder="Join the wait list" autocomplete="off"><input class="submit-button" type="submit" value="Subscribe">
</form>
<div class="success-message"></div>
<div class="error-message"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="services-section text-center" id="services"><!-- Services section (small) with icons -->
<div class="container">
<div class="col-md-8 col-md-offset-2 nopadding">
<div class="services-content">
<h1 class="wow fadeInUp" data-wow-delay="0s">Destiny isn't A.I, its the result of human intelligence.</h1>
<p class="wow fadeInUp" data-wow-delay="0.1s">
Ne homero petentium mel, eu pro putent persecuti. Id ius mutat gubergren, eros harum hendrerit ex eos,
in quo vocibus inimicus gubergren.
</p>
</div>
</div>
<div class="col-md-12 text-center">
<div class="services">
<div class="col-sm-4 wow fadeInUp" data-wow-delay="0.2s">
<div class="services-icon">
<img src="assets/logos/icon1.png" height="60" width="60" alt="Service" />
</div>
<div class="services-description">
<h1>Highly Responsive</h1>
<p>
Id ius mutat gubergren, eros harum hendrerit ex eos,
in quo vocibus inimicus gubergren.
Experience, then believe.
</p>
</div>
</div>
<div class="col-sm-4 wow fadeInUp" data-wow-delay="0.3s">
<div class="services-icon">
<img class="icon-2" src="assets/logos/icon2.png" height="60" width="60" alt="Service" />
</div>
<div class="services-description">
<h1>Built-in Security</h1>
<p>
Id ius mutat gubergren, eros harum hendrerit ex eos,
in quo vocibus inimicus gubergren.
Experience, then believe.
</p>
</div>
</div>
<div class="col-sm-4 wow fadeInUp" data-wow-delay="0.5s">
<div class="services-icon">
<img class="icon-3" src="assets/logos/icon3.png" height="60" width="60" alt="Service" />
</div>
<div class="services-description">
<h1>Safety Locked</h1>
<p>
Id ius mutat gubergren, eros harum hendrerit ex eos,
in quo vocibus inimicus gubergren.
Experience, then believe.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="flex-features" id="features">
<div class="container nopadding">
<div class="spacer"> </div>
<div class="flex-split"><!-- Feature section with flex layout -->
<div class="f-left">
<div class="left-content wow fadeInUp" data-wow-delay="0s">
<img class="img-responsive" src="assets/images/1.png" alt="" />
</div>
</div>
<div class="f-right">
<div class="right-content wow fadeInUp" data-wow-delay="0.3s">
<h2>Designed for Startups & brands.</h2>
<p>
Just get the code and sit tight, you will witness its power and performance in lead generations.
Is simple yet Powerful and productive technology. Experience, then believe.
</p>
<ul>
<li><i class="ion-android-checkbox-outline"></i>Write some feature here.</li>
<li><i class="ion-android-checkbox-outline"></i>Repeat the same with another one.</li>
<li><i class="ion-android-checkbox-outline"></i>Complete the list with the last.</li>
</ul>
<button class="btn btn-primary btn-action btn-fill">Watch Intro</button>
</div>
</div>
</div>
</div>
</div>
<!-- Counter Section -->
<div class="counter-section">
<div class="container">
<div class="row text-center">
<div class="col-sm-3 col-xs-6">
<div class="counter-up">
<div class="counter-icon">
<i class="ion-android-download"></i>
</div>
<h3><span class="counter">46</span>K+</h3>
<div class="counter-text">
<h4>Downloads</h4>
</div>
</div>
</div>
<div class="col-sm-3 col-xs-6">
<div class="counter-up">
<div class="counter-icon">
<i class="ion-cube"></i>
</div>
<h3><span class="counter">66</span></h3>
<div class="counter-text">
<h4>Awards</h4>
</div>
</div>
</div>
<div class="col-sm-3 col-xs-6">
<div class="counter-up">
<div class="counter-icon">
<i class="ion-ios-people"></i>
</div>
<h3><span class="counter">43</span>K+</h3>
<div class="counter-text">
<h4>Satisfied Users</h4>
</div>
</div>
</div>
<div class="col-sm-3 col-xs-6">
<div class="counter-up">
<div class="counter-icon">
<i class="ion-ios-paper"></i>
</div>
<h3><span class="counter">31</span></h3>
<div class="counter-text">
<h4>In Press</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Counter Section Ends -->
<!-- Feature Image Big -->
<div class="feature_huge text-center">
<div class="container nopadding">
<div class="col-md-12">
<img class="img-responsive wow fadeInUp" data-wow-delay="0s" src="assets/images/big_feature.png" alt="" style="max-width:100%"/>
</div>
<div class="feature_list">
<div class="col-sm-4 wow fadeInUp" data-wow-delay="0.2s">
<img src="assets/logos/feature_icon.png" alt="Feature" />
<h1>Faster Bidding</h1>
<p>
Destiny is simple yet Powerful and productive technology. Experience, then believe the real power of it.
</p>
</div>
<div class="col-sm-4 wow fadeInUp" data-wow-delay="0.4s">
<img src="assets/logos/feature_icon_2.png" alt="Feature" />
<h1>Hourly Stats</h1>
<p>
Destiny is simple yet Powerful and productive technology. Experience, then believe the real power of it.
</p>
</div>
<div class="col-sm-4 wow fadeInUp" data-wow-delay="0.6s">
<img src="assets/logos/feature_icon_3.png" alt="Feature" />
<h1>Easy Integration</h1>
<p>
Destiny is simple yet Powerful and productive technology. Experience, then believe the real power of it.
</p>
</div>
</div>
</div>
</div>
<div class="testimonial-section" id="reviews">
<div class="container">
<div class="row text-center">
<div class="col-md-12">
<!-- <h1>Destiny is loved by many Startups.</h1>
<p class="sub">
Listen what your friends are saying about us. Just get the code and sit tight, <br class="hidden-xs"> you'll witness
its power and performance in lead conversion.
</p>-->
<div class="testimonials owl-carousel owl-theme">
<div class="testimonial-single"><img class="img-circle" src="assets/images/testimonial2.jpg" alt="Client Testimonoal" />
<div class="testimonial-text wow fadeInUp" data-wow-delay="0.2s">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer iaculis quis tellus ac vestibulum. <br class="hidden-xs"> Etiam fermentum nisl ac venenatis rhoncus.</p>
<h3>- Neil Young</h3>
<h3>Vice President Primal Inc</h3>
<i class="ion ion-star"></i>
<i class="ion ion-star"></i>
<i class="ion ion-star"></i>
<i class="ion ion-star"></i>
<i class="ion ion-star"></i>
</div>
</div>
<div class="testimonial-single"><img class="img-circle" src="assets/images/testimonial1.jpg" alt="Client Testimonoal" />
<div class="testimonial-text">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer iaculis quis tellus ac vestibulum. <br class="hidden-xs"> Etiam fermentum nisl ac venenatis rhoncus.</p>
<h3>- Kate Abbot</h3>
<h3>President Proton LLC</h3>
<i class="ion ion-star"></i>
<i class="ion ion-star"></i>
<i class="ion ion-star"></i>
<i class="ion ion-star"></i>
<i class="ion ion-ios-star-half"></i>
</div>
</div>
<div class="testimonial-single"><img class="img-circle" src="assets/images/testimonial3.jpg" alt="Client Testimonoal" />
<div class="testimonial-text">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer iaculis quis tellus ac vestibulum. <br class="hidden-xs"> Etiam fermentum nisl ac venenatis rhoncus.</p>
<h3>- Alice</h3>
<h3>CEO Marga Holdings</h3>
<i class="ion ion-star"></i>
<i class="ion ion-star"></i>
<i class="ion ion-star"></i>
<i class="ion ion-star"></i>
<i class="ion ion-ios-star-half"></i>
</div>
</div>
<div class="testimonial-single"><img class="img-circle" src="assets/images/testimonial2.jpg" alt="Client Testimonoal" />
<div class="testimonial-text">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer iaculis quis tellus ac vestibulum. <br class="hidden-xs"> Etiam fermentum nisl ac venenatis rhoncus.</p>
<h3>- Robert Hammer</h3>
<h3>Chairman Hammer Corp</h3>
<i class="ion ion-star"></i>
<i class="ion ion-star"></i>
<i class="ion ion-star"></i>
<i class="ion ion-star"></i>
<i class="ion ion-star"></i>
</div>
</div>
<div class="testimonial-single"><img class="img-circle" src="assets/images/testimonial3.jpg" alt="Client Testimonoal" />
<div class="testimonial-text">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer iaculis quis tellus ac vestibulum. <br class="hidden-xs"> Etiam fermentum nisl ac venenatis rhoncus.</p>
<h3>- Rita Valentine</h3>
<h3>Primal Inc</h3>
<i class="ion ion-star"></i>
<i class="ion ion-star"></i>
<i class="ion ion-star"></i>
<i class="ion ion-star"></i>
<i class="ion ion-ios-star-half"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="download" id="download">
<div class="container">
<div class="col-md-12 text-center">
<div class="app-img">
<img class="img-circle wow fadeInUp" src="assets/logos/app_logo.png" alt="" />
</div>
<div class="app-info">
<h3 class="wow fadeInUp">Destiny App</h3>
<h4>Friends, Fun, Chat and beyond.</h4>
<i class="ion ion-star"></i>
<i class="ion ion-star"></i>
<i class="ion ion-star"></i>
<i class="ion ion-star"></i>
<i class="ion ion-star"></i>
<span>(22)</span>
</div>
<div class="download-buttons wow fadeInUp">
<a href="#"><img src="assets/logos/app-store-badge.png" alt="Download from App Store" /></a>
<a href="#"><img src="assets/logos/google-play-badge.png" alt="Download from Play Store" /></a>
</div>
</div>
</div>
</div>
<!-- Footer Section -->
<div class="footer no-color">
<div class="container">
<div class="col-md-12 text-center">
<img class="img-circle" src="assets/logos/logo.png" width="40" height="40" alt="" />
<ul class="footer-menu">
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">Privacy</a></li>
</ul>
<div class="footer-text">
<p>
Copyright © 2016 Destiny Inc. All Rights Reserved.
</p>
</div>
</div>
</div>
</div>
<!-- Scroll To Top -->
<a id="back-top" class="back-to-top page-scroll" href="#main">
<i class="ion-ios-arrow-thin-up"></i>
</a>
<!-- Scroll To Top Ends-->
</div><!-- Main Section -->
</div><!-- Wrapper-->
<!-- Jquery and Js Plugins -->
<script type="text/javascript" src="assets/js/jquery-2.1.1.js"></script>
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/plugins.js"></script>
<script type="text/javascript" src="assets/js/menu.js"></script>
<script type="text/javascript" src="assets/js/custom.js"></script>
</body>
</html>