Spaces:
Running
Running
| <html lang="en" class="scroll-smooth"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Contact | NEXUS OVERDRIVE</title> | |
| <meta name="description" content="Get in touch with NEXUS OVERDRIVE"> | |
| <link rel="icon" type="image/x-icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚡</text></svg>"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <link rel="stylesheet" href="style.css"> | |
| </head> | |
| <body class="bg-void text-white font-sans overflow-x-hidden antialiased selection:bg-neonPurple selection:text-white"> | |
| <custom-navbar></custom-navbar> | |
| <!-- PAGE HEADER --> | |
| <header class="relative min-h-[40vh] flex items-center justify-center pt-20 overflow-hidden"> | |
| <div class="absolute inset-0 z-0"> | |
| <img src="http://static.photos/office/1200x630/77" alt="Office" class="w-full h-full object-cover opacity-10 grayscale"> | |
| <div class="absolute inset-0 bg-gradient-to-b from-void/80 via-transparent to-void"></div> | |
| </div> | |
| <div class="container mx-auto px-6 relative z-10 text-center"> | |
| <span class="text-neonCyan font-mono text-sm tracking-[0.3em] uppercase">Transmission Channel</span> | |
| <h1 class="text-5xl md:text-7xl font-black tracking-tighter mt-4 mb-6"> | |
| MAKE <span class="text-transparent bg-clip-text bg-gradient-to-r from-neonPurple to-neonCyan">CONTACT</span> | |
| </h1> | |
| </div> | |
| </header> | |
| <!-- CONTACT SECTION --> | |
| <section class="py-24"> | |
| <div class="container mx-auto px-6"> | |
| <div class="grid grid-cols-1 lg:grid-cols-2 gap-16 max-w-6xl mx-auto"> | |
| <!-- Contact Info --> | |
| <div> | |
| <h2 class="text-3xl font-bold mb-8">Let's Build The Future</h2> | |
| <p class="text-gray-400 mb-12"> | |
| Ready to deploy autonomous intelligence? Our team is standing by to help you architect your AI empire. | |
| </p> | |
| <div class="space-y-8"> | |
| <div class="flex items-start gap-4"> | |
| <div class="w-12 h-12 bg-neonPurple/20 rounded-lg flex items-center justify-center flex-shrink-0"> | |
| <i data-feather="mail" class="w-6 h-6 text-neonPurple"></i> | |
| </div> | |
| <div> | |
| <h3 class="font-bold text-lg mb-1">Email</h3> | |
| <p class="text-gray-400">contact@nexusoverdrive.ai</p> | |
| <p class="text-gray-500 text-sm">Response within 24 hours</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start gap-4"> | |
| <div class="w-12 h-12 bg-neonCyan/20 rounded-lg flex items-center justify-center flex-shrink-0"> | |
| <i data-feather="map-pin" class="w-6 h-6 text-neonCyan"></i> | |
| </div> | |
| <div> | |
| <h3 class="font-bold text-lg mb-1">Headquarters</h3> | |
| <p class="text-gray-400">Sector 7, Neural District</p> | |
| <p class="text-gray-500 text-sm">New Singapore, 02492</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start gap-4"> | |
| <div class="w-12 h-12 bg-deepRed/20 rounded-lg flex items-center justify-center flex-shrink-0"> | |
| <i data-feather="clock" class="w-6 h-6 text-deepRed"></i> | |
| </div> | |
| <div> | |
| <h3 class="font-bold text-lg mb-1">Hours</h3> | |
| <p class="text-gray-400">24/7 Autonomous Operations</p> | |
| <p class="text-gray-500 text-sm">Human support: 9AM - 9PM UTC</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Social Links --> | |
| <div class="mt-12 pt-8 border-t border-gray-800"> | |
| <p class="text-gray-500 text-sm mb-4 font-mono uppercase">Connect via neural networks</p> | |
| <div class="flex gap-4"> | |
| <a href="#" class="w-10 h-10 border border-gray-700 flex items-center justify-center hover:border-neonPurple hover:text-neonPurple transition-colors"> | |
| <i data-feather="twitter" class="w-5 h-5"></i> | |
| </a> | |
| <a href="#" class="w-10 h-10 border border-gray-700 flex items-center justify-center hover:border-neonCyan hover:text-neonCyan transition-colors"> | |
| <i data-feather="linkedin" class="w-5 h-5"></i> | |
| </a> | |
| <a href="#" class="w-10 h-10 border border-gray-700 flex items-center justify-center hover:border-deepRed hover:text-deepRed transition-colors"> | |
| <i data-feather="github" class="w-5 h-5"></i> | |
| </a> | |
| <a href="#" class="w-10 h-10 border border-gray-700 flex items-center justify-center hover:border-green-500 hover:text-green-500 transition-colors"> | |
| <i data-feather="message-circle" class="w-5 h-5"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Contact Form --> | |
| <div> | |
| <form id="contact-form" class="space-y-6 bg-gray-900/30 border border-gray-800 p-8"> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-6"> | |
| <div> | |
| <label class="block text-sm font-bold mb-2 text-gray-400">First Name *</label> | |
| <input type="text" required class="w-full bg-black/50 border border-gray-700 px-4 py-3 text-white focus:border-neonPurple focus:outline-none transition-colors"> | |
| </div> | |
| <div> | |
| <label class="block text-sm font-bold mb-2 text-gray-400">Last Name *</label> | |
| <input type="text" required class="w-full bg-black/50 border border-gray-700 px-4 py-3 text-white focus:border-neonPurple focus:outline-none transition-colors"> | |
| </div> | |
| </div> | |
| <div> | |
| <label class="block text-sm font-bold mb-2 text-gray-400">Email *</label> | |
| <input type="email" required class="w-full bg-black/50 border border-gray-700 px-4 py-3 text-white focus:border-neonPurple focus:outline-none transition-colors"> | |
| </div> | |
| <div> | |
| <label class="block text-sm font-bold mb-2 text-gray-400">Company</label> | |
| <input type="text" class="w-full bg-black/50 border border-gray-700 px-4 py-3 text-white focus:border-neonPurple focus:outline-none transition-colors"> | |
| </div> | |
| <div> | |
| <label class="block text-sm font-bold mb-2 text-gray-400">Interest</label> | |
| <select class="w-full bg-black/50 border border-gray-700 px-4 py-3 text-white focus:border-neonPurple focus:outline-none transition-colors"> | |
| <option value="">Select an option</option> | |
| <option value="trial">Start a Trial</option> | |
| <option value="demo">Request a Demo</option> | |
| <option value="enterprise">Enterprise Solutions</option> | |
| <option value="partnership">Partnership</option> | |
| <option value="other">Other</option> | |
| </select> | |
| </div> | |
| <div> | |
| <label class="block text-sm font-bold mb-2 text-gray-400">Message *</label> | |
| <textarea rows="4" required class="w-full bg-black/50 border border-gray-700 px-4 py-3 text-white focus:border-neonPurple focus:outline-none transition-colors resize-none"></textarea> | |
| </div> | |
| <button type="submit" class="w-full py-4 bg-neonPurple hover:bg-neonPurple/80 text-white font-bold uppercase tracking-wider transition-all flex items-center justify-center gap-2"> | |
| <span>Transmit Message</span> | |
| <i data-feather="send" class="w-4 h-4"></i> | |
| </button> | |
| </form> | |
| <!-- Success Message (Hidden by default) --> | |
| <div id="success-message" class="hidden bg-green-500/10 border border-green-500 p-8 text-center"> | |
| <i data-feather="check-circle" class="w-16 h-16 text-green-500 mx-auto mb-4"></i> | |
| <h3 class="text-2xl font-bold text-white mb-2">Transmission Received</h3> | |
| <p class="text-gray-400">Our autonomous agents will respond within 24 hours.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <custom-footer></custom-footer> | |
| <script src="components/navbar.js"></script> | |
| <script src="components/footer.js"></script> | |
| <script src="script.js"></script> | |
| <script> | |
| // Contact Form Handler | |
| document.getElementById('contact-form').addEventListener('submit', (e) => { | |
| e.preventDefault(); | |
| const form = e.target; | |
| const success = document.getElementById('success-message'); | |
| // Simulate form submission | |
| form.style.display = 'none'; | |
| success.classList.remove('hidden'); | |
| feather.replace(); | |
| }); | |
| </script> | |
| <script>feather.replace();</script> | |
| </body> | |
| </html> |