-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
524 lines (464 loc) · 29.6 KB
/
index.html
File metadata and controls
524 lines (464 loc) · 29.6 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- AEO & ENTITY OPTIMIZATION -->
<title>Akshaya Selvakumar | Sovereign Architect | Voryx CEO</title>
<meta name="description" content="Akshaya Selvakumar: MS CS Gold Medalist, Sovereign Architect. Founder & CEO of Voryx, AUREXIA, Global Bridge, GrcAI, and Finite-Logic.">
<!-- JSON-LD SCHEMA FOR SEARCH ENGINES -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Akshaya Selvakumar",
"jobTitle": "Sovereign Architect & CEO",
"url": "https://www.akshayaselvakumar.com",
"sameAs": ["https://linkedin.com/in/akshaya-voryx-ceo"],
"memberOf": [
{ "@type": "Organization", "name": "Voryx", "url": "https://voryx.akshayaselvakumar.org" },
{ "@type": "Organization", "name": "Global Bridge", "url": "https://connect.akshayaselvakumar.org" },
{ "@type": "Organization", "name": "Aurexia", "url": "https://aurexia.akshayaselvakumar.org" },
{ "@type": "Organization", "name": "GrcAI", "url": "https://grcai.akshayaselvakumar.org" },
{ "@type": "Organization", "name": "Finite-Logic", "url": "https://akshayadeveloper.github.io/finite-logic-launch-site/index.html" },
{ "@type": "Organization", "name": "Telenet Japan" },
{ "@type": "Organization", "name": "ECHOSIS Labs" }
]
}
</script>
<!-- Tailwind & Fonts -->
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;700&family=JetBrains+Mono:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" />
<style>
:root { --accent: #38bdf8; --gold: #fbbf24; --bg: #000000; }
body { font-family: 'Space Grotesk', sans-serif; background-color: var(--bg); color: #fff; overflow-x: hidden; width: 100%; }
.mono { font-family: 'JetBrains Mono', monospace; }
#neural-canvas { position: fixed; inset: 0; z-index: -1; pointer-events: none; }
.glass-panel {
background: rgba(255, 255, 255, 0.01);
backdrop-filter: blur(30px);
border: 1px solid rgba(255, 255, 255, 0.05);
transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
position: relative; overflow: hidden;
width: 100%;
}
.glass-panel:hover {
border-color: var(--accent);
transform: translateY(-10px);
box-shadow: 0 40px 100px -20px rgba(56, 189, 248, 0.2);
background: rgba(255, 255, 255, 0.03);
}
.text-glow { text-shadow: 0 0 30px rgba(56, 189, 248, 0.8), 0 0 60px rgba(251, 191, 36, 0.2); }
.hero-title {
background: linear-gradient(to right, #fff 10%, #fbbf24 30%, #38bdf8 50%, #fff 70%, #fbbf24 90%);
background-size: 200% auto;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
animation: shine 8s linear infinite;
}
@keyframes shine { to { background-position: 200% center; } }
.scan-line {
width: 100%; height: 2px; background: linear-gradient(90deg, transparent, var(--accent), var(--gold), transparent);
position: absolute; top: 0; left: 0; pointer-events: none;
animation: scan 8s linear infinite; z-index: 50; opacity: 0.2;
}
@keyframes scan { 0% { top: -5%; } 100% { top: 105%; } }
.btn-sovereign {
padding: 1.25rem 2.5rem; border-radius: 99px; font-weight: 800;
text-transform: uppercase; letter-spacing: 0.25em; font-size: 10px;
transition: all 0.5s ease; border: 1px solid rgba(255,255,255,0.1);
backdrop-filter: blur(10px); display: inline-flex; align-items: center; justify-content: center;
}
.btn-sovereign:hover {
background: #fff; color: #000; box-shadow: 0 0 50px rgba(56, 189, 248, 0.4);
transform: scale(1.05);
}
.node-tag {
font-size: 8px; padding: 4px 10px; border-radius: 4px; background: rgba(255, 255, 255, 0.05);
color: var(--gold); border: 1px solid rgba(251, 191, 36, 0.3);
text-transform: uppercase; letter-spacing: 0.1em; font-weight: 800;
}
#boot-loader {
position: fixed; inset: 0; background: #000; z-index: 10000;
display: flex; flex-direction: column; align-items: center; justify-content: center;
padding: 20px; text-align: center;
}
@media (max-width: 768px) {
.hero-title { font-size: 4rem !important; line-height: 1.1; }
.glass-panel { padding: 1.5rem !important; border-radius: 2rem !important; }
section { padding-top: 5rem !important; padding-bottom: 5rem !important; }
}
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 10px; }
</style>
</head>
<body class="antialiased">
<!-- SOVEREIGN_OS BOOT -->
<div id="boot-loader">
<div class="mono text-brand-cyan text-[10px] mb-8 tracking-[0.5em] animate-pulse" id="boot-text">UPLOADING_CONSCIOUSNESS...</div>
<div class="w-full max-w-xs h-[1px] bg-white/5 rounded-full overflow-hidden">
<div class="h-full bg-brand-cyan w-0 shadow-[0_0_15px_#38bdf8]" id="boot-progress"></div>
</div>
</div>
<canvas id="neural-canvas"></canvas>
<div class="scan-line"></div>
<!-- NAVIGATION -->
<header class="fixed top-0 w-full z-[100] border-b border-white/5 bg-black/60 backdrop-blur-3xl">
<nav class="container mx-auto px-6 md:px-10 h-20 md:h-24 flex justify-between items-center">
<a href="#" class="text-xl md:text-2xl font-bold tracking-tighter mono">
AKSHAYA<span class="text-brand-cyan">.SOVEREIGN</span>
</a>
<div class="hidden xl:flex space-x-8 text-[9px] uppercase tracking-[0.4em] font-bold text-slate-400">
<a href="#about" class="hover:text-white transition-all">Identity</a>
<a href="#ventures" class="hover:text-white transition-all">Command</a>
<a href="#roles" class="hover:text-white transition-all">Advisory</a>
<a href="#contact" class="hover:text-white transition-all">Terminus</a>
</div>
<div id="lang-indicator" class="mono text-[8px] md:text-[9px] text-brand-cyan border border-brand-cyan/20 px-4 py-1.5 rounded-full bg-brand-cyan/5">
NEURAL_SYNCING...
</div>
</nav>
</header>
<!-- HERO SECTION -->
<main id="hero" class="relative pt-32 pb-20 px-6 min-h-screen flex flex-col items-center justify-center text-center">
<div class="max-w-7xl mx-auto w-full">
<div class="inline-block px-6 md:px-8 py-2 md:py-3 mb-8 md:mb-12 rounded-full border border-yellow-500/30 bg-yellow-500/5 text-[8px] md:text-[10px] font-bold uppercase tracking-[0.6em] text-yellow-500">
Gold Medalist | Sovereign Architect
</div>
<h1 id="hero-title" class="hero-title text-6xl md:text-[12rem] font-bold tracking-tighter mb-8 md:mb-12 leading-[0.85] lg:leading-[0.8]">
SOVEREIGN <br class="hidden md:block"> ARCHITECT
</h1>
<p id="hero-desc" class="text-xl md:text-4xl lg:text-5xl text-slate-400 max-w-6xl mx-auto mb-16 md:mb-24 leading-tight font-light">
Executing at <span class="text-white font-bold italic">Elon Musk Speed</span> with a <span class="text-white font-bold italic text-glow">Stephen Hawking Brain</span>.
</p>
<div class="flex flex-col sm:flex-row gap-6 md:gap-10 justify-center items-center">
<a href="#ventures" class="btn-sovereign bg-white text-black w-full sm:w-auto">Access Ecosystem</a>
<a href="#contact" class="btn-sovereign bg-transparent text-white border-white/10 hover:border-brand-cyan w-full sm:w-auto">Establish Contact</a>
</div>
</div>
</main>
<!-- IDENTITY (ABOUT ME) -->
<section id="about" class="py-24 md:py-48 px-6">
<div class="container mx-auto">
<div class="glass-panel p-8 md:p-32 rounded-[3rem] md:rounded-[5rem]">
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12 md:gap-24 items-center">
<div class="relative group order-2 lg:order-1">
<div class="absolute -inset-10 bg-brand-cyan/10 blur-[80px] rounded-full opacity-50"></div>
<!-- PROFILE PICTURE INTEGRATION -->
<div class="relative aspect-square rounded-[2rem] md:rounded-[4rem] bg-zinc-950 border border-brand-cyan/20 overflow-hidden flex items-center justify-center">
<img src="New Profile.png" alt="Akshaya Selvakumar" class="w-full h-full object-cover grayscale hover:grayscale-0 transition-all duration-700" onerror="this.style.display='none'; this.nextElementSibling.style.display='block'">
<i class="fa-solid fa-brain text-[8rem] md:text-[12rem] text-brand-cyan/10 animate-pulse hidden"></i>
<div class="absolute bottom-8 left-0 right-0 text-center font-bold tracking-[0.5em] text-[9px] md:text-[11px] uppercase text-brand-cyan bg-black/40 backdrop-blur-md py-2">Sovereign_Entity_Verified</div>
</div>
</div>
<div class="order-1 lg:order-2">
<h2 class="text-[10px] text-brand-cyan uppercase tracking-[0.8em] mb-6 md:mb-8">The Entity</h2>
<h3 class="text-4xl md:text-7xl font-bold mb-8 md:mb-12 leading-tight">Akshaya Selvakumar.</h3>
<div class="space-y-6 md:space-y-8 text-slate-400 text-lg md:text-xl leading-relaxed">
<p>I am a Computer Science Gold Medalist and the definitive **Sovereign Architect**. I direct a multi-firm ecosystem that bridges the disconnect between deep-tech assets and global capital corridors.</p>
<p>Utilizing a "Gold Medalist" standard of mathematical rigor, I secure civilization-scale assets and eliminate logic drift across multi-vendor environments. My focus is on the $1000T merger of physical infrastructure and digital intelligence.</p>
<div class="grid grid-cols-1 sm:grid-cols-2 gap-4 md:gap-6 mt-12 md:mt-16">
<div class="p-6 md:p-8 border border-yellow-500/10 bg-yellow-500/5 rounded-2xl md:rounded-[2rem]">
<div class="text-yellow-500 font-bold text-2xl md:text-3xl">GOLD MEDALIST</div>
<div class="text-[8px] md:text-[10px] uppercase tracking-widest text-slate-500 font-bold">Standard of Excellence</div>
</div>
<div class="p-6 md:p-8 border border-brand-cyan/10 bg-brand-cyan/5 rounded-2xl md:rounded-[2rem]">
<div class="text-brand-cyan font-bold text-2xl md:text-3xl">1,600+ TITANS</div>
<div class="text-[8px] md:text-[10px] uppercase tracking-widest text-slate-500 font-bold">Tier-1 C-Suite Network</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- VENTURE NODES -->
<section id="ventures" class="py-24 md:py-48 bg-black/60 px-6">
<div class="container mx-auto">
<div class="mb-20 md:mb-32 text-center">
<h2 class="text-[10px] text-brand-cyan uppercase tracking-[1em] mb-6">Global Command Nodes</h2>
<h3 class="text-4xl md:text-8xl font-bold tracking-tighter" id="nodes-title">Sovereign Ecosystem</h3>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6 md:gap-10 lg:gap-12">
<!-- AUREXIA -->
<a href="https://aurexia.akshayaselvakumar.org" target="_blank" class="glass-panel p-8 md:p-14 rounded-[2.5rem] md:rounded-[4rem] group border-brand-cyan/10">
<div class="flex justify-between items-start mb-10">
<div class="text-3xl md:text-4xl font-bold text-brand-cyan">Aurexia</div>
<span class="node-tag">AI-Human Fusion</span>
</div>
<p class="text-[10px] uppercase tracking-widest text-slate-500 mb-6 font-bold">Founder & CEO</p>
<p class="text-slate-400 text-sm md:text-base leading-relaxed mb-10">Deploying search-dominant legacies for the 1% elite at peak velocity through automated professional authority.</p>
<ul class="text-[9px] md:text-[10px] font-bold text-slate-500 uppercase tracking-[0.2em] space-y-4">
<li><i class="fa-solid fa-bolt mr-2 text-brand-cyan"></i> 60-Minute Deployment</li>
<li><i class="fa-solid fa-bolt mr-2 text-brand-cyan"></i> AI-Native Sovereign Assets</li>
</ul>
</a>
<!-- GLOBAL BRIDGE -->
<a href="https://connect.akshayaselvakumar.org" target="_blank" class="glass-panel p-8 md:p-14 rounded-[2.5rem] md:rounded-[4rem] group border-brand-cyan/10">
<div class="flex justify-between items-start mb-10">
<div class="text-3xl md:text-4xl font-bold text-brand-cyan">Global Bridge</div>
<span class="node-tag">$20B Corridor</span>
</div>
<p class="text-[10px] uppercase tracking-widest text-slate-500 mb-6 font-bold">Founder & CEO</p>
<p class="text-slate-400 text-sm md:text-base leading-relaxed mb-10">Connecting KR Deep Tech with MENA capital. Vetting due diligence for a proprietary network of decision-makers.</p>
<ul class="text-[9px] md:text-[10px] font-bold text-slate-500 uppercase tracking-[0.2em] space-y-4">
<li><i class="fa-solid fa-link mr-2 text-brand-cyan"></i> Tier-1 Vetting Engine</li>
<li><i class="fa-solid fa-link mr-2 text-brand-cyan"></i> $20B Tech Corridor Bridge</li>
</ul>
</a>
<!-- GRCAI -->
<a href="https://grcai.akshayaselvakumar.org" target="_blank" class="glass-panel p-8 md:p-14 rounded-[2.5rem] md:rounded-[4rem] group border-brand-cyan/10">
<div class="flex justify-between items-start mb-10">
<div class="text-3xl md:text-4xl font-bold text-brand-cyan">GrcAI</div>
<span class="node-tag">AI ACT GRC</span>
</div>
<p class="text-[10px] uppercase tracking-widest text-slate-500 mb-6 font-bold">Founder & CEO</p>
<p class="text-slate-400 text-sm md:text-base leading-relaxed mb-10">Shielding global assets from the Korea AI Act using deterministic compliance and SHA-256 state-hashing.</p>
<ul class="text-[9px] md:text-[10px] font-bold text-slate-500 uppercase tracking-[0.2em] space-y-4">
<li><i class="fa-solid fa-shield mr-2 text-brand-cyan"></i> Sovereign Shielding</li>
<li><i class="fa-solid fa-shield mr-2 text-brand-cyan"></i> Compliance Corridor</li>
</ul>
</a>
<!-- FINITE LOGIC -->
<a href="https://akshayadeveloper.github.io/finite-logic-launch-site/index.html" target="_blank" class="glass-panel p-8 md:p-14 rounded-[2.5rem] md:rounded-[4rem] group border-brand-cyan/10">
<div class="flex justify-between items-start mb-10">
<div class="text-3xl md:text-4xl font-bold text-brand-cyan">Finite-Logic</div>
<span class="node-tag">SaaS Backbone</span>
</div>
<p class="text-[10px] uppercase tracking-widest text-slate-500 mb-6 font-bold">Founder & CEO</p>
<p class="text-slate-400 text-sm md:text-base leading-relaxed mb-10">Building indestructible software backbones for Unicorn startups using Zero-Drift™ Security Hubs.</p>
<ul class="text-[9px] md:text-[10px] font-bold text-slate-500 uppercase tracking-[0.2em] space-y-4">
<li><i class="fa-solid fa-microchip mr-2 text-brand-cyan"></i> BlindQuery / QuantumRate</li>
<li><i class="fa-solid fa-microchip mr-2 text-brand-cyan"></i> Software Sovereignty</li>
</ul>
</a>
<!-- VORYX -->
<a href="https://voryx.akshayaselvakumar.org" target="_blank" class="glass-panel p-8 md:p-14 rounded-[2.5rem] md:rounded-[4rem] group border-brand-cyan/10">
<div class="flex justify-between items-start mb-10">
<div class="text-3xl md:text-4xl font-bold text-brand-cyan">Voryx</div>
<span class="node-tag">Global Brand</span>
</div>
<p class="text-[10px] uppercase tracking-widest text-slate-500 mb-6 font-bold">Solo Founder & CEO</p>
<p class="text-slate-400 text-sm md:text-base leading-relaxed mb-10">Redefining power dressing through technical precision. Shipping wearable art globally. Motto: Be Yourself.</p>
<ul class="text-[9px] md:text-[10px] font-bold text-slate-500 uppercase tracking-[0.2em] space-y-4">
<li><i class="fa-solid fa-shirt mr-2 text-brand-cyan"></i> Voryx Cosmos</li>
<li><i class="fa-solid fa-shirt mr-2 text-brand-cyan"></i> Design-to-Final Execution</li>
</ul>
</a>
<!-- STRATEGIC ADVISORY -->
<div class="glass-panel p-8 md:p-14 rounded-[2.5rem] md:rounded-[4rem] border-white/5">
<h4 class="text-2xl font-bold mb-10 mono uppercase tracking-tight">Board Advisory</h4>
<div class="space-y-6">
<div class="p-6 bg-white/5 rounded-2xl border border-white/5">
<div class="text-yellow-500 font-bold text-[9px] uppercase mb-2">Telenet Japan (Osaka)</div>
<div class="text-[10px] text-slate-400 leading-relaxed font-bold">Lead Technical Advisor for President Shigeki Hayashi. Securing infrastructure.</div>
</div>
<div class="p-6 bg-white/5 rounded-2xl border border-white/5">
<div class="text-yellow-500 font-bold text-[9px] uppercase mb-2">ECHOSIS Labs (Seoul)</div>
<div class="text-[10px] text-slate-400 leading-relaxed font-bold">Co-Founder & CTO. Architecting "Digital Yozma" and Wealth Intelligence.</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- TERMINUS (CONTACT) -->
<footer id="contact" class="py-32 md:py-64 bg-black px-6 text-center border-t border-white/5 relative">
<div class="max-w-6xl mx-auto relative z-10">
<h3 class="text-5xl md:text-9xl lg:text-[12rem] font-bold mb-16 hero-title tracking-tighter">TERMINUS</h3>
<p class="text-slate-500 tracking-[0.6em] md:tracking-[1em] uppercase text-[9px] md:text-[11px] font-bold mb-20 md:mb-32">Board Proposals & Strategic Partnerships Only</p>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 md:gap-12 mb-32 md:mb-48">
<a href="mailto:ceo@akshayaselvakumar.com" class="glass-panel p-10 md:p-14 rounded-[2rem] md:rounded-[4rem] hover:text-brand-cyan transition-colors">
<div class="text-[9px] md:text-[10px] uppercase tracking-[0.3em] text-slate-500 mb-6 font-bold">Sovereign Partnership</div>
<div class="mono text-lg md:text-2xl tracking-widest font-bold">ceo@akshayaselvakumar.com</div>
</a>
<a href="mailto:office@akshayaselvakumar.com" class="glass-panel p-10 md:p-14 rounded-[2rem] md:rounded-[4rem] hover:text-brand-cyan transition-colors">
<div class="text-[9px] md:text-[10px] uppercase tracking-[0.3em] text-slate-500 mb-6 font-bold">Business Inquiries</div>
<div class="mono text-lg md:text-2xl tracking-widest font-bold">office@akshayaselvakumar.com</div>
</a>
</div>
<div class="flex justify-center gap-12 md:gap-20 text-slate-500 text-3xl md:text-4xl mb-32">
<a href="https://linkedin.com/in/akshaya-voryx-ceo" target="_blank" class="hover:text-brand-cyan transition-all transform hover:scale-125"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/Akshayadeveloper" target="_blank" class="hover:text-brand-cyan transition-all transform hover:scale-125"><i class="fa-brands fa-github"></i></a>
<a href="https://x.com/@VORYXofficial" target="_blank" class="hover:text-brand-cyan transition-all transform hover:scale-125"><i class="fa-brands fa-x-twitter"></i></a>
</div>
<div class="mono text-[9px] md:text-[10px] text-slate-700 tracking-[1em] md:tracking-[1.5em] uppercase font-bold px-6">
Akshaya Selvakumar © <span id="year"></span> | SOVEREIGN ARCHITECT | BUILD_V2.7.2
</div>
</div>
</footer>
<script>
document.getElementById('year').textContent = new Date().getFullYear();
// SOVEREIGN_OS BOOT LOADER
window.addEventListener('load', () => {
const progress = document.getElementById('boot-progress');
const text = document.getElementById('boot-text');
const loader = document.getElementById('boot-loader');
let w = 0;
const bootLines = ["INITIALIZING_BRAIN_NODES...", "SYNCING_GOLD_MEDALIST_STANDARD...", "MERGING_PHYSICAL_ASSETS...", "SOVEREIGN_ENTITY_READY"];
const int = setInterval(() => {
w += Math.random() * 15;
if (w >= 100) {
w = 100;
clearInterval(int);
setTimeout(() => {
loader.style.opacity = '0';
setTimeout(() => loader.style.display = 'none', 800);
}, 400);
}
progress.style.width = w + '%';
text.innerText = bootLines[Math.floor((w/100) * bootLines.length)] || "CONSCIOUSNESS_ACTIVE";
}, 50);
detectLocationAndTranslate();
});
// GEOLOCATION TRANSLATION SYSTEM
async function detectLocationAndTranslate() {
const indicator = document.getElementById('lang-indicator');
try {
const res = await fetch('https://ipapi.co/json/');
const data = await res.json();
indicator.innerText = `NODE: ${data.city.toUpperCase()}, ${data.country_code}`;
const dict = {
"JP": { hero: "主権設計者", desc: "イーロン・マスクのスピード、ホーキングの知性。" },
"KR": { hero: "주권 건축가", desc: "엘론 머스크의 속도와 스티븐 호킹의 두뇌." },
"CN": { hero: "主权架构师", desc: "以马斯克的速度和霍金的头脑运行。" },
"DE": { hero: "Souveräner Architekt", desc: "Elon-Musk-Geschwindigkeit. Stephen-Hawking-Verstand." }
};
const region = data.country_code;
if (dict[region]) {
const hTitle = document.getElementById('hero-title');
const hDesc = document.getElementById('hero-desc');
if(hTitle) hTitle.innerText = dict[region].hero;
if(hDesc) hDesc.innerHTML = dict[region].desc;
}
} catch (e) {
indicator.innerText = "NODE: ANONYMOUS";
}
}
// TRI-COLOR GLITTER NEURAL ENGINE (Gold/White/Blue Sparkles)
const canvas = document.getElementById('neural-canvas');
const ctx = canvas.getContext('2d');
let particles = [];
let mouse = { x: -1000, y: -1000 };
function getMousePos(e) {
if (e.type.startsWith('touch')) {
mouse.x = e.touches[0].clientX;
mouse.y = e.touches[0].clientY;
} else {
mouse.x = e.clientX;
mouse.y = e.clientY;
}
}
window.addEventListener('mousemove', getMousePos);
window.addEventListener('touchstart', getMousePos);
window.addEventListener('touchmove', getMousePos);
function resize() {
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
initNeural();
}
window.addEventListener('resize', resize);
const colors = ['#38bdf8', '#fbbf24', '#ffffff']; // Blue, Gold, White
class Particle {
constructor() {
this.init();
}
init() {
this.x = Math.random() * canvas.width;
this.y = Math.random() * canvas.height;
this.vx = (Math.random() - 0.5) * 0.6;
this.vy = (Math.random() - 0.5) * 0.6;
this.radius = Math.random() * 1.5 + 0.2;
this.color = colors[Math.floor(Math.random() * colors.length)];
this.sparkle = Math.random() * Math.PI * 2;
this.flare = 0;
}
update() {
this.x += this.vx;
this.y += this.vy;
this.sparkle += 0.04;
// SCATTER & FLARE LOGIC
const dx = this.x - mouse.x;
const dy = this.y - mouse.y;
const dist = Math.sqrt(dx * dx + dy * dy);
const limit = 150;
if (dist < limit) {
const angle = Math.atan2(dy, dx);
const force = (limit - dist) / limit;
this.x += Math.cos(angle) * force * 10;
this.y += Math.sin(angle) * force * 10;
this.flare = 1; // Max brightness
} else {
if(this.flare > 0) this.flare -= 0.02;
}
if (this.x < 0 || this.x > canvas.width) this.vx *= -1;
if (this.y < 0 || this.y > canvas.height) this.vy *= -1;
}
draw() {
const baseAlpha = 0.15 + Math.sin(this.sparkle) * 0.15;
const alpha = Math.min(1, baseAlpha + this.flare);
ctx.beginPath();
ctx.arc(this.x, this.y, this.radius + (this.flare * 2), 0, Math.PI * 2);
ctx.fillStyle = this.color;
ctx.globalAlpha = alpha;
if (this.flare > 0.5) {
ctx.shadowBlur = 15 * this.flare;
ctx.shadowColor = this.color;
}
ctx.fill();
ctx.shadowBlur = 0;
ctx.globalAlpha = 1;
}
}
function initNeural() {
particles = [];
const density = window.innerWidth < 768 ? 4000 : 8000;
const count = Math.floor((canvas.width * canvas.height) / density);
for (let i = 0; i < count; i++) particles.push(new Particle());
}
function animateNeural() {
ctx.clearRect(0, 0, canvas.width, canvas.height);
for (let i = 0; i < particles.length; i++) {
particles[i].update();
particles[i].draw();
// Drawing neural connections
for (let j = i + 1; j < particles.length; j++) {
const dx = particles[i].x - particles[j].x;
const dy = particles[i].y - particles[j].y;
const dist = Math.sqrt(dx * dx + dy * dy);
const lineLimit = 120;
if (dist < lineLimit) {
ctx.beginPath();
const proximity = (1 - dist/lineLimit);
const flareStrength = (particles[i].flare + particles[j].flare) / 2;
ctx.strokeStyle = `rgba(56, 189, 248, ${0.08 * proximity + flareStrength * 0.2})`;
ctx.lineWidth = 0.5 * proximity;
ctx.moveTo(particles[i].x, particles[i].y);
ctx.lineTo(particles[j].x, particles[j].y);
ctx.stroke();
}
}
}
requestAnimationFrame(animateNeural);
}
resize();
animateNeural();
// Reveal animations
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.style.opacity = '1';
entry.target.style.transform = 'translateY(0)';
}
});
}, { threshold: 0.1 });
document.querySelectorAll('section, .glass-panel').forEach(el => {
el.style.opacity = '0';
el.style.transform = 'translateY(40px)';
el.style.transition = 'all 1s cubic-bezier(0.16, 1, 0.3, 1)';
observer.observe(el);
});
</script>
</body>
</html>