-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
684 lines (648 loc) · 28.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#100420" />
<!-- Primary Meta Tags -->
<title>SentFi — Modern Finance and Commerce</title>
<meta name="title" content="SentFi — Modern Finance and Commerce" />
<meta name="description"
content="SentFI is a platform, that protects web3 users from scams and supports personal and business loans, p2p commerce, NFT insurance & anti-rug pull for NFT investors." />
<meta name="keywords" content="sentfi, sentinel, nft, sentinel finance, sent-fi, sentfi-xyz, sentfi-xyz" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sentfi.xyz/" />
<meta property="og:title" content="SentFi — Modern Finance and Commerce" />
<meta property="og:description"
content="SentFI is a platform, that protects web3 users from scams and supports personal and business loans, p2p commerce, NFT insurance & anti-rug pull for NFT investors." />
<meta property="og:image" content="https://i.ibb.co/nwQP5rY/image.png" />
<meta property="og:site_name" content="SentFi.xyz" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://sentfi.xyz/" />
<meta property="twitter:title" content="SentFi — Modern Finance and Commerce" />
<meta property="twitter:description"
content="SentFI is a platform, that protects web3 users from scams and supports personal and business loans, p2p commerce, NFT insurance & anti-rug pull for NFT investors." />
<meta property="twitter:image" content="https://i.ibb.co/nwQP5rY/image.png" />
<!-- Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png" />
<link rel="manifest" href="./site.webmanifest" />
<!-- Styles -->
<link rel="stylesheet" href="./assets/css/style.css" />
<link rel="stylesheet" href="./assets/css/spacing.css" />
<!-- Link Swiper's CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.css" />
<!-- Google Fonts -->
<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:wght@400;500;600;700;800;900&display=swap"
rel="stylesheet" />
<!-- AOS Library -->
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<!-- Scripts -->
<script src="./assets/js/navbar.js" defer></script>
<script src="./assets/js/faviconChange.js" defer></script>
<script src="./assets/js/page-reveal.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.3/gsap.min.js"
integrity="sha512-gmwBmiTVER57N3jYS3LinA9eb8aHrJua5iQD7yqYCKa5x6Jjc7VDVaEA0je0Lu0bP9j7tEjV3+1qUm6loO99Kw=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3R525WDH41"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-3R525WDH41');
</script>
</head>
<body>
<div class="pre-load">
<div class="pre-load-logo">
<svg width="110" height="110" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M35.9534 75.1801L21.7072 90.6802L50.9874 115.481C65.6783 127.925 88.13 126.578 101.093 112.475C113.323 99.1694 112.766 79.2322 100.325 66.5703L91.3822 58.8033L88.6446 56.4843L88.6747 56.4518L84.0683 52.4503L83.9863 52.5391L68.6808 39.5745L43.2364 67.2571L34.1419 59.5536C21.8997 49.1838 20.7299 31.2233 31.5322 19.4706C42.3345 7.71855 61.0442 6.59555 73.2872 16.9653L97.6872 37.6333L87.4025 48.8227L92.0096 52.8243L106.26 37.3199L76.9794 12.5189C62.2885 0.0750158 39.8368 1.42187 26.8739 15.5253C13.911 29.628 15.3149 51.1807 30.0058 63.6245L39.3222 71.5158L39.2876 71.5526L43.9263 75.5202L43.9805 75.461L59.286 88.4255L84.7304 60.743L93.8249 68.4465C106.068 78.8162 107.237 96.7768 96.4346 108.53C85.6323 120.282 66.9227 121.405 54.6805 111.035L30.2796 90.3668L40.5921 79.1477L35.9534 75.1801ZM80.0721 56.7978L58.5428 80.2209L47.8947 71.2023L69.4248 47.7792L80.0721 56.7978Z"
fill="#88E900" />
</svg>
</div>
<p class="text-fade-in mt-3">Loading... This will only take a few seconds.</p>
</div>
<header>
<!-- Navbar -->
<nav class="navbar" id="navbar">
<div class="logo-container">
<a href="/">
<img src="./assets/images/logo.svg" alt="Sentinel Finance logo" class="nav-logo" id="logo" />
</a>
</div>
<a href="./p2p-loans/loan-listing/" class="launch-app">
<button type="button">Launch App</button>
</a>
</nav>
</header>
<main>
<!-- Hero Section -->
<section class="hero-section mb-5 py-5 mx-4" id="hero-section">
<div class="hero-bg"></div>
<div class="hero-content">
<div class="hero-text mb-4" data-aos="zoom-out" data-aos-duration="400">
<h1 class="mb-4">
New world of commerce and Finance,
<span class="gradient-text">Never buy or</span>
<span class="green-text">sell anything</span> without us.
</h1>
<p class="pt-1">
Buy, sell, get loans, insure your NFTs, earn and source anything
safely without the risk of getting scammed. Truly secure transactions.
</p>
</div>
<div class="hero-buttons pt-4" data-aos="zoom-in" data-aos-duration="400">
<a href="./p2p-loans/loan-listing/">
<button type="button" class="hero-launch-app me-1 button">
Launch App
</button>
</a>
<a href="https://sentfi.gitbook.io/sentinel/" target="popup" rel="noopener"
title="Sentinel Finance Documentation"
onclick="window.open('https\:\/\/sentfi.gitbook.io/sentinel/', 'popup', 'width=1000, height=600'); return false;">
<button type="button" class="read-docs ms-1 button">
Read Docs
</button>
</a>
</div>
<div class="hero-images mt-5 mb-5">
<img src="assets/images/buyer.png" alt="buyer" data-aos="fade-right" data-aos-offset="300" loading="lazy" />
<img src="assets/images/lines.svg" alt="lines" class="lines" loading="lazy" />
<img src="assets/images/seller.png" alt="seller" data-aos="fade-left" data-aos-offset="300" loading="lazy" />
</div>
</div>
<div class="random-hero-elements">
<div class="hero-top-blur blur-bg"></div>
<div class="hero-bottom-blur blur-bg"></div>
<img src="assets/images/line-1.svg" alt="line" class="hero-top-line animated" loading="lazy" />
<img src="assets/images/ellipse-1.svg" alt="ellipse" class="hero-top-ellipse animated" loading="lazy" />
<img src="assets/images/ellipse-2.svg" alt="ellipse" class="hero-bottom-ellipse animated" loading="lazy" />
</div>
</section>
<!-- Features Section -->
<div class="container-xlg">
<section class="features-section my-5 mx-md-5 mx-4" id="features">
<h2 class="features-title mb-3">What our system is built for</h2>
<div class="items-container mt-5 pt-sm-3 py-sm-5 px-lg-5" data-aos="zoom-in-down" data-aos-duration="500">
<div class="item1 mx-md-4 item">
<img src="assets/images/icon-1.svg" alt="peer to peer commerce" class="item-icon" loading="lazy" />
<p class="item-title mb-4">Peer to Peer Commerce</p>
<p class="item-description">
We protect buyers and service providers by ensuring terms and
conditions are completely met before settlement.
</p>
</div>
<div class="item2 mx-md-4 item">
<img src="assets/images/icon-2.svg" alt="anti rug-pull services" class="item-icon" loading="lazy" />
<p class="item-title mb-4">Anti Rug-Pull Services</p>
<p class="item-description">
We protect investors by moderating project launches, we do this by
escrowing funds and releasing funds as project achieve their
milestones, this is 100% decided by their community. We refund
holders if projects fail to deliver as planned.
</p>
</div>
<div class="item3 mx-md-4 item">
<img src="assets/images/icon-3.svg" alt="nft holders" class="item-icon" loading="lazy" />
<p class="item-title mb-4">NFT Holders</p>
<p class="item-description">
Back your transactions with your NFTs, instead of holding down
your funds, only pay when order is confirmed. Get loans using your
NFTs as collateral.
</p>
</div>
</div>
<div>
<img src="assets/images/ellipse-3.svg" alt="ellipse" class="top-features-ellipse animated" loading="lazy" />
<img src="assets/images/ellipse-4.svg" alt="ellipse" class="bottom-features-ellipse animated"
loading="lazy" />
</div>
</section>
</div>
<!-- P2P Loans section -->
<div class="container-xlg">
<section class="p2p-loans-section section mx-md-5 mx-4">
<div class="section-text px-lg-5 me-5" data-aos="fade-right" data-aos-duration="500">
<p class="section-title mb-2">
<span class="green-text">P2P</span> Loans
</p>
<hr class="p2p-underline" />
<p class="section-description my-4">
Use your NFTs as collateral to borrow crypto assets or deposit
crypto assets get lenders to your loan request listing.
</p>
<div class="more-details-list mb-5">
<ul>
<li class="mb-3">
<img src="assets/images/check-dark.svg" alt="check" class="check me-3" loading="lazy" />
<p class="list-item">No KYC</p>
</li>
<li class="mb-3">
<img src="assets/images/check-dark.svg" alt="check" class="check me-3" loading="lazy" />
<p class="list-item">Select a supply pool or lender</p>
</li>
<li class="mb-3">
<img src="assets/images/check-dark.svg" alt="check" class="check me-3" loading="lazy" />
<p class="list-item">Receive funds in your wallet instantly</p>
</li>
<li class="mb-3">
<img src="assets/images/check-dark.svg" alt="check" class="check me-3" loading="lazy" />
<p class="list-item">
Unlock higher loan amounts and lower interest rates by
repaying loans on time
</p>
</li>
</ul>
</div>
<a href="./p2p-loans/loan-listing/">
<button type="submit" class="hero-launch-app button">
Start now
</button>
</a>
</div>
<div class="section-image" data-aos="fade-left" data-aos-duration="500" data-aos-delay="100">
<img src="assets/images/p2p-loans.png" alt="p2p loans" class="p2p-image" loading="lazy" />
</div>
<div class="blur-bg p2p-loans-blur-bg"></div>
</section>
</div>
<hr class="divider container-fluid" />
<!-- NFT Insurance section -->
<div class="container-xlg">
<section class="p2p-exchange-section section mx-md-5 mx-4">
<div class="section-image" data-aos="fade-right" data-aos-duration="500">
<img src="assets/images/nft-insurance.png" alt="nft insurance" class="p2p-exchange-image" loading="lazy" />
</div>
<div class="section-text px-lg-5 ms-lg-5" data-aos="fade-left" data-aos-duration="500">
<p class="section-title mb-2">
NFT <span class="green-text">Insurance</span>
</p>
<hr class="p2p-exchange-underline" />
<p class="section-description my-4">
Why insure your car, house, art and not insure your NFT? We offer
best rates and insure against:
</p>
<div class="more-details-list mb-5">
<ul>
<li class="mb-3">
<img src="assets/images/check-dark.svg" alt="check" class="check me-3" loading="lazy" />
<p class="list-item">Theft</p>
</li>
<li class="mb-3">
<img src="assets/images/check-dark.svg" alt="check" class="check me-3" loading="lazy" />
<p class="list-item">Rug pull</p>
</li>
<li class="mb-3">
<img src="assets/images/check-dark.svg" alt="check" class="check me-3" loading="lazy" />
<p class="list-item">Heavy price drop</p>
</li>
<li class="mb-3">
<img src="assets/images/check-dark.svg" alt="check" class="check me-3" loading="lazy" />
<p class="list-item">Theft (Fixed) cover</p>
</li>
</ul>
</div>
<a href="./my-insurance/">
<button type="submit" class="hero-launch-app button">
Get insured
</button>
</a>
</div>
<div class="blur-bg p2p-exchange-blur-bg"></div>
</section>
</div>
<hr class="divider container-fluid" />
<!-- Smart ROI section -->
<div class="container-xlg">
<section class="smart-roi-section section mx-md-5 mx-4">
<div class="section-image mb-3" data-aos="fade-right" data-aos-duration="500">
<img src="assets/images/smart-roi.png" alt="smart roi" class="smart-roi-image" loading="lazy" />
</div>
<div class="section-text px-lg-5 ms-lg-5" data-aos="fade-left" data-aos-duration="500">
<p class="section-title mb-2">
Smart <span class="green-text">ROI</span>
</p>
<hr class="smart-roi-underline" />
<p class="section-description my-4">
We offer market-leading returns on investment
</p>
<div class="more-details-list mb-5">
<ul>
<li class="mb-3">
<img src="assets/images/check-dark.svg" alt="check" class="check me-3" loading="lazy" />
<p class="list-item">
Support companies and earn from the profits
</p>
</li>
<li class="mb-3">
<img src="assets/images/check-dark.svg" alt="check" class="check me-3" loading="lazy" />
<p class="list-item">
Supply funds to borrowers, and earn on your terms
</p>
</li>
<li class="mb-3">
<img src="assets/images/check-dark.svg" alt="check" class="check me-3" loading="lazy" />
<p class="list-item">Supply loan pool and earn immediately</p>
</li>
<li class="mb-3">
<img src="assets/images/check-dark.svg" alt="check" class="check me-3" loading="lazy" />
<p class="list-item">
100% safe, all loans secured by NFTS or crypto assets
</p>
</li>
</ul>
</div>
<a href="./p2p-loans/loan-listing/">
<button type="submit" class="hero-launch-app button">
Start investing
</button>
</a>
</div>
</section>
</div>
<hr class="divider container-fluid" />
<!-- Decentralised Commerce section -->
<div class="container-xlg">
<section class="dCommerce-section section mx-md-5 mx-4">
<div class="section-text px-lg-5 me-5" data-aos="fade-right" data-aos-duration="500">
<p class="section-title mb-2">
Decentralised <span class="green-text">Commerce</span>
</p>
<hr class="dCommerce-underline" />
<p class="section-description my-4">Protecting buyers and sellers</p>
<div class="more-details-list">
<p>
All buyers and sellers are 100% protected. No more scams, only pay
for quality delivery. All disputes are resolved by third-party
moderators. Source and buy general merchandise, freelance
professional services, physical goods, NFTs, domain names,
electronics and more.
</p>
</div>
</div>
<div class="section-image" data-aos="fade-left" data-aos-duration="500">
<img src="assets/images/dCommerce.png" alt="decentralised commerce" class="dCommerce-image" loading="lazy" />
</div>
<div class="blur-bg p2p-loans-blur-bg"></div>
</section>
</div>
<hr class="divider container-fluid" />
<!-- P2P Exchange section -->
<div class="container-xlg">
<section class="p2p-exchange-section section mx-md-5 mx-4">
<div class="section-image" data-aos="fade-right" data-aos-duration="500">
<img src="assets/images/p2p-exchange.png" alt="p2p exchange illustration" class="p2p-exchange-image"
loading="lazy" />
</div>
<div class="section-text px-lg-5 ms-lg-5" data-aos="fade-left" data-aos-duration="500">
<p class="section-title mb-2">
P2P <span class="green-text">Exchange</span>
</p>
<hr class="p2p-exchange-underline" />
<p class="section-description my-4">
No need for banks, change crypto fast and at the best rates
</p>
<div class="more-details-list">
<p>
Some countries have made it difficult for customers to send money
to cryptocurrency businesses from their bank accounts, either by
passing laws or by advising banks not to allow these transfers.
However, this isn't an issue for P2P, as we let customers trade
cash for cryptocurrency amongst themselves.
</p>
</div>
</div>
<div class="blur-bg p2p-exchange-blur-bg"></div>
</section>
</div>
<!-- CTA section -->
<div class="container-xlg">
<section class="newsletter-section mx-md-5 mx-4 mb-5" data-aos="zoom-in" data-aos-duration="500">
<p class="green-text mb-4">Decentralised Business Loans</p>
<p class="newsletter-title mb-4">
Negotiate your terms, No need to hassle with finance
</p>
<p class="newsletter-description mb-4">
Your business is succeeding and you're ready to take the next step.
The world is ready to finance your LPOs, invoices, and contracts in
minutes, for a small fee. Super fast release.
</p>
<a href="./p2p-loans/loan-listing/" class="enter-app-btn">
<button type="submit" class="hero-launch-app button">Explore</button>
</a>
</section>
</div>
<!-- SUPPORTED PROJECTS -->
<section class="supported-projects">
<div class="supported-projects__title mb-5 section-title">
Supported Projects
</div>
<!-- Swiper -->
<div class="swiper mySwiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img src="assets/images/boredape-1.webp" alt="boredape" title="boredape" />
<p>Bored Apes</p>
</div>
<div class="swiper-slide">
<img src="assets/images/coolman-1.webp" alt="coolman" />
<p>Coolman's Universe</p>
</div>
<div class="swiper-slide">
<img src="assets/images/doodle-1.webp" alt="doodle" />
<p>Doodles</p>
</div>
<div class="swiper-slide">
<img src="assets/images/mv3-universe.webp" alt="blocksmithlabs" />
<p>MV3 Universe</p>
</div>
<div class="swiper-slide">
<img src="assets/images/crypto-punks-1.webp" alt="crypto punks" />
<p>Crypto Punks</p>
</div>
<div class="swiper-slide">
<img src="assets/images/primate.webp" alt="primate" />
<p>Primates</p>
</div>
<div class="swiper-slide">
<img src="assets/images/clone-x.webp" alt="clone x" />
<p>Clone X</p>
</div>
<div class="swiper-slide">
<img src="assets/images/azuki.webp" alt="azuki" />
<p>Azuki</p>
</div>
<div class="swiper-slide">
<img src="assets/images/degods.webp" alt="DeGods" />
<p>DeGods</p>
</div>
<div class="swiper-slide">
<img src="assets/images/blocksmith-labs.webp" alt="blocksmith labs" />
<p>Blocksmith Labs</p>
</div>
<div class="swiper-slide">
<img src="assets/images/crypto-chicks.webp" alt="crypto chicks" />
<p>Crypto Chicks</p>
</div>
<div class="swiper-slide">
<img src="assets/images/okay-bears.webp" alt="okay bears" />
<p>Okay Bears</p>
</div>
</div>
</div>
</section>
<!-- CORPORATE PARTNERS SECTION-->
<section class="partners">
<div class="container-xlg">
<div class="partners__title mb-3 section-title">Corporate Partners</div>
<div class="partners__description mb-5 px-2 section-description">
We provide decentralised loans to vendors supplying goods and services
to the companies below.
</div>
<div class="partners__images px-md-5 px-3">
<div class="partner">
<img src="assets/images/dangote-logo.webp" alt="Dangote logo" />
</div>
<div class="partner">
<img src="assets/images/mtn-logo.webp" alt="MTN logo" />
</div>
<div class="partner">
<img src="assets/images/microsoft-logo.webp" alt="Microsoft logo" />
</div>
<div class="partner">
<img src="assets/images/oracle-logo.webp" alt="Oracle logo" />
</div>
<div class="partner">
<img src="assets/images/saipem-logo.webp" alt="Sapiem logo" />
</div>
<div class="partner">
<img src="assets/images/halliburton-logo.webp" alt="Halliburton logo" />
</div>
<div class="partner">
<img src="assets/images/shell-logo.webp" alt="Shell logo" />
</div>
<div class="partner">
<img src="assets/images/chevron-logo.webp" alt="Chevron logo" />
</div>
<div class="partner">
<img src="assets/images/exxonmobil-logo.webp" alt="Exxonmobil logo" />
</div>
<div class="partner">
<img src="assets/images/agip-logo.webp" alt="Agip logo" />
</div>
<div class="partner">
<img src="assets/images/seplat-logo.webp" alt="Seplat logo" />
</div>
<div class="partner">
<img src="assets/images/access-bank-logo.webp" alt="Access Bank logo" />
</div>
<div class="partner">
<img src="assets/images/nb-logo.webp" alt="Nigerian Breweries logo" />
</div>
<div class="partner">
<img src="assets/images/fmn.webp" alt="Flour Mills of Nigeria logo" />
</div>
<div class="partner">
<img src="assets/images/lafarge-logo.webp" alt="Lafarge logo" />
</div>
<div class="partner">
<img src="assets/images/aiteo-logo.webp" alt="Aiteo logo" />
</div>
<div class="partner">
<img src="assets/images/glo-logo.webp" alt="Glo logo" />
</div>
<div class="partner">
<img src="assets/images/yikodeen-logo.webp" alt="Yikodeen logo" />
</div>
<div class="partner">
<img src="assets/images/uber-logo.webp" alt="logo" />
</div>
<div class="partner">
<img src="assets/images/gigmotors-logo.webp" alt="GIG Motors logo" />
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="footer-links px-md-5 px-4 container-xlg">
<div class="footer-link">
<p class="footer-link-title mb-3">
<a href="/">
<img src="assets/images/logo.svg" alt="SentFi logo" class="footer-logo" loading="lazy" />
</a>
</p>
<p class="footer-link-title mb-4 pt-2">Join the Community</p>
<ul class="footer-link-list">
<li class="footer-link-item mb-3">
<a target="_blank" href="https://discord.gg/c2ZaCeGvYQ" class="footer-link-item-link" rel="noopener">
Discord
</a>
</li>
<li class="footer-link-item mb-3">
<a target="_blank" href="https://www.instagram.com/sent_FI/" class="footer-link-item-link" rel="noopener">
Instagram
</a>
</li>
<li class="footer-link-item mb-3">
<a target="_blank" href="https://www.twitter.com/sent_fi" class="footer-link-item-link" rel="noopener">
Twitter
</a>
</li>
</ul>
</div>
<div class="footer-link">
<p class="footer-link-title mb-4 pt-2">Products</p>
<ul class="footer-link-list">
<li class="footer-link-item mb-3">
<a class="footer-link-item-link">
Transactions
</a>
</li>
<li class="footer-link-item mb-3">
<a class="footer-link-item-link"> Loans </a>
</li>
<li class="footer-link-item mb-3">
<a class="footer-link-item-link">
Business Loans
</a>
</li>
<li class="footer-link-item mb-3">
<a class="footer-link-item-link"> Exchange </a>
</li>
<li class="footer-link-item mb-3">
<a class="footer-link-item-link">
Launch Moderator
</a>
</li>
</ul>
</div>
<div class="footer-link">
<p class="footer-link-title mb-4 pt-2">Learn more</p>
<ul class="footer-link-list">
<li class="footer-link-item mb-3">
<a href="https://sentfi.gitbook.io/sentinel/" target="_blank" class="footer-link-item-link"
rel="noopener noreferrer">
White Paper
</a>
</li>
<li class="footer-link-item mb-3">
<a class="footer-link-item-link"> Buyer </a>
</li>
<li class="footer-link-item mb-3">
<a class="footer-link-item mb-3"> Seller </a>
</li>
<li class="footer-link-item mb-3">
<a class="footer-link-item mb-3"> FAQ </a>
</li>
</ul>
</div>
<div class="footer-link">
<p class="footer-link-title mb-4 pt-2">Career</p>
<ul class="footer-link-list">
<li class="footer-link-item mb-3">
<a href="https://sentfi.gitbook.io/sentinel/the-details/become-a-moderator" class="footer-link-item-link"
rel="noopener noreferrer" target="_blank">
Become a Moderator
</a>
</li>
<li class="footer-link-item mb-3">
<a class="footer-link-item-link">
Join our Core Team
</a>
</li>
</ul>
</div>
<div class="footer-link">
<p class="footer-link-title mb-4 pt-2">Legal</p>
<ul class="footer-link-list">
<li class="footer-link-item mb-3">
<a class="footer-link-item-link">
Terms and Conditions
</a>
</li>
</ul>
</div>
</div>
<hr class="divider" />
<div class="copyright px-5 pb-5">
<p class="copyright-text">
©
<span id="copyright">
<script>
document
.getElementById('copyright')
.appendChild(document.createTextNode(new Date().getFullYear()));
</script>
</span>
Sentinel. All Rights Reserved.
</p>
</div>
</footer>
<!-- AOS -->
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init({
startEvent: 'load',
once: true,
});
</script>
<!-- Swiper JS -->
<script src="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.js"></script>
<script>
// Initialize Swiper
var swiper = new Swiper('.mySwiper', {
slidesPerView: 'auto',
cursor: 'grab',
});
</script>
</body>
</html>
<!-- Code by @jeremy0x. -->