-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
624 lines (610 loc) · 31.5 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
<!DOCTYPE html>
<html lang="en-">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Title Here</title>
<link rel="manifest" href="site.webmanifest">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<!-- place favicon.ico in the root directory -->
<!-- All css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/jquery-ui.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/animated.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/themify-icons.css">
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="css/prettyPhoto.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/meanmenu.min.css">
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<!-- preloader -->
<div id="loading">
<div id="loading-center">
<div id="loading-center-absolute">
<div class="object" id="object_one"></div>
<div class="object" id="object_two"></div>
<div class="object" id="object_three"></div>
</div>
</div>
</div>
<!-- header start -->
<header class="header-transparent">
<div class="header-area header-sticky">
<div class="container">
<div class="row align-items-center">
<div class="col-xl-2 col-lg-2">
<div class="logo">
<a href="index.html"><img src="img/logo/logo.png" alt=""></a>
</div>
</div>
<div class="col-xl-8 col-lg-8">
<div class="main-manu text-center">
<nav id="mobile-menu">
<ul>
<li class="active"><a href="#Home">Home</a>
<ul class="submenu">
<li><a href="#">Home</a></li>
<li><a href="#">pages</a></li>
<li><a href="#">feature</a></li>
<li><a href="#">portfolio</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</li>
<li><a href="#pages">pages</a></li>
<li><a href="#feature">feature</a></li>
<li><a href="#portfolio">portfolio</a></li>
<li><a href="#Blog">Blog</a></li>
<li><a href="#Contact">Contact</a></li>
</ul>
</nav>
</div>
<div class="mobile-menu"></div>
</div>
<div class="col-xl-2 col-lg-2 d-none d-lg-block">
<div class="header-btn text-right">
<a href="#" class="btn btn-border">Sign up</a>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- header end -->
<main>
<!-- slider area start -->
<section id="Home" class="slider-area header-bg fix">
<div class="slider-shape">
<img src="img/shape/shape1.png" alt="" class="shape shape-1 sd-one">
<img src="img/shape/shape2.png" alt="" class="shape shape-2 sd-two">
<img src="img/shape/shape3.png" alt="" class="shape shape-3 sd-three">
<img src="img/shape/shape4.png" alt="" class="shape shape-4 sd-four">
<img src="img/shape/shape5.png" alt="" class="shape shape-5 sd-five">
<img src="img/shape/shape6.png" alt="" class="shape shape-6 sd-six">
</div>
<div class="slider-active">
<div class="single-slider slider-height header-bg d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-xl-5 col-lg-6">
<div class="slider-text">
<h2 data-animation="fadeInLeft" data-delay=".3s"><span>Advanced</span>
Future Software
Made Simple</h2>
<p data-animation="fadeInLeft" data-delay=".6s">Herb fill fowl fourth they're were whales don it first green years seasons seed
behold fruitful let gathering good</p>
<a href="#" class="btn" data-animation="fadeInLeft" data-delay=".8s">Free trial</a>
</div>
</div>
<div class="col-xl-6 col-lg-6 offset-xl-1">
<div class="slider-img" data-animation="fadeInRight" data-delay="1s">
<img class="bounce-animate" src="img/slider/slider-Image.png" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="single-slider slider-height header-bg d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-xl-5 col-lg-6">
<div class="slider-text">
<h2 data-animation="fadeInLeft" data-delay=".3s"><span>Advanced</span>
Future Software
Made Simple</h2>
<p data-animation="fadeInLeft" data-delay=".6s">Herb fill fowl fourth they're were whales don it first green years seasons seed
behold fruitful let gathering good</p>
<a href="#" class="btn" data-animation="fadeInLeft" data-delay=".8s">Free trial</a>
</div>
</div>
<div class="col-xl-6 col-lg-6 offset-xl-1">
<div class="slider-img" data-animation="fadeInRight" data-delay="1s">
<img class="bounce-animate" src="img/slider/slider-Image.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- slider area end -->
<!-- how work area start -->
<section id="pages" class="how-work-area pt-150 pb-120">
<div class="container">
<div class="row">
<div class="col-xl-6 offset-xl-3">
<div class="section-title text-center mb-85">
<h2>How it works</h2>
<p>Him have deep brought life darkness firmament unto move</p>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-4 col-lg-4 wow fadeInUp" data-wow-duration="1s" data-wow-delay=".5s">
<div class="how-work mb-30">
<div class="how-work-icon">
<img src="img/icon/icon-1.png" alt="">
</div>
<div class="how-work-text">
<h3>Martket Analysis</h3>
<p>Place isn't form together male night light days create.d firman </p>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4">
<div class="how-work mb-30 wow fadeInUp" data-wow-duration="1.5s" data-wow-delay=".5s">
<div class="how-work-icon">
<img src="img/icon/icon-2.png" alt="">
</div>
<div class="how-work-text">
<h3>Software Design</h3>
<p>Place isn't form together male night light days created firman </p>
</div>
<div class="how-work-link">
<a href="#">Read more</a>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4">
<div class="how-work mb-30 wow fadeInUp" data-wow-duration="1.8s" data-wow-delay=".5s">
<div class="how-work-icon">
<img src="img/icon/icon-3.png" alt="">
</div>
<div class="how-work-text">
<h3>Software Developing</h3>
<p>Place isn't form together male night light days create.d firman </p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- how work area end -->
<!-- access area strat -->
<section class="access-area">
<div class="container">
<div class="row">
<div class="col-xl-7 col-lg-12">
<div class="access-bg wow fadeInLeft" data-wow-duration="1s" data-wow-delay=".5s">
<img src="img/bg/social-bg.png" alt="">
</div>
</div>
<div class="col-xl-5 cl-lg-6">
<div class="access-text pt-35">
<img src="img/icon/access-icon.png" alt="">
<h3>Easy To <br>
Access All Platform</h3>
<p>Make fly forth also won't. Firmament seas whales drys season for replenish without had
Gathered days fill you'll whose air whose firmament rule heaven can may on rule hath all
of unto beginni ad Light. Were blessed plant </p>
<a href="#" class="btn">Learn More</a>
</div>
</div>
</div>
</div>
</section>
<!-- access area end -->
<!-- features area start -->
<section id="feature" class="features-area pt-150 pb-120">
<div class="container">
<div class="row">
<div class="col-xl-6 offset-xl-3">
<div class="section-title text-center mb-70">
<h2>Software Feature</h2>
<p>Gathered was to yielding god heaven lights gitter about void thing</p>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-6">
<div class="how-work single-features text-center mb-30 wow fadeInUp" data-wow-duration="1s" data-wow-delay=".5s">
<div class="how-work-icon">
<img src="img/icon/icon-4.png" alt="">
</div>
<div class="how-work-text">
<h3>Cloud Compatibility</h3>
<p>Man fruit moving fourt moving multiply so years rule is not It after you also do seed
grass that so which grass</p>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 wow fadeInUp" data-wow-duration="1.5s" data-wow-delay=".5s">
<div class="how-work single-features text-center mb-30">
<div class="how-work-icon">
<img src="img/icon/icon-5.png" alt="">
</div>
<div class="how-work-text">
<h3>Advance Security</h3>
<p>Man fruit moving fourt moving multiply so years rule is not It after you also do seed
grass that so which grass</p>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6">
<div class="how-work single-features text-center mb-30 wow fadeInUp" data-wow-duration="1.8s" data-wow-delay=".5s">
<div class="how-work-icon">
<img src="img/icon/icon-6.png" alt="">
</div>
<div class="how-work-text">
<h3>Dedicated Support</h3>
<p>Man fruit moving fourt moving multiply so years rule is not It after you also do seed
grass that so which grass</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- features area end -->
<section class="access-area fix">
<div class="container">
<div class="row">
<div class="col-xl-5 col-lg-5 pr-0">
<div class="access-text pt-35 mb-35">
<img src="img/icon/access-icon.png" alt="">
<h3>Effortlessly manage
all your information</h3>
<p>Make fly forth also won't. Firmament seas whales drys season for replenish without had
Gathered days fill you'll whose air whose firmament rule heaven can may on rule hath all
of unto beginni ad light Were blessed plant </p>
<a href="#" class="btn">Learn More</a>
</div>
</div>
<div class="col-xl-5 col-lg-7 offset-xl-2 mb-30">
<div class="access-bg access-bg-2 wow fadeInRight" data-wow-duration="1s" data-wow-delay=".5s">
<img src="img/bg/right-bg.png" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- pricing area start -->
<section id="portfolio" class="pricing-area pt-150 pb-120">
<div class="container">
<div class="row">
<div class="col-xl-6 offset-xl-3">
<div class="section-title text-center mb-70">
<h2>Choose Your Plan</h2>
<p>Third grass wherein cattle dry there open multiply saying good</p>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-3 col-lg-6 col-md-6">
<div class="pricing-box text-center mb-30 wow fadeInUp" data-wow-duration="1s" data-wow-delay=".5s">
<div class="price-header">
<img src="img/icon/price-icon.png" alt="">
<h3>Standard</h3>
<div class="price-text mb-35">
<h4>$20/<span>month</span></h4>
</div>
</div>
<div class="price-plan-list">
<ul>
<li>15GB Cloud Storage</li>
<li>Unlimited Account</li>
<li>15GB Storage</li>
<li>Sale After Service</li>
<li>3 Host Domain Service</li>
<li>24/7 Support</li>
</ul>
</div>
<div class="price-link">
<a href="#">Purchase Now</a>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6 col-md-6">
<div class="pricing-box active text-center mb-30 wow fadeInUp" data-wow-duration="1.5s" data-wow-delay=".5s">
<div class="price-header">
<img src="img/icon/price-icon.png" alt="">
<h3>Business</h3>
<div class="price-text mb-35">
<h4>$20/<span>month</span></h4>
</div>
</div>
<div class="price-plan-list">
<ul>
<li>15GB Cloud Storage</li>
<li>Unlimited Account</li>
<li>15GB Storage</li>
<li>Sale After Service</li>
<li>3 Host Domain Service</li>
<li>24/7 Support</li>
</ul>
</div>
<div class="price-link">
<a class="active" href="#">Purchase Now</a>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6 col-md-6">
<div class="pricing-box text-center mb-30 wow fadeInUp" data-wow-duration="1.8s" data-wow-delay=".5s">
<div class="price-header">
<img src="img/icon/price-icon.png" alt="">
<h3>Premium</h3>
<div class="price-text mb-35">
<h4>$20/<span>month</span></h4>
</div>
</div>
<div class="price-plan-list">
<ul>
<li>15GB Cloud Storage</li>
<li>Unlimited Account</li>
<li>15GB Storage</li>
<li>Sale After Service</li>
<li>3 Host Domain Service</li>
<li>24/7 Support</li>
</ul>
</div>
<div class="price-link">
<a href="#">Purchase Now</a>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6 col-md-6">
<div class="pricing-box text-center mb-30 wow fadeInUp" data-wow-duration="2s" data-wow-delay=".5s">
<div class="price-header">
<img src="img/icon/price-icon.png" alt="">
<h3>Ultimate</h3>
<div class="price-text mb-35">
<h4>$20/<span>month</span></h4>
</div>
</div>
<div class="price-plan-list">
<ul>
<li>15GB Cloud Storage</li>
<li>Unlimited Account</li>
<li>15GB Storage</li>
<li>Sale After Service</li>
<li>3 Host Domain Service</li>
<li>24/7 Support</li>
</ul>
</div>
<div class="price-link">
<a href="#">Purchase Now</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- pricing area end -->
<!-- testimonial area start -->
<section id="Blog" class="testimonial-area pb-120">
<div class="container">
<div class="row">
<div class="col-xl-6">
<div class="testimonial-img mb-30 wow fadeInLeft" data-wow-duration="1s" data-wow-delay=".5s">
<img src="img/bg/clients-bg.png" alt="">
</div>
</div>
<div class="col-xl-5 col-lg-9 offset-xl-1 pr-0">
<div class="section-title testimonial-p pt-80">
<h2>What our<br>
core clients saying? </h2>
</div>
<div class="testimonial-active owl-carousel mb-30">
<div class="single-testimonial">
<p>Bearing one Seas his give creepeth hath on green set in one grass yielding beast
she'd deep man creature a life female let fruit have unto yielding.</p>
<span><b>Karlo Hasels,</b> Project Manager</span>
</div>
<div class="single-testimonial">
<p>Bearing one Seas his give creepeth hath on green set in one grass yielding beast
she'd deep man creature a life female let fruit have unto yielding.</p>
<span><b>Karlo Hasels,</b> Project Manager</span>
</div>
<div class="single-testimonial">
<p>Bearing one Seas his give creepeth hath on green set in one grass yielding beast
she'd deep man creature a life female let fruit have unto yielding.</p>
<span><b>Karlo Hasels,</b> Project Manager</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- testimonial area end -->
<!-- brand area start -->
<section class="brand-area pb-140">
<div class="container">
<div class="row">
<div class="col-xl-12">
<div class="brand-active owl-carousel">
<div class="single-brand">
<img src="img/brand/brand-1.png" alt="">
</div>
<div class="single-brand">
<img src="img/brand/brand-2.png" alt="">
</div>
<div class="single-brand">
<img src="img/brand/brand-3.png" alt="">
</div>
<div class="single-brand">
<img src="img/brand/brand-4.png" alt="">
</div>
<div class="single-brand">
<img src="img/brand/brand-5.png" alt="">
</div>
<div class="single-brand">
<img src="img/brand/brand-1.png" alt="">
</div>
<div class="single-brand">
<img src="img/brand/brand-1.png" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- brand-area end -->
<!-- news area start -->
<section id="Contact" class="newsletter-area pb-100">
<div class="container">
<div class="row">
<div class="col-xl-8 offset-xl-2">
<div class="section-title text-center mb-70">
<h2>Experience the most simple way
to manage business</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-8 col-lg-10 offset-lg-1 offset-xl-2">
<div class="newsletter">
<form action="#">
<input type="email" placeholder="Enter your email">
<button type="submit">free trial</button>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- news area end -->
</main>
<footer class="footer-imgg" style="background-image: url(img/bg/footer-bg.png);">
<div class="footer-area pt-120 pb-60">
<div class="container">
<div class="row">
<div class="col-xl-4 col-lg-6 col-md-8 col-12">
<div class="footer-widget mb-40">
<div class="footer-text">
<img src="img/logo/logo.png" alt="">
<p>Winged moving moveth created for a shall and divide the their days male midst shall
hath doesn't won't for. Midst life. Over and great night. Green upon years rule
ying.</p>
</div>
<div class="footer-social">
<a href=""><i class="ti-facebook test active"></i></a>
<a href=""><i class="ti-twitter-alt test"></i></a>
<a href=""><i class="ti-pinterest test" aria-hidden="true"></i></a>
<a href=""><i class="ti-skype test"></i></a>
</div>
</div>
</div>
<div class="col-xl-2 col-lg-3 col-md-4 col-6">
<div class="footer-widget mb-40">
<h3>About Us</h3>
<ul>
<li><a href="#">Managed Website</a></li>
<li><a href="#">Manage Reputation</a></li>
<li><a href="#">Power Tools</a></li>
<li><a href="#">Marketing Service</a></li>
<li><a href="#">Customer Service</a></li>
</ul>
</div>
</div>
<div class="col-xl-2 col-lg-3 col-md-4 col-6">
<div class="footer-widget mb-40">
<h3>Quick Linkss</h3>
<ul>
<li><a href="#">Store Hours</a></li>
<li><a href="#">Brand Assets</a></li>
<li><a href="#">Investor Relations</a></li>
<li><a href="#"> Terms of Service</a></li>
<li><a href="#">Privacy & Policy</a></li>
</ul>
</div>
</div>
<div class="col-xl-2 col-lg-3 col-md-4 col-6">
<div class="footer-widget mb-40">
<h3>My Account</h3>
<ul>
<li><a href="#">Press Inquiries</a></li>
<li><a href="#">Media Directories</a></li>
<li><a href="#">Investor Relations</a></li>
<li><a href="#">Terms of Service</a></li>
<li><a href="#">Speaker Request</a></li>
</ul>
</div>
</div>
<div class="col-xl-2 col-lg-3 col-md-4 col-6">
<div class="footer-widget mb-40">
<h3>Resources</h3>
<ul>
<li><a href="#">Application Security</a></li>
<li><a href="#">Software Policy</a></li>
<li><a href="#">Supply Chain</a></li>
<li><a href="#">Agencies Relation</a></li>
<li><a href="#">Manage Reputation</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="copyright-area">
<div class="container">
<div class="copy-right-border">
<div class="row">
<div class="col-xl-6 col-md-6">
<div class="copy-right">
<p>Copyright © 2019 Xisen. All rights reserved</p>
</div>
</div>
<div class="col-xl-6 col-md-6">
<div class="footer-menu text-left text-md-right">
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Tips & Tricks</a></li>
<li><a href="#">Service</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- js here -->
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
<script src="js/jquery.meanmenu.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/jquery.magnific-popup.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.scrolly.js"></script>
<script src="js/jquery.nav.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.scrollUp.min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>