Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>BMW | The Ultimate Driving Machine</title> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> | |
| <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></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://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script> | |
| <style> | |
| .hero-section { | |
| background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('http://static.photos/automotive/1200x630/1'); | |
| background-size: cover; | |
| background-position: center; | |
| } | |
| .bmw-blue { | |
| color: #0066b1; | |
| } | |
| .bg-bmw-blue { | |
| background-color: #0066b1; | |
| } | |
| .border-bmw-blue { | |
| border-color: #0066b1; | |
| } | |
| .car-card:hover { | |
| transform: translateY(-10px); | |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
| } | |
| .vanta-container { | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| width: 100%; | |
| height: 100%; | |
| z-index: -1; | |
| } | |
| </style> | |
| </head> | |
| <body class="font-sans antialiased"> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-lg sticky top-0 z-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="flex justify-between h-16"> | |
| <div class="flex items-center"> | |
| <div class="flex-shrink-0 flex items-center"> | |
| <img class="h-8 w-auto" src="https://www.bmw.com/etc.clientlibs/ds2-webcomponents/clientlibs/clientlib/resources/img/BMW_White_Logo.svg" alt="BMW Logo"> | |
| </div> | |
| <div class="hidden sm:ml-6 sm:flex sm:space-x-8"> | |
| <a href="#models" class="border-bmw-blue text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Models</a> | |
| <a href="#electric" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Electric</a> | |
| <a href="#shop" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Shop</a> | |
| <a href="#discover" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Discover</a> | |
| </div> | |
| </div> | |
| <div class="hidden sm:ml-6 sm:flex sm:items-center"> | |
| <button class="bg-bmw-blue px-4 py-2 rounded-md text-white text-sm font-medium hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500"> | |
| Build Your BMW | |
| </button> | |
| <button class="ml-4 p-1 rounded-full text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500"> | |
| <i data-feather="search"></i> | |
| </button> | |
| </div> | |
| <div class="-mr-2 flex items-center sm:hidden"> | |
| <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500" aria-controls="mobile-menu" aria-expanded="false"> | |
| <i data-feather="menu"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Mobile menu --> | |
| <div class="sm:hidden hidden" id="mobile-menu"> | |
| <div class="pt-2 pb-3 space-y-1"> | |
| <a href="#models" class="bg-blue-50 border-bmw-blue text-blue-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Models</a> | |
| <a href="#electric" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Electric</a> | |
| <a href="#shop" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Shop</a> | |
| <a href="#discover" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Discover</a> | |
| <div class="mt-4 pl-3"> | |
| <button class="bg-bmw-blue px-4 py-2 rounded-md text-white text-sm font-medium hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500"> | |
| Build Your BMW | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <div class="relative"> | |
| <div class="vanta-container" id="vanta-bg"></div> | |
| <div class="hero-section min-h-screen flex items-center justify-center text-center px-4 sm:px-6 lg:px-8"> | |
| <div class="max-w-3xl mx-auto text-white" data-aos="fade-up"> | |
| <h1 class="text-4xl md:text-6xl font-bold mb-6">THE FUTURE IS ELECTRIC</h1> | |
| <p class="text-xl md:text-2xl mb-8">Experience the new BMW i7 with groundbreaking technology and sustainable luxury.</p> | |
| <div class="flex flex-col sm:flex-row justify-center gap-4"> | |
| <button class="bg-bmw-blue hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-full transition duration-300"> | |
| Discover More | |
| </button> | |
| <button class="bg-transparent hover:bg-white hover:text-gray-900 text-white font-bold py-3 px-8 border-2 border-white rounded-full transition duration-300"> | |
| Book a Test Drive | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Models Section --> | |
| <section id="models" class="py-20 bg-gray-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-16" data-aos="fade-up"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">BMW MODELS</h2> | |
| <p class="text-xl text-gray-600 max-w-3xl mx-auto">From sporty sedans to spacious SUVs, find the perfect BMW for your lifestyle.</p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Car 1 --> | |
| <div class="car-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300" data-aos="fade-up" data-aos-delay="100"> | |
| <img class="w-full h-64 object-cover" src="http://static.photos/automotive/640x360/2" alt="BMW 3 Series"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-bold text-gray-900 mb-2">3 Series</h3> | |
| <p class="text-gray-600 mb-4">The sporty sedan with dynamic performance and modern luxury.</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-lg font-bold bmw-blue">From $41,450</span> | |
| <button class="text-bmw-blue hover:text-blue-700 font-medium">Explore <i data-feather="arrow-right" class="inline"></i></button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Car 2 --> | |
| <div class="car-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300" data-aos="fade-up" data-aos-delay="200"> | |
| <img class="w-full h-64 object-cover" src="http://static.photos/automotive/640x360/3" alt="BMW X5"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-bold text-gray-900 mb-2">X5</h3> | |
| <p class="text-gray-600 mb-4">The Sports Activity Vehicle that defines modern versatility.</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-lg font-bold bmw-blue">From $60,600</span> | |
| <button class="text-bmw-blue hover:text-blue-700 font-medium">Explore <i data-feather="arrow-right" class="inline"></i></button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Car 3 --> | |
| <div class="car-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300" data-aos="fade-up" data-aos-delay="300"> | |
| <img class="w-full h-64 object-cover" src="http://static.photos/automotive/640x360/4" alt="BMW i4"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-bold text-gray-900 mb-2">i4</h3> | |
| <p class="text-gray-600 mb-4">The all-electric Gran Coupé with impressive range and performance.</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-lg font-bold bmw-blue">From $51,400</span> | |
| <button class="text-bmw-blue hover:text-blue-700 font-medium">Explore <i data-feather="arrow-right" class="inline"></i></button> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="text-center mt-12" data-aos="fade-up"> | |
| <button class="bg-bmw-blue hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-full transition duration-300"> | |
| View All Models | |
| </button> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Electric Section --> | |
| <section id="electric" class="py-20 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="flex flex-col lg:flex-row items-center"> | |
| <div class="lg:w-1/2 mb-10 lg:mb-0 lg:pr-12" data-aos="fade-right"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-6">ELECTRIFYING PERFORMANCE</h2> | |
| <p class="text-xl text-gray-600 mb-6">BMW i represents visionary electric vehicles that combine sustainable mobility with sheer driving pleasure.</p> | |
| <ul class="space-y-4 mb-8"> | |
| <li class="flex items-start"> | |
| <i data-feather="zap" class="text-bmw-blue mr-3 mt-1"></i> | |
| <span class="text-lg">Instant electric torque for thrilling acceleration</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="battery" class="text-bmw-blue mr-3 mt-1"></i> | |
| <span class="text-lg">Impressive range for everyday usability</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="leaf" class="text-bmw-blue mr-3 mt-1"></i> | |
| <span class="text-lg">Sustainable materials and production</span> | |
| </li> | |
| </ul> | |
| <button class="bg-bmw-blue hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-full transition duration-300"> | |
| Discover BMW i | |
| </button> | |
| </div> | |
| <div class="lg:w-1/2" data-aos="fade-left"> | |
| <img class="rounded-lg shadow-xl" src="http://static.photos/automotive/1024x576/5" alt="BMW Electric Vehicle"> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Experience Section --> | |
| <section id="discover" class="py-20 bg-gray-900 text-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-16" data-aos="fade-up"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-4">THE BMW EXPERIENCE</h2> | |
| <p class="text-xl text-gray-300 max-w-3xl mx-auto">More than just a car - it's a way of life.</p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
| <div class="bg-gray-800 p-8 rounded-lg text-center" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="bg-bmw-blue rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-6"> | |
| <i data-feather="calendar" class="text-white w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-4">Book a Test Drive</h3> | |
| <p class="text-gray-300 mb-6">Experience the thrill of driving a BMW at your nearest dealership.</p> | |
| <button class="text-bmw-blue hover:text-blue-400 font-medium">Schedule Now</button> | |
| </div> | |
| <div class="bg-gray-800 p-8 rounded-lg text-center" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="bg-bmw-blue rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-6"> | |
| <i data-feather="tool" class="text-white w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-4">Service & Support</h3> | |
| <p class="text-gray-300 mb-6">Premium service and maintenance to keep your BMW in perfect condition.</p> | |
| <button class="text-bmw-blue hover:text-blue-400 font-medium">Learn More</button> | |
| </div> | |
| <div class="bg-gray-800 p-8 rounded-lg text-center" data-aos="fade-up" data-aos-delay="300"> | |
| <div class="bg-bmw-blue rounded-full w-16 h-16 flex items-center justify-center mx-auto mb-6"> | |
| <i data-feather="credit-card" class="text-white w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-4">Financial Services</h3> | |
| <p class="text-gray-300 mb-6">Flexible financing and leasing options tailored to your needs.</p> | |
| <button class="text-bmw-blue hover:text-blue-400 font-medium">Explore Options</button> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Newsletter Section --> | |
| <section id="shop" class="py-20 bg-white"> | |
| <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center" data-aos="fade-up"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-6">STAY CONNECTED</h2> | |
| <p class="text-xl text-gray-600 mb-8">Subscribe to our newsletter for the latest news, offers, and BMW experiences.</p> | |
| <div class="flex flex-col sm:flex-row gap-4 max-w-md mx-auto"> | |
| <input type="email" placeholder="Your email address" class="flex-grow px-4 py-3 border border-gray-300 rounded-full focus:outline-none focus:ring-2 focus:ring-bmw-blue focus:border-transparent"> | |
| <button class="bg-bmw-blue hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-full transition duration-300 whitespace-nowrap"> | |
| Subscribe | |
| </button> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-900 text-white pt-16 pb-8"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-8 mb-12"> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Models</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">All Models</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Electric Vehicles</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Plug-in Hybrids</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">M Models</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Shopping</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Build Your Own</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Search Inventory</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Current Offers</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Certified Pre-Owned</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Support</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Contact Us</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Find a Dealer</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Service & Parts</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Roadside Assistance</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Company</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">About BMW</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Careers</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Sustainability</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Press</a></li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center"> | |
| <div class="flex items-center mb-4 md:mb-0"> | |
| <img class="h-8 w-auto mr-4" src="https://www.bmw.com/etc.clientlibs/ds2-webcomponents/clientlibs/clientlib/resources/img/BMW_White_Logo.svg" alt="BMW Logo"> | |
| <span class="text-gray-400">© 2023 BMW of North America, LLC</span> | |
| </div> | |
| <div class="flex space-x-6"> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i data-feather="facebook"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i data-feather="twitter"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i data-feather="instagram"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i data-feather="youtube"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| AOS.init({ | |
| duration: 800, | |
| easing: 'ease-in-out', | |
| once: true | |
| }); | |
| feather.replace(); | |
| // Mobile menu toggle | |
| const mobileMenuButton = document.querySelector('button[aria-controls="mobile-menu"]'); | |
| const mobileMenu = document.getElementById('mobile-menu'); | |
| mobileMenuButton.addEventListener('click', () => { | |
| mobileMenu.classList.toggle('hidden'); | |
| }); | |
| // Vanta.js 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: 0x0066b1, | |
| backgroundColor: 0x0, | |
| size: 0.8 | |
| }); | |
| </script> | |
| </body> | |
| </html> | |