-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
324 lines (311 loc) · 11.8 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
TagIdentity - Empowering Digital Identity Management in Africa
</title>
<!-- Main CSS Files -->
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<header>
<div class="container">
<nav>
<div class="logo">TAG-IDENTITY</div>
<div class="nav-links">
<a href="#home">Home</a>
<a href="#solutions">Solutions</a>
<a href="#ai-cryptography">AI & Cryptography</a>
<a href="#industries">Industries</a>
<a href="#about">About</a>
</div>
</nav>
</div>
</header>
<main>
<section id="home" class="hero">
<div class="container">
<div class="hero-content">
<h1>Empowering Digital Identity Management in Africa</h1>
<p>
Secure, efficient, and innovative KYC solutions for businesses and
individuals
</p>
<button class="cta-button" id="getStartedBtn">
Get Started Now
</button>
</div>
</div>
</section>
<div class="container">
<div class="features">
<div class="feature-card">
<i class="fas fa-shield-alt feature-icon"></i>
<h3>Secure Authentication</h3>
<p>
Our multi-factor authentication ensures your digital identity
remains protected at all times.
</p>
</div>
<div class="feature-card">
<i class="fas fa-bolt feature-icon"></i>
<h3>Instant Verification</h3>
<p>
Experience lightning-fast identity verification for seamless
online transactions.
</p>
</div>
<div class="feature-card">
<i class="fas fa-lock feature-icon"></i>
<h3>Privacy-First Approach</h3>
<p>
We prioritize your data privacy, giving you full control over your
personal information and how it's shared.
</p>
</div>
</div>
</div>
<section id="solutions" class="solutions">
<div class="container">
<div class="solution-section">
<h2>Corporate Solutions</h2>
<p>
TagIdentity offers tailored solutions for businesses to streamline
KYC processes, enhance security, and ensure regulatory compliance.
</p>
<h3>Key Features for Corporates:</h3>
<ul>
<li>Seamless KYC Integration with existing systems</li>
<li>AI-powered Fraud Prevention Tools</li>
<li>Secure Data Management with encryption and 2FA</li>
<li>Customizable Dashboard for efficient management</li>
</ul>
</div>
<div class="solution-section">
<h2>Individual Solutions</h2>
<p>
Empower individuals with control over their digital identity,
ensuring secure and convenient interactions in the online world.
</p>
<h3>Key Features for Individuals:</h3>
<ul>
<li>User-Friendly Registration process</li>
<li>Secure Profile Management dashboard</li>
<li>Real-Time Identity Verification for instant access</li>
<li>Advanced Biometric Security options</li>
</ul>
</div>
</div>
</section>
<section id="ai-cryptography" class="ai-cryptography">
<div class="container">
<h2>AI & Cryptography Integration</h2>
<p>
Our cutting-edge technology combines artificial intelligence and
advanced cryptography to provide unparalleled security and
efficiency.
</p>
<div class="benefits">
<div class="benefit">
<h3>AI-Powered Verification</h3>
<p>
Leverage machine learning for quick and accurate identity
verification.
</p>
</div>
<div class="benefit">
<h3>Real-time Fraud Detection</h3>
<p>
AI algorithms continuously monitor and identify suspicious
activities.
</p>
</div>
<div class="benefit">
<h3>End-to-End Encryption</h3>
<p>
Ensure data privacy with state-of-the-art cryptographic
techniques.
</p>
</div>
<div class="benefit">
<h3>Seamless System Integration</h3>
<p>
Easily incorporate our secure solutions into your existing
infrastructure.
</p>
</div>
</div>
<a class="cta-button">Explore Our Technology</a>
</div>
</section>
<section id="industries" class="industries-we-serve">
<div class="container">
<h2>Industries We Serve</h2>
<p>
TagIdentity provides tailored solutions across various sectors,
ensuring secure and efficient identity management for diverse
business needs.
</p>
<div class="industries-grid">
<div class="industry-item">
<i class="fas fa-university industry-icon"></i>
<h3>Banks and Financial Institutions</h3>
</div>
<div class="industry-item">
<i class="fas fa-shopping-cart industry-icon"></i>
<h3>E-commerce Platforms</h3>
</div>
<div class="industry-item">
<i class="fas fa-landmark industry-icon"></i>
<h3>Government Agencies</h3>
</div>
<div class="industry-item">
<i class="fas fa-heartbeat industry-icon"></i>
<h3>Healthcare Providers</h3>
</div>
<div class="industry-item">
<i class="fas fa-graduation-cap industry-icon"></i>
<h3>Educational Institutions</h3>
</div>
</div>
</div>
</section>
<section id="why-choose" class="why-choose container">
<h2>Why Choose TagIdentity?</h2>
<p>
We offer a comprehensive suite of identity management solutions
tailored for the African market, combining innovation, security, and
ease of use.
</p>
<div class="trust-animation">
<div class="trust-circle"></div>
<i class="fas fa-check trust-checkmark"></i>
</div>
<div class="benefits-grid">
<div class="benefit-item">
<i class="fas fa-check-circle feature-icon"></i>
<h3>Regulatory Compliance</h3>
<p>
Stay compliant with local and international KYC/AML regulations.
</p>
</div>
<div class="benefit-item">
<i class="fas fa-shield-alt feature-icon"></i>
<h3>Enhanced Security</h3>
<p>
Protect against fraud with advanced AI and cryptographic
techniques.
</p>
</div>
<div class="benefit-item">
<i class="fas fa-tachometer-alt feature-icon"></i>
<h3>Improved Efficiency</h3>
<p>
Streamline onboarding and verification processes for better user
experience.
</p>
</div>
<div class="benefit-item">
<i class="fas fa-users feature-icon"></i>
<h3>Customer Trust</h3>
<p>
Build confidence with secure and transparent identity management.
</p>
</div>
</div>
</section>
<section id="about" class="container">
<h2>About TagIdentity</h2>
<p>
TagIdentity is a leading provider of e-Identification and KYC
solutions in Africa. Our mission is to create secure and efficient
digital identity solutions that enhance trust, prevent fraud, and
foster financial inclusion across the continent.
</p>
<p>
With our state-of-the-art technology and deep understanding of the
African market, we're committed to bridging the gap between
traditional and digital identity systems. Our team of experts works
tirelessly to ensure that our solutions are not only cutting-edge but
also accessible and user-friendly for both businesses and individuals.
</p>
<p>
We believe that secure digital identities are the foundation of a
thriving digital economy. By providing robust, reliable, and
innovative identity management solutions, we're helping to build a
more connected, secure, and prosperous Africa.
</p>
<!-- <a href="/our-mission" class="cta-button">Learn About Our Mission</a> -->
</section>
</main>
<footer>
<div class="container">
<h3>TagIdentity - Securing Digital Futures Across Africa</h3>
<p>
Contact:
<a href="mailto:[email protected]">[email protected]</a> |
Phone: +358449805932
</p>
<div class="social-icons">
<a
target="_blank"
title="Facebook"
href="https://www.facebook.com/people/Tagidentity/100095364883951/"
><i class="fab fa-facebook"></i
></a>
<a
target="_blank"
title="Twitter"
href="https://twitter.com/tagidentity"
><i class="fab fa-twitter"></i
></a>
<a
target="_blank"
title="LinkedIn"
href="https://www.linkedin.com/company/tagidentity"
><i class="fab fa-linkedin"></i
></a>
<a
target="_blank"
title="Instagram"
href="https://instagram.com/tagidentity?igshid=MjEwN2IyYWYwYw=="
><i class="fab fa-instagram"></i
></a>
</div>
<button class="cta-button" id="getStartedBtn">Get In Touch</button>
>
</div>
</footer>
<div id="signupModal" class="modal">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title">Get Started with TAG-IDENTITY</h2>
<button class="close-button">×</button>
</div>
<p class="description">
Sign up to receive updates about our launch and early access
opportunities.
</p>
<div class="tabs">
<div class="tab active" data-tab="individual">Individual</div>
<div class="tab" data-tab="corporate">Corporate</div>
</div>
<div class="form-content active" id="individual-form">
<input type="text" placeholder="Full Name" required />
<input type="email" placeholder="Email Address" required />
<button class="sign-up-button">SIGN UP</button>
</div>
<div class="form-content" id="corporate-form">
<input type="text" placeholder="Company Name" required />
<input type="text" placeholder="Contact Person" required />
<input type="email" placeholder="Corporate Email" required />
<button class="sign-up-button">SIGN UP</button>
</div>
</div>
</div>
<script src="./js/site.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/js/all.min.js"></script>
</body>
</html>