-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-video-slider.html
432 lines (416 loc) · 15.4 KB
/
index-video-slider.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
<!DOCTYPE HTML>
<html lang="zxx">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Enterprise - Creative HTML5 Business Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Font Awesome Fonts-->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Magnific Popup -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- Flexslider -->
<link rel="stylesheet" href="css/flexslider.css">
<!-- Theme style -->
<link rel="stylesheet" id="theme-switch" href="css/style-video.css">
<!-- Theme plugin -->
<link rel="stylesheet" href="css/video.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!-- Loader -->
<div class="loader"></div>
<div id="page">
<!-- Navigation -->
<nav class="nav">
<div class="container">
<div class="row">
<div class="col-xs-2 text-left">
<div id="logo"><a href="index.html">Enterprise<span>.</span></a></div>
</div>
<div class="col-xs-10 text-right menu-1">
<ul>
<li><a href="#">Home</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="about.html">About</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</nav>
<!--HTML5 Video Slider-->
<div id="hero" class="homepage-hero-module js-fullheight">
<div class="video-container flexslider js-fullheight">
<video autoplay loop class="fillWidth" id="video">
<source src="video/video.mp4" type="video/mp4"/></video>
<ul class="slides overlay">
<li>
<div class="container">
<div class="col-md-10 col-md-offset-1 text-center js-fullheight slider-text">
<div class="slider-text-inner">
<h2>WE ARE A GREAT TEAM</h2>
<p><a href="#grid-products" class="btn btn-primary btn-lg port">GET STARTED</a></p>
</div>
</div>
</div>
</li>
<li>
<div class="container">
<div class="col-md-10 col-md-offset-1 text-center js-fullheight slider-text">
<div class="slider-text-inner">
<h2>ALWAYS HAVE A DREAM</h2>
<p><a href="#grid-products" class="btn btn-primary btn-lg port">GET STARTED</a></p>
</div>
</div>
</div>
</li>
<li>
<div class="container">
<div class="col-md-10 col-md-offset-1 text-center js-fullheight slider-text">
<div class="slider-text-inner">
<h2>CREATIVE & POWERFUL</h2>
<p><a href="#grid-products" class="btn btn-primary btn-lg port">GET STARTED</a></p>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
<!-- Products -->
<div id="project">
<div class="container">
<div class="row row-pb-md">
<div class="col-md-8 col-md-offset-2 text-left heading animate-box">
<h2>New Products</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut egestas at ligula vitae consequat.</p>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-4 project animate-box" data-animate-effect="fadeIn">
<a href="#"><img src="images/work-1.jpg" alt="" class="img-responsive">
<div class="copy">
<h3>Product #1</h3>
<p>Web Design</p>
</div>
</a>
</div>
<div class="col-md-4 col-sm-4 project animate-box" data-animate-effect="fadeIn">
<a href="#"><img src="images/work-2.jpg" alt="" class="img-responsive">
<div class="copy">
<h3>Product #2</h3>
<p>Brand & Identity</p>
</div>
</a>
</div>
<div class="col-md-4 col-sm-4 project animate-box" data-animate-effect="fadeIn">
<a href="#"><img src="images/work-3.jpg" alt="" class="img-responsive">
<div class="copy">
<h3>Product #3</h3>
<p>Illustration</p>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- Services -->
<div id="services" class="bg-section border-bottom">
<div class="container">
<div class="row row-pb-md">
<div class="col-md-8 col-md-offset-2 text-left animate-box" data-animate-effect="fadeInUp">
<div class="heading">
<h2>Services</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut egestas at ligula vitae consequat.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-4">
<div class="feature-center animate-box" data-animate-effect="fadeInUp">
<span class="icon">
<i class="fa fa-th"></i>
</span>
<h3>Retina Ready</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut egestas at ligula vitae consequat.</p>
<p><a href="#">Learn more</a></p>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="feature-center animate-box" data-animate-effect="fadeInUp">
<span class="icon">
<i class="fa fa-mobile"></i>
</span>
<h3>Fully Responsive</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut egestas at ligula vitae consequat.</p>
<p><a href="#">Learn more</a></p>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="feature-center animate-box" data-animate-effect="fadeInUp">
<span class="icon">
<i class="fa fa-bolt"></i>
</span>
<h3>Powerful Performance</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut egestas at ligula vitae consequat.</p>
<p><a href="#">Learn more</a></p>
</div>
</div>
<div class="clearfix visible-md-block"></div>
</div>
</div>
</div>
<!-- Testimonials -->
<section id="testimony" class="bg-color wow fadeInUp" data-section="testimony">
<div class="container">
<div class="row row-pb-md">
<div class="col-md-8 col-md-offset-2 text-left animate-box" data-animate-effect="fadeInUp">
<div class="heading">
<h2>Our Happy Clients</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut egestas at ligula vitae consequat.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 ">
<div class="wrap-testimony">
<div class="owl-carousel-fullwidth">
<div class="item">
<div class="testimony-slide active text-center">
<figure>
<img src="images/person1.jpg" alt="user">
</figure>
<span>John Doe, via <a href="#" class="twitter"><i class="fa fa-twitter"></i></a></span>
<blockquote>
<p>“Lorem ipsum dolor sit amet, velit putant referrentur in cum, vix admodum tractatos necessitatibus ad, dolore libris eu eum.”</p>
</blockquote>
</div>
</div>
<div class="item">
<div class="testimony-slide active text-center">
<figure>
<img src="images/person2.jpg" alt="user">
</figure>
<span>John Doe, via <a href="#" class="twitter"><i class="fa fa-facebook"></i></a></span>
<blockquote>
<p>“Mucius regione nostrud te his, ludus vocent usu ei. An nibh tota quo, intellegat quaerendum suscipiantur ei duo, nam ne mollis nominavi.”</p>
</blockquote>
</div>
</div>
<div class="item">
<div class="testimony-slide active text-center">
<figure>
<img src="images/person3.jpg" alt="user">
</figure>
<span>John Doe, via <a href="#" class="twitter"><i class="fa fa-google-plus"></i></a></span>
<blockquote>
<p>“Esse quas consul an sed, ad erat graece veritus his, cu sed persius splendide conclusionemque. Vulputate dissentiunt mei in, cum an duis posse nusquam.”</p>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Counter -->
<div id="counter">
<div class="container">
<div class="row animate-box" data-animate-effect="fadeInUp">
<div class="col-md-8 col-md-offset-2 text-left heading">
<h2>Fun Facts</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus quis posuere lorem. Integer eu consectetur dui.</p>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-6 animate-box" data-animate-effect="fadeInLeft">
<div class="feature-center">
<span class="icon"><i class="ti-download"></i></span>
<span class="counter"><span class="js-counter" data-from="0" data-to="15" data-speed="1500" data-refresh-interval="50">1</span>M+</span>
<span class="counter-label">Downloads</span>
</div>
</div>
<div class="col-md-3 col-sm-6 animate-box" data-animate-effect="fadeInLeft">
<div class="feature-center">
<span class="icon"><i class="ti-face-smile"></i></span>
<span class="counter"><span class="js-counter" data-from="0" data-to="120" data-speed="1500" data-refresh-interval="50">1</span>+</span>
<span class="counter-label">Happy Clients</span>
</div>
</div>
<div class="col-md-3 col-sm-6 animate-box" data-animate-effect="fadeInLeft">
<div class="feature-center">
<span class="icon"><i class="ti-briefcase"></i></span>
<span class="counter"><span class=" js-counter" data-from="0" data-to="90" data-speed="1500" data-refresh-interval="50">1</span>+</span>
<span class="counter-label">Projects Done</span>
</div>
</div>
<div class="col-md-3 col-sm-6 animate-box" data-animate-effect="fadeInLeft">
<div class="feature-center">
<span class="icon"><i class="ti-time"></i></span>
<span class="counter"><span class="js-counter" data-from="0" data-to="12" data-speed="1500" data-refresh-interval="50">1</span>K+</span>
<span class="counter-label">Hours Spent</span>
</div>
</div>
</div>
</div>
</div>
<!-- Blog -->
<div id="blog">
<div class="container">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-left heading">
<h2>Recent Post</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus quis posuere lorem. Integer eu consectetur dui.</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="blog animate-box">
<a href="#"><img class="img-responsive" src="images/work-4.jpg" alt=""></a>
<div class="blog-text">
<h3><a href="#">Event #1</a></h3>
<span class="posted_on">Dec. 15th</span>
<span class="comment"><a href="">18<i class="fa fa-comment"></i></a></span>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus quis posuere lorem. Integer eu consectetur dui.</p>
<a href="#" class="btn btn-primary">Read More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="blog animate-box">
<a href="#"><img class="img-responsive" src="images/work-5.jpg" alt=""></a>
<div class="blog-text">
<h3><a href="#">Event #2</a></h3>
<span class="posted_on">Dec. 15th</span>
<span class="comment"><a href="">12<i class="fa fa-comment"></i></a></span>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus quis posuere lorem. Integer eu consectetur dui.</p>
<a href="#" class="btn btn-primary">Read More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="blog animate-box">
<a href="#"><img class="img-responsive" src="images/work-6.jpg" alt=""></a>
<div class="blog-text">
<h3><a href="#">Event #3</a></h3>
<span class="posted_on">Dec. 15th</span>
<span class="comment"><a href="">20<i class="fa fa-comment"></i></a></span>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus quis posuere lorem. Integer eu consectetur dui.</p>
<a href="#" class="btn btn-primary">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Section With Image-->
<div class="cta" id="started" style="background-image: url(images/section-image.jpg); background-position:fixed;">
<div class="overlay"></div>
<div class="container">
<div class="col-md-8 col-md-offset-2 text-center heading">
<h2>Creative and Multipurpose HTML5 Template</h2>
<p><button type="submit" class="btn btn-primary">Get Started Now!</button>
</p>
</div>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="row row-pb-md">
<div class="col-md-4 widget">
<h3>Enterprise.</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus quis posuere lorem. Integer eu consectetur dui.</p>
<p><a href="#">Learn More</a></p>
</div>
<div class="col-md-2 col-sm-4 col-xs-8 col-md-push-1 footer-heading">
<h3>Our Services</h3>
<ul class="footer-links">
<li><a href="#">About</a></li>
<li><a href="#">Help</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Terms</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-4 col-xs-8 col-md-push-1 footer-heading">
<h3>Our Products</h3>
<ul class="footer-links">
<li><a href="#">Shop</a></li>
<li><a href="#">Testimonials</a></li>
<li><a href="#">Handbook</a></li>
<li><a href="#">Held Desk</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-4 col-xs-8 col-md-push-1 footer-heading">
<h3>Follow Us</h3>
<ul class="footer-links">
<li><a href="#">Find Designers</a></li>
<li><a href="#">Teams</a></li>
<li><a href="#">Advertise</a></li>
<li><a href="#">API</a></li>
</ul>
</div>
</div>
<div class="row copyright">
<div class="col-md-12 text-center">
<p>
<small class="block">© Copyright 2016 Enterprise.All Rights Reserved.</small>
</p>
<ul class="social-icons">
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-youtube"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<!-- Top Button -->
<div class="gototop js-top">
<a href="#" class="js-gotop"><i class="fa fa-arrow-up"></i></a>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- countTo -->
<script src="js/jquery.countTo.js"></script>
<!-- Flexslider -->
<script src="js/jquery.flexslider-min.js"></script>
<!-- slider -->
<script src="js/slider.js"></script>
<!-- Owl Carousel -->
<script src="js/owl.carousel.min.js"></script>
<script src="js/testimonial-carousel.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<!-- HTML5 Video -->
<script src="js/jquery.html5.video.js"></script>
<!-- Stellar -->
<script src="js/jquery.stellar.js"></script>
<!-- Visible -->
<script src="js/jquery.visible.min.js"></script>
<!-- Main -->
<script src="js/main.js"></script>
</body>
</html>