-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
827 lines (673 loc) · 28.8 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
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>eStartup Bootstrap Template</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Roboto:100,300,400,500,700|Philosopher:400,400i,700,700i" rel="stylesheet">
<!-- Bootstrap css -->
<!-- <link rel="stylesheet" href="css/bootstrap.css"> -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.theme.default.min.css" rel="stylesheet">
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/modal-video/css/modal-video.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-159066979-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-159066979-1');
</script>
</head>
<body>
<header id="header" class="header header-hide">
<div class="container">
<div id="logo" class="pull-left">
<h1><a href="#body" class="scrollto"><span>e</span>Startup</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="#body"><img src="img/logo.png" alt="" title="" /></a>-->
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="#hero">Home</a></li>
<li><a href="#about-us">About</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#screenshots">Screenshots</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#pricing">Pricing</a></li>
<li class="menu-has-children"><a href="">Drop Down</a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
<li><a href="#">Drop Down 5</a></li>
</ul>
</li>
<li><a href="#blog">Blog</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header><!-- #header -->
<!--==========================
Hero Section
============================-->
<section id="hero" class="wow fadeIn">
<div class="hero-container">
<h1>Welcome to eStartups</h1>
<h2>Elegant Bootstrap Template for Startups, Apps & more...</h2>
<img src="img/hero-img.png" alt="Hero Imgs">
<a href="#get-started" class="btn-get-started scrollto">Get Started</a>
<div class="btns">
<a href="#"><i class="fa fa-apple fa-3x"></i> App Store</a>
<a href="#"><i class="fa fa-play fa-3x"></i> Google Play</a>
<a href="#"><i class="fa fa-windows fa-3x"></i> windows</a>
</div>
</div>
</section><!-- #hero -->
<!--==========================
Get Started Section
============================-->
<section id="get-started" class="padd-section text-center wow fadeInUp">
<div class="container">
<div class="section-title text-center">
<h2>simple systeme fordiscount </h2>
<p class="separator">Integer cursus bibendum augue ac cursus .</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-4">
<div class="feature-block">
<img src="img/svg/cloud.svg" alt="img" class="img-fluid">
<h4>introducing whatsapp</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
<a href="#">read more</a>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="feature-block">
<img src="img/svg/planet.svg" alt="img" class="img-fluid">
<h4>user friendly interface</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
<a href="#">read more</a>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="feature-block">
<img src="img/svg/asteroid.svg" alt="img" class="img-fluid">
<h4>build the app everyone love</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
<a href="#">read more</a>
</div>
</div>
</div>
</div>
</section>
<!--==========================
About Us Section
============================-->
<section id="about-us" class="about-us padd-section wow fadeInUp">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-5 col-lg-3">
<img src="img/about-img.png" alt="About">
</div>
<div class="col-md-7 col-lg-5">
<div class="about-content">
<h2><span>eStartup</span>UI Design Mobile </h2>
<p>Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat
</p>
<ul class="list-unstyled">
<li><i class="fa fa-angle-right"></i>Creative Design</li>
<li><i class="fa fa-angle-right"></i>Retina Ready</li>
<li><i class="fa fa-angle-right"></i>Easy to Use</li>
<li><i class="fa fa-angle-right"></i>Unlimited Features</li>
<li><i class="fa fa-angle-right"></i>Unlimited Features</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Features Section
============================-->
<section id="features" class="padd-section text-center wow fadeInUp">
<div class="container">
<div class="section-title text-center">
<h2>Amazing Features.</h2>
<p class="separator">Integer cursus bibendum augue ac cursus .</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="img/svg/paint-palette.svg" alt="img" class="img-fluid">
<h4>creative design</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="img/svg/vector.svg" alt="img" class="img-fluid">
<h4>Retina Ready</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="img/svg/design-tool.svg" alt="img" class="img-fluid">
<h4>easy to use</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="img/svg/asteroid.svg" alt="img" class="img-fluid">
<h4>Free Updates</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="img/svg/asteroid.svg" alt="img" class="img-fluid">
<h4>Free Updates</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="img/svg/cloud-computing.svg" alt="img" class="img-fluid">
<h4>App store support</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="img/svg/pixel.svg" alt="img" class="img-fluid">
<h4>Perfect Pixel</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="img/svg/code.svg" alt="img" class="img-fluid">
<h4>clean codes</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Screenshots Section
============================-->
<section id="screenshots" class="padd-section text-center wow fadeInUp">
<div class="container">
<div class="section-title text-center">
<h2>App Gallery</h2>
<p class="separator">Integer cursus bibendum augue ac cursus .</p>
</div>
</div>
<div class="container">
<div class="owl-carousel owl-theme">
<div><img src="img/screen/1.jpg" alt="img"></div>
<div><img src="img/screen/2.jpg" alt="img"></div>
<div><img src="img/screen/3.jpg" alt="img"></div>
<div><img src="img/screen/4.jpg" alt="img"></div>
<div><img src="img/screen/5.jpg" alt="img"></div>
<div><img src="img/screen/6.jpg" alt="img"></div>
<div><img src="img/screen/7.jpg" alt="img"></div>
<div><img src="img/screen/8.jpg" alt="img"></div>
<div><img src="img/screen/9.jpg" alt="img"></div>
</div>
</div>
</section>
<!--==========================
Video Section
============================-->
<section id="video" class="text-center wow fadeInUp">
<div class="overlay">
<div class="container-fluid container-full">
<div class="row">
<a href="#" class="js-modal-btn play-btn" data-video-id="s22ViV7tBKE"></a>
</div>
</div>
</div>
</section>
<div class="tlinks">Collect from <a href="http://www.cssmoban.com/" title="网站模板">网站模板</a></div>
<!--==========================
Team Section
============================-->
<section id="team" class="padd-section text-center wow fadeInUp">
<div class="container">
<div class="section-title text-center">
<h2>Team Member</h2>
<p class="separator">Integer cursus bibendum augue ac cursus .</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6 col-md-4 col-lg-3">
<div class="team-block bottom">
<img src="img/team/1.jpg" class="img-responsive" alt="img">
<div class="team-content">
<ul class="list-unstyled">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
<span>manager</span>
<h4>Kimberly Tran</h4>
</div>
</div>
</div>
<div class="col-md-6 col-md-4 col-lg-3">
<div class="team-block bottom">
<img src="img/team/2.jpg" class="img-responsive" alt="img">
<div class="team-content">
<ul class="list-unstyled">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
<span>manager</span>
<h4>Kimberly Tran</h4>
</div>
</div>
</div>
<div class="col-md-6 col-md-4 col-lg-3">
<div class="team-block bottom">
<img src="img/team/3.jpg" class="img-responsive" alt="img">
<div class="team-content">
<ul class="list-unstyled">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
<span>manager</span>
<h4>Kimberly Tran</h4>
</div>
</div>
</div>
<div class="col-md-6 col-md-4 col-lg-3">
<div class="team-block bottom">
<img src="img/team/4.jpg" class="img-responsive" alt="img">
<div class="team-content">
<ul class="list-unstyled">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
<span>manager</span>
<h4>Kimberly Tran</h4>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Testimonials Section
============================-->
<section id="testimonials" class="padd-section text-center wow fadeInUp">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8">
<div class="testimonials-content">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<div class="top-top">
<h2>Our Users Speack volumes us</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.</p>
<h4>Kimberly Tran<span>manager</span></h4>
</div>
</div>
<div class="carousel-item ">
<div class="top-top">
<h2>Our Users Speack volumes us</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.</p>
<h4>Henderson<span>manager</span></h4>
</div>
</div>
<div class="carousel-item ">
<div class="top-top">
<h2>Our Users Speack volumes us</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.</p>
<h4>David Spark<span>manager</span></h4>
</div>
</div>
</div>
<div class="btm-btm">
<ul class="list-unstyled 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>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Pricing Table Section
============================-->
<section id="pricing" class="padd-section text-center wow fadeInUp">
<div class="container">
<div class="section-title text-center">
<h2>Meet With Price</h2>
<p class="separator">Integer cursus bibendum augue ac cursus .</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-3">
<div class="block-pricing">
<div class="table">
<h4>basic</h4>
<h2>$29</h2>
<ul class="list-unstyled">
<li><b>4 GB</b> Ram</li>
<li><b>7/24</b> Tech Support</li>
<li><b>40 GB</b> SSD Cloud Storage</li>
<li>Monthly Backups</li>
<li>Palo Protection</li>
</ul>
<div class="table_btn">
<a href="#" class="btn"><i class="fa fa-shopping-cart"></i> Buy Now</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="block-pricing">
<div class="table">
<h4>PERSONAL</h4>
<h2>$29</h2>
<ul class="list-unstyled">
<li><b>4 GB</b> Ram</li>
<li><b>7/24</b> Tech Support</li>
<li><b>40 GB</b> SSD Cloud Storage</li>
<li>Monthly Backups</li>
<li>Palo Protection</li>
</ul>
<div class="table_btn">
<a href="#" class="btn"><i class="fa fa-shopping-cart"></i> Buy Now</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="block-pricing">
<div class="table">
<h4>BUSINESS</h4>
<h2>$29</h2>
<ul class="list-unstyled">
<li><b>4 GB</b> Ram</li>
<li><b>7/24</b> Tech Support</li>
<li><b>40 GB</b> SSD Cloud Storage</li>
<li>Monthly Backups</li>
<li>Palo Protection</li>
</ul>
<div class="table_btn">
<a href="#" class="btn"><i class="fa fa-shopping-cart"></i> Buy Now</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="block-pricing">
<div class="table">
<h4>profeesional</h4>
<h2>$29</h2>
<ul class="list-unstyled">
<li><b>4 GB</b> Ram</li>
<li><b>7/24</b> Tech Support</li>
<li><b>40 GB</b> SSD Cloud Storage</li>
<li>Monthly Backups</li>
<li>Palo Protection</li>
</ul>
<div class="table_btn">
<a href="#" class="btn"><i class="fa fa-shopping-cart"></i> Buy Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Blog Section
============================-->
<section id="blog" class="padd-section wow fadeInUp">
<div class="container">
<div class="section-title text-center">
<h2>Latest posts</h2>
<p class="separator">Integer cursus bibendum augue ac cursus .</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-4">
<div class="block-blog text-left">
<a href="#"><img src="img/blog/blog-image-1.jpg" alt="img"></a>
<div class="content-blog">
<h4><a href="#">whats isthe difference between good and bat typography</a></h4>
<span>05, juin 2017</span>
<a class="pull-right readmore" href="#">read more</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="block-blog text-left">
<a href="#"><img src="img/blog/blog-image-2.jpg" class="img-responsive" alt="img"></a>
<div class="content-blog">
<h4><a href="#">whats isthe difference between good and bat typography</a></h4>
<span>05, juin 2017</span>
<a class="pull-right readmore" href="#">read more</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="block-blog text-left">
<a href="#"><img src="img/blog/blog-image-3.jpg" class="img-responsive" alt="img"></a>
<div class="content-blog">
<h4><a href="#">whats isthe difference between good and bat typography</a></h4>
<span>05, juin 2017</span>
<a class="pull-right readmore" href="#">read more</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Newsletter Section
============================-->
<section id="newsletter" class="newsletter text-center wow fadeInUp">
<div class="overlay padd-section">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-9 col-lg-6">
<form class="form-inline" method="POST" action="#">
<input type="email" class="form-control " placeholder="Email Adress" name="email">
<button type="submit" class="btn btn-default"><i class="fa fa-location-arrow"></i>Subscribe</button>
</form>
</div>
</div>
<ul class="list-unstyled">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</section>
<!--==========================
Contact Section
============================-->
<section id="contact" class="padd-section wow fadeInUp">
<div class="container">
<div class="section-title text-center">
<h2>Contact</h2>
<p class="separator">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque</p>
</div>
</div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-3 col-md-4">
<div class="info">
<div>
<i class="fa fa-map-marker"></i>
<p>A108 Adam Street<br>New York, NY 535022</p>
</div>
<div class="email">
<i class="fa fa-envelope"></i>
<p>[email protected]</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>+1 5589 55488 55s</p>
</div>
</div>
<div class="social-links">
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="instagram"><i class="fa fa-instagram"></i></a>
<a href="#" class="google-plus"><i class="fa fa-google-plus"></i></a>
<a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="col-lg-5 col-md-8">
<div class="form">
<div id="sendmessage">Your message has been sent. Thank you!</div>
<div id="errormessage"></div>
<form action="" method="post" role="form" class="contactForm">
<div class="form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validation"></div>
</div>
<div class="form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validation"></div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validation"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validation"></div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</div>
</section><!-- #contact -->
<!--==========================
Footer
============================-->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-4">
<div class="footer-logo">
<a class="navbar-brand" href="#">eStartup</a>
<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.</p>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="list-menu">
<h4>Abou Us</h4>
<ul class="list-unstyled">
<li><a href="#">About us</a></li>
<li><a href="#">Features item</a></li>
<li><a href="#">Live streaming</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="list-menu">
<h4>Abou Us</h4>
<ul class="list-unstyled">
<li><a href="#">About us</a></li>
<li><a href="#">Features item</a></li>
<li><a href="#">Live streaming</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="list-menu">
<h4>Support</h4>
<ul class="list-unstyled">
<li><a href="#">faq</a></li>
<li><a href="#">Editor help</a></li>
<li><a href="#">Contact us</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="list-menu">
<h4>Abou Us</h4>
<ul class="list-unstyled">
<li><a href="#">About us</a></li>
<li><a href="#">Features item</a></li>
<li><a href="#">Live streaming</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="copyrights">
<div class="container">
<p>© Copyrights eStartup. All rights reserved.</p>
<div class="credits">
More Templates <a href="http://www.cssmoban.com/" target="_blank" title="模板之家">模板之家</a> - Collect from <a href="http://www.cssmoban.com/" title="网页模板" target="_blank">网页模板</a>
</div>
</div>
</div>
</footer>
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/modal-video/js/modal-video.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>