Spaces:
Running
Running
A Cyberpunk Cafe style bar, lounge. neon lights, live DJ's, phone charging table with LCD touch screens build right into the tables, 2077 cyberpunk themed, 3D projector holograms, location in Jacksonville, Florida - Follow Up Deployment
a8a5226 verified | <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Neon Nexus | Cyberpunk Cafe & Lounge | Jacksonville, FL</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
| <style> | |
| @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Rajdhani:wght@300;500;700&display=swap'); | |
| :root { | |
| --neon-pink: #ff2a6d; | |
| --neon-blue: #05d9e8; | |
| --neon-purple: #d300c5; | |
| --cyber-yellow: #f9f002; | |
| --dark-bg: #0d0221; | |
| } | |
| body { | |
| font-family: 'Rajdhani', sans-serif; | |
| background-color: var(--dark-bg); | |
| color: white; | |
| overflow-x: hidden; | |
| } | |
| h1, h2, h3, .font-orbitron { | |
| font-family: 'Orbitron', sans-serif; | |
| } | |
| .neon-text-pink { | |
| color: var(--neon-pink); | |
| text-shadow: 0 0 5px var(--neon-pink), 0 0 15px var(--neon-pink); | |
| } | |
| .neon-text-blue { | |
| color: var(--neon-blue); | |
| text-shadow: 0 0 5px var(--neon-blue), 0 0 15px var(--neon-blue); | |
| } | |
| .neon-border-pink { | |
| border: 2px solid var(--neon-pink); | |
| box-shadow: 0 0 10px var(--neon-pink), inset 0 0 10px var(--neon-pink); | |
| } | |
| .neon-border-blue { | |
| border: 2px solid var(--neon-blue); | |
| box-shadow: 0 0 10px var(--neon-blue), inset 0 0 10px var(--neon-blue); | |
| } | |
| .glow-hover:hover { | |
| filter: drop-shadow(0 0 8px currentColor); | |
| } | |
| .hologram { | |
| position: relative; | |
| perspective: 1000px; | |
| } | |
| .hologram::before { | |
| content: ''; | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| right: 0; | |
| bottom: 0; | |
| background: linear-gradient(45deg, | |
| rgba(5, 217, 232, 0.2) 0%, | |
| rgba(255, 42, 109, 0.2) 50%, | |
| rgba(211, 0, 197, 0.2) 100%); | |
| border-radius: inherit; | |
| z-index: -1; | |
| transform: rotateX(60deg) scale(1.1); | |
| filter: blur(20px); | |
| } | |
| .interactive-table { | |
| position: relative; | |
| overflow: hidden; | |
| border-radius: 10px; | |
| } | |
| .interactive-table::before { | |
| content: ''; | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| right: 0; | |
| bottom: 0; | |
| background: linear-gradient( | |
| 135deg, | |
| rgba(255,255,255,0.03) 0%, | |
| rgba(255,255,255,0.1) 50%, | |
| rgba(255,255,255,0.03) 100% | |
| ); | |
| z-index: 1; | |
| pointer-events: none; | |
| } | |
| .dj-booth { | |
| background: linear-gradient(135deg, rgba(13,2,33,0.7) 0%, rgba(5,217,232,0.3) 100%); | |
| border-radius: 15px; | |
| position: relative; | |
| overflow: hidden; | |
| } | |
| .dj-booth::after { | |
| content: ''; | |
| position: absolute; | |
| top: -50%; | |
| left: -50%; | |
| width: 200%; | |
| height: 200%; | |
| background: conic-gradient( | |
| transparent 0deg, | |
| transparent 90deg, | |
| var(--neon-blue) 90deg, | |
| var(--neon-blue) 180deg, | |
| transparent 180deg, | |
| transparent 270deg, | |
| var(--neon-pink) 270deg, | |
| var(--neon-pink) 360deg | |
| ); | |
| animation: rotate 4s linear infinite; | |
| opacity: 0.2; | |
| z-index: 0; | |
| } | |
| @keyframes rotate { | |
| 0% { transform: rotate(0deg); } | |
| 100% { transform: rotate(360deg); } | |
| } | |
| .pulse { | |
| animation: pulse 2s infinite; | |
| } | |
| @keyframes pulse { | |
| 0% { opacity: 0.6; } | |
| 50% { opacity: 1; } | |
| 100% { opacity: 0.6; } | |
| } | |
| .scanline { | |
| position: relative; | |
| overflow: hidden; | |
| } | |
| .scanline::after { | |
| content: ''; | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| right: 0; | |
| height: 2px; | |
| background: rgba(255,255,255,0.2); | |
| box-shadow: 0 0 10px rgba(255,255,255,0.8); | |
| animation: scan 4s linear infinite; | |
| } | |
| @keyframes scan { | |
| 0% { top: 0; } | |
| 100% { top: 100%; } | |
| } | |
| </style> | |
| </head> | |
| <body class="min-h-screen"> | |
| <!-- Navigation --> | |
| <nav class="bg-black bg-opacity-80 backdrop-blur-md fixed w-full z-50 neon-border-pink"> | |
| <div class="container mx-auto px-4 py-3"> | |
| <div class="flex justify-between items-center"> | |
| <a href="#" class="font-orbitron text-2xl font-bold neon-text-pink">NEON NEXUS</a> | |
| <div class="hidden md:flex space-x-8"> | |
| <a href="#about" class="text-white hover:text-cyan-300 transition-colors font-semibold">ABOUT</a> | |
| <a href="#experience" class="text-white hover:text-pink-400 transition-colors font-semibold">EXPERIENCE</a> | |
| <a href="#menu" class="text-white hover:text-purple-400 transition-colors font-semibold">MENU</a> | |
| <a href="#events" class="text-white hover:text-yellow-300 transition-colors font-semibold">EVENTS</a> | |
| <a href="#contact" class="text-white hover:text-blue-300 transition-colors font-semibold">CONTACT</a> | |
| </div> | |
| <button class="md:hidden text-white focus:outline-none"> | |
| <i class="fas fa-bars text-2xl"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <header class="relative h-screen flex items-center justify-center overflow-hidden pt-16"> | |
| <div class="absolute inset-0 bg-black opacity-50"></div> | |
| <video autoplay muted loop class="absolute w-full h-full object-cover -z-10"> | |
| <source src="https://assets.mixkit.co/videos/preview/mixkit-neon-lights-abstract-background-1582-large.mp4" type="video/mp4"> | |
| </video> | |
| <div class="container mx-auto px-4 text-center relative z-10"> | |
| <h1 class="font-orbitron text-5xl md:text-7xl lg:text-8xl font-bold mb-6 neon-text-blue">NEON NEXUS</h1> | |
| <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Jacksonville's premier <span class="neon-text-pink">Cyberpunk 2077</span> themed lounge. Where the future of nightlife meets today.</p> | |
| <div class="flex flex-wrap justify-center gap-4"> | |
| <a href="#reservations" class="px-8 py-3 bg-pink-600 hover:bg-pink-700 rounded-full font-bold transition-all transform hover:scale-105 neon-border-pink">RESERVE NOW</a> | |
| <a href="#events" class="px-8 py-3 bg-transparent border-2 border-cyan-400 hover:bg-cyan-900 hover:bg-opacity-30 rounded-full font-bold transition-all transform hover:scale-105">VIEW EVENTS</a> | |
| </div> | |
| </div> | |
| <div class="absolute bottom-10 left-0 right-0 flex justify-center"> | |
| <a href="#about" class="text-white animate-bounce"> | |
| <i class="fas fa-chevron-down text-3xl"></i> | |
| </a> | |
| </div> | |
| </header> | |
| <!-- About Section --> | |
| <section id="about" class="py-20 bg-gradient-to-b from-black to-gray-900 relative overflow-hidden"> | |
| <div class="absolute top-0 left-0 w-full h-full opacity-10"> | |
| <div class="grid grid-cols-5 grid-rows-5 h-full"> | |
| <div class="border-r border-b border-cyan-500 border-opacity-20"></div> | |
| <div class="border-r border-b border-pink-500 border-opacity-20"></div> | |
| <div class="border-r border-b border-purple-500 border-opacity-20"></div> | |
| <div class="border-r border-b border-cyan-500 border-opacity-20"></div> | |
| <div class="border-b border-pink-500 border-opacity-20"></div> | |
| <!-- Repeat for all 25 cells --> | |
| </div> | |
| </div> | |
| <div class="container mx-auto px-4 relative"> | |
| <div class="text-center mb-16"> | |
| <h2 class="font-orbitron text-4xl md:text-5xl mb-4 neon-text-blue">WELCOME TO THE NEXUS</h2> | |
| <div class="w-24 h-1 bg-cyan-400 mx-auto mb-6"></div> | |
| <p class="text-xl max-w-4xl mx-auto">A fusion of cutting-edge technology and retro-futuristic aesthetics in the heart of Jacksonville.</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 gap-12 items-center"> | |
| <div class="hologram p-1 rounded-lg"> | |
| <div class="bg-gray-900 bg-opacity-80 rounded-lg p-8 h-full"> | |
| <h3 class="font-orbitron text-2xl mb-4 neon-text-pink">OUR VISION</h3> | |
| <p class="mb-6">Neon Nexus was born from a dream to create a space where technology, art, and nightlife collide in spectacular fashion. Inspired by the Cyberpunk 2077 universe, we've built more than just a bar - we've created an immersive experience.</p> | |
| <p>Every detail, from our interactive tables to our holographic displays, has been carefully crafted to transport you to the neon-lit streets of Night City.</p> | |
| </div> | |
| </div> | |
| <div class="relative"> | |
| <div class="neon-border-blue rounded-lg overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1514933651103-005eec06c04b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1074&q=80" alt="Cyberpunk interior" class="w-full h-auto"> | |
| </div> | |
| <div class="absolute -bottom-5 -right-5 bg-gray-900 p-4 rounded-lg neon-border-pink w-2/3"> | |
| <div class="flex items-center"> | |
| <div class="mr-3 text-cyan-400"> | |
| <i class="fas fa-map-marker-alt text-2xl"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold">LOCATION</h4> | |
| <p class="text-sm">Downtown Jacksonville, FL</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Experience Section --> | |
| <section id="experience" class="py-20 bg-black relative overflow-hidden"> | |
| <div class="absolute inset-0 opacity-20"> | |
| <div class="absolute inset-0 bg-gradient-to-r from-cyan-500 to-pink-500 animate-pulse"></div> | |
| </div> | |
| <div class="container mx-auto px-4 relative"> | |
| <div class="text-center mb-16"> | |
| <h2 class="font-orbitron text-4xl md:text-5xl mb-4 neon-text-pink">THE EXPERIENCE</h2> | |
| <div class="w-24 h-1 bg-pink-500 mx-auto mb-6"></div> | |
| <p class="text-xl max-w-4xl mx-auto">Step into a world where technology and atmosphere create unforgettable nights.</p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <!-- Interactive Tables --> | |
| <div class="bg-gray-900 bg-opacity-80 rounded-xl overflow-hidden neon-border-blue hover:neon-border-pink transition-all duration-300"> | |
| <div class="interactive-table h-48 bg-gray-800 relative"> | |
| <div class="absolute inset-0 flex items-center justify-center"> | |
| <div class="text-center p-4"> | |
| <i class="fas fa-tablet-alt text-5xl mb-3 text-cyan-400"></i> | |
| <h3 class="font-orbitron text-xl neon-text-blue">INTERACTIVE TABLES</h3> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="p-6"> | |
| <p>Every table features built-in LCD touchscreens with charging ports. Browse our menu, order drinks, play games, or even customize the ambient lighting around your booth.</p> | |
| </div> | |
| </div> | |
| <!-- Holographic Displays --> | |
| <div class="bg-gray-900 bg-opacity-80 rounded-xl overflow-hidden neon-border-pink hover:neon-border-blue transition-all duration-300"> | |
| <div class="hologram h-48 bg-gray-800 relative"> | |
| <div class="absolute inset-0 flex items-center justify-center"> | |
| <div class="text-center p-4"> | |
| <i class="fas fa-projector text-5xl mb-3 text-pink-400"></i> | |
| <h3 class="font-orbitron text-xl neon-text-pink">HOLOGRAPHIC DISPLAYS</h3> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="p-6"> | |
| <p>Our 3D projection systems create stunning holograms that float above the bar and dance floor. Watch as digital art comes to life in mid-air throughout the venue.</p> | |
| </div> | |
| </div> | |
| <!-- Live DJ Performances --> | |
| <div class="bg-gray-900 bg-opacity-80 rounded-xl overflow-hidden neon-border-blue hover:neon-border-pink transition-all duration-300"> | |
| <div class="dj-booth h-48 bg-gray-800 relative"> | |
| <div class="absolute inset-0 flex items-center justify-center"> | |
| <div class="text-center p-4"> | |
| <i class="fas fa-headphones text-5xl mb-3 text-blue-400"></i> | |
| <h3 class="font-orbitron text-xl neon-text-blue">LIVE DJ PERFORMANCES</h3> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="p-6"> | |
| <p>World-class DJs spin the latest synthwave, cyberpunk, and electronic beats from our floating DJ booth, surrounded by reactive LED panels that pulse with the music.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Menu Section --> | |
| <section id="menu" class="py-20 bg-gradient-to-b from-gray-900 to-black relative"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="font-orbitron text-4xl md:text-5xl mb-4 neon-text-blue">CYBERPUNK COCKTAILS</h2> | |
| <div class="w-24 h-1 bg-cyan-400 mx-auto mb-6"></div> | |
| <p class="text-xl max-w-4xl mx-auto">Molecular mixology meets retro-futurism in our signature drink menu.</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 gap-12"> | |
| <!-- Signature Drinks --> | |
| <div> | |
| <h3 class="font-orbitron text-2xl mb-6 neon-text-pink border-b border-pink-500 pb-2">SIGNATURE DRINKS</h3> | |
| <div class="space-y-6"> | |
| <!-- Drink 1 --> | |
| <div class="bg-gray-900 bg-opacity-60 rounded-lg p-6 neon-border-blue hover:neon-border-pink transition-all duration-300"> | |
| <div class="flex justify-between items-start"> | |
| <div> | |
| <h4 class="font-orbitron text-xl neon-text-blue">SILVERHAND SPECIAL</h4> | |
| <p class="text-sm text-gray-400 mb-3">Vodka, Blue Curaçao, Lime, Activated Charcoal</p> | |
| </div> | |
| <span class="font-bold text-cyan-400">$14</span> | |
| </div> | |
| <p class="text-gray-300">A glowing blue tribute to the legendary rockerboy, served smoking with dry ice.</p> | |
| </div> | |
| <!-- Drink 2 --> | |
| <div class="bg-gray-900 bg-opacity-60 rounded-lg p-6 neon-border-pink hover:neon-border-blue transition-all duration-300"> | |
| <div class="flex justify-between items-start"> | |
| <div> | |
| <h4 class="font-orbitron text-xl neon-text-pink">NETRUNNER'S DELIGHT</h4> | |
| <p class="text-sm text-gray-400 mb-3">Gin, Elderflower, Butterfly Pea Tea, Lemon</p> | |
| </div> | |
| <span class="font-bold text-pink-400">$16</span> | |
| </div> | |
| <p class="text-gray-300">Changes color as you drink, from deep purple to bright pink. Served with edible glitter.</p> | |
| </div> | |
| <!-- Drink 3 --> | |
| <div class="bg-gray-900 bg-opacity-60 rounded-lg p-6 neon-border-blue hover:neon-border-pink transition-all duration-300"> | |
| <div class="flex justify-between items-start"> | |
| <div> | |
| <h4 class="font-orbitron text-xl neon-text-blue">CORPO COLLINS</h4> | |
| <p class="text-sm text-gray-400 mb-3">Bourbon, Peach, Mint, Champagne</p> | |
| </div> | |
| <span class="font-bold text-cyan-400">$18</span> | |
| </div> | |
| <p class="text-gray-300">A sophisticated highball with molecular peach caviar that bursts in your mouth.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Small Plates --> | |
| <div> | |
| <h3 class="font-orbitron text-2xl mb-6 neon-text-blue border-b border-cyan-500 pb-2">CYBER BITES</h3> | |
| <div class="space-y-6"> | |
| <!-- Food 1 --> | |
| <div class="bg-gray-900 bg-opacity-60 rounded-lg p-6 neon-border-pink hover:neon-border-blue transition-all duration-300"> | |
| <div class="flex justify-between items-start"> | |
| <div> | |
| <h4 class="font-orbitron text-xl neon-text-pink">NANOWIRE TACOS</h4> | |
| <p class="text-sm text-gray-400 mb-3">Crispy wonton shells, Korean BBQ jackfruit, slaw</p> | |
| </div> | |
| <span class="font-bold text-pink-400">$12</span> | |
| </div> | |
| <p class="text-gray-300">Served on a custom LED platter that changes color with each bite.</p> | |
| </div> | |
| <!-- Food 2 --> | |
| <div class="bg-gray-900 bg-opacity-60 rounded-lg p-6 neon-border-blue hover:neon-border-pink transition-all duration-300"> | |
| <div class="flex justify-between items-start"> | |
| <div> | |
| <h4 class="font-orbitron text-xl neon-text-blue">BRAINDANCE FRIES</h4> | |
| <p class="text-sm text-gray-400 mb-3">Truffle fries, parmesan, truffle aioli, edible gold</p> | |
| </div> | |
| <span class="font-bold text-cyan-400">$10</span> | |
| </div> | |
| <p class="text-gray-300">Served in a custom cyberpunk-style container with three dipping sauces.</p> | |
| </div> | |
| <!-- Food 3 --> | |
| <div class="bg-gray-900 bg-opacity-60 rounded-lg p-6 neon-border-pink hover:neon-border-blue transition-all duration-300"> | |
| <div class="flex justify-between items-start"> | |
| <div> | |
| <h4 class="font-orbitron text-xl neon-text-pink">HOLO SUSHI ROLLS</h4> | |
| <p class="text-sm text-gray-400 mb-3">Rainbow roll with tuna, salmon, yellowtail, avocado</p> | |
| </div> | |
| <span class="font-bold text-pink-400">$18</span> | |
| </div> | |
| <p class="text-gray-300">Presented on a glowing platter with wasabi foam and LED ice cubes.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="text-center mt-16"> | |
| <a href="#" class="inline-block px-8 py-3 bg-transparent border-2 border-cyan-400 hover:bg-cyan-900 hover:bg-opacity-30 rounded-full font-bold transition-all transform hover:scale-105 neon-text-blue"> | |
| VIEW FULL MENU <i class="fas fa-arrow-right ml-2"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Events Section --> | |
| <section id="events" class="py-20 bg-black relative overflow-hidden"> | |
| <div class="absolute inset-0 opacity-10"> | |
| <div class="absolute inset-0 bg-gradient-to-br from-cyan-500 via-purple-500 to-pink-500 animate-pulse"></div> | |
| </div> | |
| <div class="container mx-auto px-4 relative"> | |
| <div class="text-center mb-16"> | |
| <h2 class="font-orbitron text-4xl md:text-5xl mb-4 neon-text-blue">UPCOMING EVENTS</h2> | |
| <div class="w-24 h-1 bg-cyan-400 mx-auto mb-6"></div> | |
| <p class="text-xl max-w-4xl mx-auto">From synthwave nights to cyberpunk cosplay competitions, we've got something for every fan of the future.</p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <!-- Event 1 --> | |
| <div class="bg-gray-900 bg-opacity-80 rounded-xl overflow-hidden neon-border-pink hover:neon-border-blue transition-all duration-300"> | |
| <div class="h-48 bg-gray-800 relative overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1508700115892-45ecd05ae2ad?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1169&q=80" alt="Synthwave night" class="w-full h-full object-cover"> | |
| <div class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black to-transparent p-4"> | |
| <span class="bg-pink-600 text-xs font-bold px-2 py-1 rounded">LIVE MUSIC</span> | |
| </div> | |
| </div> | |
| <div class="p-6"> | |
| <div class="flex justify-between items-start mb-3"> | |
| <h3 class="font-orbitron text-xl neon-text-pink">SYNTHWAVE SATURDAY</h3> | |
| <span class="text-sm bg-cyan-900 text-cyan-300 px-2 py-1 rounded">21+</span> | |
| </div> | |
| <div class="flex items-center text-sm text-gray-400 mb-4"> | |
| <i class="far fa-calendar mr-2"></i> | |
| <span>June 10, 2023 | 9PM-2AM</span> | |
| </div> | |
| <p class="text-gray-300 mb-4">Join us for a night of retro-futuristic beats with DJ VaporDream and special guests.</p> | |
| <a href="#" class="text-cyan-400 hover:text-cyan-300 font-semibold text-sm flex items-center"> | |
| MORE INFO <i class="fas fa-arrow-right ml-2"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <!-- Event 2 --> | |
| <div class="bg-gray-900 bg-opacity-80 rounded-xl overflow-hidden neon-border-blue hover:neon-border-pink transition-all duration-300"> | |
| <div class="h-48 bg-gray-800 relative overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1531384441138-2736e62e0919?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1074&q=80" alt="Cosplay contest" class="w-full h-full object-cover"> | |
| <div class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black to-transparent p-4"> | |
| <span class="bg-blue-600 text-xs font-bold px-2 py-1 rounded">COSPLAY</span> | |
| </div> | |
| </div> | |
| <div class="p-6"> | |
| <div class="flex justify-between items-start mb-3"> | |
| <h3 class="font-orbitron text-xl neon-text-blue">CYBERPUNK COSPLAY BALL</h3> | |
| <span class="text-sm bg-pink-900 text-pink-300 px-2 py-1 rounded">18+</span> | |
| </div> | |
| <div class="flex items-center text-sm text-gray-400 mb-4"> | |
| <i class="far fa-calendar mr-2"></i> | |
| <span>June 17, 2023 | 8PM-1AM</span> | |
| </div> | |
| <p class="text-gray-300 mb-4">Show off your best Cyberpunk 2077 cosplay for a chance to win premium prizes.</p> | |
| <a href="#" class="text-pink-400 hover:text-pink-300 font-semibold text-sm flex items-center"> | |
| MORE INFO <i class="fas fa-arrow-right ml-2"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <!-- Event 3 --> | |
| <div class="bg-gray-900 bg-opacity-80 rounded-xl overflow-hidden neon-border-pink hover:neon-border-blue transition-all duration-300"> | |
| <div class="h-48 bg-gray-800 relative overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80" alt="DJ night" class="w-full h-full object-cover"> | |
| <div class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black to-transparent p-4"> | |
| <span class="bg-purple-600 text-xs font-bold px-2 py-1 rounded">DJ NIGHT</span> | |
| </div> | |
| </div> | |
| <div class="p-6"> | |
| <div class="flex justify-between items-start mb-3"> | |
| <h3 class="font-orbitron text-xl neon-text-pink">NEON DREAMS: DJ SAMURAI</h3> | |
| <span class="text-sm bg-cyan-900 text-cyan-300 px-2 py-1 rounded">21+</span> | |
| </div> | |
| <div class="flex items-center text-sm text-gray-400 mb-4"> | |
| <i class="far fa-calendar mr-2"></i> | |
| <span>June 24, 2023 | 10PM-3AM</span> | |
| </div> | |
| <p class="text-gray-300 mb-4">Legendary DJ Samurai brings his unique blend of cyberpunk electronica to our main stage.</p> | |
| <a href="#" class="text-cyan-400 hover:text-cyan-300 font-semibold text-sm flex items-center"> | |
| MORE INFO <i class="fas fa-arrow-right ml-2"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="text-center mt-16"> | |
| <a href="#" class="inline-block px-8 py-3 bg-transparent border-2 border-pink-500 hover:bg-pink-900 hover:bg-opacity-30 rounded-full font-bold transition-all transform hover:scale-105 neon-text-pink"> | |
| VIEW ALL EVENTS <i class="fas fa-arrow-right ml-2"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Reservations Section --> | |
| <section id="reservations" class="py-20 bg-gradient-to-b from-gray-900 to-black relative"> | |
| <div class="container mx-auto px-4"> | |
| <div class="max-w-4xl mx-auto bg-gray-900 bg-opacity-80 rounded-xl neon-border-blue p-8 md:p-12"> | |
| <div class="text-center mb-10"> | |
| <h2 class="font-orbitron text-3xl md:text-4xl mb-4 neon-text-pink">RESERVE YOUR BOOTH</h2> | |
| <div class="w-24 h-1 bg-pink-500 mx-auto mb-6"></div> | |
| <p class="text-lg">Book your cyberpunk experience today. VIP booths include premium interactive features and bottle service.</p> | |
| </div> | |
| <form class="grid md:grid-cols-2 gap-6"> | |
| <div> | |
| <label class="block text-cyan-400 mb-2">Name</label> | |
| <input type="text" class="w-full bg-gray-800 border border-gray-700 rounded-lg px-4 py-3 focus:outline-none focus:border-cyan-500 focus:ring-1 focus:ring-cyan-500"> | |
| </div> | |
| <div> | |
| <label class="block text-pink-400 mb-2">Email</label> | |
| <input type="email" class="w-full bg-gray-800 border border-gray-700 rounded-lg px-4 py-3 focus:outline-none focus:border-pink-500 focus:ring-1 focus:ring-pink-500"> | |
| </div> | |
| <div> | |
| <label class="block text-cyan-400 mb-2">Date</label> | |
| <input type="date" class="w-full bg-gray-800 border border-gray-700 rounded-lg px-4 py-3 focus:outline-none focus:border-cyan-500 focus:ring-1 focus:ring-cyan-500"> | |
| </div> | |
| <div> | |
| <label class="block text-pink-400 mb-2">Time</label> | |
| <select class="w-full bg-gray-800 border border-gray-700 rounded-lg px-4 py-3 focus:outline-none focus:border-pink-500 focus:ring-1 focus:ring-pink-500"> | |
| <option>8:00 PM</option> | |
| <option>9:00 PM</option> | |
| <option>10:00 PM</option> | |
| <option>11:00 PM</option> | |
| <option>12:00 AM</option> | |
| </select> | |
| </div> | |
| <div> | |
| <label class="block text-cyan-400 mb-2">Party Size</label> | |
| <select class="w-full bg-gray-800 border border-gray-700 rounded-lg px-4 py-3 focus:outline-none focus:border-cyan-500 focus:ring-1 focus:ring-cyan-500"> | |
| <option>1-2 people</option> | |
| <option>3-4 people</option> | |
| <option>5-6 people</option> | |
| <option>7-8 people</option> | |
| <option>Large group (8+)</option> | |
| </select> | |
| </div> | |
| <div> | |
| <label class="block text-pink-400 mb-2">Booth Type</label> | |
| <select class="w-full bg-gray-800 border border-gray-700 rounded-lg px-4 py-3 focus:outline-none focus:border-pink-500 focus:ring-1 focus:ring-pink-500"> | |
| <option>Standard Booth</option> | |
| <option>VIP Cyber Booth (+$50)</option> | |
| <option>Corpo Executive Suite (+$100)</option> | |
| </select> | |
| </div> | |
| <div class="md:col-span-2"> | |
| <label class="block text-blue-400 mb-2">Special Requests</label> | |
| <textarea rows="3" class="w-full bg-gray-800 border border-gray-700 rounded-lg px-4 py-3 focus:outline-none focus:border-blue-500 focus:ring-1 focus:ring-blue-500"></textarea> | |
| </div> | |
| <div class="md:col-span-2 text-center pt-4"> | |
| <button type="submit" class="px-12 py-4 bg-gradient-to-r from-cyan-500 to-pink-500 rounded-full font-bold transition-all transform hover:scale-105 hover:shadow-lg hover:shadow-cyan-500/20"> | |
| BOOK NOW | |
| </button> | |
| </div> | |
| </form> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Contact Section --> | |
| <section id="contact" class="py-20 bg-black relative overflow-hidden"> | |
| <div class="absolute inset-0 opacity-10"> | |
| <div class="absolute inset-0 bg-gradient-to-r from-cyan-500 via-purple-500 to-pink-500"></div> | |
| </div> | |
| <div class="container mx-auto px-4 relative"> | |
| <div class="text-center mb-16"> | |
| <h2 class="font-orbitron text-4xl md:text-5xl mb-4 neon-text-blue">FIND US IN JACKSONVILLE</h2> | |
| <div class="w-24 h-1 bg-cyan-400 mx-auto mb-6"></div> | |
| <p class="text-xl max-w-4xl mx-auto">Located in the heart of downtown, just off the neon-lit main strip.</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 gap-12 items-center"> | |
| <div class="h-full"> | |
| <div class="neon-border-pink rounded-xl overflow-hidden h-full"> | |
| <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3446.486230504593!2d-81.6553029246876!3d30.32938577481404!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88e5b716f1ceafeb%3A0xc4cd7d3896fcc7e2!2sDowntown%2C%20Jacksonville%2C%20FL!5e0!3m2!1sen!2sus!4v1685471234567!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> | |
| </div> | |
| </div> | |
| <div> | |
| <div class="bg-gray-900 bg-opacity-80 rounded-xl p-8 neon-border-blue"> | |
| <h3 class="font-orbitron text-2xl mb-6 neon-text-pink">CONTACT INFO</h3> | |
| <div class="space-y-6"> | |
| <div class="flex items-start"> | |
| <div class="text-cyan-400 mr-4 mt-1"> | |
| <i class="fas fa-map-marker-alt text-xl"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-lg">ADDRESS</h4> | |
| <p class="text-gray-300">2077 Neon Avenue<br>Downtown Jacksonville, FL 32202</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="text-pink-400 mr-4 mt-1"> | |
| <i class="fas fa-clock text-xl"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-lg">HOURS</h4> | |
| <p class="text-gray-300"> | |
| <span class="block">Monday-Thursday: 5PM-12AM</span> | |
| <span class="block">Friday-Saturday: 5PM-2AM</span> | |
| <span class="block">Sunday: 6PM-12AM</span> | |
| </p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="text-blue-400 mr-4 mt-1"> | |
| <i class="fas fa-phone-alt text-xl"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-lg">PHONE</h4> | |
| <p class="text-gray-300">(904) 207-7207</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="text-purple-400 mr-4 mt-1"> | |
| <i class="fas fa-envelope text-xl"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-lg">EMAIL</h4> | |
| <p class="text-gray-300">info@neonnexusjax.com</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-10"> | |
| <h4 class="font-orbitron text-xl mb-4 neon-text-blue">FOLLOW THE NEXUS</h4> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="w-12 h-12 rounded-full bg-gray-800 flex items-center justify-center text-xl hover:bg-cyan-600 transition-colors neon-text-blue"> | |
| <i class="fab fa-instagram"></i> | |
| </a> | |
| <a href="#" class="w-12 h-12 rounded-full bg-gray-800 flex items-center justify-center text-xl hover:bg-blue-600 transition-colors neon-text-blue"> | |
| <i class="fab fa-facebook-f"></i> | |
| </a> | |
| <a href="#" class="w-12 h-12 rounded-full bg-gray-800 flex items-center justify-center text-xl hover:bg-pink-500 transition-colors neon-text-blue"> | |
| <i class="fab fa-tiktok"></i> | |
| </a> | |
| <a href="#" class="w-12 h-12 rounded-full bg-gray-800 flex items-center justify-center text-xl hover:bg-red-500 transition-colors neon-text-blue"> | |
| <i class="fab fa-youtube"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-black bg-opacity-90 py-12 border-t border-gray-800"> | |
| <div class="container mx-auto px-4"> | |
| <div class="grid md:grid-cols-4 gap-12"> | |
| <div> | |
| <h3 class="font-orbitron text-xl mb-4 neon-text-pink">NEON NEXUS</h3> | |
| <p class="text-gray-400">Jacksonville's premier cyberpunk-themed lounge, where cutting-edge technology meets retro-futuristic nightlife.</p> | |
| </div> | |
| <div> | |
| <h4 class="font-orbitron text-lg mb-4 neon-text-blue">QUICK LINKS</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-cyan-400 transition-colors">Home</a></li> | |
| <li><a href="#about" class="text-gray-400 hover:text-cyan-400 transition-colors">About</a></li> | |
| <li><a href="#menu" class="text-gray-400 hover:text-cyan-400 transition-colors">Menu</a></li> | |
| <li><a href="#events" class="text-gray-400 hover:text-cyan-400 transition-colors">Events</a></li> | |
| <li><a href="#reservations" class="text-gray-400 hover:text-cyan-400 transition-colors">Reservations</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-orbitron text-lg mb-4 neon-text-pink">LEGAL</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-pink-400 transition-colors">Privacy Policy</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-pink-400 transition-colors">Terms of Service</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-pink-400 transition-colors">Accessibility</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-pink-400 transition-colors">Employment</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-orbitron text-lg mb-4 neon-text-blue">NEWSLETTER</h4> | |
| <p class="text-gray-400 mb-4">Subscribe for exclusive event invites and special offers.</p> | |
| <div class="flex"> | |
| <input type="email" placeholder="Your email" class="bg-gray-800 text-white px-4 py-2 rounded-l-lg focus:outline-none focus:ring-1 focus:ring-cyan-500 w-full"> | |
| <button class="bg-cyan-600 hover:bg-cyan-700 px-4 py-2 rounded-r-lg transition-colors"> | |
| <i class="fas fa-paper-plane"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center"> | |
| <p class="text-gray-500 text-sm mb-4 md:mb-0">© 2023 Neon Nexus. All rights reserved. Not affiliated with CD Projekt Red.</p> | |
| <div class="flex space-x-6"> | |
| <img src="https://via.placeholder.com/80x30?text=21+" alt="21+" class="h-8"> | |
| <img src="https://via.placeholder.com/80x30?text=VISA" alt="Visa" class="h-8"> | |
| <img src="https://via.placeholder.com/80x30?text=MC" alt="Mastercard" class="h-8"> | |
| <img src="https://via.placeholder.com/80x30?text=AMEX" alt="Amex" class="h-8"> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <!-- Floating Action Button --> | |
| <div class="fixed bottom-6 right-6 z-50"> | |
| <a href="#reservations" class="w-16 h-16 rounded-full bg-gradient-to-br from-cyan-500 to-pink-500 flex items-center justify-center text-white text-2xl shadow-lg hover:scale-110 transition-transform"> | |
| <i class="far fa-calendar-alt"></i> | |
| </a> | |
| </div> | |
| <script> | |
| // Simple script for mobile menu toggle (would be expanded in a real implementation) | |
| document.addEventListener('DOMContentLoaded', function() { | |
| const mobileMenuButton = document.querySelector('.md\\:hidden'); | |
| // In a real site, you would add click handler to show mobile menu | |
| // Add scroll effect to navbar | |
| window.addEventListener('scroll', function() { | |
| const nav = document.querySelector('nav'); | |
| if (window.scrollY > 100) { | |
| nav.classList.add('shadow-lg'); | |
| nav.classList.add('bg-opacity-90'); | |
| } else { | |
| nav.classList.remove('shadow-lg'); | |
| nav.classList.remove('bg-opacity-90'); | |
| } | |
| }); | |
| // Smooth scrolling for anchor links | |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
| anchor.addEventListener('click', function (e) { | |
| e.preventDefault(); | |
| const targetId = this.getAttribute('href'); | |
| if (targetId === '#') return; | |
| const targetElement = document.querySelector(targetId); | |
| if (targetElement) { | |
| window.scrollTo({ | |
| top: targetElement.offsetTop - 80, | |
| behavior: 'smooth' | |
| }); | |
| } | |
| }); | |
| }); | |
| }); | |
| </script> | |
| <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=JasonEggNcheese/platinumcode" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |