-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
549 lines (422 loc) · 21.4 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>Fintech Solutions</title>
<meta name="description"
content="Explore cutting-edge financial technology solutions designed to streamline banking, payments, and investment processes. Discover innovative tools to enhance your financial services experience.">
<link rel="apple-touch-icon" sizes="180x180" href="./src/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./src/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./src/images/favicon-16x16.png">
<link rel="manifest" href="./src/images/site.webmanifest">
<link href="https://cdn.jsdelivr.net/npm/[email protected]
/modern-normalize.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
<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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
rel="stylesheet">
<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=Urbanist:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
<script type="module" src="/src/main.js"></script>
</head>
<body>
<nav>
<div class="nav">
<a class="logo" href="https://fintech-website-six.vercel.app/">
<img src="./src/images/logo-small.png" alt="Company logo">
Paynet
</a>
<ul class="nav__list">
<li class="nav__item"><a class="nav__link" href="https://fintech-website-six.vercel.app/">Home</a></li>
<li class="nav__item"><a class="nav__link" href="#pricing">Pricing
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor"
class="size-6">
<path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5" />
</svg>
</a>
<ul class="nav__dropdown">
<li class="nav__dropdown-item"><a class="nav__dropdown-link" href="#pricing">Personal</a></li>
<li class="nav__dropdown-item"><a class="nav__dropdown-link" href="#pricing">Pro</a></li>
<li class="nav__dropdown-item"><a class="nav__dropdown-link" href="#pricing">Business</a></li>
<li class="nav__dropdown-item"><a class="nav__dropdown-link" href="#pricing">Enterprise</a></li>
</ul>
</li>
<li class="nav__item"><a class="nav__link" href="#conversion">Contact
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor"
class="size-6">
<path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5" />
</svg>
</a>
<ul class="nav__dropdown">
<li class="nav__dropdown-item"><a class="nav__dropdown-link" href="#">Support</a></li>
<li class="nav__dropdown-item"><a class="nav__dropdown-link" href="#">Sales</a></li>
</ul>
</li>
<li class="nav__item"><a class="nav__link" href="#benefits">About Us</a></li>
</ul>
<button class="open-menu-btn" id="js-open-menu-btn" aria-label="open menu" type="button">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor"
class="size-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" />
</svg>
</button>
</div>
</nav>
<header>
<div class="container header">
<h1 class="header__title">Seamless financial solutions for the modern Era</h1>
<p class="header__subtitle">Simplifying your financial journey with Paysense. Your all-in-one financial solution
for secure and seamless financial transactions.</p>
<div class="header__input-wrapper">
<label for="email" class="visually-hidden">Email Address</label>
<input type="email" placeholder="Enter your email">
<a href="#" aria-label="Sign Up for to create an account" class="button button--input">Sign
Up</a>
</div>
<div class="button-wrapper">
<a class="button button--header" href="#">Make The Switch</a>
</div>
</div>
</header>
<main>
<section id="benefits">
<div class="container benefits">
<div class="text-wrapper">
<h2 class="benefits__title">Empowering Your Financial Journey</h2>
<p class="benefits__subtitle">Simplifying Your Financial Journey with Paysense. Your all-in-one financial
solution
fOr secure and seamless financial transactions.</p>
</div>
<div class="benefits__card-wrapper">
<article class="benefits__card">
<i class="ri-lock-star-fill"></i>
<h3 class="benefits__card-title">Security First</h3>
<p class="benefits__card-description">We prioritize the safety of your financial data with advanced
encryption and
real-time fraud protection.</p>
</article>
<article class="benefits__card">
<i class="ri-money-dollar-box-fill"></i>
<h3 class="benefits__card-title">Cost-Effective Solutions</h3>
<p class="benefits__card-description">Tailored financial services designed to reduce operational costs and
improve
your bottom line.</p>
</article>
<article class="benefits__card">
<i class="ri-bar-chart-box-fill"></i>
<h3 class="benefits__card-title">Growth-Driven Insights</h3>
<p class="benefits__card-description">Gain valuable insights into your financial performance with detailed
analytics
and reporting tools.</p>
</article>
<article class="benefits__card">
<i class="ri-questionnaire-fill"></i>
<h3 class="benefits__card-title">Personalized Support</h3>
<p class="benefits__card-description">Our dedicated team provides personalized financial assistance
tailored to your
company's needs.</p>
</article>
</div>
</div>
</section>
<section id="trust">
<div class="container trust">
<h2 class="trust__title">We earn your trust by working efficiently</h2>
<div class="trust__text-wrapper">
<p class="trust__text">At Paysense, we are committed to providing you with the best financial solutions
that
meet your needs. Our team of experts works tirelessly to ensure that you receive top-notch service and
support
every step of the way.</p>
<div class="trust__statistics">
<div class="trust__stats">
<span class="trust__number">15+</span>
<p class="trust__category">Years of experience</p>
</div>
<div class="trust__stats">
<span class="trust__number">60k</span>
<p class="trust__category">Customers worldwide</p>
</div>
<div class="trust__stats">
<span class="trust__number">800+</span>
<p class="trust__category">Projects completed</p>
</div>
</div>
<a href="#" aria-label="Learn more about why you should work with us" class="button button--black">Learn
More</a>
</div>
</div>
</section>
<section id="testimonials">
<div class="container testimonials">
<div class="text-wrapper">
<h2 class="testimonials__title">What Our Users Are Saying</h2>
<p class="testimonials__subtitle">Hear from our satisfied clients about their experiences with us.</p>
</div>
<div class="testimonials__card-wrapper">
<article class="testimonials__card">
<div class="testimonials__card-top">
<div class="testimonials__card-icon"><i class="fa-solid fa-star"></i></div>
<div class="testimonials__card-stars">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
</div>
<div class="testimonials__card-middle">
<h4 class="testimonials__card-quote">"This service exceeded all my expectations!"</h4>
<p class="testimonials__card-review">The team was professional, responsive, and truly understood my
needs. I
highly recommend them to anyone looking for quality service and excellent customer care.</p>
</div>
<div class="testimonials__card-bottom">
<p class="testimonials__card-name">John Doe</p>
<p class="testimonials__card-job">Project Manager</p>
</div>
</article>
<article class="testimonials__card">
<div class="testimonials__card-top">
<div class="testimonials__card-icon"><i class="fa-solid fa-star"></i></div>
<div class="testimonials__card-stars">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
</div>
<div class="testimonials__card-middle">
<h4 class="testimonials__card-quote">"I had a great experience working with this team."</h4>
<p class="testimonials__card-review">Their attention to detail and commitment to delivering top-notch
results
made the entire process smooth and stress-free. I'll definitely be using their services again.</p>
</div>
<div class="testimonials__card-bottom">
<p class="testimonials__card-name">Jane Smith</p>
<p class="testimonials__card-job">Marketing Specialist</p>
</div>
</article>
<article class="testimonials__card">
<div class="testimonials__card-top">
<div class="testimonials__card-icon"><i class="fa-solid fa-star"></i></div>
<div class="testimonials__card-stars">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
</div>
<div class="testimonials__card-middle">
<h4 class="testimonials__card-quote">"Their innovative solutions really helped our business grow."</h4>
<p class="testimonials__card-review">The team delivered results that far exceeded our expectations, and
their
creative approach brought a fresh perspective to our project. Highly recommended!</p>
</div>
<div class="testimonials__card-bottom">
<p class="testimonials__card-name">Emily Taylor</p>
<p class="testimonials__card-job">Business Owner</p>
</div>
</article>
</div>
</div>
</section>
<section id="pricing">
<div class="container pricing">
<div class="text-wrapper">
<h2 class="pricing__title">Get exclusive offers and discounts</h2>
<p class="pricing__subtitle">Join the Paysense community today and take control of your financial life.</p>
</div>
<div class="pricing__card-wrapper">
<article class="pricing__card">
<h3 class="pricing__card-title">Personal</h3>
<div class="pricing__card-fee">
<p class="pricing__card-unit">$</p>
<p class="pricing__card-amount">16</p>
<p class="pricing__card-duration">/mo</p>
</div>
<div class="pricing__card-features-wrapper">
<p class="pricing__card-feature">Real-time Payment Tracking</p>
<p class="pricing__card-feature">Secure Mobile Wallet</p>
<p class="pricing__card-feature">AI-Powered Fraud Detection</p>
</div>
<div class="button-wrapper">
<a class="button button--black">Subscribe</a>
<a class="button button--white">More Info</a>
</div>
</article>
<article class="pricing__card">
<h3 class="pricing__card-title">Pro</h3>
<div class="pricing__card-fee">
<p class="pricing__card-unit">$</p>
<p class="pricing__card-amount">20</p>
<p class="pricing__card-duration">/mo</p>
</div>
<div class="pricing__card-features-wrapper">
<p class="pricing__card-feature">Instant Account Setup</p>
<p class="pricing__card-feature">Low Transaction Fees</p>
<p class="pricing__card-feature">24/7 Customer Support</p>
</div>
<div class="button-wrapper">
<a class="button button--black">Subscribe</a>
<a class="button button--white">More Info</a>
</div>
</article>
<article class="pricing__card">
<h3 class="pricing__card-title">Business</h3>
<div class="pricing__card-fee">
<p class="pricing__card-unit">$</p>
<p class="pricing__card-amount">30</p>
<p class="pricing__card-duration">/mo</p>
</div>
<div class="pricing__card-features-wrapper">
<p class="pricing__card-feature">Integrated Payment Gateway</p>
<p class="pricing__card-feature">Automated Invoice Generation</p>
<p class="pricing__card-feature">Multi-currency Support</p>
</div>
<div class="button-wrapper">
<a class="button button--black">Subscribe</a>
<a class="button button--white">More Info</a>
</div>
</article>
<article class="pricing__card">
<h3 class="pricing__card-title">Enterprise</h3>
<div class="pricing__card-fee">
<p class="pricing__card-unit">$</p>
<p class="pricing__card-amount">50</p>
<p class="pricing__card-duration">/mo</p>
</div>
<div class="pricing__card-features-wrapper">
<p class="pricing__card-feature">Dedicated Account Manager</p>
<p class="pricing__card-feature">Custom Payment Solutions</p>
<p class="pricing__card-feature">Advanced Analytics & Reports</p>
</div>
<div class="button-wrapper">
<a class="button button--black">Subscribe</a>
<a class="button button--white">More Info</a>
</div>
</article>
</div>
</div>
</section>
<section id="conversion">
<div class="container conversion">
<h2 class="conversion__title">Driving Conversions Through Financial Innovation</h2>
<p class="conversion__subtitle">We provide cutting-edge financial solutions designed to enhance user
experience,
streamline processes, and increase conversion rates. Join us in transforming the way businesses operate in
today's
dynamic market.</p>
<a class="button button--black">Give Us a Call</a>
</div>
</section>
<section id="tracking">
<div class="container tracking">
<div class="text-wrapper">
<h2 class="tracking__title">Track Your Finances the Right Way</h2>
<p class="tracking__subtitle">With Paysense, you can track your finances on the go, set budgets, and receive
real-time notifications. Stay on top of your money, and take control of your financial life.</p>
</div>
<div class="tracking__content">
<div class="tracking__feedback-wrapper">
<article class="tracking__feedback">
<div class="tracking__feedback-type">
<div class="tracking__icon"><i class="ri-chat-smile-3-line"></i></div>
<h3 class="tracking__feedback-name">Satisfaction</h3>
</div>
<h4 class="tracking__feedback-results">
<span>80%</span>
of users
</h4>
<p class="tracking__feedback-description">Our users have given us a satisfaction rating of 80%, and we
have over 600,000 reviews.
</p>
</article>
<article class="tracking__feedback">
<div class="tracking__feedback-type">
<div class="tracking__icon"><i class="ri-question-answer-line"></i></div>
<h3 class="tracking__feedback-name">Reviews</h3>
</div>
<h4 class="tracking__feedback-results">
<span>600K</span>
reviews
</h4>
<p class="tracking__feedback-description">Our users have given us a satisfaction rating of 80%, and we
have over 600,000 reviews.
</p>
</article>
</div>
<img class="tracking__image" src="./src/images/tracking.jpg"
alt="Image of a team of staff in a business meeting">
</div>
</div>
</section>
</main>
<footer>
<div class="footer">
<div class="footer__company">
<a class="logo" href="https://fintech-website-six.vercel.app/"><img src="./src/images/logo-small.png"
alt="Company logo">Paynet</a>
<p class="footer__company-subtitle">Dedicated to providing secure, seamless financial solutions that support
your business
every
step of the way.</p>
<div class="footer__socials">
<a class="footer__socials-link" href="https://www.linkedin.com/" target="_blank">
<i class="fa-brands fa-linkedin-in"></i>
</a>
<a class="footer__socials-link" href="https://www.facebook.com" target="_blank">
<i class="fa-brands fa-facebook-f"></i>
</a>
<a class="footer__socials-link" href="https://x.com" target="_blank">
<i class="fa-brands fa-twitter"></i>
</a>
</div>
<p class="footer__company-copyright">Copyright © 2024. All Rights Reserved.</p>
</div>
<div class="footer__group">
<h4 class="footer__group-title">Our Pages</h4>
<ul class="footer__group-list">
<li><a class="footer__group-link" href="#">Home</a></li>
<li><a class="footer__group-link" href="#">About</a></li>
<li><a class="footer__group-link" href="#">Services</a></li>
<li><a class="footer__group-link" href="#">Contact</a></li>
<li><a class="footer__group-link" href="#">Blog</a></li>
</ul>
</div>
<div class="footer__group">
<h4 class="footer__group-title">Quick Links</h4>
<ul class="footer__group-list">
<li><a class="footer__group-link" href="#">FAQ</a></li>
<li><a class="footer__group-link" href="#">Pricing</a></li>
<li><a class="footer__group-link" href="#">About Us</a></li>
<li><a class="footer__group-link" href="#">Terms</a></li>
<li><a class="footer__group-link" href="#">Privacy</a></li>
</ul>
</div>
<div class="footer__input">
<h4 class="footer__input-title">Subscribe to our mailing list</h4>
<p class="footer__input-subtitle">Stay informed with the latest news and insights from Paynet. Sign up to
receive our
updates directly in your inbox.</p>
<div class="footer__input-wrapper">
<label for="email" class="visually-hidden">Email Address</label>
<input type="text" placeholder="Enter your email address">
<button class="button button--input">Subscribe</button>
</div>
</div>
</div>
</footer>
</body>
</html>