Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Roblox - Powering Imagination</title> | |
| <link rel="icon" type="image/x-icon" href="https://static.roblox.com/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> | |
| <style> | |
| .roblox-gradient { | |
| background: linear-gradient(90deg, #00a2ff 0%, #00ff9d 100%); | |
| } | |
| .game-card:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); | |
| } | |
| .nav-link:hover { | |
| color: #00a2ff; | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-100 font-sans"> | |
| <!-- Navbar --> | |
| <nav class="bg-white shadow-md"> | |
| <div class="container mx-auto px-4 py-3 flex justify-between items-center"> | |
| <div class="flex items-center space-x-8"> | |
| <a href="#" class="flex items-center"> | |
| <img src="https://static.roblox.com/images/logo.png" alt="Roblox Logo" class="h-10"> | |
| </a> | |
| <div class="hidden md:flex space-x-6"> | |
| <a href="#" class="nav-link text-gray-700 hover:text-blue-500 font-medium">Discover</a> | |
| <a href="#" class="nav-link text-gray-700 hover:text-blue-500 font-medium">Marketplace</a> | |
| <a href="#" class="nav-link text-gray-700 hover:text-blue-500 font-medium">Create</a> | |
| <a href="#" class="nav-link text-gray-700 hover:text-blue-500 font-medium">Robux</a> | |
| </div> | |
| </div> | |
| <div class="flex items-center space-x-4"> | |
| <div class="relative hidden md:block"> | |
| <input type="text" placeholder="Search experiences..." class="pl-10 pr-4 py-2 rounded-full border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500"> | |
| <i data-feather="search" class="absolute left-3 top-2.5 text-gray-400"></i> | |
| </div> | |
| <button class="bg-blue-500 hover:bg-blue-600 text-white px-4 py-2 rounded-md font-medium">Sign Up</button> | |
| <button class="hidden md:block text-gray-700 hover:text-blue-500 font-medium">Log In</button> | |
| <button class="md:hidden"> | |
| <i data-feather="menu"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section class="roblox-gradient text-white py-16"> | |
| <div class="container mx-auto px-4 flex flex-col md:flex-row items-center"> | |
| <div class="md:w-1/2 mb-10 md:mb-0" data-aos="fade-right"> | |
| <h1 class="text-4xl md:text-5xl font-bold mb-4">Powering Imagination</h1> | |
| <p class="text-xl mb-8">Join millions of people in immersive 3D experiences on Roblox</p> | |
| <div class="flex space-x-4"> | |
| <button class="bg-white text-blue-500 hover:bg-gray-100 px-6 py-3 rounded-md font-bold">Start Playing</button> | |
| <button class="bg-transparent border-2 border-white hover:bg-white hover:text-blue-500 px-6 py-3 rounded-md font-bold">Download</button> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2" data-aos="fade-left"> | |
| <img src="https://static.roblox.com/images/hero-banner.png" alt="Roblox Characters" class="w-full rounded-lg shadow-xl"> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Popular Games --> | |
| <section class="py-16 bg-white"> | |
| <div class="container mx-auto px-4"> | |
| <h2 class="text-3xl font-bold mb-8 text-center">Popular Experiences</h2> | |
| <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6"> | |
| <!-- Game Card 1 --> | |
| <div class="game-card bg-white rounded-lg overflow-hidden shadow-md transition-all duration-300" data-aos="fade-up"> | |
| <img src="http://static.photos/gaming/640x360/1" alt="Game" class="w-full h-48 object-cover"> | |
| <div class="p-4"> | |
| <h3 class="font-bold text-lg mb-2">Adopt Me!</h3> | |
| <p class="text-gray-600 mb-3">Raise and customize your pets</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-sm text-gray-500">100M+ visits</span> | |
| <span class="text-sm text-gray-500">★ 4.8</span> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Game Card 2 --> | |
| <div class="game-card bg-white rounded-lg overflow-hidden shadow-md transition-all duration-300" data-aos="fade-up" data-aos-delay="100"> | |
| <img src="http://static.photos/gaming/640x360/2" alt="Game" class="w-full h-48 object-cover"> | |
| <div class="p-4"> | |
| <h3 class="font-bold text-lg mb-2">Brookhaven RP</h3> | |
| <p class="text-gray-600 mb-3">Roleplay in a virtual town</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-sm text-gray-500">50M+ visits</span> | |
| <span class="text-sm text-gray-500">★ 4.7</span> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Game Card 3 --> | |
| <div class="game-card bg-white rounded-lg overflow-hidden shadow-md transition-all duration-300" data-aos="fade-up" data-aos-delay="200"> | |
| <img src="http://static.photos/gaming/640x360/3" alt="Game" class="w-full h-48 object-cover"> | |
| <div class="p-4"> | |
| <h3 class="font-bold text-lg mb-2">Tower of Hell</h3> | |
| <p class="text-gray-600 mb-3">Challenging obstacle courses</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-sm text-gray-500">30M+ visits</span> | |
| <span class="text-sm text-gray-500">★ 4.5</span> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Game Card 4 --> | |
| <div class="game-card bg-white rounded-lg overflow-hidden shadow-md transition-all duration-300" data-aos="fade-up" data-aos-delay="300"> | |
| <img src="http://static.photos/gaming/640x360/4" alt="Game" class="w-full h-48 object-cover"> | |
| <div class="p-4"> | |
| <h3 class="font-bold text-lg mb-2">Murder Mystery 2</h3> | |
| <p class="text-gray-600 mb-3">Solve the mystery before it's too late</p> | |
| <div class="flex justify-between items-center"> | |
| <span class="text-sm text-gray-500">25M+ visits</span> | |
| <span class="text-sm text-gray-500">★ 4.6</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="text-center mt-10"> | |
| <button class="bg-blue-500 hover:bg-blue-600 text-white px-6 py-3 rounded-md font-medium">Browse All Experiences</button> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Create Section --> | |
| <section class="py-16 bg-gray-100"> | |
| <div class="container mx-auto px-4"> | |
| <div class="flex flex-col md:flex-row items-center"> | |
| <div class="md:w-1/2 mb-10 md:mb-0" data-aos="fade-right"> | |
| <img src="http://static.photos/technology/640x360/1" alt="Create on Roblox" class="w-full rounded-lg shadow-xl"> | |
| </div> | |
| <div class="md:w-1/2 md:pl-12" data-aos="fade-left"> | |
| <h2 class="text-3xl font-bold mb-6">Create Anything You Can Imagine</h2> | |
| <p class="text-gray-700 mb-6">Roblox Studio lets you create anything and share it with millions of players across computers, mobile devices, and VR headsets.</p> | |
| <div class="space-y-4"> | |
| <div class="flex items-start"> | |
| <i data-feather="code" class="text-blue-500 mr-4 mt-1"></i> | |
| <div> | |
| <h4 class="font-bold text-lg">Powerful Creation Tools</h4> | |
| <p class="text-gray-600">Drag-and-drop functionality with full Lua scripting support</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <i data-feather="users" class="text-blue-500 mr-4 mt-1"></i> | |
| <div> | |
| <h4 class="font-bold text-lg">Built-in Social Network</h4> | |
| <p class="text-gray-600">Connect with millions of players instantly</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <i data-feather="dollar-sign" class="text-blue-500 mr-4 mt-1"></i> | |
| <div> | |
| <h4 class="font-bold text-lg">Monetization</h4> | |
| <p class="text-gray-600">Earn Robux by creating engaging experiences</p> | |
| </div> | |
| </div> | |
| </div> | |
| <button class="mt-8 bg-blue-500 hover:bg-blue-600 text-white px-6 py-3 rounded-md font-medium">Start Creating</button> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-900 text-white py-12"> | |
| <div class="container mx-auto px-4"> | |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-8"> | |
| <div> | |
| <h3 class="font-bold text-lg mb-4">Roblox</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">About Us</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Jobs</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Parents</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="font-bold text-lg mb-4">Resources</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Help</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Creator Dashboard</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Developer Hub</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Education</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="font-bold text-lg 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">Terms</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Privacy</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Community Standards</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="font-bold text-lg mb-4">Connect</h3> | |
| <div class="flex space-x-4 mb-4"> | |
| <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> | |
| <p class="text-gray-400">©2023 Roblox Corporation. All rights reserved.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| AOS.init({ | |
| duration: 800, | |
| easing: 'ease-in-out', | |
| once: true | |
| }); | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> | |