-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
320 lines (317 loc) · 16.7 KB
/
Copy pathindex.html
File metadata and controls
320 lines (317 loc) · 16.7 KB
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
<!DOCTYPE html>
<html class="dark" lang="en"><head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>UnioGate | The Kinetic Vault</title>
<link rel="icon" href="LogoMark%20Blue.svg" type="image/svg+xml"/>
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@600;700;800&family=Sora:wght@400;500;600&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<script id="tailwind-config">
tailwind.config = {
darkMode: "class",
theme: {
extend: {
colors: {
"surface-container-lowest": "#060e1f",
"error": "#ffb4ab",
"tertiary": "#c9bfff",
"inverse-surface": "#dbe2fb",
"secondary-fixed": "#78f8df",
"surface-tint": "#b5c4ff",
"on-primary-container": "#96acfc",
"surface-dim": "#0b1325",
"on-secondary-container": "#00352e",
"surface-container": "#171f32",
"on-surface": "#dbe2fb",
"on-tertiary": "#2e009c",
"surface-bright": "#31394c",
"primary-fixed": "#dce1ff",
"surface-container-low": "#131b2d",
"secondary-container": "#00a993",
"background": "#0b1325",
"inverse-on-surface": "#283043",
"surface": "#0b1325",
"surface-container-high": "#222a3d",
"error-container": "#93000a",
"on-error": "#690005",
"surface-container-highest": "#2d3448",
"on-secondary-fixed-variant": "#005045",
"outline": "#8f909c",
"on-surface-variant": "#c5c6d2",
"on-tertiary-container": "#b1a4ff",
"on-primary-fixed": "#00164d",
"tertiary-fixed": "#e5deff",
"surface-variant": "#2d3448",
"on-background": "#dbe2fb",
"on-primary": "#0c2a73",
"on-tertiary-fixed": "#1a0063",
"tertiary-container": "#4000ce",
"on-primary-fixed-variant": "#2a428a",
"primary": "#b5c4ff",
"tertiary-fixed-dim": "#c9bfff",
"on-error-container": "#ffdad6",
"secondary-fixed-dim": "#59dbc4",
"on-secondary": "#00382f",
"primary-fixed-dim": "#b5c4ff",
"on-tertiary-fixed-variant": "#4403d8",
"inverse-primary": "#435aa4",
"primary-container": "#253e86",
"secondary": "#59dbc4",
"outline-variant": "#444651",
"on-secondary-fixed": "#00201b"
},
fontFamily: {
"headline": ["Plus Jakarta Sans"],
"body": ["Sora"],
"label": ["Sora"]
},
borderRadius: {"DEFAULT": "0.125rem", "lg": "0.25rem", "xl": "0.5rem", "full": "9999px"},
},
},
}
</script>
<style>
.material-symbols-outlined {
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.glass-card {
background: rgba(23, 31, 50, 0.4);
backdrop-filter: blur(20px);
}
.kinetic-gradient {
background: linear-gradient(135deg, #b5c4ff 0%, #253e86 100%);
}
.mesh-bg {
background-image: radial-gradient(at 0% 0%, rgba(181, 196, 255, 0.05) 0px, transparent 50%),
radial-gradient(at 100% 100%, rgba(89, 219, 196, 0.05) 0px, transparent 50%);
}
</style>
</head>
<body class="bg-surface font-body text-on-surface selection:bg-primary selection:text-on-primary mesh-bg min-h-screen">
<!-- TopNavBar -->
<nav class="fixed top-0 w-full z-50 bg-surface-variant/60 backdrop-blur-xl dark:bg-slate-900/60 shadow-[0_40px_40px_rgba(37,62,134,0.08)]">
<div class="flex justify-between items-center px-8 py-4 max-w-7xl mx-auto">
<a class="flex items-center gap-2.5 text-2xl font-bold tracking-tighter text-[#B5C4FF] dark:text-blue-200 font-headline" href="/">
<img alt="" src="LogoMark%20Blue.svg" width="36" height="36" class="h-9 w-9 shrink-0"/>
<span>UnioGate</span>
</a>
<div class="hidden md:flex gap-8 items-center font-headline font-semibold tracking-tight">
<a class="text-slate-400 hover:text-[#B5C4FF] transition-colors" href="/how-it-works">How it Works</a>
<a class="text-slate-400 hover:text-[#B5C4FF] transition-colors" href="/vision">Vision</a>
<a class="text-slate-400 hover:text-[#B5C4FF] transition-colors" href="/connect">Connect</a>
</div>
<button type="button" data-waitlist-open class="bg-gradient-to-br from-primary to-primary-container text-on-primary px-6 py-2.5 rounded-xl font-headline font-bold text-sm hover:scale-105 active:scale-95 transition-all shadow-lg shadow-primary-container/20">
Join Waitlist
</button>
</div>
</nav>
<main class="pt-32">
<!-- Hero Section -->
<section class="max-w-7xl mx-auto px-8 mb-40">
<div class="grid lg:grid-cols-2 gap-16 items-center">
<div class="text-left space-y-8">
<div class="inline-flex items-center gap-2 px-4 py-1.5 rounded-full bg-secondary-container/10 border border-secondary/20 text-secondary-fixed-dim text-xs font-bold tracking-widest uppercase">
<span class="relative flex h-2 w-2">
<span class="animate-ping absolute inline-flex h-full w-full rounded-full bg-secondary opacity-75"></span>
<span class="relative inline-flex rounded-full h-2 w-2 bg-secondary"></span>
</span>
System Initializing
</div>
<h1 class="font-headline text-5xl lg:text-7xl font-bold tracking-tight leading-[1.1] text-primary">
The Kinetic Vault: Unlocking the Future of Unified Payments.
</h1>
<p class="text-on-surface-variant text-lg lg:text-xl leading-relaxed max-w-xl">
We're building the most versatile payment infrastructure for Nigerian retail. Crypto, Fiat, and everything in between, unified on a single platform. Launching soon.
</p>
<div class="flex flex-col sm:flex-row gap-4 max-w-md pt-4">
<div class="flex-1 group relative">
<input class="w-full bg-surface-container-lowest border-none focus:ring-0 text-on-surface px-6 py-4 rounded-xl placeholder:text-outline transition-all" placeholder="Enter your email" type="email"/>
<div class="absolute bottom-0 left-0 h-0.5 w-0 group-focus-within:w-full bg-secondary transition-all duration-500"></div>
</div>
<button type="button" data-waitlist-open class="bg-gradient-to-br from-primary to-primary-container text-on-primary px-8 py-4 rounded-xl font-headline font-bold hover:shadow-[0_0_20px_rgba(181,196,255,0.3)] transition-all">
Join Waitlist
</button>
</div>
</div>
<div class="relative hidden lg:block">
<div class="absolute -inset-4 bg-primary/10 blur-[100px] rounded-full"></div>
<div class="relative glass-card rounded-[2.5rem] p-8 border border-outline-variant/15 shadow-2xl">
<div class="space-y-6">
<div class="flex justify-between items-center border-b border-outline-variant/10 pb-6">
<div class="flex items-center gap-4">
<div class="w-12 h-12 rounded-full bg-tertiary-container flex items-center justify-center">
<span class="material-symbols-outlined text-tertiary" data-icon="account_balance_wallet">account_balance_wallet</span>
</div>
<div>
<div class="text-sm text-outline">Available Balance</div>
<div class="text-2xl font-bold font-headline">₦ 4,850,000.00</div>
</div>
</div>
<span class="material-symbols-outlined text-outline" data-icon="more_vert">more_vert</span>
</div>
<div class="grid grid-cols-2 gap-4">
<div class="p-4 rounded-2xl bg-surface-container-high border border-outline-variant/5">
<div class="text-xs text-outline mb-1">USDT Settlement</div>
<div class="text-secondary font-bold font-headline">+$12,400.00</div>
</div>
<div class="p-4 rounded-2xl bg-surface-container-high border border-outline-variant/5">
<div class="text-xs text-outline mb-1">Fiat Inflow</div>
<div class="text-primary font-bold font-headline">+₦2.4M</div>
</div>
</div>
<div class="h-40 w-full rounded-2xl bg-surface-container-low flex items-end p-4 gap-2">
<div class="w-full bg-primary/20 rounded-t-lg h-[40%]"></div>
<div class="w-full bg-primary/40 rounded-t-lg h-[60%]"></div>
<div class="w-full bg-primary/60 rounded-t-lg h-[45%]"></div>
<div class="w-full bg-primary/80 rounded-t-lg h-[90%]"></div>
<div class="w-full bg-primary rounded-t-lg h-[70%]"></div>
<div class="w-full bg-secondary rounded-t-lg h-[100%]"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section class="max-w-7xl mx-auto px-8 mb-40">
<div class="grid md:grid-cols-3 gap-8">
<div class="group p-10 rounded-[2rem] bg-surface-container-low border border-outline-variant/5 hover:bg-surface-container transition-all duration-500">
<div class="w-14 h-14 rounded-2xl bg-secondary/10 flex items-center justify-center mb-8 group-hover:scale-110 transition-transform">
<span class="material-symbols-outlined text-secondary text-3xl" data-icon="bolt">bolt</span>
</div>
<h3 class="font-headline text-2xl font-bold mb-4">Instant Settlement</h3>
<p class="text-outline leading-relaxed">
Say goodbye to T+2 waiting periods. Experience real-time fund availability across all your fiat and crypto channels.
</p>
</div>
<div class="group p-10 rounded-[2rem] bg-surface-container-low border border-outline-variant/5 hover:bg-surface-container transition-all duration-500">
<div class="w-14 h-14 rounded-2xl bg-primary/10 flex items-center justify-center mb-8 group-hover:scale-110 transition-transform">
<span class="material-symbols-outlined text-primary text-3xl" data-icon="currency_exchange">currency_exchange</span>
</div>
<h3 class="font-headline text-2xl font-bold mb-4">Multi-Currency Gateway</h3>
<p class="text-outline leading-relaxed">
Seamlessly bridge the gap between NGN, USD, BTC, and Stablecoins. One gateway to rule all digital assets.
</p>
</div>
<div class="group p-10 rounded-[2rem] bg-surface-container-low border border-outline-variant/5 hover:bg-surface-container transition-all duration-500">
<div class="w-14 h-14 rounded-2xl bg-tertiary/10 flex items-center justify-center mb-8 group-hover:scale-110 transition-transform">
<span class="material-symbols-outlined text-tertiary text-3xl" data-icon="encrypted">encrypted</span>
</div>
<h3 class="font-headline text-2xl font-bold mb-4">Enterprise-Grade Security</h3>
<p class="text-outline leading-relaxed">
Built on Kinetic Vault architecture with multi-sig custody and hardware-level encryption protocols.
</p>
</div>
</div>
</section>
<!-- Waitlist/Anticipation Section -->
<section class="max-w-7xl mx-auto px-8 mb-40">
<div class="relative rounded-[3rem] overflow-hidden bg-surface-container-lowest p-12 lg:p-24 border border-outline-variant/10 shadow-2xl">
<div class="absolute top-0 right-0 w-1/2 h-full bg-gradient-to-l from-primary/5 to-transparent pointer-events-none"></div>
<div class="relative z-10 max-w-2xl">
<h2 class="font-headline text-4xl lg:text-5xl font-bold mb-6">Building the Future</h2>
<p class="text-outline text-lg mb-12 leading-relaxed">
Our engineering team is currently optimizing the core consensus engine. Follow our progress as we prepare for the Alpha launch.
</p>
<div class="space-y-12">
<!-- Progress Bar -->
<div class="space-y-4">
<div class="flex justify-between items-end">
<span class="text-secondary font-headline font-bold text-sm tracking-widest uppercase">Development Progress</span>
<span class="text-primary font-headline text-4xl font-bold">84%</span>
</div>
<div class="h-4 w-full bg-surface-container-highest rounded-full p-1 overflow-hidden">
<div class="h-full bg-gradient-to-r from-secondary to-primary rounded-full" style="width: 84%"></div>
</div>
</div>
<!-- Mini Bento Representation -->
<div class="grid grid-cols-2 md:grid-cols-4 gap-4">
<div class="bg-surface-container p-4 rounded-2xl border border-outline-variant/10 text-center">
<div class="text-primary font-headline font-bold text-xl">12k+</div>
<div class="text-[10px] text-outline uppercase tracking-widest">Early Users</div>
</div>
<div class="bg-surface-container p-4 rounded-2xl border border-outline-variant/10 text-center">
<div class="text-secondary font-headline font-bold text-xl">24</div>
<div class="text-[10px] text-outline uppercase tracking-widest">Partners</div>
</div>
<div class="bg-surface-container p-4 rounded-2xl border border-outline-variant/10 text-center">
<div class="text-tertiary font-headline font-bold text-xl">Q4</div>
<div class="text-[10px] text-outline uppercase tracking-widest">Launch</div>
</div>
<div class="bg-surface-container p-4 rounded-2xl border border-outline-variant/10 text-center">
<div class="text-error font-headline font-bold text-xl">Beta</div>
<div class="text-[10px] text-outline uppercase tracking-widest">Status</div>
</div>
</div>
</div>
</div>
<!-- Abstract Visual -->
<div class="absolute top-1/2 -right-20 -translate-y-1/2 hidden lg:block w-96 h-96">
<div class="absolute inset-0 border-[20px] border-primary/20 rounded-full animate-[spin_20s_linear_infinite]"></div>
<div class="absolute inset-10 border-[2px] border-secondary/40 rounded-full animate-[spin_10s_linear_infinite_reverse]"></div>
<div class="absolute inset-20 flex items-center justify-center">
<span class="material-symbols-outlined text-6xl text-primary" data-icon="hub">hub</span>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="bg-[#0B1325] dark:bg-slate-950 w-full py-12 px-8 border-t border-outline-variant/10">
<div class="max-w-7xl mx-auto">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 mb-16">
<div class="col-span-2 md:col-span-1">
<a class="inline-flex items-center gap-2 text-xl font-bold text-[#B5C4FF] mb-4 font-headline" href="/">
<img alt="" src="LogoMark%20Blue.svg" width="28" height="28" class="h-7 w-7 shrink-0"/>
<span>UnioGate</span>
</a>
<p class="text-slate-400 text-sm leading-relaxed max-w-[200px] font-body">
The infrastructure of unified finance for a borderless economy.
</p>
</div>
<div>
<h4 class="text-on-surface font-headline font-bold text-sm mb-6 uppercase tracking-widest">Personal</h4>
<ul class="space-y-4 font-body text-sm text-slate-500">
<li><a class="hover:text-[#C9BFFF] transition-colors duration-200" href="#">Personal</a></li>
<li><a class="hover:text-[#C9BFFF] transition-colors duration-200" href="#">Trade</a></li>
<li><a class="hover:text-[#C9BFFF] transition-colors duration-200" href="#">Invest</a></li>
<li><a class="hover:text-[#C9BFFF] transition-colors duration-200" href="#">Spend</a></li>
</ul>
</div>
<div>
<h4 class="text-on-surface font-headline font-bold text-sm mb-6 uppercase tracking-widest">Business</h4>
<ul class="space-y-4 font-body text-sm text-slate-500">
<li><a class="hover:text-[#C9BFFF] transition-colors duration-200" href="#">Payments</a></li>
<li><a class="hover:text-[#C9BFFF] transition-colors duration-200" href="#">Treasury</a></li>
<li><a class="hover:text-[#C9BFFF] transition-colors duration-200" href="#">APIs</a></li>
</ul>
</div>
<div>
<h4 class="text-on-surface font-headline font-bold text-sm mb-6 uppercase tracking-widest">Company</h4>
<ul class="space-y-4 font-body text-sm text-slate-500">
<li><a class="hover:text-[#C9BFFF] transition-colors duration-200" href="/about">About Us</a></li>
<li><a class="hover:text-[#C9BFFF] transition-colors duration-200" href="/blog">Blog</a></li>
<li><a class="hover:text-[#C9BFFF] transition-colors duration-200" href="/careers">Careers</a></li>
<li><a class="hover:text-[#C9BFFF] transition-colors duration-200" href="/press">Press</a></li>
</ul>
</div>
</div>
<div class="flex flex-col md:flex-row justify-between items-center pt-8 border-t border-outline-variant/10 gap-4">
<div class="font-['Sora'] text-sm text-slate-400">
© 2026 UnioGate. Kinetic Vault Infrastructure.
</div>
<div class="flex flex-wrap gap-4 md:gap-6 justify-center">
<a class="text-slate-500 hover:text-secondary transition-colors text-sm" href="/privacy-policy">Privacy Policy</a>
<a class="text-slate-500 hover:text-secondary transition-colors text-sm" href="/terms-of-service">Terms of Service</a>
<a class="text-slate-500 hover:text-secondary transition-colors text-sm" href="/security">Security</a>
<a class="text-slate-500 hover:text-secondary transition-colors text-sm" href="/cookie-settings">Cookies</a>
</div>
</div>
</div>
</footer>
<script src="assets/waitlist-modal.js" defer></script>
<script src="assets/waitlist-submit-handler.js" defer></script>
<script src="assets/cookie-consent.js" defer></script>
<script src="assets/footer-links.js" defer></script>
</body></html>