-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
542 lines (529 loc) · 29.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="./images/favicon.svg?">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css"/>
<script defer src="app.js"></script>
<title>Appvilla - App For Everyone</title>
</head>
<body>
<div class="preloader">
<span class="preloader__circle"></span>
<span class="preloader__circle preloader__circle--two"></span>
</div>
<a href="#" class="go-top" aria-label="Go back to top"><i class="fa-solid fa-chevron-up"></i></a>
<nav>
<a href="#" class="nav__logo">
<img src="./images/white-logo.svg" alt="Logo | Appvilla" class="nav__logo-white">
<img src="./images/logo.svg" alt="Logo | Appvilla" class="nav__logo-orange">
</a>
<ul class="nav__links">
<li><a href="#header" class="header-link">Home</a></li>
<li><a href="#features" class="features-link">Features</a></li>
<li><a href="#overview" class="overview-link">Overview</a></li>
<li><a href="#pricing" class="pricing-link">Pricing</a></li>
<li><a href="#team" class="team-link">Team</a></li>
<li><a href="#blog" class="blog-link">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<div class="nav__menu">
<div class="hamburger"></div>
</div>
<a href="#" class="nav__cta">Get Started</a>
</nav>
<header id="header" class="nav-section">
<section class="header__text">
<h1 class="fadeFromLeft">A Powerful App For Your Business.</h1>
<p class="fadeFromLeft">From open source to pro services, Appvilla helps you to build, deploy, test, and monitor apps.</p>
<div class="header__text-link fadeFromLeft">
<a href="#"><i class="fa-brands fa-apple"></i><span>App Store</span></a>
<a href="#"><i class="fa-brands fa-google-play"></i><span>Google Play</span></a>
</div>
</section>
<div class="header__img">
<img src="./images/phone.png" alt="Appvilla mobile app's UI" class="fadeFromRight">
</div>
</header>
<div class="features nav-section" id="features">
<section class="features__text">
<h3 class="fadeFromTop">Features</h3>
<h2 class="fadeFromTop">Your Experience Gets Better And Better Over Time.</h2>
<p class="fadeFromTop">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.</p>
</section>
<div class="features__grid">
<section class="feature fadeFromTop">
<div class="feature__icon">
<i class="fa-solid fa-cloud-arrow-up"></i>
</div>
<h3>Push to Deploy</h3>
<p>It is a long established fact that a reader will be distracted by the readable content of a page at its layout.</p>
</section>
<section class="feature fadeFromTop">
<div class="feature__icon">
<i class="fa-solid fa-lock"></i>
</div>
<h3>SSL Certificates</h3>
<p>It is a long established fact that a reader will be distracted by the readable content of a page at its layout.</p>
</section>
<section class="feature fadeFromTop">
<div class="feature__icon">
<i class="fa-solid fa-rotate"></i>
</div>
<h3>Simple Queues</h3>
<p>It is a long established fact that a reader will be distracted by the readable content of a page at its layout.</p>
</section>
<section class="feature fadeFromTop">
<div class="feature__icon">
<i class="fa-solid fa-shield"></i>
</div>
<h3>Advanced Security</h3>
<p>It is a long established fact that a reader will be distracted by the readable content of a page at its layout.</p>
</section>
<section class="feature fadeFromTop">
<div class="feature__icon">
<i class="fa-solid fa-gear"></i>
</div>
<h3>Powerful API</h3>
<p>It is a long established fact that a reader will be distracted by the readable content of a page at its layout.</p>
</section>
<section class="feature fadeFromTop">
<div class="feature__icon">
<i class="fa-solid fa-layer-group"></i>
</div>
<h3>Database Backups</h3>
<p>It is a long established fact that a reader will be distracted by the readable content of a page at its layout.</p>
</section>
</div>
</div>
<div class="overview nav-section" id="overview">
<div class="overview-flex fadeFromTop">
<section class="overview-flex__text">
<div class="overview-flex__text-icon">
<i class="fa-solid fa-download"></i>
</div>
<h2>1,25,000 Customers Using The Application!</h2>
<p>Collaborate over projects with your team and clients optimised for mobile and tablet don't let slow page speeds drive our innovative platform empowers anyone to convert clicks ou'll publish your first landing page in minutes.</p>
<a href="#" class="overview-flex__text-link">Get Started</a>
</section>
<div class="overview-flex__img">
<img src="./images/app-ss1.png" alt="">
</div>
</div>
<div class="overview-flex overview-flex-two fadeFromTop">
<section class="overview-flex__text">
<div class="overview-flex__text-icon">
<i class="fa-solid fa-table-list"></i>
</div>
<h2>Seamless Loyalty</h2>
<p>Collaborate over projects with your team and clients optimised for mobile and tablet don't let slow page speeds drive our innovative platform empowers anyone to convert clicks ou'll publish your first landing page in minutes.</p>
<a href="#" class="overview-flex__text-link">Get Started</a>
</section>
<div class="overview-flex__img">
<img src="./images/app-ss2.png" alt="">
</div>
</div>
<section class="overview__facts">
<h2 class="fadeFromTop">Trusted by developers from over 80 planets</h2>
<p class="fadeFromTop">There are many variations of passages of Lorem Ipsum available, but the majority.</p>
<div class="fact-flex fadeFromTop">
<section class="fact-flex__column">
<h3>100%</h3>
<p>Satisfaction</p>
</section>
<section class="fact-flex__column">
<h3>120K</h3>
<p>Happy Users</p>
</section>
<section class="fact-flex__column">
<h3>125k+</h3>
<p>Downloads</p>
</section>
</div>
</section>
</div>
<div class="pricing nav-section" id="pricing">
<section class="pricing__text">
<h3 class="fadeFromTop">Pricing</h3>
<h2 class="fadeFromTop">Pricing Plan</h2>
<p class="fadeFromTop">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.</p>
</section>
<div class="pricing__grid">
<div class="price-menu fadeFromTop">
<h4 class="price-menu__type">Hobby</h4>
<p>All the basics for starting a new business</p>
<div class="price-menu__price">
<h2>$12</h2>
<span>/mo</span>
</div>
<button class="price-menu__btn" type="button">Buy Hobby</button>
<hr>
<h4 class="price-menu__included">What's included</h4>
<ul class="price-menu__list">
<li><i class="fa-regular fa-circle-check"></i><span>Cras justo odio.</span></li>
<li><i class="fa-regular fa-circle-check"></i><span>Dapibus ac facilisis in.</span></li>
<li><i class="fa-regular fa-circle-check"></i><span>Morbi leo risus.</span></li>
<li><i class="fa-regular fa-circle-check"></i><span>Potenti felis, in cras ligula.</span></li>
</ul>
</div>
<div class="price-menu fadeFromTop">
<h4 class="price-menu__type">Freelancer</h4>
<p>All the basics for starting a new business</p>
<div class="price-menu__price">
<h2>$24</h2>
<span>/mo</span>
</div>
<button class="price-menu__btn" type="button">Buy Freelancer</button>
<hr>
<h4 class="price-menu__included">What's included</h4>
<ul class="price-menu__list">
<li><i class="fa-regular fa-circle-check"></i><span>Cras justo odio.</span></li>
<li><i class="fa-regular fa-circle-check"></i><span>Dapibus ac facilisis in.</span></li>
<li><i class="fa-regular fa-circle-check"></i><span>Morbi leo risus.</span></li>
<li><i class="fa-regular fa-circle-check"></i><span>Potenti felis, in cras ligula.</span></li>
</ul>
</div>
<div class="price-menu fadeFromTop">
<h4 class="price-menu__type">Startup</h4>
<p>All the basics for starting a new business</p>
<div class="price-menu__price">
<h2>$32</h2>
<span>/mo</span>
</div>
<button class="price-menu__btn" type="button">Buy Startup</button>
<hr>
<h4 class="price-menu__included">What's included</h4>
<ul class="price-menu__list">
<li><i class="fa-regular fa-circle-check"></i><span>Cras justo odio.</span></li>
<li><i class="fa-regular fa-circle-check"></i><span>Dapibus ac facilisis in.</span></li>
<li><i class="fa-regular fa-circle-check"></i><span>Morbi leo risus.</span></li>
<li><i class="fa-regular fa-circle-check"></i><span>Potenti felis, in cras ligula.</span></li>
</ul>
</div>
<div class="price-menu fadeFromTop">
<h4 class="price-menu__type">Enterprise</h4>
<p>All the basics for starting a new business</p>
<div class="price-menu__price">
<h2>$48</h2>
<span>/mo</span>
</div>
<button class="price-menu__btn" type="button">Buy Enterprise</button>
<hr>
<h4 class="price-menu__included">What's included</h4>
<ul class="price-menu__list">
<li><i class="fa-regular fa-circle-check"></i><span>Cras justo odio.</span></li>
<li><i class="fa-regular fa-circle-check"></i><span>Dapibus ac facilisis in.</span></li>
<li><i class="fa-regular fa-circle-check"></i><span>Morbi leo risus.</span></li>
<li><i class="fa-regular fa-circle-check"></i><span>Potenti felis, in cras ligula.</span></li>
</ul>
</div>
</div>
</div>
<div class="team nav-section" id="team">
<section class="team__text">
<h3 class="fadeFromTop">Team</h3>
<h2 class="fadeFromTop">Meet Our Team</h2>
<p class="fadeFromTop">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.</p>
</section>
<div class="team__grid">
<div class="stuff fadeFromTop">
<div class="stuff__img">
<img src="./images/team1.jpg" alt="Leonard Krasner's portrait">
</div>
<div class="stuff__info">
<section class="stuff__info--name">
<h3>Leonard Krasner</h3>
<h5>Senior Designer</h5>
</section>
<div class="stuff__info--links">
<a href="#" aria-label="twitter"><i class="fa-brands fa-twitter"></i></a>
<a href="#" aria-label="linkedin"><i class="fa-brands fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="stuff fadeFromTop">
<div class="stuff__img">
<img src="./images/team2.jpg" alt="Leonard Krasner's portrait">
</div>
<div class="stuff__info">
<section class="stuff__info--name">
<h3>Leonard Krasner</h3>
<h5>Senior Designer</h5>
</section>
<div class="stuff__info--links">
<a href="#" aria-label="twitter"><i class="fa-brands fa-twitter"></i></a>
<a href="#" aria-label="linkedin"><i class="fa-brands fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="stuff fadeFromTop">
<div class="stuff__img">
<img src="./images/team3.jpg" alt="Leonard Krasner's portrait">
</div>
<div class="stuff__info">
<section class="stuff__info--name">
<h3>Leonard Krasner</h3>
<h5>Senior Designer</h5>
</section>
<div class="stuff__info--links">
<a href="#" aria-label="twitter"><i class="fa-brands fa-twitter"></i></a>
<a href="#" aria-label="linkedin"><i class="fa-brands fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="testimonial">
<img src="./images/testi-patern.svg" alt="" class="testimonial__pattern testimonial__pattern--top">
<img src="./images/testi-patern.svg" alt="" class="testimonial__pattern testimonial__pattern--bottom">
<div class="swiper1">
<div class="swiper-wrapper">
<div class="slide swiper-slide">
<img src="./images/brand1.svg" alt="">
<q>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has</q>
<div class="slide__profile">
<img src="./images/testi1.jpg" alt="">
<h4>Musharof Chowdhury</h4>
<span>CEO - Graygrids</span>
</div>
</div>
<div class="slide swiper-slide">
<img src="./images/brand2.svg" alt="">
<q>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has</q>
<div class="slide__profile">
<img src="./images/comment1.jpg" alt="">
<h4>Musharof Chowdhury</h4>
<span>CEO - Ayro UI</span>
</div>
</div>
<div class="slide swiper-slide">
<img src="./images/brand3.svg" alt="">
<q>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has</q>
<div class="slide__profile">
<img src="./images/testi3.jpg" alt="">
<h4>Naimur Rahman</h4>
<span>CEO - WpthemesGrid</span>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
<section class="install">
<h2 class="fadeFromTop">Install Appvilla and Start Using</h2>
<p class="fadeFromTop">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</p>
<div class="install__link fadeFromTop">
<a href="#"><i class="fa-brands fa-apple"></i><span>App Store</span></a>
<a href="#"><i class="fa-brands fa-google-play"></i><span>Google Play</span></a>
</div>
</section>
<div class="faq">
<section class="faq__text">
<h3 class="fadeFromTop">FAQ</h3>
<h2 class="fadeFromTop">Frequently Asked Questions</h2>
<p class="fadeFromTop">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.</p>
</section>
<div class="faq__accordion">
<details>
<summary>
<div class="question">
<div class="question__count">01</div>
<p>How do I contact customer services?</p>
</div>
<i class="fa-solid fa-plus"></i>
<i class="fa-solid fa-minus"></i>
</summary>
<p class="answer">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam consectetur sit amet ante nec vulputate.Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute.<br><br> non cupidatat skateboard dolor brunch. Foosd truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt alqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim ke ffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident.</p>
</details>
<details>
<summary>
<div class="question">
<div class="question__count">02</div>
<p>Material types can you work with?</p>
</div>
<i class="fa-solid fa-plus"></i>
<i class="fa-solid fa-minus"></i>
</summary>
<p class="answer">Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute. non cupidatat skateboard dolor brunch. Foosd truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt alqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim ke ffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident.<br><br>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam consectetur sit amet ante nec vulputate. Nulla aliquam, justo auctor consequat tincidunt, arcu erat mattis lorem, lacinia lacinia dui enim at eros. Pellentesque ut gravida augue. Duis ac dictum tellus</p>
</details>
<details>
<summary>
<div class="question">
<div class="question__count">03</div>
<p>Can I have multiple activities in a single feature?</p>
</div>
<i class="fa-solid fa-plus"></i>
<i class="fa-solid fa-minus"></i>
</summary>
<p class="answer">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptas expedita, repellendus est nemo cum quibusdam optio, voluptate hic a tempora facere, nihil non itaque alias similique quas quam odit consequatur.</p>
</details>
<details>
<summary>
<div class="question">
<div class="question__count">04</div>
<p>How clients can consult through online?</p>
</div>
<i class="fa-solid fa-plus"></i>
<i class="fa-solid fa-minus"></i>
</summary>
<p class="answer">Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute. non cupidatat skateboard dolor brunch. Foosd truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt alqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et.<br><br>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Provident iure ab nisi, magnam vitae. Laboriosam laborum suscipit recusandae officia laudantium, consectetur adipisci voluptates doloremque quisquam. Id rerum iusto reprehenderit assumenda!</p>
</details>
<details>
<summary>
<div class="question">
<div class="question__count">05</div>
<p>Can I share resources between features?</p>
</div>
<i class="fa-solid fa-plus"></i>
<i class="fa-solid fa-minus"></i>
</summary>
<p class="answer">Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute. non cupidatat skateboard dolor brunch. Foosd truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt alqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et.</p>
</details>
</div>
</div>
<div class="blogs nav-section" id="blog">
<section class="blogs__text">
<h3 class="fadeFromTop">Blogs</h3>
<h2 class="fadeFromTop">Our Latest News</h2>
<p class="fadeFromTop">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.</p>
</section>
<div class="blogs__grid">
<a href="blog.html" class="blog fadeFromTop" aria-label="blog | Appvilla">
<div class="blog__img">
<img src="./images/blog-1.jpg" alt="blog">
</div>
<div class="blog__text">
<h5>Blog</h5>
<h4>Boost your conversion rate</h4>
<p>Lorem ipsum dolor sit amet, adipscing elitr, sed diam nonumy eirmod tempor ividunt dolore magna.</p>
<div class="blog__text-profile">
<img src="./images/comment1.jpg" alt="Roel Aufderhar">
<div>
<h5>Roel Aufderhar</h5>
<p>Mar 15,2023<span>* </span>5 min read</p>
</div>
</div>
</div>
</a>
<a href="blog.html" class="blog fadeFromTop" aria-label="blog | Appvilla">
<div class="blog__img">
<img src="./images/blog-2.jpg" alt="blog">
</div>
<div class="blog__text">
<h5>Video</h5>
<h4>How to use search engine</h4>
<p>Lorem ipsum dolor sit amet, adipscing elitr, sed diam nonumy eirmod tempor ividunt dolore magna.</p>
<div class="blog__text-profile">
<img src="./images/comment2.jpg" alt="Jenifer Zuliya">
<div>
<h5>Jenifer Zuliya</h5>
<p>Feb 10,2023<span>* </span>7 min read</p>
</div>
</div>
</div>
</a>
<a href="blog.html" class="blog fadeFromTop" aria-label="blog | Appvilla">
<div class="blog__img">
<img src="./images/blog-3.jpg" alt="blog">
</div>
<div class="blog__text">
<h5>Marketing</h5>
<h4>Awesome ways to boost sales</h4>
<p>Lorem ipsum dolor sit amet, adipscing elitr, sed diam nonumy eirmod tempor ividunt dolore magna.</p>
<div class="blog__text-profile">
<img src="./images/comment3.jpg" alt="Roel Aufderhar">
<div>
<h5>Roel Aufderhar</h5>
<p>Jan 20,2023<span>* </span>6 min read</p>
</div>
</div>
</div>
</a>
</div>
</div>
<div class="clients">
<div class="swiper">
<div class="swiper-wrapper">
<div class="swiper-slide"><img src="./images/graygrids-logo.svg" alt="Graygrids"></div>
<div class="swiper-slide"><img src="./images/lineicons-logo.svg" alt="Lineicons"></div>
<div class="swiper-slide"><img src="./images/pagebulb-logo.svg" alt="Pagebulb"></div>
<div class="swiper-slide"><img src="./images/graygrids-logo.svg" alt="Graygrids"></div>
<div class="swiper-slide"><img src="./images/lineicons-logo.svg" alt="Lineicons"></div>
</div>
</div>
</div>
<footer>
<div class="footer__top">
<div class="footer__intro">
<a href="#"><img src="./images/white-logo.svg" alt="Home | Appvilla" class="footer__intro--logo"></a>
<p>Making the world a better place through constructing elegant hierarchies.</p>
<ul class="footer__intro--media-links">
<li><a href="#" aria-label="Facebook"><i class="fa-brands fa-facebook-f"></i></a></li>
<li><a href="#" aria-label="Twitter"><i class="fa-brands fa-twitter"></i></a></li>
<li><a href="#" aria-label="Instagram"><i class="fa-brands fa-instagram"></i></a></li>
<li><a href="#" aria-label="Linkedin"><i class="fa-brands fa-linkedin"></i></a></li>
<li><a href="#" aria-label="Youtube"><i class="fa-brands fa-youtube"></i></a></li>
<li><a href="#" aria-label="Pinterest"><i class="fa-brands fa-pinterest"></i></a></li>
</ul>
<p class="footer__intro--copyright">A <a href="#">Uideck</a> design. Coded by <a href="#">Biplob Barua Rocky</a>.</p>
</div>
<div class="footer__grids">
<section class="footer__grid">
<h3>Solutions</h3>
<ul class="footer__grid--list">
<li><a href="#">Marketing</a></li>
<li><a href="#">Analytics</a></li>
<li><a href="#">Commerce</a></li>
<li><a href="#">Insights</a></li>
<li><a href="#">Promotion</a></li>
</ul>
</section>
<section class="footer__grid">
<h3>Support</h3>
<ul class="footer__grid--list">
<li><a href="#">Pricing</a></li>
<li><a href="#">Documentation</a></li>
<li><a href="#">Guides</a></li>
<li><a href="#">API Status</a></li>
<li><a href="#">Live Support</a></li>
</ul>
</section>
<section class="footer__grid">
<h3>Company</h3>
<ul class="footer__grid--list">
<li><a href="#">About Us</a></li>
<li><a href="#">Our Blog</a></li>
<li><a href="#">Jobs</a></li>
<li><a href="#">Press</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</section>
<section class="footer__grid">
<h3>Legal</h3>
<ul class="footer__grid--list">
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Catering Services</a></li>
<li><a href="#">Customer Relations</a></li>
<li><a href="#">Innovation</a></li>
</ul>
</section>
</div>
</div>
<div class="newsletter">
<div class="newsletter__text">
<h3>Subscribe To Our Newsletter</h3>
<p>The latest news, articles, and resources, sent to your inbox weekly.</p>
</div>
<form action="#" class="newsletter__form">
<input type="email" placeholder="Your email address">
<button type="submit">Subscribe</button>
</form>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
</body>
</html>