Spaces:
Running
Running
File size: 30,587 Bytes
5ccb847 67dda51 5ccb847 bc7e9d7 5ccb847 67dda51 5ccb847 bc7e9d7 5ccb847 bc7e9d7 5ccb847 bc7e9d7 5ccb847 bc7e9d7 5ccb847 bc7e9d7 5ccb847 bc7e9d7 5ccb847 bc7e9d7 5ccb847 67dda51 bc7e9d7 67dda51 bc7e9d7 67dda51 bc7e9d7 67dda51 bc7e9d7 67dda51 bc7e9d7 67dda51 bc7e9d7 67dda51 bc7e9d7 67dda51 bc7e9d7 67dda51 bc7e9d7 67dda51 bc7e9d7 67dda51 bc7e9d7 67dda51 bc7e9d7 67dda51 bc7e9d7 67dda51 bc7e9d7 67dda51 bc7e9d7 67dda51 bc7e9d7 67dda51 5ccb847 bc7e9d7 5ccb847 bc7e9d7 5ccb847 bc7e9d7 5ccb847 67dda51 bc7e9d7 5ccb847 bc7e9d7 5ccb847 ac7081d |
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 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>m1encode - Quantum Encryption Protocol</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/animejs@3.2.1/lib/anime.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Exo+2:wght@300;400;600&display=swap');
.cyber-gradient {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.quantum-pulse {
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.7; }
}
.hologram-border {
border: 1px solid transparent;
background: linear-gradient(90deg, #00ffff, #ff00ff) border-box;
-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
}
.matrix-bg {
background: radial-gradient(circle at center, #0a0a0a 0%, #000000 100%);
}
</style>
</head>
<body class="matrix-bg text-white font-['Exo_2'] min-h-screen">
<div id="vanta-bg" class="fixed inset-0 z-0"></div>
<!-- Navigation -->
<nav class="relative z-10 py-6 px-4 lg:px-8 border-b border-gray-800 backdrop-blur-sm bg-black/30">
<div class="max-w-7xl mx-auto flex justify-between items-center">
<div class="flex items-center space-x-2">
<div class="w-3 h-3 bg-cyan-400 rounded-full quantum-pulse"></div>
<h1 class="text-xl font-['Orbitron'] font-bold tracking-wider">m1encode</h1>
</div>
<div class="hidden md:flex space-x-8">
<a href="#mission" class="hover:text-cyan-300 transition-colors duration-300">Mission</a>
<a href="#journey" class="hover:text-cyan-300 transition-colors duration-300">Journey</a>
<a href="#roadmap" class="hover:text-cyan-300 transition-colors duration-300">Roadmap</a>
<a href="#collaborate" class="hover:text-cyan-300 transition-colors duration-300">Collaborate</a>
<a href="#contact" class="hover:text-cyan-300 transition-colors duration-300">Contact</a>
<a href="forum.html" class="hover:text-cyan-300 transition-colors duration-300">Forum</a>
</div>
<button class="md:hidden">
<i data-feather="menu"></i>
</button>
</div>
</nav>
<!-- Hero Section -->
<section class="relative z-10 py-20 px-4 lg:px-8 text-center">
<div class="max-w-4xl mx-auto">
<div class="inline-block px-4 py-2 mb-6 hologram-border rounded-full">
<span class="text-sm font-['Orbitron'] tracking-widest">QUANTUM ENCRYPTION INITIATIVE</span>
</div>
<h1 class="text-5xl lg:text-7xl font-['Orbitron'] font-black mb-6 leading-tight">
The Future of <span class="text-transparent bg-clip-text cyber-gradient">Cryptography</span>
</h1>
<p class="text-xl lg:text-2xl text-gray-300 mb-8 max-w-3xl mx-auto leading-relaxed">
Pioneering a global quantum encryption protocol through quantum entanglement,
where security becomes an intrinsic property of the universe itself.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center items-center">
<button class="px-8 py-4 bg-gradient-to-r from-cyan-500 to-blue-600 rounded-lg font-['Orbitron'] font-bold tracking-wider hover:scale-105 transition-transform duration-300 shadow-lg shadow-cyan-500/25">
EXPLORE THE PROTOCOL
</button>
<button class="px-8 py-4 border-2 border-cyan-400 rounded-lg font-['Orbitron'] tracking-wider hover:bg-cyan-400/10 transition-all duration-300">
JOIN THE RESEARCH
</button>
</div>
</div>
</section>
<!-- Mission Section -->
<section id="mission" class="relative z-10 py-20 px-4 lg:px-8">
<div class="max-w-6xl mx-auto">
<div class="grid lg:grid-cols-2 gap-12 items-center">
<div>
<h2 class="text-4xl font-['Orbitron'] font-bold mb-6">My Mission</h2>
<p class="text-lg text-gray-300 mb-6 leading-relaxed">
I'm <span class="text-cyan-400 font-bold">Aziel Melek</span>, and I stand at the intersection of cryptography,
quantum mechanics, and security engineering. My vision is to develop a quantum encryption
protocol that transcends current limitations, creating an unbreakable security framework
rooted in the fundamental principles of quantum entanglement.
</p>
<p class="text-lg text-gray-300 mb-6 leading-relaxed">
The m1encode project represents more than just technical innovation—it's a philosophical
journey to redefine how we perceive data security in the quantum era. By linking encryption
directly to quantum-entangled connections, we're building a system where security becomes
an emergent property of the universe itself.
</p>
<div class="flex items-center space-x-4 mt-8">
<div class="w-2 h-12 bg-gradient-to-b from-cyan-400 to-purple-500 rounded-full"></div>
<p class="text-cyan-300 font-['Orbitron'] tracking-wider">WHERE PHYSICS MEETS SECURITY</p>
</div>
</div>
<div class="relative">
<div class="h-80 lg:h-96 rounded-2xl bg-gradient-to-br from-gray-900 via-purple-900 to-cyan-900 p-1">
<div class="w-full h-full rounded-2xl bg-black/80 backdrop-blur-sm flex items-center justify-center">
<div class="text-center">
<i data-feather="cpu" class="w-16 h-16 mx-auto text-cyan-400 mb-4"></i>
<h3 class="text-2xl font-['Orbitron'] mb-2">Quantum Core</h3>
<p class="text-gray-400">Entanglement-based Security Matrix</p>
</div>
</div>
</div>
<div class="absolute -top-4 -right-4 w-8 h-8 border-t-2 border-r-2 border-cyan-400"></div>
<div class="absolute -bottom-4 -left-4 w-8 h-8 border-b-2 border-l-2 border-purple-400"></div>
</div>
</div>
</div>
</section>
<!-- Roadmap Section -->
<section id="roadmap" class="relative z-10 py-20 px-4 lg:px-8">
<div class="max-w-6xl mx-auto">
<h2 class="text-4xl font-['Orbitron'] font-bold mb-12 text-center">Quantum Encryption Roadmap</h2>
<div class="relative">
<!-- Timeline line -->
<div class="absolute left-1/2 transform -translate-x-1/2 h-full w-1 bg-gradient-to-b from-cyan-500 via-purple-500 to-blue-500"></div>
<!-- Phase 1 -->
<div class="mb-16 flex items-center w-full timeline-item">
<div class="w-1/2 pr-8 text-right">
<div class="inline-block p-6 rounded-xl bg-gradient-to-br from-cyan-900/30 to-blue-900/30 border border-cyan-500/30">
<span class="inline-block px-3 py-1 mb-3 text-xs font-['Orbitron'] tracking-widest bg-cyan-500/20 rounded-full text-cyan-300">PHASE 1</span>
<h3 class="text-2xl font-['Orbitron'] mb-3">Foundation Research</h3>
<p class="text-gray-300 mb-4">Quantum mechanics fundamentals, cryptography theory, and protocol architecture design</p>
<div class="flex flex-wrap gap-2 mb-3">
<span class="px-2 py-1 bg-cyan-500/20 text-cyan-300 text-xs rounded">COMPLETED</span>
</div>
<div class="mt-4 space-y-2">
<div class="flex items-center space-x-2">
<div class="w-2 h-2 bg-green-400 rounded-full"></div>
<span class="text-sm text-gray-400">Quantum Entanglement Principles</span>
</div>
<div class="flex items-center space-x-2">
<div class="w-2 h-2 bg-green-400 rounded-full"></div>
<span class="text-sm text-gray-400">Cryptographic Security Analysis</span>
</div>
</div>
</div>
<div class="absolute left-1/2 transform -translate-x-1/2">
<div class="w-6 h-6 bg-cyan-400 rounded-full border-4 border-black"></div>
</div>
<div class="w-1/2 pl-8">
<div class="p-4 rounded-lg bg-black/40 border border-gray-700">
<h4 class="font-['Orbitron'] text-cyan-300 mb-2">Current Status</h4>
<p class="text-sm text-gray-300">Foundation research completed. Moving to implementation phase.</p>
</div>
</div>
</div>
<!-- Phase 2 -->
<div class="mb-16 flex items-center w-full timeline-item">
<div class="w-1/2 pr-8 text-right">
<div class="p-4 rounded-lg bg-black/40 border border-gray-700">
<h4 class="font-['Orbitron'] text-purple-300 mb-2">Development Progress</h4>
<p class="text-sm text-gray-300">Protocol architecture defined. Beginning quantum simulation development.</p>
</div>
</div>
<div class="absolute left-1/2 transform -translate-x-1/2">
<div class="w-6 h-6 bg-purple-400 rounded-full border-4 border-black"></div>
</div>
<div class="w-1/2 pl-8">
<div class="inline-block p-6 rounded-xl bg-gradient-to-br from-purple-900/30 to-pink-900/30 border border-purple-500/30">
<span class="inline-block px-3 py-1 mb-3 text-xs font-['Orbitron'] tracking-widest bg-purple-500/20 rounded-full text-purple-300">PHASE 2</span>
<h3 class="text-2xl font-['Orbitron'] mb-3">Protocol Development</h3>
<p class="text-gray-300 mb-4">Quantum entanglement simulation, protocol implementation, and security validation</p>
<div class="flex flex-wrap gap-2 mb-3">
<span class="px-2 py-1 bg-purple-500/20 text-purple-300 text-xs rounded">IN PROGRESS</span>
</div>
<div class="mt-4 space-y-2">
<div class="flex items-center space-x-2">
<div class="w-2 h-2 bg-yellow-400 rounded-full"></div>
<span class="text-sm text-gray-400">Quantum Simulation Framework</span>
</div>
<div class="flex items-center space-x-2">
<div class="w-2 h-2 bg-gray-400 rounded-full"></div>
<span class="text-sm text-gray-400">Security Protocol Implementation</span>
</div>
</div>
</div>
</div>
<!-- Phase 3 -->
<div class="mb-16 flex items-center w-full timeline-item">
<div class="w-1/2 pr-8 text-right">
<div class="inline-block p-6 rounded-xl bg-gradient-to-br from-blue-900/30 to-cyan-900/30 border border-blue-500/30">
<span class="inline-block px-3 py-1 mb-3 text-xs font-['Orbitron'] tracking-widest bg-blue-500/20 rounded-full text-blue-300">PHASE 3</span>
<h3 class="text-2xl font-['Orbitron'] mb-3">Testing & Validation</h3>
<p class="text-gray-300 mb-4">Comprehensive security testing, quantum resistance validation, and performance optimization</p>
<div class="flex flex-wrap gap-2 mb-3">
<span class="px-2 py-1 bg-blue-500/20 text-blue-300 text-xs rounded">UPCOMING</span>
</div>
<div class="mt-4 space-y-2">
<div class="flex items-center space-x-2">
<div class="w-2 h-2 bg-gray-400 rounded-full"></div>
<span class="text-sm text-gray-400">Quantum Attack Simulation</span>
</div>
<div class="flex items-center space-x-2">
<div class="w-2 h-2 bg-gray-400 rounded-full"></div>
<span class="text-sm text-gray-400">Performance Benchmarking</span>
</div>
</div>
</div>
<div class="absolute left-1/2 transform -translate-x-1/2">
<div class="w-6 h-6 bg-blue-400 rounded-full border-4 border-black"></div>
</div>
<div class="w-1/2 pl-8">
<div class="p-4 rounded-lg bg-black/40 border border-gray-700">
<h4 class="font-['Orbitron'] text-blue-300 mb-2">Prerequisites</h4>
<p class="text-sm text-gray-300">Requires completion of Phase 2 protocol development.</p>
</div>
</div>
</div>
<!-- Phase 4 -->
<div class="flex items-center w-full timeline-item">
<div class="w-1/2 pr-8 text-right">
<div class="p-4 rounded-lg bg-black/40 border border-gray-700">
<h4 class="font-['Orbitron'] text-green-300 mb-2">Future Vision</h4>
<p class="text-sm text-gray-300">Global standardization and widespread adoption of quantum encryption.</p>
</div>
</div>
<div class="absolute left-1/2 transform -translate-x-1/2">
<div class="w-6 h-6 bg-green-400 rounded-full border-4 border-black"></div>
</div>
<div class="w-1/2 pl-8">
<div class="inline-block p-6 rounded-xl bg-gradient-to-br from-green-900/30 to-emerald-900/30 border border-green-500/30">
<span class="inline-block px-3 py-1 mb-3 text-xs font-['Orbitron'] tracking-widest bg-green-500/20 rounded-full text-green-300">PHASE 4</span>
<h3 class="text-2xl font-['Orbitron'] mb-3">Global Standardization</h3>
<p class="text-gray-300 mb-4">Industry adoption, regulatory compliance, and establishing as global security standard</p>
<div class="flex flex-wrap gap-2 mb-3">
<span class="px-2 py-1 bg-green-500/20 text-green-300 text-xs rounded">FUTURE</span>
</div>
<div class="mt-4 space-y-2">
<div class="flex items-center space-x-2">
<div class="w-2 h-2 bg-gray-400 rounded-full"></div>
<span class="text-sm text-gray-400">Industry Partnerships</span>
</div>
<div class="flex items-center space-x-2">
<div class="w-2 h-2 bg-gray-400 rounded-full"></div>
<span class="text-sm text-gray-400">Regulatory Framework</span>
</div>
</div>
</div>
</div>
</div>
<!-- Whitepaper Section -->
<div class="mt-20 text-center">
<h3 class="text-3xl font-['Orbitron'] mb-6">Technical Documentation</h3>
<div class="grid md:grid-cols-3 gap-6 max-w-4xl mx-auto">
<div class="group p-6 rounded-xl bg-gradient-to-br from-gray-900 to-black border border-gray-800 hover:border-cyan-500 transition-all duration-500">
<i data-feather="file-text" class="w-8 h-8 mx-auto mb-4 text-cyan-400"></i>
<h4 class="font-['Orbitron'] mb-3">Protocol Whitepaper</h4>
<p class="text-gray-400 text-sm mb-4">Complete technical specification of the quantum encryption protocol</p>
<button onclick="downloadWhitepaper()" class="px-4 py-2 bg-cyan-500/20 text-cyan-300 rounded-lg hover:bg-cyan-500/30 transition-colors duration-300">Download PDF</button>
</div>
<div class="group p-6 rounded-xl bg-gradient-to-br from-gray-900 to-black border border-gray-800 hover:border-purple-500 transition-all duration-500">
<i data-feather="code" class="w-8 h-8 mx-auto mb-4 text-purple-400"></i>
<h4 class="font-['Orbitron'] mb-3">Implementation Guide</h4>
<p class="text-gray-400 text-sm mb-4">Developer documentation and integration guidelines</p>
<button onclick="viewImplementationGuide()" class="px-4 py-2 bg-purple-500/20 text-purple-300 rounded-lg hover:bg-purple-500/30 transition-colors duration-300">View Online</button>
</div>
<div class="group p-6 rounded-xl bg-gradient-to-br from-gray-900 to-black border border-gray-800 hover:border-blue-500 transition-all duration-500">
<i data-feather="git-branch" class="w-8 h-8 mx-auto mb-4 text-blue-400"></i>
<h4 class="font-['Orbitron'] mb-3">Research Papers</h4>
<p class="text-gray-400 text-sm mb-4">Academic research and theoretical foundations</p>
<button onclick="browseResearch()" class="px-4 py-2 bg-blue-500/20 text-blue-300 rounded-lg hover:bg-blue-500/30 transition-colors duration-300">Browse Library</button>
</div>
</div>
</div>
</section>
<!-- Journey Section -->
<section id="journey" class="relative z-10 py-20 px-4 lg:px-8 bg-black/40 backdrop-blur-sm">
<div class="max-w-6xl mx-auto">
<h2 class="text-4xl font-['Orbitron'] font-bold mb-12 text-center">The Research Journey</h2>
<div class="grid md:grid-cols-3 gap-8">
<div class="group p-6 rounded-xl bg-gradient-to-br from-gray-900 to-black border border-gray-800 hover:border-cyan-500 transition-all duration-500">
<div class="w-12 h-12 bg-cyan-500/20 rounded-lg flex items-center justify-center mb-4 group-hover:scale-110 transition-transform duration-300">
<i data-feather="book" class="text-cyan-400"></i>
</div>
<h3 class="text-xl font-['Orbitron'] mb-3">Foundation Research</h3>
<p class="text-gray-400">Deep dive into quantum mechanics, cryptography fundamentals, and existing encryption protocols</p>
</div>
<div class="group p-6 rounded-xl bg-gradient-to-br from-gray-900 to-black border border-gray-800 hover:border-purple-500 transition-all duration-500">
<div class="w-12 h-12 bg-purple-500/20 rounded-lg flex items-center justify-center mb-4 group-hover:scale-110 transition-transform duration-300">
<i data-feather="code" class="text-purple-400"></i>
</div>
<h3 class="text-xl font-['Orbitron'] mb-3">Protocol Development</h3>
<p class="text-gray-400">Architecting the quantum entanglement-based encryption framework and testing implementations</p>
</div>
<div class="group p-6 rounded-xl bg-gradient-to-br from-gray-900 to-black border border-gray-800 hover:border-blue-500 transition-all duration-500">
<div class="w-12 h-12 bg-blue-500/20 rounded-lg flex items-center justify-center mb-4 group-hover:scale-110 transition-transform duration-300">
<i data-feather="globe" class="text-blue-400"></i>
</div>
<h3 class="text-xl font-['Orbitron'] mb-3">Global Standardization</h3>
<p class="text-gray-400">Working toward establishing the protocol as the new global standard for quantum-era encryption</p>
</div>
</div>
</div>
</section>
<!-- Collaboration Section -->
<section id="collaborate" class="relative z-10 py-20 px-4 lg:px-8">
<div class="max-w-4xl mx-auto text-center">
<h2 class="text-4xl font-['Orbitron'] font-bold mb-6">Join the Quantum Revolution</h2>
<p class="text-xl text-gray-300 mb-8 leading-relaxed">
The path to quantum encryption excellence requires collective intelligence.
I'm actively seeking collaboration with researchers, cryptographers, quantum physicists,
and security experts who share this vision.
</p>
<div class="grid sm:grid-cols-2 gap-6 max-w-2xl mx-auto">
<div class="p-6 rounded-xl bg-gradient-to-br from-cyan-900/30 to-blue-900/30 border border-cyan-500/30">
<i data-feather="users" class="w-8 h-8 mx-auto mb-4 text-cyan-400"></i>
<h3 class="font-['Orbitron'] mb-2">Research Partners</h3>
<p class="text-gray-400 text-sm">Quantum physicists and cryptography researchers</p>
</div>
<div class="p-6 rounded-xl bg-gradient-to-br from-purple-900/30 to-pink-900/30 border border-purple-500/30">
<i data-feather="git-merge" class="w-8 h-8 mx-auto mb-4 text-purple-400"></i>
<h3 class="font-['Orbitron'] mb-2">Development Team</h3>
<p class="text-gray-400 text-sm">Security engineers and protocol developers</p>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="relative z-10 py-20 px-4 lg:px-8 bg-black/60 backdrop-blur-sm">
<div class="max-w-4xl mx-auto text-center">
<h2 class="text-4xl font-['Orbitron'] font-bold mb-6">Connect & Collaborate</h2>
<p class="text-lg text-gray-300 mb-8">
Ready to contribute to the future of quantum encryption? Let's build this together.
</p>
<div class="flex flex-wrap justify-center gap-6 mb-12">
<a href="#" class="flex items-center space-x-2 px-4 py-2 rounded-lg bg-gray-800 hover:bg-gray-700 transition-colors duration-300">
<i data-feather="mail" class="w-5 h-5"></i>
<span>aziel@m1encode.quantum</span>
</a>
<a href="#" class="flex items-center space-x-2 px-4 py-2 rounded-lg bg-gray-800 hover:bg-gray-700 transition-colors duration-300">
<i data-feather="github" class="w-5 h-5"></i>
<span>github/m1encode</span>
</a>
</div>
<div class="h-px bg-gradient-to-r from-transparent via-cyan-500 to-transparent max-w-2xl mx-auto mb-12"></div>
<p class="text-gray-400 font-['Orbitron'] tracking-widest">
QUANTUM SECURITY FOR THE POST-QUANTUM ERA
</p>
</div>
</section>
<!-- Footer -->
<footer class="relative z-10 py-8 px-4 lg:px-8 border-t border-gray-800">
<div class="max-w-6xl mx-auto flex flex-col md:flex-row justify-between items-center">
<div class="flex items-center space-x-2 mb-4 md:mb-0">
<div class="w-2 h-2 bg-cyan-400 rounded-full quantum-pulse"></div>
<span class="text-sm text-gray-400">m1encode © 2024 - Quantum Encryption Initiative</span>
</div>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-cyan-400 transition-colors duration-300">
<i data-feather="twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-cyan-400 transition-colors duration-300">
<i data-feather="linkedin"></i>
</a>
<a href="#" class="text-gray-400 hover:text-cyan-400 transition-colors duration-300">
<i data-feather="youtube"></i>
</a>
</div>
</div>
</footer>
<script>
// Initialize Vanta.js globe background
VANTA.GLOBE({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x3f83f8,
backgroundColor: 0x0a0a0a,
size: 1.10
});
// Whitepaper Functions
function downloadWhitepaper() {
// Create a simple PDF download simulation
const link = document.createElement('a');
link.href = '#';
link.download = 'm1encode-quantum-protocol-whitepaper.pdf';
document.body.appendChild(link);
link.click();
document.body.removeChild(link);
// Show success message
showNotification('Whitepaper download started!', 'success');
}
function viewImplementationGuide() {
window.open('#', '_blank');
showNotification('Opening implementation guide...', 'info');
}
function browseResearch() {
window.open('#', '_blank');
showNotification('Navigating to research library...', 'info');
}
// Notification system
function showNotification(message, type = 'info') {
const notification = document.createElement('div');
notification.className = `fixed top-4 right-4 z-50 px-6 py-4 rounded-lg font-['Orbitron'] tracking-wider ${
type === 'success' ? 'bg-green-500/20 border border-green-500 text-green-300' :
type === 'error' ? 'bg-red-500/20 border border-red-500 text-red-300' :
'bg-cyan-500/20 border border-cyan-500 text-cyan-300'
} backdrop-blur-sm transform transition-all duration-300 translate-x-full`;
notification.innerHTML = `
<div class="flex items-center space-x-3">
<i data-feather="${type === 'success' ? 'check-circle' : type === 'error' ? 'alert-circle' : 'info'}"></i>
<span>${message}</span>
`;
document.body.appendChild(notification);
// Animate in
setTimeout(() => {
notification.classList.remove('translate-x-full');
}, 100);
// Auto remove after 5 seconds
setTimeout(() => {
notification.classList.add('translate-x-full');
setTimeout(() => {
if (notification.parentNode) {
notification.parentNode.removeChild(notification);
}, 300);
}, 5000);
feather.replace();
}
// Progress tracking for roadmap
function updateProgress(phase, progress) {
const progressElements = document.querySelectorAll(`.phase-${phase}-progress`);
progressElements.forEach(el => {
el.style.width = `${progress}%`;
});
}
// Initialize roadmap progress
document.addEventListener('DOMContentLoaded', function() {
// Set initial progress for phases
updateProgress(1, 100); // Phase 1 complete
updateProgress(2, 45); // Phase 2 in progress
updateProgress(3, 0); // Phase 3 upcoming
updateProgress(4, 0); // Phase 4 future
});
// Smooth scrolling for navigation links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const target = document.querySelector(this.getAttribute('href'));
if (target) {
target.scrollIntoView({
behavior: 'smooth',
block: 'start'
});
}
});
});
// Initialize animations
document.addEventListener('DOMContentLoaded', function() {
// Animate elements on scroll
const observerOptions = {
threshold: 0.1,
rootMargin: '0px 0px -50px 0px'
};
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.style.opacity = '1';
entry.target.style.transform = 'translateY(0)';
}
});
}, observerOptions);
// Observe all sections for animation
document.querySelectorAll('section').forEach(section => {
section.style.opacity = '0';
section.style.transform = 'translateY(20px)';
observer.observe(section);
});
});
// Initialize Feather Icons
feather.replace();
</script>
</body>
</html>
|