Spaces:
Running
Running
make every thing functional like games cookies and everything but make everything clean u know - Initial Deployment
7389191 verified | <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Shuffle.com | VIP Crypto Casino and Sportsbook</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> | |
| .gradient-bg { | |
| background: linear-gradient(135deg, #1a0933 0%, #2a1155 100%); | |
| } | |
| .game-card { | |
| transition: all 0.3s ease; | |
| } | |
| .game-card:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); | |
| } | |
| .nav-link { | |
| position: relative; | |
| } | |
| .nav-link:after { | |
| content: ''; | |
| position: absolute; | |
| width: 0; | |
| height: 2px; | |
| bottom: -2px; | |
| left: 0; | |
| background-color: #f3a847; | |
| transition: width 0.3s ease; | |
| } | |
| .nav-link:hover:after { | |
| width: 100%; | |
| } | |
| .promo-banner { | |
| height: 300px; | |
| background-size: cover; | |
| background-position: center; | |
| border-radius: 12px; | |
| } | |
| @media (max-width: 768px) { | |
| .promo-banner { | |
| height: 200px; | |
| } | |
| } | |
| </style> | |
| </head> | |
| <body class="gradient-bg text-white font-sans"> | |
| <!-- Top Bar --> | |
| <div class="bg-black/30 py-2 px-4 flex justify-between items-center border-b border-purple-900"> | |
| <div class="flex items-center space-x-4"> | |
| <div class="flex items-center bg-purple-900/50 px-3 py-1 rounded-lg"> | |
| <i class="fas fa-coins text-yellow-400 mr-2"></i> | |
| <span class="font-bold">SHFL</span> | |
| <span class="ml-2 text-green-400">$0.2384 <span class="text-xs">+5.53%</span></span> | |
| </div> | |
| <button class="bg-purple-700 hover:bg-purple-600 px-3 py-1 rounded-lg text-sm">Convert</button> | |
| <button class="bg-yellow-500 hover:bg-yellow-400 px-3 py-1 rounded-lg text-sm text-black">Dashboard</button> | |
| </div> | |
| <div class="flex items-center space-x-4"> | |
| <button class="bg-purple-700 hover:bg-purple-600 px-4 py-1 rounded-lg">Login</button> | |
| <button class="bg-green-500 hover:bg-green-400 px-4 py-1 rounded-lg">Register</button> | |
| <button class="md:hidden"> | |
| <i class="fas fa-bars text-xl"></i> | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Main Navigation --> | |
| <nav class="hidden md:flex justify-between items-center py-4 px-6 border-b border-purple-900"> | |
| <div class="flex items-center space-x-8"> | |
| <a href="#" class="nav-link flex items-center"> | |
| <i class="fas fa-home mr-2"></i> Home | |
| </a> | |
| <a href="#" class="nav-link flex items-center"> | |
| <i class="fas fa-star mr-2"></i> Favorites | |
| </a> | |
| <a href="#" class="nav-link flex items-center"> | |
| <i class="fas fa-clock mr-2"></i> Recently Played | |
| </a> | |
| <a href="#" class="nav-link flex items-center"> | |
| <i class="fas fa-trophy mr-2"></i> Challenges <span class="ml-1 bg-purple-700 rounded-full px-2 py-0.5 text-xs">35</span> | |
| </a> | |
| <a href="#" class="nav-link flex items-center"> | |
| <i class="fas fa-ticket-alt mr-2"></i> SHFL Lottery <span class="ml-1 text-xs">19h</span> | |
| </a> | |
| <div class="relative group"> | |
| <button class="nav-link flex items-center"> | |
| <i class="fas fa-gift mr-2"></i> Promotions <i class="fas fa-chevron-down ml-1 text-xs"></i> | |
| </button> | |
| <div class="absolute left-0 mt-2 w-64 bg-gray-900 rounded-lg shadow-lg z-10 hidden group-hover:block"> | |
| <div class="p-2 border-b border-purple-900"> | |
| <a href="#" class="flex items-center px-3 py-2 hover:bg-purple-800 rounded"> | |
| <i class="fas fa-trophy mr-2 text-yellow-400"></i> $100K Weekly Race <span class="ml-auto text-xs">2d</span> | |
| </a> | |
| </div> | |
| <div class="p-2"> | |
| <a href="#" class="flex items-center px-3 py-2 hover:bg-purple-800 rounded"> | |
| <i class="fas fa-fighter-jet mr-2 text-red-400"></i> $10K Rumble! <span class="ml-auto text-xs">6d</span> | |
| </a> | |
| <a href="#" class="flex items-center px-3 py-2 hover:bg-purple-800 rounded"> | |
| <i class="fas fa-dove mr-2 text-blue-400"></i> $15K Happy Bird! <span class="ml-auto text-xs">5d</span> | |
| </a> | |
| <a href="#" class="flex items-center px-3 py-2 hover:bg-purple-800 rounded"> | |
| <i class="fas fa-level-up-alt mr-2 text-green-400"></i> Level Up Rewards! <span class="ml-auto text-xs">12d</span> | |
| </a> | |
| <a href="#" class="flex items-center px-3 py-2 hover:bg-purple-800 rounded"> | |
| <i class="fas fa-coins mr-2 text-yellow-400"></i> Pragmatic Drops! <span class="ml-auto text-xs">69d</span> | |
| </a> | |
| <a href="#" class="flex items-center px-3 py-2 hover:bg-purple-800 rounded text-center justify-center bg-purple-700 mt-2"> | |
| All Promotions | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="relative"> | |
| <input type="text" placeholder="Search games..." class="bg-gray-800 rounded-full pl-10 pr-4 py-2 focus:outline-none focus:ring-2 focus:ring-purple-500 w-64"> | |
| <i class="fas fa-search absolute left-3 top-3 text-gray-400"></i> | |
| </div> | |
| </nav> | |
| <!-- Mobile Navigation --> | |
| <div class="md:hidden fixed bottom-0 left-0 right-0 bg-gray-900 flex justify-around items-center py-3 border-t border-purple-900 z-50"> | |
| <a href="#" class="flex flex-col items-center"> | |
| <i class="fas fa-home text-xl mb-1"></i> | |
| <span class="text-xs">Home</span> | |
| </a> | |
| <a href="#" class="flex flex-col items-center"> | |
| <i class="fas fa-gamepad text-xl mb-1"></i> | |
| <span class="text-xs">Games</span> | |
| </a> | |
| <a href="#" class="flex flex-col items-center"> | |
| <i class="fas fa-search text-xl mb-1"></i> | |
| <span class="text-xs">Search</span> | |
| </a> | |
| <a href="#" class="flex flex-col items-center"> | |
| <i class="fas fa-comment-dots text-xl mb-1"></i> | |
| <span class="text-xs">Chat</span> | |
| </a> | |
| <a href="#" class="flex flex-col items-center"> | |
| <i class="fas fa-trophy text-xl mb-1"></i> | |
| <span class="text-xs">Rewards</span> | |
| </a> | |
| </div> | |
| <!-- Game Categories --> | |
| <div class="px-4 py-6"> | |
| <div class="flex overflow-x-auto space-x-4 pb-4 scrollbar-hide"> | |
| <button class="flex-shrink-0 bg-purple-700 hover:bg-purple-600 px-4 py-2 rounded-lg flex items-center"> | |
| <i class="fas fa-home mr-2"></i> Lobby | |
| </button> | |
| <button class="flex-shrink-0 bg-gray-800 hover:bg-gray-700 px-4 py-2 rounded-lg flex items-center"> | |
| <i class="fas fa-dice mr-2"></i> Originals | |
| </button> | |
| <button class="flex-shrink-0 bg-gray-800 hover:bg-gray-700 px-4 py-2 rounded-lg flex items-center"> | |
| <i class="fas fa-slots mr-2"></i> Slots | |
| </button> | |
| <button class="flex-shrink-0 bg-gray-800 hover:bg-gray-700 px-4 py-2 rounded-lg flex items-center"> | |
| <i class="fas fa-users mr-2"></i> Live Casino | |
| </button> | |
| <button class="flex-shrink-0 bg-gray-800 hover:bg-gray-700 px-4 py-2 rounded-lg flex items-center"> | |
| <i class="fas fa-cards mr-2"></i> Table Games | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Promo Banners --> | |
| <div class="px-4 py-6"> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4"> | |
| <div class="promo-banner" style="background-image: url('https://images.ctfassets.net/9mngrv1pdae6/6TXhoCezdXO27MwDalDtSL/2d74ce81f507b430302b17b8c8ae0e83/levelup_en__1_.png')"></div> | |
| <div class="promo-banner" style="background-image: url('https://images.ctfassets.net/9mngrv1pdae6/6OwNPvsJJhykqAicFxDe1n/489fc1feae81100173d54c5a5a66c1da/large-HAPPY_BIRD_PROMO.png')"></div> | |
| <div class="promo-banner" style="background-image: url('https://images.ctfassets.net/9mngrv1pdae6/6ZMBAkuxKDEFzzeC2OGcEP/f60d97355d3c6c72f2abf4725a16c2bd/rumble_in_the_jungle.png')"></div> | |
| <div class="promo-banner" style="background-image: url('https://images.ctfassets.net/9mngrv1pdae6/gMEPNRcrY215zt1UMuM6g/1cd557fc31df3d34ec68003c402eb00e/image.png')"></div> | |
| </div> | |
| </div> | |
| <!-- Shuffle Games Section --> | |
| <div class="px-4 py-6"> | |
| <div class="flex justify-between items-center mb-4"> | |
| <h2 class="text-2xl font-bold flex items-center"> | |
| <i class="fas fa-dice mr-3 text-purple-400"></i> Shuffle Games | |
| </h2> | |
| <div class="flex items-center space-x-2"> | |
| <button class="bg-gray-800 hover:bg-gray-700 p-2 rounded-full"> | |
| <i class="fas fa-chevron-left"></i> | |
| </button> | |
| <button class="bg-gray-800 hover:bg-gray-700 p-2 rounded-full"> | |
| <i class="fas fa-chevron-right"></i> | |
| </button> | |
| <a href="#" class="text-purple-400 hover:text-purple-300 text-sm">View all</a> | |
| </div> | |
| </div> | |
| <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 gap-4"> | |
| <!-- Game Card --> | |
| <div class="game-card bg-gray-800 rounded-lg overflow-hidden"> | |
| <div class="relative pb-[100%] bg-gray-700"> | |
| <img src="https://shuffleimages.imgix.net/23b501d9-38ea-41ed-810d-3cf192eaba0a?auto=format&width=3840" alt="Dice" class="absolute h-full w-full object-cover"> | |
| <div class="absolute inset-0 bg-black/30 flex items-center justify-center opacity-0 hover:opacity-100 transition-opacity"> | |
| <button class="bg-green-500 hover:bg-green-400 px-4 py-2 rounded-lg font-bold">Play Now</button> | |
| </div> | |
| </div> | |
| <div class="p-3"> | |
| <h3 class="font-bold">Dice</h3> | |
| <div class="flex justify-between items-center mt-2"> | |
| <span class="text-xs text-gray-400">Originals</span> | |
| <i class="fas fa-star text-gray-400 hover:text-yellow-400"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- More game cards would go here --> | |
| <div class="game-card bg-gray-800 rounded-lg overflow-hidden"> | |
| <div class="relative pb-[100%] bg-gray-700"> | |
| <img src="https://shuffleimages.imgix.net/d4bd0bac-fc94-4cb0-83a4-60665f1c79a3?auto=format&width=3840" alt="Mines" class="absolute h-full w-full object-cover"> | |
| <div class="absolute inset-0 bg-black/30 flex items-center justify-center opacity-0 hover:opacity-100 transition-opacity"> | |
| <button class="bg-green-500 hover:bg-green-400 px-4 py-2 rounded-lg font-bold">Play Now</button> | |
| </div> | |
| </div> | |
| <div class="p-3"> | |
| <h3 class="font-bold">Mines</h3> | |
| <div class="flex justify-between items-center mt-2"> | |
| <span class="text-xs text-gray-400">Originals</span> | |
| <i class="fas fa-star text-gray-400 hover:text-yellow-400"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="game-card bg-gray-800 rounded-lg overflow-hidden"> | |
| <div class="relative pb-[100%] bg-gray-700"> | |
| <img src="https://shuffleimages.imgix.net/3bc994da-476b-4ec1-a519-8016a8d7f575?auto=format&width=3840" alt="Plinko" class="absolute h-full w-full object-cover"> | |
| <div class="absolute inset-0 bg-black/30 flex items-center justify-center opacity-0 hover:opacity-100 transition-opacity"> | |
| <button class="bg-green-500 hover:bg-green-400 px-4 py-2 rounded-lg font-bold">Play Now</button> | |
| </div> | |
| </div> | |
| <div class="p-3"> | |
| <h3 class="font-bold">Plinko</h3> | |
| <div class="flex justify-between items-center mt-2"> | |
| <span class="text-xs text-gray-400">Originals</span> | |
| <i class="fas fa-star text-gray-400 hover:text-yellow-400"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="game-card bg-gray-800 rounded-lg overflow-hidden"> | |
| <div class="relative pb-[100%] bg-gray-700"> | |
| <img src="https://shuffleimages.imgix.net/9c5f88d8-9a41-4a1f-bfe8-f363d1563b53?auto=format&width=3840" alt="Limbo" class="absolute h-full w-full object-cover"> | |
| <div class="absolute inset-0 bg-black/30 flex items-center justify-center opacity-0 hover:opacity-100 transition-opacity"> | |
| <button class="bg-green-500 hover:bg-green-400 px-4 py-2 rounded-lg font-bold">Play Now</button> | |
| </div> | |
| </div> | |
| <div class="p-3"> | |
| <h3 class="font-bold">Limbo</h3> | |
| <div class="flex justify-between items-center mt-2"> | |
| <span class="text-xs text-gray-400">Originals</span> | |
| <i class="fas fa-star text-gray-400 hover:text-yellow-400"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="game-card bg-gray-800 rounded-lg overflow-hidden"> | |
| <div class="relative pb-[100%] bg-gray-700"> | |
| <img src="https://shuffleimages.imgix.net/e7cfe225-16ca-484d-9437-e96317f50025?auto=format&width=3840" alt="Keno" class="absolute h-full w-full object-cover"> | |
| <div class="absolute inset-0 bg-black/30 flex items-center justify-center opacity-0 hover:opacity-100 transition-opacity"> | |
| <button class="bg-green-500 hover:bg-green-400 px-4 py-2 rounded-lg font-bold">Play Now</button> | |
| </div> | |
| </div> | |
| <div class="p-3"> | |
| <h3 class="font-bold">Keno</h3> | |
| <div class="flex justify-between items-center mt-2"> | |
| <span class="text-xs text-gray-400">Originals</span> | |
| <i class="fas fa-star text-gray-400 hover:text-yellow-400"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="game-card bg-gray-800 rounded-lg overflow-hidden"> | |
| <div class="relative pb-[100%] bg-gray-700"> | |
| <img src="https://shuffleimages.imgix.net/e38aaabd-57ac-4bc0-992c-acf509e1e397?auto=format&width=3840" alt="Blackjack" class="absolute h-full w-full object-cover"> | |
| <div class="absolute inset-0 bg-black/30 flex items-center justify-center opacity-0 hover:opacity-100 transition-opacity"> | |
| <button class="bg-green-500 hover:bg-green-400 px-4 py-2 rounded-lg font-bold">Play Now</button> | |
| </div> | |
| </div> | |
| <div class="p-3"> | |
| <h3 class="font-bold">Blackjack</h3> | |
| <div class="flex justify-between items-center mt-2"> | |
| <span class="text-xs text-gray-400">Originals</span> | |
| <i class="fas fa-star text-gray-400 hover:text-yellow-400"></i> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Slots Section --> | |
| <div class="px-4 py-6"> | |
| <div class="flex justify-between items-center mb-4"> | |
| <h2 class="text-2xl font-bold flex items-center"> | |
| <i class="fas fa-slots mr-3 text-purple-400"></i> Slots | |
| </h2> | |
| <div class="flex items-center space-x-2"> | |
| <button class="bg-gray-800 hover:bg-gray-700 p-2 rounded-full"> | |
| <i class="fas fa-chevron-left"></i> | |
| </button> | |
| <button class="bg-gray-800 hover:bg-gray-700 p-2 rounded-full"> | |
| <i class="fas fa-chevron-right"></i> | |
| </button> | |
| <a href="#" class="text-purple-400 hover:text-purple-300 text-sm">View all</a> | |
| </div> | |
| </div> | |
| <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 gap-4"> | |
| <!-- Slot Game Card --> | |
| <div class="game-card bg-gray-800 rounded-lg overflow-hidden"> | |
| <div class="relative pb-[100%] bg-gray-700"> | |
| <img src="https://shuffleimages.imgix.net/2db3d844-1bcc-4efd-b898-b13e980660d2?auto=format&width=3840" alt="Happy Bird" class="absolute h-full w-full object-cover"> | |
| <div class="absolute inset-0 bg-black/30 flex items-center justify-center opacity-0 hover:opacity-100 transition-opacity"> | |
| <button class="bg-green-500 hover:bg-green-400 px-4 py-2 rounded-lg font-bold">Play Now</button> | |
| </div> | |
| </div> | |
| <div class="p-3"> | |
| <h3 class="font-bold">Happy Bird</h3> | |
| <div class="flex justify-between items-center mt-2"> | |
| <span class="text-xs text-gray-400">Slots</span> | |
| <i class="fas fa-star text-gray-400 hover:text-yellow-400"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- More slot cards would go here --> | |
| <div class="game-card bg-gray-800 rounded-lg overflow-hidden"> | |
| <div class="relative pb-[100%] bg-gray-700"> | |
| <img src="https://shuffleimages.imgix.net/a181bb0e-6e90-4477-b8a7-82f493973f73?auto=format&width=3840" alt="Shuffle Spinman" class="absolute h-full w-full object-cover"> | |
| <div class="absolute inset-0 bg-black/30 flex items-center justify-center opacity-0 hover:opacity-100 transition-opacity"> | |
| <button class="bg-green-500 hover:bg-green-400 px-4 py-2 rounded-lg font-bold">Play Now</button> | |
| </div> | |
| </div> | |
| <div class="p-3"> | |
| <h3 class="font-bold">Shuffle Spinman</h3> | |
| <div class="flex justify-between items-center mt-2"> | |
| <span class="text-xs text-gray-400">Slots</span> | |
| <i class="fas fa-star text-gray-400 hover:text-yellow-400"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="game-card bg-gray-800 rounded-lg overflow-hidden"> | |
| <div class="relative pb-[100%] bg-gray-700"> | |
| <img src="https://shuffleimages.imgix.net/6d470521-efcc-49a7-bf0b-ca0a1f0ddaa8?auto=format&width=3840" alt="Sweet Bonanza 1000" class="absolute h-full w-full object-cover"> | |
| <div class="absolute inset-0 bg-black/30 flex items-center justify-center opacity-0 hover:opacity-100 transition-opacity"> | |
| <button class="bg-green-500 hover:bg-green-400 px-4 py-2 rounded-lg font-bold">Play Now</button> | |
| </div> | |
| </div> | |
| <div class="p-3"> | |
| <h3 class="font-bold">Sweet Bonanza 1000</h3> | |
| <div class="flex justify-between items-center mt-2"> | |
| <span class="text-xs text-gray-400">Slots</span> | |
| <i class="fas fa-star text-gray-400 hover:text-yellow-400"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="game-card bg-gray-800 rounded-lg overflow-hidden"> | |
| <div class="relative pb-[100%] bg-gray-700"> | |
| <img src="https://shuffleimages.imgix.net/a9c5ff9e-b255-4b00-946d-ce701e8bc279?auto=format&width=3840" alt="Gates of Olympus" class="absolute h-full w-full object-cover"> | |
| <div class="absolute inset-0 bg-black/30 flex items-center justify-center opacity-0 hover:opacity-100 transition-opacity"> | |
| <button class="bg-green-500 hover:bg-green-400 px-4 py-2 rounded-lg font-bold">Play Now</button> | |
| </div> | |
| </div> | |
| <div class="p-3"> | |
| <h3 class="font-bold">Gates of Olympus</h3> | |
| <div class="flex justify-between items-center mt-2"> | |
| <span class="text-xs text-gray-400">Slots</span> | |
| <i class="fas fa-star text-gray-400 hover:text-yellow-400"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="game-card bg-gray-800 rounded-lg overflow-hidden"> | |
| <div class="relative pb-[100%] bg-gray-700"> | |
| <img src="https://shuffleimages.imgix.net/930e0438-65ab-4e96-a1c5-21f5e433a21f?auto=format&width=3840" alt="Sugar Rush" class="absolute h-full w-full object-cover"> | |
| <div class="absolute inset-0 bg-black/30 flex items-center justify-center opacity-0 hover:opacity-100 transition-opacity"> | |
| <button class="bg-green-500 hover:bg-green-400 px-4 py-2 rounded-lg font-bold">Play Now</button> | |
| </div> | |
| </div> | |
| <div class="p-3"> | |
| <h3 class="font-bold">Sugar Rush</h3> | |
| <div class="flex justify-between items-center mt-2"> | |
| <span class="text-xs text-gray-400">Slots</span> | |
| <i class="fas fa-star text-gray-400 hover:text-yellow-400"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="game-card bg-gray-800 rounded-lg overflow-hidden"> | |
| <div class="relative pb-[100%] bg-gray-700"> | |
| <img src="https://shuffleimages.imgix.net/e0196116-05de-4cfb-80a7-103f706f21f1?auto=format&width=3840" alt="Pirots 3" class="absolute h-full w-full object-cover"> | |
| <div class="absolute inset-0 bg-black/30 flex items-center justify-center opacity-0 hover:opacity-100 transition-opacity"> | |
| <button class="bg-green-500 hover:bg-green-400 px-4 py-2 rounded-lg font-bold">Play Now</button> | |
| </div> | |
| </div> | |
| <div class="p-3"> | |
| <h3 class="font-bold">Pirots 3</h3> | |
| <div class="flex justify-between items-center mt-2"> | |
| <span class="text-xs text-gray-400">Slots</span> | |
| <i class="fas fa-star text-gray-400 hover:text-yellow-400"></i> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Live Casino Section --> | |
| <div class="px-4 py-6"> | |
| <div class="flex justify-between items-center mb-4"> | |
| <h2 class="text-2xl font-bold flex items-center"> | |
| <i class="fas fa-users mr-3 text-purple-400"></i> Live Casino | |
| </h2> | |
| <div class="flex items-center space-x-2"> | |
| <button class="bg-gray-800 hover:bg-gray-700 p-2 rounded-full"> | |
| <i class="fas fa-chevron-left"></i> | |
| </button> | |
| <button class="bg-gray-800 hover:bg-gray-700 p-2 rounded-full"> | |
| <i class="fas fa-chevron-right"></i> | |
| </button> | |
| <a href="#" class="text-purple-400 hover:text-purple-300 text-sm">View all</a> | |
| </div> | |
| </div> | |
| <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 gap-4"> | |
| <!-- Live Casino Game Card --> | |
| <div class="game-card bg-gray-800 rounded-lg overflow-hidden"> | |
| <div class="relative pb-[100%] bg-gray-700"> | |
| <img src="https://shuffleimages.imgix.net/43e92415-0709-494f-b9c7-9efe32ccbd7e?auto=format&width=3840" alt="Playboy Blackjack" class="absolute h-full w-full object-cover"> | |
| <div class="absolute inset-0 bg-black/30 flex items-center justify-center opacity-0 hover:opacity-100 transition-opacity"> | |
| <button class="bg-green-500 hover:bg-green-400 px-4 py-2 rounded-lg font-bold">Play Now</button> | |
| </div> | |
| <div class="absolute top-2 left-2 bg-red-500 text-white text-xs px-2 py-1 rounded">LIVE</div> | |
| </div> | |
| <div class="p-3"> | |
| <h3 class="font-bold">Playboy Blackjack</h3> | |
| <div class="flex justify-between items-center mt-2"> | |
| <span class="text-xs text-gray-400">Live Casino</span> | |
| <i class="fas fa-star text-gray-400 hover:text-yellow-400"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- More live casino cards would go here --> | |
| <div class="game-card bg-gray-800 rounded-lg overflow-hidden"> | |
| <div class="relative pb-[100%] bg-gray-700"> | |
| <img src="https://shuffleimages.imgix.net/a0dc8a78-214d-4eb6-ba54-1f384a2be0c9?auto=format&width=3840" alt="Blackjack Lobby" class="absolute h-full w-full object-cover"> | |
| <div class="absolute inset-0 bg-black/30 flex items-center justify-center opacity-0 hover:opacity-100 transition-opacity"> | |
| <button class="bg-green-500 hover:bg-green-400 px-4 py-2 rounded-lg font-bold">Play Now</button> | |
| </div> | |
| <div class="absolute top-2 left-2 bg-red-500 text-white text-xs px-2 py-1 rounded">LIVE</div> | |
| </div> | |
| <div class="p-3"> | |
| <h3 class="font-bold">Blackjack Lobby</h3> | |
| <div class="flex justify-between items-center mt-2"> | |
| <span class="text-xs text-gray-400">Live Casino</span> | |
| <i class="fas fa-star text-gray-400 hover:text-yellow-400"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="game-card bg-gray-800 rounded-lg overflow-hidden"> | |
| <div class="relative pb-[100%] bg-gray-700"> | |
| <img src="https://shuffleimages.imgix.net/b87dd7d1-0a18-41ee-9c4c-c315695de9a4?auto=format&width=3840" alt="Roulette Lobby" class="absolute h-full w-full object-cover"> | |
| <div class="absolute inset-0 bg-black/30 flex items-center justify-center opacity-0 hover:opacity-100 transition-opacity"> | |
| <button class="bg-green-500 hover:bg-green-400 px-4 py-2 rounded-lg font-bold">Play Now</button> | |
| </div> | |
| <div class="absolute top-2 left-2 bg-red-500 text-white text-xs px-2 py-1 rounded">LIVE</div> | |
| </div> | |
| <div class="p-3"> | |
| <h3 class="font-bold">Roulette Lobby</h3> | |
| <div class="flex justify-between items-center mt-2"> | |
| <span class="text-xs text-gray-400">Live Casino</span> | |
| <i class="fas fa-star text-gray-400 hover:text-yellow-400"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="game-card bg-gray-800 rounded-lg overflow-hidden"> | |
| <div class="relative pb-[100%] bg-gray-700"> | |
| <img src="https://shuffleimages.imgix.net/6b4be803-8ffb-4e7f-b402-307b11d0a74d?auto=format&width=3840" alt="Blackjack Live" class="absolute h-full w-full object-cover"> | |
| <div class="absolute inset-0 bg-black/30 flex items-center justify-center opacity-0 hover:opacity-100 transition-opacity"> | |
| <button class="bg-green-500 hover:bg-green-400 px-4 py-2 rounded-lg font-bold">Play Now</button> | |
| </div> | |
| <div class="absolute top-2 left-2 bg-red-500 text-white text-xs px-2 py-1 rounded">LIVE</div> | |
| </div> | |
| <div class="p-3"> | |
| <h3 class="font-bold">Blackjack Live</h3> | |
| <div class="flex justify-between items-center mt-2"> | |
| <span class="text-xs text-gray-400">Live Casino</span> | |
| <i class="fas fa-star text-gray-400 hover:text-yellow-400"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="game-card bg-gray-800 rounded-lg overflow-hidden"> | |
| <div class="relative pb-[100%] bg-gray-700"> | |
| <img src="https://shuffleimages.imgix.net/0e39d193-3d14-4a65-b2ee-615179766e83?auto=format&width=3840" alt="Playboy Roulette" class="absolute h-full w-full object-cover"> | |
| <div class="absolute inset-0 bg-black/30 flex items-center justify-center opacity-0 hover:opacity-100 transition-opacity"> | |
| <button class="bg-green-500 hover:bg-green-400 px-4 py-2 rounded-lg font-bold">Play Now</button> | |
| </div> | |
| <div class="absolute top-2 left-2 bg-red-500 text-white text-xs px-2 py-1 rounded">LIVE</div> | |
| </div> | |
| <div class="p-3"> | |
| <h3 class="font-bold">Playboy Roulette</h3> | |
| <div class="flex justify-between items-center mt-2"> | |
| <span class="text-xs text-gray-400">Live Casino</span> | |
| <i class="fas fa-star text-gray-400 hover:text-yellow-400"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="game-card bg-gray-800 rounded-lg overflow-hidden"> | |
| <div class="relative pb-[100%] bg-gray-700"> | |
| <img src="https://shuffleimages.imgix.net/b0d2441f-5e8c-455d-871d-b79602d5d891?auto=format&width=3840" alt="Baccarat Lobby" class="absolute h-full w-full object-cover"> | |
| <div class="absolute inset-0 bg-black/30 flex items-center justify-center opacity-0 hover:opacity-100 transition-opacity"> | |
| <button class="bg-green-500 hover:bg-green-400 px-4 py-2 rounded-lg font-bold">Play Now</button> | |
| </div> | |
| <div class="absolute top-2 left-2 bg-red-500 text-white text-xs px-2 py-1 rounded">LIVE</div> | |
| </div> | |
| <div class="p-3"> | |
| <h3 class="font-bold">Baccarat Lobby</h3> | |
| <div class="flex justify-between items-center mt-2"> | |
| <span class="text-xs text-gray-400">Live Casino</span> | |
| <i class="fas fa-star text-gray-400 hover:text-yellow-400"></i> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Providers Section --> | |
| <div class="px-4 py-6"> | |
| <div class="flex justify-between items-center mb-4"> | |
| <h2 class="text-2xl font-bold flex items-center"> | |
| <i class="fas fa-puzzle-piece mr-3 text-purple-400"></i> Game Providers | |
| </h2> | |
| <div class="flex items-center space-x-2"> | |
| <button class="bg-gray-800 hover:bg-gray-700 p-2 rounded-full"> | |
| <i class="fas fa-chevron-left"></i> | |
| </button> | |
| <button class="bg-gray-800 hover:bg-gray-700 p-2 rounded-full"> | |
| <i class="fas fa-chevron-right"></i> | |
| </button> | |
| <a href="#" class="text-purple-400 hover:text-purple-300 text-sm">View all</a> | |
| </div> | |
| </div> | |
| <div class="grid grid-cols-3 sm:grid-cols-4 md:grid-cols-6 lg:grid-cols-8 gap-4"> | |
| <div class="bg-gray-800 rounded-lg p-4 flex items-center justify-center hover:bg-gray-700 transition-colors"> | |
| <img src="https://shuffleimages.imgix.net/38754033-94bf-44bc-839b-497ea031b521" alt="Evolution Gaming" class="h-10 object-contain"> | |
| </div> | |
| <div class="bg-gray-800 rounded-lg p-4 flex items-center justify-center hover:bg-gray-700 transition-colors"> | |
| <img src="https://shuffleimages.imgix.net/0cc7f822-8371-4b5f-989c-1b5907006003" alt="BGaming" class="h-10 object-contain"> | |
| </div> | |
| <div class="bg-gray-800 rounded-lg p-4 flex items-center justify-center hover:bg-gray-700 transition-colors"> | |
| <img src="https://shuffleimages.imgix.net/91709016-b54b-4e82-911b-dffb4f2c5c53" alt="Nolimit City" class="h-10 object-contain"> | |
| </div> | |
| <div class="bg-gray-800 rounded-lg p-4 flex items-center justify-center hover:bg-gray-700 transition-colors"> | |
| <img src="https://shuffleimages.imgix.net/bea1d996-f804-4d0e-a2d4-ed1cf1998235" alt="Pragmatic Play" class="h-10 object-contain"> | |
| </div> | |
| <div class="bg-gray-800 rounded-lg p-4 flex items-center justify-center hover:bg-gray-700 transition-colors"> | |
| <img src="https://shuffleimages.imgix.net/5198358b-6292-42fe-9c76-a9a372b5f9c0" alt="Push Gaming" class="h-10 object-contain"> | |
| </div> | |
| <div class="bg-gray-800 rounded-lg p-4 flex items-center justify-center hover:bg-gray-700 transition-colors"> | |
| <img src="https://shuffleimages.imgix.net/347ddd8f-cd00-4564-a6be-fd03c1197755" alt="Shuffle Games" class="h-10 object-contain"> | |
| </div> | |
| <div class="bg-gray-800 rounded-lg p-4 flex items-center justify-center hover:bg-gray-700 transition-colors"> | |
| <img src="https://shuffleimages.imgix.net/2f9fb62b-5281-47a6-ba67-ddda5f9bd1aa" alt="Big Time Gaming" class="h-10 object-contain"> | |
| </div> | |
| <div class="bg-gray-800 rounded-lg p-4 flex items-center justify-center hover:bg-gray-700 transition-colors"> | |
| <img src="https://shuffleimages.imgix.net/3f615bdc-b69d-42c0-8e83-1681d719af54" alt="Hacksaw Gaming" class="h-10 object-contain"> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Footer --> | |
| <footer class="bg-black/30 border-t border-purple-900 px-4 py-8"> | |
| <div class="max-w-7xl mx-auto"> | |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-8"> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Support</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="hover:text-purple-400">Live Support</a></li> | |
| <li><a href="#" class="hover:text-purple-400">Help Center</a></li> | |
| <li><a href="#" class="hover:text-purple-400">Game Responsibly</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Platform</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="hover:text-purple-400">Provably Fair</a></li> | |
| <li><a href="#" class="hover:text-purple-400">Affiliate Program</a></li> | |
| <li><a href="#" class="hover:text-purple-400">Redeem Code</a></li> | |
| <li><a href="#" class="hover:text-purple-400">VIP Program</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Policy</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="hover:text-purple-400">Terms of Service</a></li> | |
| <li><a href="#" class="hover:text-purple-400">Privacy Policy</a></li> | |
| <li><a href="#" class="hover:text-purple-400">Responsible Gambling</a></li> | |
| <li><a href="#" class="hover:text-purple-400">AML Policy</a></li> | |
| <li><a href="#" class="hover:text-purple-400">License</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Community</h3> | |
| <div class="flex space-x-4 mb-4"> | |
| <a href="#" class="hover:text-blue-400"><i class="fab fa-twitter text-xl"></i></a> | |
| <a href="#" class="hover:text-pink-500"><i class="fab fa-instagram text-xl"></i></a> | |
| <a href="#" class="hover:text-blue-500"><i class="fab fa-facebook text-xl"></i></a> | |
| <a href="#" class="hover:text-blue-300"><i class="fab fa-telegram text-xl"></i></a> | |
| <a href="#" class="hover:text-red-500"><i class="fab fa-youtube text-xl"></i></a> | |
| </div> | |
| <div class="flex items-center space-x-2"> | |
| <div class="relative"> | |
| <select class="bg-gray-800 rounded-lg px-3 py-2 appearance-none focus:outline-none"> | |
| <option>English</option> | |
| <option>Español</option> | |
| <option>Deutsch</option> | |
| <option>Français</option> | |
| </select> | |
| <i class="fas fa-chevron-down absolute right-3 top-3 text-xs"></i> | |
| </div> | |
| <div class="relative"> | |
| <select class="bg-gray-800 rounded-lg px-3 py-2 appearance-none focus:outline-none"> | |
| <option>Decimal Odds</option> | |
| <option>Fractional Odds</option> | |
| <option>American Odds</option> | |
| </select> | |
| <i class="fas fa-chevron-down absolute right-3 top-3 text-xs"></i> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="border-t border-purple-900 mt-8 pt-8"> | |
| <div class="flex flex-col md:flex-row justify-between items-center"> | |
| <div class="mb-4 md:mb-0"> | |
| <img src="https://shuffle.com/icons/logo.svg" alt="Shuffle Logo" class="h-8"> | |
| </div> | |
| <div class="text-sm text-gray-400 text-center md:text-right"> | |
| <p>Shuffle is owned and operated by Natural Nine B.V., Curaçao company registration number 160998, with its registered address at Korporaalweg 10, Willemstad, Curaçao and is licensed by the Curaçao Gaming Control Board to offer games of chance under license number OGL/2024/1337/0628.</p> | |
| <p class="mt-2">1 ETH = $2,590.21</p> | |
| <p class="mt-2">© 2025 Shuffle.com | All Rights Reserved</p> | |
| </div> | |
| </div> | |
| <div class="flex flex-wrap justify-center md:justify-start items-center space-x-4 mt-6"> | |
| <img src="https://shuffle.com/icons/gcb.svg" alt="GCB" class="h-8"> | |
| <img src="https://a6fe9cff-f199-4fe3-a527-329a1ec8d44f.seals-xcm.certria.com/sealassets/34b5ff182a676f29c5654f2b55d6583d-shuffle.com-41b429626b6fcba0f27d6d95839443e57b539b4bf838e24a9756e36f778876eb2d6593d429783d30da862eb0b957f21b-c2VhbC5wbmc%3D?status=valid" alt="Certria" class="h-8"> | |
| <img src="https://shuffle.com/icons/eighteen-plus.svg" alt="18+" class="h-8"> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <!-- Cookie Consent --> | |
| <div class="fixed bottom-0 left-0 right-0 bg-gray-900 border-t border-purple-900 p-4 z-50"> | |
| <div class="max-w-7xl mx-auto flex flex-col md:flex-row items-center justify-between"> | |
| <p class="mb-4 md:mb-0 text-sm">We use cookies to help deliver you the best experience possible.</p> | |
| <div class="flex space-x-3"> | |
| <a href="#" class="text-purple-400 hover:text-purple-300 text-sm">Learn More</a> | |
| <button class="bg-green-500 hover:bg-green-400 px-4 py-1 rounded-lg text-sm">Accept</button> | |
| </div> | |
| </div> | |
| </div> | |
| <script> | |
| // Simple JavaScript for interactive elements | |
| document.addEventListener('DOMContentLoaded', function() { | |
| // Toggle mobile menu | |
| const mobileMenuButton = document.querySelector('.md\\:hidden'); | |
| const mobileMenu = document.querySelector('nav'); | |
| if (mobileMenuButton) { | |
| mobileMenuButton.addEventListener('click', function() { | |
| mobileMenu.classList.toggle('hidden'); | |
| }); | |
| } | |
| // Game card hover effect | |
| const gameCards = document.querySelectorAll('.game-card'); | |
| gameCards.forEach(card => { | |
| card.addEventListener('mouseenter', function() { | |
| this.querySelector('button').classList.remove('opacity-0'); | |
| }); | |
| card.addEventListener('mouseleave', function() { | |
| this.querySelector('button').classList.add('opacity-0'); | |
| }); | |
| }); | |
| }); | |
| </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=AMousavi1509/be" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |