Spaces:
Running
Running
| <html lang="en" class="dark"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Neon Nexus Dimension</title> | |
| <link rel="stylesheet" href="style.css"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script> | |
| </head> | |
| <body class="bg-gray-900 text-white overflow-x-hidden"> | |
| <custom-navbar></custom-navbar> | |
| <main class="min-h-screen relative"> | |
| <!-- 3D Hero Section --> | |
| <section id="vanta-bg" class="h-screen w-full flex items-center justify-center relative overflow-hidden"> | |
| <div class="absolute inset-0 bg-black bg-opacity-50"></div> | |
| <div class="relative z-10 text-center px-4"> | |
| <h1 class="text-6xl md:text-8xl font-bold mb-6 bg-clip-text text-transparent bg-gradient-to-r from-purple-400 via-pink-500 to-blue-500"> | |
| Neon Nexus | |
| </h1> | |
| <p class="text-xl md:text-2xl max-w-2xl mx-auto mb-8"> | |
| Step into the future with our immersive 3D experience | |
| </p> | |
| <div class="flex gap-4"> | |
| <a href="#explore" class="inline-block px-8 py-4 bg-gradient-to-r from-purple-600 to-blue-600 rounded-full text-lg font-semibold hover:scale-105 transition-transform duration-300 shadow-lg shadow-purple-500/30"> | |
| Explore Dimensions | |
| </a> | |
| <a href="solo-leveling.html" class="inline-block px-8 py-4 bg-gradient-to-r from-red-600 to-pink-600 rounded-full text-lg font-semibold hover:scale-105 transition-transform duration-300 shadow-lg shadow-red-500/30"> | |
| Hunter System | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- 3D Card Grid --> | |
| <section id="explore" class="py-20 px-4 max-w-7xl mx-auto"> | |
| <h2 class="text-4xl font-bold text-center mb-16 relative"> | |
| <span class="relative inline-block"> | |
| Interactive Dimensions | |
| <span class="absolute -bottom-2 left-0 w-full h-1 bg-gradient-to-r from-purple-500 to-blue-500 rounded-full"></span> | |
| </span> | |
| </h2> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-10"> | |
| <!-- 3D Card 1 --> | |
| <div class="h-96 perspective-1000 group"> | |
| <div class="relative w-full h-full transition-transform duration-700 transform-style-preserve-3d group-hover:rotate-y-180"> | |
| <div class="absolute w-full h-full backface-hidden bg-gradient-to-br from-gray-800 to-gray-900 rounded-2xl p-8 shadow-xl border border-gray-700 flex flex-col justify-center items-center"> | |
| <i data-feather="globe" class="w-16 h-16 text-purple-400 mb-6"></i> | |
| <h3 class="text-2xl font-bold mb-3">Virtual Worlds</h3> | |
| <p class="text-gray-300 text-center">Explore infinite virtual dimensions with our cutting-edge 3D technology.</p> | |
| </div> | |
| <div class="absolute w-full h-full backface-hidden bg-gradient-to-br from-purple-900 to-blue-900 rounded-2xl p-8 shadow-xl rotate-y-180 flex flex-col justify-center items-center"> | |
| <h3 class="text-2xl font-bold mb-4">Features</h3> | |
| <ul class="space-y-2 text-gray-200"> | |
| <li class="flex items-center"> | |
| <i data-feather="check-circle" class="w-4 h-4 mr-2 text-green-400"></i> | |
| Real-time rendering | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check-circle" class="w-4 h-4 mr-2 text-green-400"></i> | |
| Holographic UI | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check-circle" class="w-4 h-4 mr-2 text-green-400"></i> | |
| Spatial audio | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- 3D Card 2 --> | |
| <div class="h-96 perspective-1000 group"> | |
| <div class="relative w-full h-full transition-transform duration-700 transform-style-preserve-3d group-hover:rotate-y-180"> | |
| <div class="absolute w-full h-full backface-hidden bg-gradient-to-br from-gray-800 to-gray-900 rounded-2xl p-8 shadow-xl border border-gray-700 flex flex-col justify-center items-center"> | |
| <i data-feather="cpu" class="w-16 h-16 text-blue-400 mb-6"></i> | |
| <h3 class="text-2xl font-bold mb-3">AI Integration</h3> | |
| <p class="text-gray-300 text-center">Next-generation artificial intelligence that learns and adapts in real-time.</p> | |
| </div> | |
| <div class="absolute w-full h-full backface-hidden bg-gradient-to-br from-blue-900 to-indigo-900 rounded-2xl p-8 shadow-xl rotate-y-180 flex flex-col justify-center items-center"> | |
| <h3 class="text-2xl font-bold mb-4">Features</h3> | |
| <ul class="space-y-2 text-gray-200"> | |
| <li class="flex items-center"> | |
| <i data-feather="check-circle" class="w-4 h-4 mr-2 text-green-400"></i> | |
| Neural networks | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check-circle" class="w-4 h-4 mr-2 text-green-400"></i> | |
| Predictive analytics | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check-circle" class="w-4 h-4 mr-2 text-green-400"></i> | |
| Emotion recognition | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- 3D Card 3 --> | |
| <div class="h-96 perspective-1000 group"> | |
| <div class="relative w-full h-full transition-transform duration-700 transform-style-preserve-3d group-hover:rotate-y-180"> | |
| <div class="absolute w-full h-full backface-hidden bg-gradient-to-br from-gray-800 to-gray-900 rounded-2xl p-8 shadow-xl border border-gray-700 flex flex-col justify-center items-center"> | |
| <i data-feather="zap" class="w-16 h-16 text-pink-400 mb-6"></i> | |
| <h3 class="text-2xl font-bold mb-3">Quantum Sync</h3> | |
| <p class="text-gray-300 text-center">Instantaneous data transfer through quantum entanglement technology.</p> | |
| </div> | |
| <div class="absolute w-full h-full backface-hidden bg-gradient-to-br from-pink-900 to-purple-900 rounded-2xl p-8 shadow-xl rotate-y-180 flex flex-col justify-center items-center"> | |
| <h3 class="text-2xl font-bold mb-4">Features</h3> | |
| <ul class="space-y-2 text-gray-200"> | |
| <li class="flex items-center"> | |
| <i data-feather="check-circle" class="w-4 h-4 mr-2 text-green-400"></i> | |
| Zero latency | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check-circle" class="w-4 h-4 mr-2 text-green-400"></i> | |
| Unbreakable encryption | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check-circle" class="w-4 h-4 mr-2 text-green-400"></i> | |
| Multi-dimensional sync | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Floating 3D Elements Section --> | |
| <section class="py-20 px-4 bg-gradient-to-b from-gray-900 to-black relative overflow-hidden"> | |
| <div class="max-w-7xl mx-auto relative z-10"> | |
| <h2 class="text-4xl font-bold text-center mb-16"> | |
| <span class="relative inline-block"> | |
| Holographic Interface | |
| <span class="absolute -bottom-2 left-0 w-full h-1 bg-gradient-to-r from-blue-500 to-pink-500 rounded-full"></span> | |
| </span> | |
| </h2> | |
| <div class="flex flex-col lg:flex-row items-center gap-12"> | |
| <div class="lg:w-1/2"> | |
| <div class="holographic-display relative w-full aspect-square rounded-lg"> | |
| <div class="absolute inset-0 bg-blue-500/10 rounded-lg border border-blue-400/30 shadow-lg shadow-blue-500/20 backdrop-blur-sm"></div> | |
| <div class="absolute inset-4 flex items-center justify-center"> | |
| <div class="grid-display w-full h-full relative"> | |
| <!-- Grid lines --> | |
| <div class="absolute inset-0 border border-blue-400/20 rounded-lg"></div> | |
| <div class="absolute inset-0 grid grid-cols-3 grid-rows-3"> | |
| <div class="border-r border-blue-400/10"></div> | |
| <div class="border-r border-blue-400/10"></div> | |
| <div></div> | |
| </div> | |
| <div class="absolute inset-0 grid grid-cols-3 grid-rows-3"> | |
| <div class="border-b border-blue-400/10"></div> | |
| <div class="border-b border-blue-400/10"></div> | |
| <div class="border-b border-blue-400/10"></div> | |
| </div> | |
| <!-- Floating elements --> | |
| <div class="floating-cube"></div> | |
| <div class="floating-sphere"></div> | |
| <div class="floating-pyramid"></div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="lg:w-1/2 space-y-6"> | |
| <h3 class="text-3xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-blue-400 to-pink-400"> | |
| Next-Gen Interaction | |
| </h3> | |
| <p class="text-lg text-gray-300"> | |
| Our holographic interface responds to touch, voice, and even thought patterns. The floating 3D elements are fully interactive and can be manipulated in real-time. | |
| </p> | |
| <ul class="space-y-4"> | |
| <li class="flex items-start"> | |
| <div class="flex-shrink-0 mt-1"> | |
| <div class="h-5 w-5 rounded-full bg-blue-500 flex items-center justify-center"> | |
| <i data-feather="check" class="w-3 h-3 text-white"></i> | |
| </div> | |
| </div> | |
| <p class="ml-3 text-gray-300">Gesture recognition with millimeter precision</p> | |
| </li> | |
| <li class="flex items-start"> | |
| <div class="flex-shrink-0 mt-1"> | |
| <div class="h-5 w-5 rounded-full bg-pink-500 flex items-center justify-center"> | |
| <i data-feather="check" class="w-3 h-3 text-white"></i> | |
| </div> | |
| </div> | |
| <p class="ml-3 text-gray-300">Neural interface compatibility</p> | |
| </li> | |
| <li class="flex items-start"> | |
| <div class="flex-shrink-0 mt-1"> | |
| <div class="h-5 w-5 rounded-full bg-purple-500 flex items-center justify-center"> | |
| <i data-feather="check" class="w-3 h-3 text-white"></i> | |
| </div> | |
| </div> | |
| <p class="ml-3 text-gray-300">Real-time physics simulation</p> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| </main> | |
| <custom-footer></custom-footer> | |
| <script src="components/navbar.js"></script> | |
| <script src="components/footer.js"></script> | |
| <script src="script.js"></script> | |
| <script> | |
| feather.replace(); | |
| // Initialize Vanta.js background | |
| VANTA.NET({ | |
| el: "#vanta-bg", | |
| mouseControls: true, | |
| touchControls: true, | |
| gyroControls: false, | |
| minHeight: 200.00, | |
| minWidth: 200.00, | |
| scale: 1.00, | |
| scaleMobile: 1.00, | |
| color: 0x7f00ff, | |
| backgroundColor: 0x0, | |
| points: 12.00, | |
| maxDistance: 22.00, | |
| spacing: 18.00 | |
| }); | |
| </script> | |
| <script src="https://huggingface.co/deepsite/deepsite-badge.js"></script> | |
| </body> | |
| </html> |