-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
510 lines (385 loc) · 21.8 KB
/
index.html
File metadata and controls
510 lines (385 loc) · 21.8 KB
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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></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">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- <link rel="stylesheet" href="assets/css/bootstrap-theme.min.css">-->
<!--For Plugins external css-->
<link rel="stylesheet" href="assets/css/plugins.css" />
<link rel="stylesheet" href="assets/css/lato-webfont.css" />
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!--Theme custom css -->
<link rel="stylesheet" href="assets/css/style.css">
<!--Theme Responsive css-->
<link rel="stylesheet" href="assets/css/responsive.css" />
<script src="assets/js/vendor/modernizr-2.8.3-respond-1.4.2.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]-->
<div class='preloader'><div class='loaded'> </div></div>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" 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" href="#"><img src="assets/images/logo.png" alt="" /></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#home">Home</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#video">Video</a></li>
<li><a href="#price">Prices</a></li>
<li><a href="#testimonial">Testimonials</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!--Home page style-->
<header id="home" class="home">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-6 col-sm-12 col-xs-12">
<div class="home-content sections">
<h1>Simple, Beautiful <span>and Amazing</span></h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eget nunc vitae tellus luctus ullamcorper. Nam porttitor ullamcorper felis at convallis. Aenean ornare vestibulum nisi fringilla lacinia. Nullam pulvinar sollicitudin velit id laoreet. Quisque non rhoncus sem.</p>
<a target="_blank" href="#"><button class="btn btn-default btn-lg">Download</button></a>
<a target="_blank" href="#"><button class="btn btn-primary btn-lg">Learn More</button></a>
<div class="available">
<p>
Available on :
<a href="#"><i class="fa fa-apple"></i></a>
<a href="#"><i class="fa fa-android"></i></a>
</p>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Sections -->
<section id="features" class="sections lightbg">
<div class="container text-center">
<div class="heading-content">
<h3>summarise the features</h3>
<h5>summarise what your product is all about</h5>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="features-content">
<i class="fa fa-bookmark-o"></i>
<h5>Attractive Layout</h5>
<p>Nunc cursus libero purus ac congue arcu cursus ut sed vitae pulvinar massa idporta nequetiam elerisque mi id faucibus iaculis vitae pulvinar.</p>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="features-content">
<i class="fa fa-tablet"></i>
<h5>Fresh Design</h5>
<p>Nunc cursus libero purus ac congue arcu cursus ut sed vitae pulvinar massa idporta nequetiam elerisque mi id faucibus iaculis vitae pulvinar.</p>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="features-content">
<i class="fa fa-comments"></i>
<h5>Multipurpose</h5>
<p>Nunc cursus libero purus ac congue arcu cursus ut sed vitae pulvinar massa idporta nequetiam elerisque mi id faucibus iaculis vitae pulvinar.</p>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="features-content">
<i class="fa fa-comment-o"></i>
<h5>Easy to customize</h5>
<p>Nunc cursus libero purus ac congue arcu cursus ut sed vitae pulvinar massa idporta nequetiam elerisque mi id faucibus iaculis vitae pulvinar.</p>
</div>
</div>
</div>
</div> <!-- /container -->
</section>
<!-- Sections -->
<section id="gallery" class="sections">
<div class="container text-center">
<div class="heading-content">
<h3>show the gallery</h3>
<h5>summarise what your product is all about </h5>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="gallery-item">
<div class="gallery">
<img src="assets/images/gallery/1.png" alt="" />
<h6>My Gallery 1</h6>
<div class="img-overlay"></div>
<div class="gallery-icon">
<a class="gallery-img" href="assets/images/gallery/1.png ">View More</a>
</div>
</div>
<p>Nunc cursus libero purus ac congue arcu cursus ut sed vitae pulvinar massa idporta nequetiam elerisque mi id faucibus iaculis vitae pulvinar.</p>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="gallery-item">
<div class="gallery">
<img src="assets/images/gallery/2.png" alt="" />
<h6>My Gallery 2</h6>
<div class="img-overlay"></div>
<div class="gallery-icon">
<a class="gallery-img" href="assets/images/gallery/1.png">View More</a>
</div>
</div>
<p>Nunc cursus libero purus ac congue arcu cursus ut sed vitae pulvinar massa idporta nequetiam elerisque mi id faucibus iaculis vitae pulvinar.</p>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="gallery-item">
<div class="gallery">
<img src="assets/images/gallery/3.png" alt="" />
<h6>My Gallery 3</h6>
<div class="img-overlay"></div>
<div class="gallery-icon">
<a class="gallery-img" href="assets/images/gallery/1.png">View More</a>
</div>
</div>
<p>Nunc cursus libero purus ac congue arcu cursus ut sed vitae pulvinar massa idporta nequetiam elerisque mi id faucibus iaculis vitae pulvinar.</p>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="gallery-item">
<div class="gallery">
<img src="assets/images/gallery/4.png" alt="" />
<h6>My Gallery 4</h6>
<div class="img-overlay"></div>
<div class="gallery-icon">
<a class="gallery-img" href="assets/images/gallery/1.png">View More</a>
</div>
</div>
<p>Nunc cursus libero purus ac congue arcu cursus ut sed vitae pulvinar massa idporta nequetiam elerisque mi id faucibus iaculis vitae pulvinar.</p>
</div>
</div>
</div>
</div> <!-- /container -->
</section>
<!-- Sections -->
<section id="video" class="video">
<div class="overlay sections">
<div class="container text-center">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-8 col-md-offset-2 col-sm-12 col-xs-12">
<div class="video-content">
<a href="http://www.youtube.com/embed/ee1_2gA8UZY?autoplay=1&.)wmode=opaque&.)fs=1" class="youtube-media"><i class="fa fa-play"></i></a>
<h1>Watch the best Technology in <span>Action</span></h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eget nunc vitae tellus luctus ullamcorper. Nam porttitor ullamcorper felis at convallis. Aenean ornare vestibulum nisi fringilla lacinia. Nullam pulvinar sollicitudin velit id laoreet. Quisque non rhoncus sem.</p>
</div>
</div>
</div>
</div> <!-- /container -->
</div>
</section>
<!-- Sections -->
<section id="price" class="sections">
<div class="container text-center">
<div class="heading-content">
<h3>choose your price</h3>
<h5>summarise what your product is all about </h5>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="col-md-4 col-sm-12 col-xs-12">
<div class="price-category basic">
<h4>Basic Package</h4>
<h2>20$</h2>
<ul>
<li>Nullam suscipit vitae</li>
<li>Etiam faucibus</li>
<li>Vivamus viverra</li>
</ul>
<a href="#" class="btn-price">Purchase</a>
</div>
</div>
<div class="col-md-4 col-sm-12 col-xs-12">
<div class="price-category professional">
<h4>Professional Package</h4>
<h2>25$</h2>
<ul>
<li>Nullam suscipit vitae</li>
<li>Etiam faucibus</li>
<li>Vivamus viverra</li>
<li>Praesent pharetra</li>
</ul>
<a href="#" class="btn-price">Purchase</a>
</div>
</div>
<div class="col-md-4 col-sm-12 col-xs-12">
<div class="price-category advance">
<h4>Advanced Package</h4>
<h2>30$</h2>
<ul>
<li>Nullam suscipit vitae</li>
<li>Etiam faucibus</li>
<li>Vivamus viverra</li>
</ul>
<a href="#" class="btn-price">Purchase</a>
</div>
</div>
</div>
</div> <!-- /container -->
</section>
<!-- Sections -->
<section id="testimonial" class="sections lightbg">
<div class="container text-center">
<div class="heading-content">
<h3>Testimonials</h3>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="col-md-8 col-md-offset-2 col-sm-12 col-xs-12">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel" data-interval="false">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="col-md-4">
<div class="testimonial-photo">
<img src="assets/images/gallery/2.png" alt="" />
</div>
</div>
<div class="col-md-8">
<div class="testimonial-content">
<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit.Praesent lobortis lectus eget libero blandit venenatis.In blandit tortor vel congue malesuada. Suspendisse. molestie lobortis lorem dignissim pretium.</p>
<h6><strong>John Doe <br />from some company</strong></h6>
</div>
</div>
</div>
<div class="item">
<div class="col-md-4">
<div class="testimonial-photo">
<img src="assets/images/gallery/2.png" alt="" />
</div>
</div>
<div class="col-md-8">
<div class="testimonial-content">
<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit.Praesent lobortis lectus eget libero blandit venenatis.In blandit tortor vel congue malesuada. Suspendisse. molestie lobortis lorem dignissim pretium.</p>
<h6><strong>John Doe <br />from some company</strong></h6>
</div>
</div>
</div>
<div class="item">
<div class="col-md-4">
<div class="testimonial-photo">
<img src="assets/images/gallery/2.png" alt="" />
</div>
</div>
<div class="col-md-8">
<div class="testimonial-content">
<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit.Praesent lobortis lectus eget libero blandit venenatis.In blandit tortor vel congue malesuada. Suspendisse. molestie lobortis lorem dignissim pretium.</p>
<h6><strong>John Doe <br />from some company</strong></h6>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> <!-- /container -->
</section>
<!-- Sections -->
<section id="download" class="section colorsbg download">
<div class="container text-center">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="download-content">
<h1>Do you Like this app?</h1>
<button class="btn btn-primary">Download Now</button>
</div>
</div>
</div>
</div> <!-- /container -->
</section>
<!-- Sections -->
<section id="contact">
<div id="map"></div>
<div class="container text-center">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-4 col-md-offset-4 col-sm-12 col-xs-12">
<div class="contact-form-area">
<form>
<h3>Contact</h3>
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Name">
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Your Email">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Subject">
</div>
<div class="form-group">
<textarea class="form-control" rows="7" placeholder="Message"></textarea>
</div>
<button type="submit" class="btn btn-primary contact-btn">SEND</button>
</form>
</div>
</div>
</div>
</div> <!-- /container -->
</section>
<div class="scroll-top">
<div class="scrollup">
<i class="fa fa-angle-double-up"></i>
</div>
</div>
<!--Footer-->
<footer id="footer" class="footer colorsbg">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="copyright text-left">
<p>Made with <i class="fa fa-heart"></i> by <a href="http://bootstrapthemes.co"> Bootstrap Themes </a>2016. All rights reserved.</p>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="copyright text-right">
<p>Terms of Service | Privacy Policy</p>
</div>
</div>
</div>
</div>
</footer>
<script src="assets/js/vendor/jquery-1.11.2.min.js"></script>
<script src="assets/js/vendor/bootstrap.min.js"></script>
<script src="http://maps.google.com/maps/api/js"></script>
<script src="assets/js/gmaps.min.js"></script>
<script src="assets/js/jquery.magnific-popup.js"></script>
<script src="assets/js/plugins.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>