-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
545 lines (503 loc) · 27.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--title-->
<title>Msti - Video Sharing Platform</title>
<!--favicon icon-->
<link rel="icon" href="img/logo.png" type="image/png" sizes="16x16">
<!-- font-awesome css -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!--themify icon-->
<link rel="stylesheet" href="css/themify-icons.css">
<!-- magnific popup css-->
<link rel="stylesheet" href="css/magnific-popup.css">
<!--owl carousel -->
<link href="css/owl.theme.default.min.css" rel="stylesheet">
<link href="css/owl.carousel.min.css" rel="stylesheet">
<!-- bootstrap core css -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- custom css -->
<link href="css/style.css" rel="stylesheet">
<!-- responsive css -->
<link href="css/responsive.css" rel="stylesheet">
<script src="js/vendor/modernizr-2.8.1.min.js"></script>
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div id="loader"></div>
</div>
<!--end preloader-->
<div id="main" class="main-content-wraper">
<div class="main-content-inner">
<!--start header section-->
<header class="header">
<!--start navbar-->
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="row">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#myNavbar">
<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="index.html">
<img src="img/logo.png" alt="logo" width="50px">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="navbar-collapse collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a class="page-scroll" href="#hero">Home</a></li>
<li><a class="page-scroll" href="#features">Features</a></li>
<li><a class="page-scroll" href="#faqs">Faq</a></li>
<li><a class="page-scroll" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<!--end navbar-->
</header>
<!--end header section-->
<!--start hero section-->
<section id="hero" class="section-lg section-hero section-circle">
<!--background circle shape-->
<div class="shape shape-style-1 shape-primary">
<span class="circle-150"></span>
<span class="circle-50"></span>
<span class="circle-50"></span>
<span class="circle-75"></span>
<span class="circle-100"></span>
<span class="circle-75"></span>
<span class="circle-50"></span>
<span class="circle-100"></span>
<span class="circle-50"></span>
<span class="circle-100"></span>
</div>
<!--background circle shape-->
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="hero-content-wrap">
<div class="hero-content">
<h1>Msti is the destination for mobile videos</h1>
<p>We make it easy for you to discover and create your own original videos by providing easy-to-use tools to view and capture your daily moments. Take your videos to the next level with special effects, filters, music, and more.</p>
<div class="slider-action-btn">
<a href="https://play.google.com/store/apps/details?id=com.msti.indiamsti" class="btn softo-solid-btn"><i class="fa fa-android"></i> Play Store</a>
<!-- <a href="#" class="btn btn-icon"><i class="fa fa-android"></i></a>
<a href="#" class="btn btn-icon"><i class="fa fa-windows"></i></a> -->
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="mobile-slider-area">
<div class="phone">
<img src="img/iphone-x-frame.png" alt="Phone" class="img-responsive">
<div class="mobile-slider owl-carousel owl-theme">
<!-- <div class="item"><img src="img/top-screen-1.png" alt="Screen 1"
class="img-responsive"></div> -->
<div class="item"><img src="img/top-screen-5.png" alt="Screen 1"
class="img-responsive"></div>
<div class="item"><img src="img/top-screen-2.png" alt="Screen 2"
class="img-responsive"></div>
<div class="item"><img src="img/top-screen-6.png" alt="Screen 2"
class="img-responsive"></div>
<div class="item"><img src="img/top-screen-3.png" alt="Screen 3"
class="img-responsive"></div>
<div class="item"><img src="img/top-screen-7.png" alt="Screen 3"
class="img-responsive"></div>
<div class="item"><img src="img/top-screen-8.png" alt="Screen 3"
class="img-responsive"></div>
</div>
</div>
<div class="slider-indicator">
<ul>
<li id="prev">
<i class="fa fa-angle-left"></i>
</li>
<li id="next">
<i class="fa fa-angle-right"></i>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="section-shape">
<img src="img/waves-shape.svg" alt="shape image">
</div>
</section>
<!--end hero section-->
<!--start promo section-->
<section class="promo-section ptb-90">
<div class="promo-section-wrap">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="bg-secondary single-promo-section text-center">
<div class="single-promo-content">
<span class="ti-face-smile"></span>
<h6>Easy To Use</h6>
<p>We made our UI specially for our users so that they can feel comfortable.</p>
</div>
<div class="line"></div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="bg-secondary single-promo-section text-center">
<div class="single-promo-content">
<span class="ti-vector"></span>
<h6>Awesome Design</h6>
<p>We design our apps so that people can use this apps easily and UI kits looks awsome.</p>
</div>
<div class="line"></div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="bg-secondary single-promo-section text-center">
<div class="single-promo-content">
<span class="ti-palette"></span>
<h6>Easy To Customize</h6>
<p>Lorem ipsum dolor sit amet, eam ex probo tation tractatos. Ut vel hinc solet
tincidunt.</p>
</div>
<div class="line"></div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="bg-secondary single-promo-section text-center">
<div class="single-promo-content">
<span class="ti-headphone-alt"></span>
<h6>24/7 Support</h6>
<p>Our support team is very resposive ask any problem and bugs.</p>
</div>
<div class="line"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--end promo section-->
<!--start features section-->
<section id="features" class="bg-secondary ptb-90">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-heading text-center">
<h3>MSTI Features</h3>
<p>Download Now App Join Ind An Endless Stream Of Short Videos That Feel Personalized Just For You</p>
</div>
</div>
</div>
<div class="row align-items-center">
<div class="col-md-4 col-sm-6">
<!--feature single start-->
<div class="single-feature mb-5">
<div class="feature-icon">
<div class="icon icon-shape bg-color white-text">
<i class="fa fa-object-ungroup"></i>
</div>
</div>
<div class="feature-content">
<h5>Responsive design</h5>
<p class="mb-0">Mobile friendly user interface.</p>
</div>
</div>
<!--feature single end-->
<!--feature single start-->
<div class="single-feature mb-5">
<div class="feature-icon">
<div class="icon icon-shape bg-color white-text">
<i class="fa fa-dropbox"></i>
</div>
</div>
<div class="feature-content">
<h5>Loaded with features</h5>
<p class="mb-0">We have many features in this apps to edit video and mixing songs</p>
</div>
</div>
<!--feature single end-->
<!--feature single start-->
<div class="single-feature mb-5">
<div class="feature-icon">
<div class="icon icon-shape bg-color white-text">
<i class="fa fa-smile-o"></i>
</div>
</div>
<div class="feature-content">
<h5>Friendly online support</h5>
<p class="mb-0">Our support team is very resposive ask any problem and bugs.</p>
</div>
</div>
<!--feature single end-->
</div>
<div class="col-md-4 hidden-sm hidden-xs">
<div class="feature-image">
<img src="img/feature-image.png" class="pos-hcenter img-responsive" alt="">
</div>
</div>
<div class="col-md-4 col-sm-6">
<!--feature single start-->
<div class="single-feature mb-5">
<div class="feature-icon">
<div class="icon icon-shape bg-color white-text">
<i class="fa fa-file-archive-o"></i>
</div>
</div>
<div class="feature-content">
<h5>Free updates forever</h5>
<p class="mb-0"></p>
</div>
</div>
<!--feature single end-->
<!--feature single start-->
<div class="single-feature mb-5">
<div class="feature-icon">
<div class="icon icon-shape bg-color white-text">
<i class="fa fa-adjust"></i>
</div>
</div>
<div class="feature-content">
<h5>Infinite colors</h5>
<p class="mb-0"></p>
</div>
</div>
<!--feature single end-->
<!--feature single start-->
<div class="single-feature mb-5">
<div class="feature-icon">
<div class="icon icon-shape bg-color white-text">
<i class="fa fa-smile-o"></i>
</div>
</div>
<div class="feature-content">
<h5>Friendly online support</h5>
<p class="mb-0"></p>
</div>
</div>
<!--feature single end-->
</div>
</div>
</div>
</section>
<!--end features section-->
<!--start faq section-->
<section id="faqs" class="faq-section ptb-90">
<div class="faq-section-wrap">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-heading">
<h3>Faq's</h3>
<p>we believe in making simple and fair pricing plans. Choose your next successful plan
and get started today!.</p>
</div>
<div class="panel-group" id="accordion">
<!-- Start Single Item -->
<div class="panel panel-default">
<div class="panel-heading" id="headingOne">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne" class="collapsed">
Modern, Elegant Design ?
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse">
<div class="panel-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent nisl
lorem,
dictum id pellentesque at, vestibulum ut arcu. Curabitur erat libero,
egestas eu
tincidunt ac, rutrum ac justo. Vivamus condimentum laoreet lectus,
blandit
posuere tortor aliquam vitae. Curabitur molestie eros. </p>
</div>
</div>
</div>
<!-- End Single Item -->
<!-- Start Single Item -->
<div class="panel panel-default">
<div class="panel-heading" id="headingTwo">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo">
User Interface Design ?
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse">
<div class="panel-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent nisl
lorem,
dictum id pellentesque at, vestibulum ut arcu. Curabitur erat libero,
egestas eu
tincidunt ac, rutrum ac justo. Vivamus condimentum laoreet lectus,
blandit
posuere tortor aliquam vitae. Curabitur molestie eros. </p>
</div>
</div>
</div>
<!-- End Single Item -->
<!-- Start Single Item -->
<div class="panel panel-default">
<div class="panel-heading" id="headingThree">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseThree">
Cross Browser Support ?
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse">
<div class="panel-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent nisl
lorem,
dictum id pellentesque at, vestibulum ut arcu. Curabitur erat libero,
egestas eu
tincidunt ac, rutrum ac justo. Vivamus condimentum laoreet lectus,
blandit
posuere tortor aliquam vitae. Curabitur molestie eros. </p>
</div>
</div>
</div>
<!-- End Single Item -->
<!-- Start Single Item -->
<div class="panel panel-default">
<div class="panel-heading" id="headingFour">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseFour">
User Experience Design ?
</a>
</h4>
</div>
<div id="collapseFour" class="panel-collapse collapse">
<div class="panel-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent nisl
lorem,
dictum id pellentesque at, vestibulum ut arcu. Curabitur erat libero,
egestas eu
tincidunt ac, rutrum ac justo. Vivamus condimentum laoreet lectus,
blandit
posuere tortor aliquam vitae. Curabitur molestie eros. </p>
</div>
</div>
</div>
<!-- End Single Item -->
</div>
</div>
<!-- <div class="col-md-6">
<div class="faq-img">
<img src="img/faq-right.png" class="img-responsive" alt="faq image">
</div>
</div> -->
</div>
</div>
</div>
</section>
<!--end faq section-->
<!--start download section-->
<section class="download-section" style="background: url('img/download-bg.jpg')no-repeat center center fixed">
<div class="container">
<div class="row">
<div class="col-md-5 hidden-sm">
<div class="download-app-img">
<img src="img/feature-image.png" alt="app download" class="img-responsive">
</div>
</div>
<div class="col-md-7 col-sm-12">
<div class="download-app-text">
<h3>Get The App Now !</h3>
<p>No matter how big or small your business, no matter what you're making or selling, we believe your brand deserves to be discovered here.</p>
<div class="download-app-button">
<a href="https://play.google.com/store/apps/details?id=com.msti.indiamsti" class="download-btn hover-active">
<span class="ti-android"></span>
<p>
<small>Download On</small>
<br>Google Play
</p>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--end download section-->
<!--contact us section start-->
<section id="contact" class="contact-us ptb-90">
<div class="contact-us-wrap">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-heading text-center">
<h3>Contact with us</h3>
<p>It's very easy to get in touch with us. Just use the contact form or pay us a
visit for a coffee at the office. Dynamically innovate competitive technology after an expanded array of leadership.</p>
</div>
<div class="footer-address text-center">
<h6>Head Office</h6>
<p>121 Dhaka,Bangladesh</p>
<ul>
<li><i class="fa fa-phone"></i> <span>Phone: +91 2 8376 6284</span></li>
<li><i class="fa fa-envelope-o"></i> <span>Email : <a
href="mailto:[email protected]">[email protected]</a></span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!--contact us section end-->
<!--start footer section-->
<footer class="footer-section bg-secondary ptb-60">
<div class="footer-wrap">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="footer-single-col text-center">
<div class="copyright-text">
<p>© copyright <a href="https://msti.app/"> MSTI </a> Software Template By <a
href="https://www.fiverr.com/users/sifatkazi/" target="_blank">sifatkazi</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!--end footer section-->
</div><!--end main content inner-->
</div>
<!--end main container -->
<!--=========== all js file link ==============-->
<!-- main jQuery -->
<script src="js/jquery-3.3.1.min.js"></script>
<!-- bootstrap core js -->
<script src="js/bootstrap.min.js"></script>
<!-- smothscroll -->
<script src="js/jquery.easeScroll.min.js"></script>
<!--owl carousel-->
<script src="js/owl.carousel.min.js"></script>
<!-- scrolling nav -->
<script src="js/jquery.easing.min.js"></script>
<!--fullscreen background video js-->
<script src="js/jquery.mb.ytplayer.min.js"></script>
<!--typed js -->
<script src="js/typed.min.js"></script>
<!--magnific popup js-->
<script src="js/magnific-popup.min.js"></script>
<!-- custom script -->
<script src="js/scripts.js"></script>
</body>
</html>