-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlanding-saas-v2.html
902 lines (837 loc) · 46 KB
/
landing-saas-v2.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
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Silicon | SaaS Landing v.1</title>
<!-- SEO Meta Tags -->
<meta name="description" content="Silicon - Multipurpose Technology Bootstrap Template">
<meta name="keywords" content="bootstrap, business, creative agency, mobile app showcase, saas, fintech, finance, online courses, software, medical, conference landing, services, e-commerce, shopping cart, multipurpose, shop, ui kit, marketing, seo, landing, blog, portfolio, html5, css3, javascript, gallery, slider, touch, creative">
<meta name="author" content="Createx Studio">
<!-- Viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon and Touch Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/site.webmanifest">
<link rel="mask-icon" href="assets/favicon/safari-pinned-tab.svg" color="#6366f1">
<link rel="shortcut icon" href="assets/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#080032">
<meta name="msapplication-config" content="assets/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Vendor Styles -->
<link rel="stylesheet" media="screen" href="assets/vendor/boxicons/css/boxicons.min.css"/>
<link rel="stylesheet" media="screen" href="assets/vendor/swiper/swiper-bundle.min.css"/>
<link rel="stylesheet" media="screen" href="assets/vendor/img-comparison-slider/dist/styles.css"/>
<!-- Main Theme Styles + Bootstrap -->
<link rel="stylesheet" media="screen" href="assets/css/theme.min.css">
<!-- Page loading styles -->
<style>
.page-loading {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: all .4s .2s ease-in-out;
transition: all .4s .2s ease-in-out;
background-color: #fff;
opacity: 0;
visibility: hidden;
z-index: 9999;
}
.dark-mode .page-loading {
background-color: #131022;
}
.page-loading.active {
opacity: 1;
visibility: visible;
}
.page-loading-inner {
position: absolute;
top: 50%;
left: 0;
width: 100%;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out;
opacity: 0;
}
.page-loading.active > .page-loading-inner {
opacity: 1;
}
.page-loading-inner > span {
display: block;
font-size: 1rem;
font-weight: normal;
color: #9397ad;
}
.dark-mode .page-loading-inner > span {
color: #fff;
opacity: .6;
}
.page-spinner {
display: inline-block;
width: 2.75rem;
height: 2.75rem;
margin-bottom: .75rem;
vertical-align: text-bottom;
border: .15em solid #b4b7c9;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner .75s linear infinite;
animation: spinner .75s linear infinite;
}
.dark-mode .page-spinner {
border-color: rgba(255,255,255,.4);
border-right-color: transparent;
}
@-webkit-keyframes spinner {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
</style>
<!-- Theme mode -->
<script>
let mode = window.localStorage.getItem('mode'),
root = document.getElementsByTagName('html')[0];
if (mode !== undefined && mode === 'dark') {
root.classList.add('dark-mode');
} else {
root.classList.remove('dark-mode');
}
</script>
<!-- Page loading scripts -->
<script>
(function () {
window.onload = function () {
const preloader = document.querySelector('.page-loading');
preloader.classList.remove('active');
setTimeout(function () {
preloader.remove();
}, 1000);
};
})();
</script>
</head>
<!-- Body -->
<body>
<!-- Page loading spinner -->
<div class="page-loading active">
<div class="page-loading-inner">
<div class="page-spinner"></div><span>Loading...</span>
</div>
</div>
<!-- Page wrapper for sticky footer -->
<!-- Wraps everything except footer to push footer to the bottom of the page if there is little content -->
<main class="page-wrapper">
<!-- Navbar -->
<!-- Remove "navbar-sticky" class to make navigation bar scrollable with the page -->
<header class="header navbar navbar-expand-lg navbar-dark position-absolute navbar-sticky">
<div class="container px-3">
<a href="index.html" class="navbar-brand pe-3">
<img src="assets/img/logo.svg" width="47" alt="Silicon">
Silicon
</a>
<div id="navbarNav" class="offcanvas offcanvas-end bg-dark">
<div class="offcanvas-header border-bottom border-light">
<h5 class="offcanvas-title text-white">Menu</h5>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle active" data-bs-toggle="dropdown" aria-current="page">Landings</a>
<div class="dropdown-menu dropdown-menu-dark p-0">
<div class="d-lg-flex">
<div class="mega-dropdown-column bg-position-center bg-repeat-0 bg-size-cover rounded-3 rounded-end-0" style="background-image: url(assets/img/landings.jpg); margin: -1px;"></div>
<div class="mega-dropdown-column pt-lg-3 pb-lg-4">
<ul class="list-unstyled mb-0">
<li><a href="index.html" class="dropdown-item">Template Intro Page</a></li>
<li><a href="landing-mobile-app-showcase.html" class="dropdown-item">Mobile App Showcase</a></li>
<li><a href="landing-saas-v1.html" class="dropdown-item">SaaS v.1</a></li>
<li><a href="landing-saas-v2.html" class="dropdown-item">SaaS v.2</a></li>
<li><a href="landing-financial.html" class="dropdown-item">Financial Consulting</a></li>
<li><a href="landing-online-courses.html" class="dropdown-item">Online Courses</a></li>
<li><a href="landing-medical.html" class="dropdown-item">Medical</a></li>
<li><a href="landing-software-company.html" class="dropdown-item">IT (Software) Company</a></li>
</ul>
</div>
<div class="mega-dropdown-column pt-lg-3 pb-lg-4">
<ul class="list-unstyled mb-0">
<li><a href="landing-conference.html" class="dropdown-item">Conference</a></li>
<li><a href="landing-digital-agency.html" class="dropdown-item">Digital Agency</a></li>
<li><a href="landing-blog.html" class="dropdown-item">Blog Homepage</a></li>
</ul>
</div>
</div>
</div>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">Pages</a>
<div class="dropdown-menu dropdown-menu-dark">
<div class="d-lg-flex pt-lg-3">
<div class="mega-dropdown-column">
<h6 class="text-light px-3 mb-2">About</h6>
<ul class="list-unstyled mb-3">
<li><a href="about-v1.html" class="dropdown-item py-1">About v.1</a></li>
<li><a href="about-v2.html" class="dropdown-item py-1">About v.2</a></li>
</ul>
<h6 class="text-light px-3 mb-2">Portfolio</h6>
<ul class="list-unstyled mb-3">
<li><a href="portfolio-grid.html" class="dropdown-item py-1">Grid View</a></li>
<li><a href="portfolio-list.html" class="dropdown-item py-1">List View</a></li>
<li><a href="portfolio-slider.html" class="dropdown-item py-1">Slider View</a></li>
<li><a href="portfolio-courses.html" class="dropdown-item py-1">Courses</a></li>
<li><a href="portfolio-single-project.html" class="dropdown-item py-1">Single Project</a></li>
<li><a href="portfolio-single-course.html" class="dropdown-item py-1">Single Course</a></li>
</ul>
</div>
<div class="mega-dropdown-column">
<h6 class="text-light px-3 mb-2">Blog</h6>
<ul class="list-unstyled mb-3">
<li><a href="blog-list-with-sidebar.html" class="dropdown-item py-1">List View with Sidebar</a></li>
<li><a href="blog-grid-with-sidebar.html" class="dropdown-item py-1">Grid View with Sidebar</a></li>
<li><a href="blog-list-no-sidebar.html" class="dropdown-item py-1">List View no Sidebar</a></li>
<li><a href="blog-grid-no-sidebar.html" class="dropdown-item py-1">Grid View no Sidebar</a></li>
<li><a href="blog-simple-feed.html" class="dropdown-item py-1">Simple Feed</a></li>
<li><a href="blog-single.html" class="dropdown-item py-1">Single Post</a></li>
<li><a href="blog-podcast.html" class="dropdown-item py-1">Podcast</a></li>
</ul>
<h6 class="text-light px-3 mb-2">Services</h6>
<ul class="list-unstyled mb-3">
<li><a href="services.html" class="dropdown-item py-1">Services Page</a></li>
<li><a href="services-single.html" class="dropdown-item py-1">Service Details</a></li>
</ul>
</div>
<div class="mega-dropdown-column">
<h6 class="text-light px-3 mb-2">Contacts</h6>
<ul class="list-unstyled mb-3">
<li><a href="contacts-v1.html" class="dropdown-item py-1">Contacts v.1</a></li>
<li><a href="contacts-v2.html" class="dropdown-item py-1">Contacts v.2</a></li>
</ul>
<h6 class="text-light px-3 mb-2">Specialty</h6>
<ul class="list-unstyled">
<li><a href="404-v1.html" class="dropdown-item py-1">404 Error v.1</a></li>
<li><a href="404-v2.html" class="dropdown-item py-1">404 Error v.2</a></li>
</ul>
</div>
</div>
</div>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">Account</a>
<ul class="dropdown-menu dropdown-menu-dark">
<li><a href="account-details.html" class="dropdown-item">Account Details</a></li>
<li><a href="account-security.html" class="dropdown-item">Security</a></li>
<li><a href="account-notifications.html" class="dropdown-item">Notifications</a></li>
<li><a href="account-messages.html" class="dropdown-item">Messages</a></li>
<li><a href="account-saved-items.html" class="dropdown-item">Saved Items</a></li>
<li><a href="account-collections.html" class="dropdown-item">My Collections</a></li>
<li><a href="account-payment.html" class="dropdown-item">Payment Details</a></li>
<li><a href="account-signin.html" class="dropdown-item">Sign In</a></li>
<li><a href="account-signup.html" class="dropdown-item">Sign Up</a></li>
</ul>
</li>
<li class="nav-item">
<a href="components/typography.html" class="nav-link">UI Kit</a>
</li>
<li class="nav-item">
<a href="docs/getting-started.html" class="nav-link">Docs</a>
</li>
</ul>
</div>
<div class="offcanvas-footer border-top border-light">
<a href="#" class="btn btn-primary w-100">
<i class="bx bx-cart fs-4 lh-1 me-1"></i>
Buy now
</a>
</div>
</div>
<div class="dark-mode pe-lg-1 ms-auto me-4">
<div class="form-check form-switch mode-switch" data-bs-toggle="mode">
<input type="checkbox" class="form-check-input" id="theme-mode">
<label class="form-check-label d-none d-sm-block" for="theme-mode">Light</label>
<label class="form-check-label d-none d-sm-block" for="theme-mode">Dark</label>
</div>
</div>
<button type="button" class="navbar-toggler" data-bs-toggle="offcanvas" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a href="#" class="btn btn-primary btn-sm fs-sm rounded d-none d-lg-inline-flex">
<i class="bx bx-cart fs-5 lh-1 me-1"></i>
Buy now
</a>
</div>
</header>
<!-- Hero -->
<section class="position-relative">
<div class="position-relative bg-dark zindex-4 pt-lg-3 pt-xl-5">
<!-- Text -->
<div class="container zindex-5 pt-5">
<div class="row justify-content-center text-center pt-4 pb-sm-2 py-lg-5">
<div class="col-xl-8 col-lg-9 col-md-10 py-5">
<h1 class="display-4 text-light pt-sm-2 pb-1 pb-sm-3 mb-3">Task Management Assistant You Gonna Love</h1>
<p class="fs-lg text-light opacity-70 pb-2 pb-sm-0 mb-4 mb-sm-5">We offer you a new generation of task and project management system. Plan, manage and track all your tasks in one flexible software!</p>
<a href="#" class="btn btn-primary shadow-primary btn-lg">Get early access</a>
</div>
</div>
</div>
<!-- Bottom shape -->
<div class="d-flex position-absolute top-100 start-0 w-100 overflow-hidden mt-n4 mt-sm-n1" style="color: var(--bs-gray-900);">
<div class="position-relative start-50 translate-middle-x flex-shrink-0" style="width: 3788px;">
<svg xmlns="http://www.w3.org/2000/svg" width="3788" height="144" viewBox="0 0 3788 144"><path fill="currentColor" d="M0,0h3788.7c-525,90.2-1181.7,143.9-1894.3,143.9S525,90.2,0,0z"/></svg>
</div>
</div>
<div class="d-none d-lg-block" style="height: 300px;"></div>
<div class="d-none d-md-block d-lg-none" style="height: 150px;"></div>
</div>
<div class="position-relative zindex-5 mx-auto" style="max-width: 1250px;">
<div class="d-none d-lg-block" style="margin-top: -300px;"></div>
<div class="d-none d-md-block d-lg-none" style="margin-top: -150px;"></div>
<!-- Parallax (3D Tilt) gfx -->
<div class="tilt-3d" data-tilt data-tilt-full-page-listening data-tilt-max="12" data-tilt-perspective="1200">
<img src="assets/img/landing/saas-2/hero/layer01.png" alt="Dashboard">
<div class="tilt-3d-inner position-absolute top-0 start-0 w-100 h-100">
<img src="assets/img/landing/saas-2/hero/layer02.png" alt="Cards">
</div>
</div>
</div>
<div class="position-absolute top-0 start-0 w-100 h-100" style="background-color: rgba(255,255,255,.05);"></div>
</section>
<!-- Features -->
<section class="position-relative py-5">
<div class="container position-relative zindex-5 pb-md-4 pt-md-2 pt-lg-3 pb-lg-5">
<div class="row justify-content-center text-center pb-3 mb-sm-2 mb-lg-3">
<div class="col-xl-6 col-lg-7 col-md-9">
<h2 class="h1 mb-lg-4">What Do You Get with Our Tool?</h2>
<p class="fs-lg text-muted mb-0">Make sure all your tasks are organized so you can set the priorities and focus on important.</p>
</div>
</div>
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-0 pb-xl-3">
<!-- Item -->
<div class="col position-relative">
<div class="card border-0 bg-transparent rounded-0 p-md-1 p-xl-3">
<div class="d-table bg-secondary rounded-3 p-3 mx-auto mt-3 mt-md-4">
<img src="assets/img/landing/saas-2/features/comments.svg" width="40" alt="Comments">
</div>
<div class="card-body text-center">
<h3 class="h5 pb-1 mb-2">Comments on Tasks</h3>
<p class="mb-0">Id mollis consectetur congue egestas egestas suspendisse blandit justo.</p>
</div>
</div>
<hr class="position-absolute top-0 end-0 w-1 h-100 d-none d-sm-block">
<hr class="position-absolute top-100 start-0 w-100 d-none d-sm-block">
</div>
<!-- Item -->
<div class="col position-relative">
<div class="card border-0 bg-transparent rounded-0 p-md-1 p-xl-3">
<div class="d-table bg-secondary rounded-3 p-3 mx-auto mt-3 mt-md-4">
<img src="assets/img/landing/saas-2/features/analytics.svg" width="40" alt="Analytics">
</div>
<div class="card-body text-center">
<h3 class="h5 pb-1 mb-2">Tasks Analytics</h3>
<p class="mb-0">Non imperdiet facilisis nulla tellus Morbi scelerisque eget adipiscing vulputate.</p>
</div>
</div>
<hr class="position-absolute top-0 end-0 w-1 h-100 d-none d-md-block">
<hr class="position-absolute top-100 start-0 w-100 d-none d-sm-block">
</div>
<!-- Item -->
<div class="col position-relative">
<div class="card border-0 bg-transparent rounded-0 p-md-1 p-xl-3">
<div class="d-table bg-secondary rounded-3 p-3 mx-auto mt-3 mt-md-4">
<img src="assets/img/landing/saas-2/features/group.svg" width="40" alt="Group">
</div>
<div class="card-body text-center">
<h3 class="h5 pb-1 mb-2">Multiple Assignees</h3>
<p class="mb-0">A elementum, imperdiet enim, pretium etiam facilisi in aenean quam mauris.</p>
</div>
</div>
<hr class="position-absolute top-0 end-0 w-1 h-100 d-none d-sm-block d-md-none">
<hr class="position-absolute top-100 start-0 w-100 d-none d-sm-block">
</div>
<!-- Item -->
<div class="col position-relative">
<div class="card border-0 bg-transparent rounded-0 p-md-1 p-xl-3">
<div class="d-table bg-secondary rounded-3 p-3 mx-auto mt-3 mt-md-4">
<img src="assets/img/landing/saas-2/features/notifications.svg" width="40" alt="Notifications">
</div>
<div class="card-body text-center">
<h3 class="h5 pb-1 mb-2">Notifications</h3>
<p class="mb-0">Diam, suspendisse velit cras ac. Lobortis diam volutpat, eget pellentesque viverra.</p>
</div>
</div>
<hr class="position-absolute top-0 end-0 w-1 h-100 d-none d-md-block">
<hr class="position-absolute top-100 start-0 w-100 d-none d-sm-block d-md-none">
</div>
<!-- Item -->
<div class="col position-relative">
<div class="card border-0 bg-transparent rounded-0 p-md-1 p-xl-3">
<div class="d-table bg-secondary rounded-3 p-3 mx-auto mt-3 mt-md-4">
<img src="assets/img/landing/saas-2/features/tasks.svg" width="40" alt="Tasks">
</div>
<div class="card-body text-center">
<h3 class="h5 pb-1 mb-2">Sections & Subtasks</h3>
<p class="mb-0">Mi feugiat hac id in. Sit elit placerat lacus nibh lorem ridiculus lectus.</p>
</div>
</div>
<hr class="position-absolute top-0 end-0 w-1 h-100 d-none d-sm-block">
</div>
<!-- Item -->
<div class="col position-relative">
<div class="card border-0 bg-transparent rounded-0 p-md-1 p-xl-3">
<div class="d-table bg-secondary rounded-3 p-3 mx-auto mt-3 mt-md-4">
<img src="assets/img/landing/saas-2/features/security.svg" width="40" alt="Security">
</div>
<div class="card-body text-center">
<h3 class="h5 pb-1 mb-2">Data Security</h3>
<p class="mb-0">Aliquam malesuada neque eget elit nulla vestibulum nunc cras.</p>
</div>
</div>
</div>
</div>
</div>
<div class="position-absolute top-0 start-0 w-100 h-100" style="background-color: rgba(255,255,255,.05);"></div>
</section>
<!-- Light / Dark mode (Comparison slider) -->
<section class="d-flex w-100 position-relative overflow-hidden">
<div class="position-relative flex-xl-shrink-0 zindex-5 start-50 translate-middle-x" style="max-width: 1920px;">
<div class="mx-md-n5 mx-xl-0">
<div class="mx-n4 mx-sm-n5 mx-xl-0">
<div class="mx-n5 mx-xl-0">
<img-comparison-slider class="mx-n5 mx-xl-0">
<img slot="first" src="assets/img/landing/saas-2/dark-mode.jpg" alt="Dak Mode">
<img slot="second" src="assets/img/landing/saas-2/light-mode.jpg" alt="Light Mode">
<div slot="handle">
<svg class="text-primary shadow-primary rounded-circle" width="36" height="36" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 36 36"><g><circle fill="currentColor" cx="18" cy="18" r="18"/></g><path fill="#fff" d="M22.2,17.2h-8.3v-3.3L9.7,18l4.2,4.2v-3.3h8.3v3.3l4.2-4.2l-4.2-4.2V17.2z"/></svg>
</div>
</img-comparison-slider>
</div>
</div>
</div>
</div>
<div class="position-absolute top-0 start-0 w-50 h-100 bg-dark"></div>
<div class="position-absolute top-0 end-0 w-50 h-100" style="background-color: #f3f6ff;"></div>
</section>
<!-- Testimonials -->
<section class="container py-5 my-2 my-md-4 my-lg-5">
<div class="row pt-2 py-xl-3">
<div class="col-lg-3 col-md-4">
<h2 class="h1 text-center text-md-start mx-auto mx-md-0 pt-md-2" style="max-width: 300px;">What <br class="d-none d-md-inline">People Say <br class="d-none d-md-inline">About App:</h2>
<!-- Slider controls (Prev / next buttons) -->
<div class="d-flex justify-content-center justify-content-md-start pb-4 mb-2 pt-2 pt-md-4 mt-md-5">
<button type="button" id="prev-testimonial" class="btn btn-prev btn-icon btn-sm me-2">
<i class="bx bx-chevron-left"></i>
</button>
<button type="button" id="next-testimonial" class="btn btn-next btn-icon btn-sm ms-2">
<i class="bx bx-chevron-right"></i>
</button>
</div>
</div>
<div class="col-lg-9 col-md-8">
<div class="swiper mx-n2" data-swiper-options='{
"slidesPerView": 1,
"spaceBetween": 8,
"loop": true,
"navigation": {
"prevEl": "#prev-testimonial",
"nextEl": "#next-testimonial"
},
"breakpoints": {
"500": {
"slidesPerView": 2
},
"1000": {
"slidesPerView": 2
},
"1200": {
"slidesPerView": 3
}
}
}'>
<div class="swiper-wrapper">
<!-- Item -->
<div class="swiper-slide h-auto pt-4">
<figure class="d-flex flex-column h-100 px-2 px-sm-0 mb-0 mx-2">
<div class="card h-100 position-relative border-0 shadow-sm pt-4">
<span class="btn btn-icon btn-primary shadow-primary pe-none position-absolute top-0 start-0 translate-middle-y ms-4">
<i class="bx bxs-quote-left"></i>
</span>
<blockquote class="card-body pb-3 mb-0">
<p class="mb-0">Id mollis consectetur congue egestas egestas suspendisse blandit justo. Tellus augue commodo id quis tempus etiam pulvinar at maecenas.</p>
</blockquote>
<div class="card-footer border-0 text-nowrap pt-0">
<i class="bx bxs-star text-warning"></i>
<i class="bx bxs-star text-warning"></i>
<i class="bx bxs-star text-warning"></i>
<i class="bx bx-star text-muted opacity-75"></i>
<i class="bx bx-star text-muted opacity-75"></i>
</div>
</div>
<figcaption class="d-flex align-items-center ps-4 pt-4">
<img src="assets/img/avatar/16.jpg" width="48" class="rounded-circle" alt="Robert Fox">
<div class="ps-3">
<h6 class="fs-sm fw-semibold mb-0">Robert Fox</h6>
<span class="fs-xs text-muted">Founder of Lorem Company</span>
</div>
</figcaption>
</figure>
</div>
<!-- Item -->
<div class="swiper-slide h-auto pt-4">
<figure class="d-flex flex-column h-100 px-2 px-sm-0 mb-0 mx-2">
<div class="card h-100 position-relative border-0 shadow-sm pt-4">
<span class="btn btn-icon btn-primary shadow-primary pe-none position-absolute top-0 start-0 translate-middle-y ms-4">
<i class="bx bxs-quote-left"></i>
</span>
<blockquote class="card-body pb-3 mb-0">
<p class="mb-0">Phasellus luctus nisi id orci condimentum, at cursus nisl vestibulum. Orci varius natoque penatibus et magnis dis parturient montes commodo.</p>
</blockquote>
<div class="card-footer border-0 text-nowrap pt-0">
<i class="bx bxs-star text-warning"></i>
<i class="bx bxs-star text-warning"></i>
<i class="bx bxs-star text-warning"></i>
<i class="bx bxs-star text-warning"></i>
<i class="bx bxs-star text-warning"></i>
</div>
</div>
<figcaption class="d-flex align-items-center ps-4 pt-4">
<img src="assets/img/avatar/08.jpg" width="48" class="rounded-circle" alt="Annette Black">
<div class="ps-3">
<h6 class="fs-sm fw-semibold mb-0">Annette Black</h6>
<span class="fs-xs text-muted">CEO of Ipsum Company</span>
</div>
</figcaption>
</figure>
</div>
<!-- Item -->
<div class="swiper-slide h-auto pt-4">
<figure class="d-flex flex-column h-100 px-2 px-sm-0 mb-0 mx-2">
<div class="card h-100 position-relative border-0 shadow-sm pt-4">
<span class="btn btn-icon btn-primary shadow-primary pe-none position-absolute top-0 start-0 translate-middle-y ms-4">
<i class="bx bxs-quote-left"></i>
</span>
<blockquote class="card-body pb-3 mb-0">
<p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris ipsum odio, bibendum ornare mi at, efficitur urna.</p>
</blockquote>
<div class="card-footer border-0 text-nowrap pt-0">
<i class="bx bxs-star text-warning"></i>
<i class="bx bxs-star text-warning"></i>
<i class="bx bxs-star text-warning"></i>
<i class="bx bxs-star text-warning"></i>
<i class="bx bx-star text-muted opacity-75"></i>
</div>
</div>
<figcaption class="d-flex align-items-center ps-4 pt-4">
<img src="assets/img/avatar/13.jpg" width="48" class="rounded-circle" alt="Jerome Bell">
<div class="ps-3">
<h6 class="fs-sm fw-semibold mb-0">Jerome Bell</h6>
<span class="fs-xs text-muted">Founder of the Agency </span>
</div>
</figcaption>
</figure>
</div>
<!-- Item -->
<div class="swiper-slide h-auto pt-4">
<figure class="d-flex flex-column h-100 px-2 px-sm-0 mb-0 mx-2">
<div class="card h-100 position-relative border-0 shadow-sm pt-4">
<span class="btn btn-icon btn-primary shadow-primary pe-none position-absolute top-0 start-0 translate-middle-y ms-4">
<i class="bx bxs-quote-left"></i>
</span>
<blockquote class="card-body pb-3 mb-0">
<p class="mb-0">Pellentesque finibus congue egestas egestas suspendisse blandit justo. Tellus augue commodo id quis tempus etiam pulvinar at maecenas.</p>
</blockquote>
<div class="card-footer border-0 text-nowrap pt-0">
<i class="bx bxs-star text-warning"></i>
<i class="bx bxs-star text-warning"></i>
<i class="bx bxs-star text-warning"></i>
<i class="bx bxs-star text-warning"></i>
<i class="bx bxs-star text-warning"></i>
</div>
</div>
<figcaption class="d-flex align-items-center ps-4 pt-4">
<img src="assets/img/avatar/09.jpg" width="48" class="rounded-circle" alt="Albert Flores">
<div class="ps-3">
<h6 class="fs-sm fw-semibold mb-0">Albert Flores</h6>
<span class="fs-xs text-muted">CEO of Dolor Ltd.</span>
</div>
</figcaption>
</figure>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- App download CTA -->
<section class="container">
<div class="bg-secondary rounded-3 py-5 px-4 ps-lg-0 pe-md-5 pe-lg-0">
<div class="row align-items-center py-sm-2">
<!-- Parallax gfx -->
<div class="col-md-7 col-lg-6 offset-xl-1">
<div class="position-relative mx-auto mb-5 m-md-0" style="max-width: 526px;">
<img src="assets/img/landing/saas-2/device.png" class="d-block" alt="Device">
<img src="assets/img/landing/saas-2/screen.png" class="d-block position-absolute top-0 end-0 w-100 mt-md-4 me-md-4" alt="App Screen" data-jarallax-element="25 -20" data-disable-parallax-down="md">
</div>
</div>
<!-- Text + Download buttons -->
<div class="col-xl-4 col-md-5 mt-n2 mt-md-0">
<h2 class="h1 text-center text-md-start mb-4 mb-lg-5">Download Our App for Any Devices:</h2>
<div class="row">
<div class="col-sm-6 col-md-12 pb-4 pb-sm-0">
<div class="row row-cols-1 row-cols-lg-2 align-items-end text-center text-md-start pb-md-4 mb-lg-3">
<div class="col mb-3 mb-lg-0">
<p class="text-muted mb-1">App Store</p>
<div class="text-nowrap fs-sm pb-lg-1 mb-2">
<i class="bx bxs-star text-warning"></i>
<i class="bx bxs-star text-warning"></i>
<i class="bx bxs-star text-warning"></i>
<i class="bx bxs-star text-warning"></i>
<i class="bx bxs-star text-warning"></i>
</div>
<h3 class="h4 mb-1">Editor's Choice</h3>
<p class="mb-0">rating 4.7, 187K+ reviews</p>
</div>
<div class="col d-lg-flex justify-content-end">
<a href="#" class="btn btn-dark btn-lg px-3 py-2">
<img src="assets/img/market/appstore-light.svg" class="light-mode-img" width="124" alt="App Store">
<img src="assets/img/market/appstore-dark.svg" class="dark-mode-img" width="124" alt="App Store">
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-12">
<div class="row row-cols-1 row-cols-lg-2 align-items-end text-center text-md-start">
<div class="col mb-3 mb-lg-0">
<p class="text-muted mb-1">Google Play</p>
<div class="text-nowrap fs-sm pb-lg-1 mb-2">
<i class="bx bxs-star text-warning"></i>
<i class="bx bxs-star text-warning"></i>
<i class="bx bxs-star text-warning"></i>
<i class="bx bxs-star text-warning"></i>
<i class="bx bxs-star text-warning"></i>
</div>
<h3 class="h4 mb-1">App of the Day</h3>
<p class="mb-0">rating 4.8, 30K+ reviews</p>
</div>
<div class="col d-lg-flex justify-content-end">
<a href="#" class="btn btn-dark btn-lg px-3 py-2">
<img src="assets/img/market/googleplay-light.svg" class="light-mode-img" width="139" alt="Google Play">
<img src="assets/img/market/googleplay-dark.svg" class="dark-mode-img" width="139" alt="Google Play">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Pricing -->
<section class="container pt-5">
<div class="row justify-content-center text-center pt-2 pt-md-4 pt-lg-5 pb-4 pb-lg-5 mb-1">
<div class="col-xl-6 col-lg-7 col-md-9 col-sm-11 pt-xl-3">
<h2 class="h1 mb-lg-4">Transparent Pricing for You</h2>
<p class="fs-lg text-muted mb-0">Varius sed maecenas massa dictum viverra in. Viverra vel in elit, vivamus dui interdum. Nulla congue lobortis amet amet eleifend.</p>
</div>
</div>
<div class="table-responsive-lg">
<div class="d-flex align-items-center pb-4">
<!-- Pricing plan -->
<div class="bg-primary rounded-3 shadow-primary p-4" style="width: 36%; min-width: 18rem;">
<div class="card bg-transparent border-light py-3 py-sm-4 py-lg-5">
<div class="card-body text-light text-center">
<h3 class="text-light mb-2">Team</h3>
<div class="fs-lg opacity-70 pb-4 mb-3">Best for small teams</div>
<div class="display-5 mb-1">$10</div>
<div class="opacity-50 mb-5">per month</div>
</div>
<div class="card-footer border-0 text-center pt-0 pb-4">
<a href="#" class="btn btn-light btn-lg shadow-secondary">Get started now</a>
</div>
</div>
</div>
<div class="row flex-nowrap border rounded-3 rounded-start-0 shadow-sm g-0" style="width: 64%; min-width: 32rem;">
<!-- Pricing plan -->
<div class="col">
<div class="card bg-light h-100 border-0 border-end rounded-0 py-3 py-sm-4 py-lg-5">
<div class="card-body text-center">
<h3 class="mb-2">Company</h3>
<div class="fs-lg pb-4 mb-3">Best for growing teams</div>
<div class="display-5 text-dark mb-1">$25</div>
<div class="text-muted mb-5">per month</div>
</div>
<div class="card-footer border-0 text-center pt-0 pb-4">
<a href="#" class="btn btn-outline-primary btn-lg">Get started now</a>
</div>
</div>
</div>
<!-- Pricing plan -->
<div class="col">
<div class="card bg-light h-100 border-0 rounded-start-0 py-3 py-sm-4 py-lg-5">
<div class="card-body text-center">
<h3 class="mb-2">Enterprise</h3>
<div class="fs-lg pb-4 mb-3">Best for large teams</div>
<div class="display-5 text-dark mb-1">$50</div>
<div class="text-muted mb-5">per month</div>
</div>
<div class="card-footer border-0 text-center pt-0 pb-4">
<a href="#" class="btn btn-outline-primary btn-lg">Get started now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Integrations -->
<section class="container mt-n1 mt-md-0 py-5">
<div class="row justify-content-center text-center pt-md-3 pb-4 py-lg-5 mb-1">
<div class="col-xl-8 col-lg-9 col-md-10">
<h2 class="h1 mb-lg-4">Integrate Top Work Tools</h2>
<p class="fs-lg text-muted mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin volutpat mollis egestas. Nam luctus facilisis ultrices. Pellentesque volutpat ligula est. Mattis fermentum, at nec lacus.</p>
</div>
</div>
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 row-cols-lg-4 g-2 g-sm-3 g-lg-4 pb-md-3 pb-lg-5">
<!-- Item -->
<div class="col">
<div class="card card-body card-hover bg-light border-0">
<img src="assets/img/brands/google.svg" class="d-block mb-4" width="56" alt="Google">
<p class="mb-0">Lorem magnis pretium sed curabitur nunc facilisi nunc cursus sagittis pretium.</p>
</div>
</div>
<!-- Item -->
<div class="col">
<div class="card card-body card-hover bg-light border-0">
<img src="assets/img/brands/zoom.svg" class="d-block mb-4" width="56" alt="Zoom">
<p class="mb-0">In eget a mauris quis. Tortor dui tempus quis integer est sit natoque placerat dolor.</p>
</div>
</div>
<!-- Item -->
<div class="col">
<div class="card card-body card-hover bg-light border-0">
<img src="assets/img/brands/slack.svg" class="d-block mb-4" width="56" alt="Slack">
<p class="mb-0">Id mollis consectetur congue egestas egestas suspendisse blandit justo.</p>
</div>
</div>
<!-- Item -->
<div class="col">
<div class="card card-body card-hover bg-light border-0">
<img src="assets/img/brands/gmail.svg" class="d-block mb-4" width="56" alt="Gmail">
<p class="mb-0">Rutrum interdum tortor, sed at nulla. A cursus bibendum elit purus cras praesent.</p>
</div>
</div>
<!-- Item -->
<div class="col">
<div class="card card-body card-hover bg-light border-0">
<img src="assets/img/brands/trello.svg" class="d-block mb-4" width="56" alt="Trello">
<p class="mb-0">Congue pellentesque amet, viverra curabitur quam diam scelerisque fermentum urna.</p>
</div>
</div>
<!-- Item -->
<div class="col">
<div class="card card-body card-hover bg-light border-0">
<img src="assets/img/brands/mailchimp.svg" class="d-block mb-4" width="56" alt="Mailchimp">
<p class="mb-0">A elementum, imperdiet enim, pretium etiam facilisi in aenean quam mauris integer.</p>
</div>
</div>
<!-- Item -->
<div class="col">
<div class="card card-body card-hover bg-light border-0">
<img src="assets/img/brands/dropbox.svg" class="d-block mb-4" width="56" alt="Dropbox">
<p class="mb-0">Ut in turpis consequat odio diam lectus elementum. Est faucibus blandit platea.</p>
</div>
</div>
<!-- Item -->
<div class="col">
<div class="card card-body card-hover bg-light border-0">
<img src="assets/img/brands/evernote.svg" class="d-block mb-4" width="56" alt="Evernote">
<p class="mb-0">Faucibus cursus maecenas lorem cursus nibh. Sociis sit risus id. Sit facilisis dolor arcu.</p>
</div>
</div>
</div>
</section>
<!-- CTA -->
<section class="bg-secondary py-5">
<div class="container text-center py-1 py-md-4 py-lg-5">
<h2 class="h1 mb-4">Ready to Get Started?</h2>
<p class="lead pb-3 mb-3">Organize your tasks with a 14-day free trial</p>
<a href="#" class="btn btn-primary shadow-primary btn-lg mb-1">Get started</a>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer bg-dark dark-mode pt-5 pb-4 pb-lg-5">
<div class="container text-center pt-lg-3">
<div class="navbar-brand justify-content-center text-dark mb-2 mb-lg-4">
<img src="assets/img/logo.svg" class="me-2" width="60" alt="Silicon">
<span class="fs-4">Silicon</span>
</div>
<ul class="nav justify-content-center pt-3 pb-4 pb-lg-5">
<li class="nav-item"><a href="#" class="nav-link">Home</a></li>
<li class="nav-item"><a href="#" class="nav-link">Features</a></li>
<li class="nav-item"><a href="#" class="nav-link">Overview</a></li>
<li class="nav-item"><a href="#" class="nav-link">Blog</a></li>
<li class="nav-item"><a href="#" class="nav-link">Contacts</a></li>
<li class="nav-item"><a href="#" class="nav-link">Account</a></li>
</ul>
<div class="d-flex flex-column flex-sm-row justify-content-center">
<a href="#" class="btn btn-dark btn-lg px-3 py-2 me-sm-4 mb-3">
<img src="assets/img/market/appstore-light.svg" class="light-mode-img" width="124" alt="App Store">
<img src="assets/img/market/appstore-dark.svg" class="dark-mode-img" width="124" alt="App Store">
</a>
<a href="#" class="btn btn-dark btn-lg px-3 py-2 mb-3">
<img src="assets/img/market/googleplay-light.svg" class="light-mode-img" width="139" alt="Google Play">
<img src="assets/img/market/googleplay-dark.svg" class="dark-mode-img" width="139" alt="Google Play">
</a>
</div>
<div class="d-flex justify-content-center pt-4 mt-lg-3">
<a href="#" class="btn btn-icon btn-secondary btn-facebook mx-2">
<i class="bx bxl-facebook"></i>
</a>
<a href="#" class="btn btn-icon btn-secondary btn-instagram mx-2">
<i class="bx bxl-instagram"></i>
</a>
<a href="#" class="btn btn-icon btn-secondary btn-twitter mx-2">
<i class="bx bxl-twitter"></i>
</a>
<a href="#" class="btn btn-icon btn-secondary btn-youtube mx-2">
<i class="bx bxl-youtube"></i>
</a>
</div>
<p class="fs-sm text-center pt-5 mt-lg-4 mb-0">
<span class="text-light opacity-60">© All rights reserved. Made by </span>
<a class="nav-link d-inline-block p-0" href="https://createx.studio/" target="_blank" rel="noopener">Createx Studio</a>
</p>
</div>
</footer>
<!-- Back to top button -->
<a href="#top" class="btn-scroll-top" data-scroll>
<span class="btn-scroll-top-tooltip text-muted fs-sm me-2">Top</span>
<i class="btn-scroll-top-icon bx bx-chevron-up"></i>
</a>
<!-- Vendor Scripts -->
<script src="assets/vendor/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/smooth-scroll/dist/smooth-scroll.polyfills.min.js"></script>
<script src="assets/vendor/vanilla-tilt/dist/vanilla-tilt.min.js"></script>
<script src="assets/vendor/jarallax/dist/jarallax.min.js"></script>
<script src="assets/vendor/jarallax/dist/jarallax-element.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/img-comparison-slider/dist/index.js"></script>
<!-- Main Theme Script -->
<script src="assets/js/theme.min.js"></script>
</body>
</html>