-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
782 lines (667 loc) · 23 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
<!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.0" />
<title>Anaton - SaaS Landing Page HTML Template</title>
<!--
- primary meta tags
-->
<meta name="title" content="Anaton - SaaS Landing Page HTML Template" />
<meta
name="description"
content="this is Anaton - SaaS Landing Page HTML Template made by DuoDevs"
/>
<!--
- google font link
-->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<!--
- custom css link
-->
<link rel="stylesheet" href="./assets/css/style.css" />
<!--
- favicon
-->
<link rel="shortcut icon" href="./favicon.png" type="image/svg+xml" />
<!--
- preloader images
-->
<link rel="preloader" as="images" href="./assets/images/hero-bg.png" />
<link rel="preloader" as="images" href="./assets/images/hero-banner.png" />
<link
rel="preloader"
as="images"
href="./assets/images/hero-banner-2.png"
/>
<link
rel="preloader"
as="images"
href="./assets/images/hero-banner-3.png"
/>
</head>
<body>
<!--
- #HEADER
-->
<header class="header" data-header>
<div class="container">
<button class="nav-open-btn" aria-label="open menu" data-nav-toggler>
<span class="span"></span>
<span class="span"></span>
<span class="span"></span>
</button>
<div class="logo-wrapper">
<a href="#" class="logo-light">
<img
src="./assets/images/logo-light.png"
width="500"
height="168"
alt="anaton"
class="img img-cover"
/>
</a>
<a href="#" class="logo-dark">
<img
src="./assets/images/logo.png"
width="500"
height="168"
alt="anaton"
class="img img-cover"
/>
</a>
</div>
<nav class="navbar" data-navbar>
<div class="container">
<a href="#" class="logo-dark">
<img
src="./assets/images/logo.png"
width="500"
height="168"
alt="logo-dark"
class="img img-cover"
/>
</a>
<button
class="nav-close-btn"
aria-label="close menu"
data-nav-toggler
>
<ion-icon name="close-outline" aria-hidden="true"></ion-icon>
</button>
<ul class="navbar-list">
<li class="navbar-item">
<a href="#" class="navbar-link">Home</a>
</li>
<li class="navbar-item">
<a href="#" class="navbar-link">Pages</a>
</li>
<li class="navbar-item">
<a href="#" class="navbar-link">Projects</a>
</li>
<li class="navbar-item">
<a href="#" class="navbar-link">Services</a>
</li>
<li class="navbar-item">
<a href="#" class="navbar-link">Blog</a>
</li>
<li class="navbar-item">
<a href="#" class="navbar-link">Contact</a>
</li>
</ul>
</div>
</nav>
<a href="#" class="btn btn-primary" data-header-btn>
<span class="span">Get Consultant</span>
</a>
<div class="overlay" data-overlay></div>
</div>
</header>
<main>
<article>
<!--
- #HERO
-->
<section
class="section hero"
style="background-image: url('./assets/images/hero-bg.png')"
>
<div class="container">
<div class="hero-content">
<h1 class="h1 hero-title">
Committed people Connecting the Future
</h1>
<p class="hero-text">
Dissuade ecstatic and properly saw entirely sir why laughter
endeavor. In on my jointure horrible margaret suitable he
followed speedily perfectly to the minister.
</p>
<a href="#" class="hero-btn">
<span class="span">Get Started</span>
</a>
</div>
<div class="hero-banner-box">
<figure
class="hero-banner-1 img-holder"
style="--width: 971; --height: 700"
>
<img
src="./assets/images/hero-banner.png"
width="971"
height="700"
alt="hero banner 1"
class="img-cover"
/>
</figure>
<figure
class="hero-banner-2 img-holder"
style="--width: 391; --height: 272"
>
<img
src="./assets/images/hero-banner-2.png"
width="391"
height="272"
alt="hero banner 2"
class="img-cover"
/>
</figure>
<figure
class="hero-banner-3 img-holder"
style="--width: 492; --height: 294"
>
<img
src="./assets/images/hero-banner-3.png"
width="492"
height="294"
alt="hero banner 3"
class="img-cover"
/>
</figure>
<img
src="./assets/images/hero-shape-3.png"
width="400"
height="396"
alt="hero shape 2"
class="shape hero-shape-2"
/>
</div>
<img
src="./assets/images/hero-shape.png"
width="600"
height="600"
alt="hero shape 1"
class="shape hero-shape-1"
/>
</div>
</section>
<!--
- #FEATURE
-->
<section class="section feature">
<div class="container">
<ul class="feature-card-list">
<li class="feature-card-item">
<div class="feature-card">
<figure
class="card-banner img-holder"
style="--width: 68; --height: 68"
>
<img
src="./assets/images/feature-1.png"
width="68"
height="68"
alt="feature svg"
class="img-cover"
/>
</figure>
<h2 class="h3 card-title">Integrations</h2>
</div>
</li>
<li class="feature-card-item">
<div class="feature-card">
<figure
class="card-banner img-holder"
style="--width: 65; --height: 62"
>
<img
src="./assets/images/feature-2.png"
width="65"
height="62"
alt="feature svg"
class="img-cover"
/>
</figure>
<h2 class="h3 card-title">Workflows</h2>
</div>
</li>
<li class="feature-card-item">
<div class="feature-card">
<figure
class="card-banner img-holder"
style="--width: 70; --height: 63"
>
<img
src="./assets/images/feature-3.png"
width="70"
height="63"
alt="feature svg"
class="img-cover"
/>
</figure>
<h2 class="h3 card-title">Community</h2>
<span class="span card-text">
Plan upon yet way get cold spot its week. Almost do am or
limits hearts. Resolve parties but why she shewing. She sang
know.
</span>
</div>
</li>
</ul>
<div class="feature-content">
<p class="section-subtitle">OUR FEATURES</p>
<h2 class="h2 section-title">
Best performance and awesome features
</h2>
<span class="span section-text">
Contrasted dissimilar get joy you instrument out reasonably.
Again keeps at no meant stuff. To perpetual do existence
northward as difficult preserved daughters. Continued at up to
zealously.
</span>
<ul class="feature-content-list">
<li class="feature-content-item">
<ion-icon
name="checkmark-outline"
aria-hidden="true"
></ion-icon>
<a href="#" class="span">Project Initialization</a>
</li>
<li class="feature-content-item">
<ion-icon
name="checkmark-outline"
aria-hidden="true"
></ion-icon>
<a href="#" class="span">Realtime Best Data Solutions.</a>
</li>
<li class="feature-content-item">
<ion-icon
name="checkmark-outline"
aria-hidden="true"
></ion-icon>
<a href="#" class="span">Market Development</a>
</li>
</ul>
</div>
<img
src="./assets/images/feature-shape-1.png"
width="354"
height="500"
alt="feature shape"
class="shape feature-shape-1"
/>
<img
src="./assets/images/feature-shape-2.png"
width="533"
height="500"
alt="feature shape"
class="shape feature-shape-2"
/>
</div>
</section>
<!--
- #STRUCTURE
-->
<section class="section structure">
<div class="container">
<div class="structure-banner-box">
<figure
class="structure-banner img-holder"
style="--width: 800; --height: 600"
>
<img
src="./assets/images/structure-banner.jpg"
width="800"
height="600"
loading="lazy"
alt="structure banner"
class="img-cover"
/>
</figure>
<div class="collaboration-card">
<h2 class="h3 card-title">Experience</h2>
<span class="span card-text">
Continued at up to zealously necessary breakfast. Surrounded
sir motionless she end literature. Gay direction neglected.
</span>
<ul class="collab-card-list">
<li class="collab-card-item">
<a href="#" class="collab-link">
<span class="span">Trends tracking</span>
</a>
</li>
<li class="collab-card-item">
<a href="#" class="collab-link">
<span class="span">Loyalty Programs</span>
</a>
</li>
<li class="collab-card-item">
<a href="#" class="collab-link">
<span class="span">Vendor Management</span>
</a>
</li>
</ul>
</div>
<img
src="./assets/images/structure-shape-2.png"
width="97"
height="80"
loading="lazy"
alt="shape"
class="shape structure-shape-1"
/>
</div>
<div class="structure-content">
<p class="section-subtitle">STRUCTURE</p>
<h2 class="h2 section-title">
Build your SAAS landing page using the intelligent BEM interface
</h2>
<div class="progress-wrapper">
<div class="progress-card">
<div class="progress-circle per-89">
<span class="span">89%</span>
</div>
<h3 class="h3 progressbar-title">Customizable</h3>
</div>
<div class="progress-card">
<div class="progress-circle per-78">
<span class="span">78%</span>
</div>
<h3 class="h3 progressbar-title">Satisfaction Rate</h3>
</div>
</div>
</div>
<img
src="./assets/images/structure-shape-1.png"
width="408"
height="395"
loading="lazy"
alt="shape"
class="shape structure-shape-2"
/>
</div>
</section>
<!--
- #CAPABILITIES
-->
<section class="section capabilities">
<div class="container">
<p class="section-subtitle">INCLUDED CAPABILITIES</p>
<h1 class="h2 section-title">Features designed for you</h1>
<ul class="capability-list">
<li class="capability-item">
<div class="capability-card">
<figure
class="card-banner img-holder"
style="--width: 159; --height: 152"
>
<img
src="./assets/images/capabilities-1.png"
width="159"
height="152"
loading="lazy"
alt="dashboard ui"
class="img img-cover"
/>
</figure>
<span class="card-subtitle">DASHBAORD UI</span>
<h2 class="h3 card-title">Friendly Interface</h2>
<a href="#" class="btn-link" aria-label="read more">
<ion-icon
name="arrow-forward-outline"
aria-hidden="true"
></ion-icon>
</a>
</div>
</li>
<li class="capability-item">
<div class="capability-card">
<figure
class="card-banner img-holder"
style="--width: 166; --height: 144"
>
<img
src="./assets/images/capabilities-2.png"
width="166"
height="144"
loading="lazy"
alt="dynamic options"
class="img img-cover"
/>
</figure>
<span class="card-subtitle">DYNAMIC OPTIONS</span>
<h2 class="h3 card-title">Extensions & Addons</h2>
<a href="#" class="btn-link" aria-label="read more">
<ion-icon
name="arrow-forward-outline"
aria-hidden="true"
></ion-icon>
</a>
<img
src="./assets/images/capabilities-card-bg.png"
width="453"
height="1094"
loading="lazy"
alt="card-shape"
class="card-shape"
/>
</div>
</li>
<li class="capability-item">
<div class="capability-card">
<figure
class="card-banner img-holder"
style="--width: 159; --height: 152"
>
<img
src="./assets/images/capabilities-3.png"
width="159"
height="152"
loading="lazy"
alt="security"
class="img img-cover"
/>
</figure>
<span class="card-subtitle">SECURITY</span>
<h2 class="h3 card-title">Strong Encryption</h2>
<a href="#" class="btn-link" aria-label="read more">
<ion-icon
name="arrow-forward-outline"
aria-hidden="true"
></ion-icon>
</a>
</div>
</li>
</ul>
</div>
</section>
</article>
</main>
<!--
- #FOOTER
-->
<footer class="footer">
<div class="footer-top">
<div class="container">
<div class="footer-brand">
<div class="logo-wrapper">
<a href="#" class="logo">
<img
src="./assets/images/logo-light.png"
width="500"
height="168"
loading="lazy"
alt="anaton"
class="img-cover"
/>
</a>
<a href="#" class="logo logo-dark">
<img
src="./assets/images/logo.png"
width="500"
height="168"
loading="lazy"
alt="anaton"
class="img-cover"
/>
</a>
</div>
<p class="footer-text">
Join our subscribers list to get the instant latest news and
special offers.
</p>
<div class="input-wrapper">
<input
type="text"
class="input-field"
placeholder="Your Email"
required
/>
<button type="submit" class="btn submit active" value="submit">
<span class="span">Subscribe</span>
</button>
</div>
<a href="#" class="copyright">
© 2023 DuoDevs. All Rights Reserved.
<span class="span"></span>
</a>
<ul class="social-list">
<li class="social-item">
<a href="#" class="social-link">
<ion-icon name="logo-facebook" aria-hidden="true"></ion-icon>
</a>
</li>
<li class="social-item">
<a href="#" class="social-link">
<ion-icon name="logo-twitter" aria-hidden="true"></ion-icon>
</a>
</li>
<li class="social-item">
<a href="#" class="social-link">
<ion-icon name="logo-instagram" aria-hidden="true"></ion-icon>
</a>
</li>
</ul>
</div>
<ul class="footer-list">
<li class="footer-item">
<h2 class="h4 footer-list-title">Company</h2>
</li>
<li class="footer-item">
<a href="#" class="footer-link">Company Profile</a>
</li>
<li class="footer-item">
<a href="#" class="footer-link">About</a>
</li>
<li class="footer-item">
<a href="#" class="footer-link">Help Center</a>
</li>
<li class="footer-item">
<a href="#" class="footer-link">Career</a>
</li>
<li class="footer-item">
<a href="#" class="footer-link">Plans & Pricing</a>
</li>
<li class="footer-item">
<a href="#" class="footer-link">Contact</a>
</li>
</ul>
<ul class="footer-list">
<li class="footer-item">
<h2 class="h4 footer-list-title">Community</h2>
</li>
<li class="footer-item">
<a href="#" class="footer-link">Career</a>
</li>
<li class="footer-item">
<a href="#" class="footer-link">Leadership</a>
</li>
<li class="footer-item">
<a href="#" class="footer-link">Strategy</a>
</li>
<li class="footer-item">
<a href="#" class="footer-link">Services</a>
</li>
<li class="footer-item">
<a href="#" class="footer-link">History</a>
</li>
<li class="footer-item">
<a href="#" class="footer-link">Components</a>
</li>
</ul>
<ul class="footer-info-list">
<li class="footer-info-item">
<h2 class="h4 footer-info-title">Contact Info</h2>
</li>
<li class="footer-info-item">
<div class="icon-box">
<ion-icon name="home-outline" aria-hidden="true"></ion-icon>
</div>
<div class="info-content">
<span class="info-title">ADDRESS:</span>
<p class="info-link">
5919 Trussville Crossings Pkwy, Birmingham
</p>
</div>
</li>
<li class="footer-info-item">
<div class="icon-box">
<ion-icon name="mail-outline" aria-hidden="true"></ion-icon>
</div>
<div class="info-content">
<span class="info-title">EMAIL:</span>
<a href="mailto:[email protected]" class="info-link"
>
</div>
</li>
<li class="footer-info-item">
<div class="icon-box">
<ion-icon name="call-outline" aria-hidden="true"></ion-icon>
</div>
<div class="info-content">
<span class="info-title">PHONE:</span>
<a href="tel:+12334598768" class="info-link">+123 34598768</a>
</div>
</li>
</ul>
</div>
</div>
<div class="footer-bottom">
<a href="#" class="copyright-text">
© 2023 DuoDevs. All Rights Reserved.
</a>
</div>
</footer>
<!--
- custom js link
-->
<script src="./assets/js/script.js"></script>
<!--
- ion-icon link
-->
<script
type="module"
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"
></script>
</body>
</html>