Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>BetMaster | Premium Betting & Casino Platform</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> | |
/* Custom animations */ | |
@keyframes pulse { | |
0%, 100% { opacity: 1; } | |
50% { opacity: 0.5; } | |
} | |
.animate-pulse { | |
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; | |
} | |
/* Custom scrollbar */ | |
::-webkit-scrollbar { | |
width: 8px; | |
height: 8px; | |
} | |
::-webkit-scrollbar-track { | |
background: #1a202c; | |
} | |
::-webkit-scrollbar-thumb { | |
background: #4a5568; | |
border-radius: 4px; | |
} | |
::-webkit-scrollbar-thumb:hover { | |
background: #718096; | |
} | |
/* Custom card flip */ | |
.card-flip { | |
perspective: 1000px; | |
} | |
.card-flip-inner { | |
transition: transform 0.6s; | |
transform-style: preserve-3d; | |
} | |
.card-flip:hover .card-flip-inner { | |
transform: rotateY(180deg); | |
} | |
.card-flip-front, .card-flip-back { | |
backface-visibility: hidden; | |
} | |
.card-flip-back { | |
transform: rotateY(180deg); | |
} | |
/* Gradient text */ | |
.gradient-text { | |
background-clip: text; | |
-webkit-background-clip: text; | |
color: transparent; | |
} | |
</style> | |
</head> | |
<body class="bg-gray-900 text-gray-100 font-sans"> | |
<!-- Header/Navigation --> | |
<header class="bg-gray-800 sticky top-0 z-50 shadow-lg"> | |
<div class="container mx-auto px-4 py-3 flex justify-between items-center"> | |
<div class="flex items-center space-x-2"> | |
<div class="w-10 h-10 bg-gradient-to-r from-purple-600 to-blue-500 rounded-full flex items-center justify-center"> | |
<i class="fas fa-dice text-white text-xl"></i> | |
</div> | |
<h1 class="text-2xl font-bold gradient-text bg-gradient-to-r from-purple-400 to-blue-400">BetMaster</h1> | |
</div> | |
<nav class="hidden md:flex space-x-6"> | |
<a href="#" class="hover:text-purple-400 transition flex items-center"> | |
<i class="fas fa-home mr-2"></i> Home | |
</a> | |
<a href="#" class="hover:text-purple-400 transition flex items-center"> | |
<i class="fas fa-futbol mr-2"></i> Sports | |
</a> | |
<a href="#" class="hover:text-purple-400 transition flex items-center"> | |
<i class="fas fa-dice-d20 mr-2"></i> Casino | |
</a> | |
<a href="#" class="hover:text-purple-400 transition flex items-center"> | |
<i class="fas fa-gift mr-2"></i> Promotions | |
</a> | |
<a href="#" class="hover:text-purple-400 transition flex items-center"> | |
<i class="fas fa-wallet mr-2"></i> Wallet | |
</a> | |
</nav> | |
<div class="flex items-center space-x-4"> | |
<button class="bg-gradient-to-r from-purple-600 to-blue-500 hover:from-purple-700 hover:to-blue-600 text-white px-4 py-2 rounded-full font-medium transition"> | |
<i class="fas fa-user-plus mr-2"></i> Sign Up | |
</button> | |
<button class="px-4 py-2 rounded-full font-medium border border-purple-400 text-purple-400 hover:bg-purple-900 transition"> | |
<i class="fas fa-sign-in-alt mr-2"></i> Login | |
</button> | |
<button class="md:hidden text-2xl"> | |
<i class="fas fa-bars"></i> | |
</button> | |
</div> | |
</div> | |
</header> | |
<!-- Hero Section --> | |
<section class="relative bg-gradient-to-br from-gray-800 to-gray-900 overflow-hidden"> | |
<div class="absolute inset-0 bg-gradient-to-r from-purple-900/20 to-blue-900/20"></div> | |
<div class="container mx-auto px-4 py-20 relative z-10"> | |
<div class="max-w-3xl mx-auto text-center"> | |
<h1 class="text-4xl md:text-6xl font-bold mb-6 gradient-text bg-gradient-to-r from-purple-400 to-blue-400"> | |
Bet & Win Big! | |
</h1> | |
<p class="text-xl md:text-2xl text-gray-300 mb-8"> | |
The ultimate betting and casino experience with the best odds and biggest jackpots | |
</p> | |
<div class="flex flex-col sm:flex-row justify-center gap-4"> | |
<button class="bg-gradient-to-r from-purple-600 to-blue-500 hover:from-purple-700 hover:to-blue-600 text-white px-8 py-4 rounded-full font-bold text-lg transition transform hover:scale-105 shadow-lg"> | |
<i class="fas fa-coins mr-2"></i> Claim $1000 Bonus | |
</button> | |
<button class="bg-gray-800 hover:bg-gray-700 text-white px-8 py-4 rounded-full font-bold text-lg transition transform hover:scale-105 border border-gray-600"> | |
<i class="fas fa-play-circle mr-2"></i> Live Demo | |
</button> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Live Matches Section --> | |
<section class="py-12 bg-gray-800"> | |
<div class="container mx-auto px-4"> | |
<div class="flex justify-between items-center mb-8"> | |
<h2 class="text-2xl md:text-3xl font-bold flex items-center"> | |
<span class="w-3 h-3 bg-red-500 rounded-full mr-3 animate-pulse"></span> | |
Live Matches | |
</h2> | |
<a href="#" class="text-purple-400 hover:text-purple-300 flex items-center"> | |
View All <i class="fas fa-chevron-right ml-2"></i> | |
</a> | |
</div> | |
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6"> | |
<!-- Match Card 1 --> | |
<div class="bg-gray-700 rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition"> | |
<div class="bg-gray-900 px-4 py-3 flex justify-between items-center"> | |
<div class="flex items-center"> | |
<i class="fas fa-futbol text-green-400 mr-2"></i> | |
<span class="font-medium">Premier League</span> | |
</div> | |
<div class="text-sm text-gray-400">Live 65'</div> | |
</div> | |
<div class="p-4"> | |
<div class="flex justify-between items-center mb-4"> | |
<div class="flex flex-col items-center"> | |
<img src="https://via.placeholder.com/40" alt="Team A" class="w-12 h-12 mb-2"> | |
<span class="font-medium">Arsenal</span> | |
</div> | |
<div class="text-center"> | |
<div class="text-3xl font-bold">2 - 1</div> | |
<div class="text-sm text-gray-400">HT: 1-0</div> | |
</div> | |
<div class="flex flex-col items-center"> | |
<img src="https://via.placeholder.com/40" alt="Team B" class="w-12 h-12 mb-2"> | |
<span class="font-medium">Chelsea</span> | |
</div> | |
</div> | |
<div class="grid grid-cols-3 gap-2"> | |
<button class="bg-purple-600 hover:bg-purple-700 text-white py-2 rounded text-sm font-medium transition"> | |
2.10 | |
</button> | |
<button class="bg-gray-600 hover:bg-gray-500 text-white py-2 rounded text-sm font-medium transition"> | |
3.40 | |
</button> | |
<button class="bg-blue-600 hover:bg-blue-700 text-white py-2 rounded text-sm font-medium transition"> | |
2.80 | |
</button> | |
</div> | |
</div> | |
</div> | |
<!-- Match Card 2 --> | |
<div class="bg-gray-700 rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition"> | |
<div class="bg-gray-900 px-4 py-3 flex justify-between items-center"> | |
<div class="flex items-center"> | |
<i class="fas fa-basketball-ball text-orange-400 mr-2"></i> | |
<span class="font-medium">NBA</span> | |
</div> | |
<div class="text-sm text-gray-400">Live Q3</div> | |
</div> | |
<div class="p-4"> | |
<div class="flex justify-between items-center mb-4"> | |
<div class="flex flex-col items-center"> | |
<img src="https://via.placeholder.com/40" alt="Team A" class="w-12 h-12 mb-2"> | |
<span class="font-medium">Lakers</span> | |
</div> | |
<div class="text-center"> | |
<div class="text-3xl font-bold">89 - 82</div> | |
<div class="text-sm text-gray-400">Q2: 45-40</div> | |
</div> | |
<div class="flex flex-col items-center"> | |
<img src="https://via.placeholder.com/40" alt="Team B" class="w-12 h-12 mb-2"> | |
<span class="font-medium">Warriors</span> | |
</div> | |
</div> | |
<div class="grid grid-cols-3 gap-2"> | |
<button class="bg-purple-600 hover:bg-purple-700 text-white py-2 rounded text-sm font-medium transition"> | |
1.85 | |
</button> | |
<button class="bg-gray-600 hover:bg-gray-500 text-white py-2 rounded text-sm font-medium transition"> | |
8.50 | |
</button> | |
<button class="bg-blue-600 hover:bg-blue-700 text-white py-2 rounded text-sm font-medium transition"> | |
2.10 | |
</button> | |
</div> | |
</div> | |
</div> | |
<!-- Match Card 3 --> | |
<div class="bg-gray-700 rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition"> | |
<div class="bg-gray-900 px-4 py-3 flex justify-between items-center"> | |
<div class="flex items-center"> | |
<i class="fas fa-table-tennis text-yellow-400 mr-2"></i> | |
<span class="font-medium">Tennis</span> | |
</div> | |
<div class="text-sm text-gray-400">Live Set 3</div> | |
</div> | |
<div class="p-4"> | |
<div class="flex justify-between items-center mb-4"> | |
<div class="flex flex-col items-center"> | |
<img src="https://via.placeholder.com/40" alt="Player A" class="w-12 h-12 mb-2"> | |
<span class="font-medium">Djokovic</span> | |
</div> | |
<div class="text-center"> | |
<div class="text-3xl font-bold">2 - 1</div> | |
<div class="text-sm text-gray-400">6-4, 3-6, 4-3</div> | |
</div> | |
<div class="flex flex-col items-center"> | |
<img src="https://via.placeholder.com/40" alt="Player B" class="w-12 h-12 mb-2"> | |
<span class="font-medium">Nadal</span> | |
</div> | |
</div> | |
<div class="grid grid-cols-2 gap-2"> | |
<button class="bg-purple-600 hover:bg-purple-700 text-white py-2 rounded text-sm font-medium transition"> | |
1.65 | |
</button> | |
<button class="bg-blue-600 hover:bg-blue-700 text-white py-2 rounded text-sm font-medium transition"> | |
2.25 | |
</button> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Casino Games Section --> | |
<section class="py-12 bg-gray-900"> | |
<div class="container mx-auto px-4"> | |
<div class="flex justify-between items-center mb-8"> | |
<h2 class="text-2xl md:text-3xl font-bold flex items-center"> | |
<i class="fas fa-dice-d20 text-purple-400 mr-3"></i> | |
Popular Casino Games | |
</h2> | |
<div class="flex space-x-2"> | |
<button class="px-4 py-2 bg-gray-800 rounded-full text-sm font-medium hover:bg-gray-700 transition"> | |
Slots | |
</button> | |
<button class="px-4 py-2 bg-gray-800 rounded-full text-sm font-medium hover:bg-gray-700 transition"> | |
Live Casino | |
</button> | |
<button class="px-4 py-2 bg-purple-600 rounded-full text-sm font-medium hover:bg-purple-700 transition"> | |
Jackpots | |
</button> | |
</div> | |
</div> | |
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-5 gap-4"> | |
<!-- Game Card 1 --> | |
<div class="card-flip group"> | |
<div class="card-flip-inner relative h-48 rounded-xl overflow-hidden"> | |
<div class="card-flip-front absolute w-full h-full"> | |
<img src="https://via.placeholder.com/300x400" alt="Game" class="w-full h-full object-cover"> | |
<div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent"></div> | |
<div class="absolute bottom-0 left-0 p-4 w-full"> | |
<h3 class="font-bold text-white">Mega Fortune</h3> | |
<div class="flex justify-between items-center mt-2"> | |
<span class="text-xs bg-purple-600 px-2 py-1 rounded">Jackpot</span> | |
<button class="text-xs bg-white/20 hover:bg-white/30 text-white px-2 py-1 rounded backdrop-blur-sm transition"> | |
<i class="fas fa-play mr-1"></i> Play | |
</button> | |
</div> | |
</div> | |
</div> | |
<div class="card-flip-back absolute w-full h-full bg-gradient-to-br from-purple-900 to-blue-900 p-4 flex flex-col justify-center items-center"> | |
<div class="text-center"> | |
<div class="text-2xl font-bold text-white mb-2">Mega Fortune</div> | |
<div class="text-yellow-300 text-sm mb-4"> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star-half-alt"></i> | |
</div> | |
<div class="text-white text-sm mb-4">Progressive jackpot starting at $5,000,000</div> | |
<button class="bg-gradient-to-r from-purple-600 to-blue-500 hover:from-purple-700 hover:to-blue-600 text-white px-4 py-2 rounded-full text-sm font-medium transition"> | |
<i class="fas fa-coins mr-2"></i> Play Now | |
</button> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Game Card 2 --> | |
<div class="card-flip group"> | |
<div class="card-flip-inner relative h-48 rounded-xl overflow-hidden"> | |
<div class="card-flip-front absolute w-full h-full"> | |
<img src="https://via.placeholder.com/300x400" alt="Game" class="w-full h-full object-cover"> | |
<div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent"></div> | |
<div class="absolute bottom-0 left-0 p-4 w-full"> | |
<h3 class="font-bold text-white">Book of Dead</h3> | |
<div class="flex justify-between items-center mt-2"> | |
<span class="text-xs bg-yellow-600 px-2 py-1 rounded">Popular</span> | |
<button class="text-xs bg-white/20 hover:bg-white/30 text-white px-2 py-1 rounded backdrop-blur-sm transition"> | |
<i class="fas fa-play mr-1"></i> Play | |
</button> | |
</div> | |
</div> | |
</div> | |
<div class="card-flip-back absolute w-full h-full bg-gradient-to-br from-yellow-900 to-amber-900 p-4 flex flex-col justify-center items-center"> | |
<div class="text-center"> | |
<div class="text-2xl font-bold text-white mb-2">Book of Dead</div> | |
<div class="text-yellow-300 text-sm mb-4"> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
</div> | |
<div class="text-white text-sm mb-4">High volatility with 10,000x max win</div> | |
<button class="bg-gradient-to-r from-yellow-600 to-amber-500 hover:from-yellow-700 hover:to-amber-600 text-white px-4 py-2 rounded-full text-sm font-medium transition"> | |
<i class="fas fa-coins mr-2"></i> Play Now | |
</button> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Game Card 3 --> | |
<div class="card-flip group"> | |
<div class="card-flip-inner relative h-48 rounded-xl overflow-hidden"> | |
<div class="card-flip-front absolute w-full h-full"> | |
<img src="https://via.placeholder.com/300x400" alt="Game" class="w-full h-full object-cover"> | |
<div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent"></div> | |
<div class="absolute bottom-0 left-0 p-4 w-full"> | |
<h3 class="font-bold text-white">Live Roulette</h3> | |
<div class="flex justify-between items-center mt-2"> | |
<span class="text-xs bg-red-600 px-2 py-1 rounded">Live</span> | |
<button class="text-xs bg-white/20 hover:bg-white/30 text-white px-2 py-1 rounded backdrop-blur-sm transition"> | |
<i class="fas fa-play mr-1"></i> Play | |
</button> | |
</div> | |
</div> | |
</div> | |
<div class="card-flip-back absolute w-full h-full bg-gradient-to-br from-red-900 to-rose-900 p-4 flex flex-col justify-center items-center"> | |
<div class="text-center"> | |
<div class="text-2xl font-bold text-white mb-2">Live Roulette</div> | |
<div class="text-yellow-300 text-sm mb-4"> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
</div> | |
<div class="text-white text-sm mb-4">Real dealer, real-time experience</div> | |
<button class="bg-gradient-to-r from-red-600 to-rose-500 hover:from-red-700 hover:to-rose-600 text-white px-4 py-2 rounded-full text-sm font-medium transition"> | |
<i class="fas fa-coins mr-2"></i> Play Now | |
</button> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Game Card 4 --> | |
<div class="card-flip group"> | |
<div class="card-flip-inner relative h-48 rounded-xl overflow-hidden"> | |
<div class="card-flip-front absolute w-full h-full"> | |
<img src="https://via.placeholder.com/300x400" alt="Game" class="w-full h-full object-cover"> | |
<div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent"></div> | |
<div class="absolute bottom-0 left-0 p-4 w-full"> | |
<h3 class="font-bold text-white">Blackjack VIP</h3> | |
<div class="flex justify-between items-center mt-2"> | |
<span class="text-xs bg-green-600 px-2 py-1 rounded">New</span> | |
<button class="text-xs bg-white/20 hover:bg-white/30 text-white px-2 py-1 rounded backdrop-blur-sm transition"> | |
<i class="fas fa-play mr-1"></i> Play | |
</button> | |
</div> | |
</div> | |
</div> | |
<div class="card-flip-back absolute w-full h-full bg-gradient-to-br from-green-900 to-emerald-900 p-4 flex flex-col justify-center items-center"> | |
<div class="text-center"> | |
<div class="text-2xl font-bold text-white mb-2">Blackjack VIP</div> | |
<div class="text-yellow-300 text-sm mb-4"> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
</div> | |
<div class="text-white text-sm mb-4">99.5% RTP with high limits</div> | |
<button class="bg-gradient-to-r from-green-600 to-emerald-500 hover:from-green-700 hover:to-emerald-600 text-white px-4 py-2 rounded-full text-sm font-medium transition"> | |
<i class="fas fa-coins mr-2"></i> Play Now | |
</button> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Game Card 5 --> | |
<div class="card-flip group"> | |
<div class="card-flip-inner relative h-48 rounded-xl overflow-hidden"> | |
<div class="card-flip-front absolute w-full h-full"> | |
<img src="https://via.placeholder.com/300x400" alt="Game" class="w-full h-full object-cover"> | |
<div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent"></div> | |
<div class="absolute bottom-0 left-0 p-4 w-full"> | |
<h3 class="font-bold text-white">Gonzo's Quest</h3> | |
<div class="flex justify-between items-center mt-2"> | |
<span class="text-xs bg-blue-600 px-2 py-1 rounded">Classic</span> | |
<button class="text-xs bg-white/20 hover:bg-white/30 text-white px-2 py-1 rounded backdrop-blur-sm transition"> | |
<i class="fas fa-play mr-1"></i> Play | |
</button> | |
</div> | |
</div> | |
</div> | |
<div class="card-flip-back absolute w-full h-full bg-gradient-to-br from-blue-900 to-cyan-900 p-4 flex flex-col justify-center items-center"> | |
<div class="text-center"> | |
<div class="text-2xl font-bold text-white mb-2">Gonzo's Quest</div> | |
<div class="text-yellow-300 text-sm mb-4"> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
</div> | |
<div class="text-white text-sm mb-4">Avalanche feature with multipliers</div> | |
<button class="bg-gradient-to-r from-blue-600 to-cyan-500 hover:from-blue-700 hover:to-cyan-600 text-white px-4 py-2 rounded-full text-sm font-medium transition"> | |
<i class="fas fa-coins mr-2"></i> Play Now | |
</button> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Jackpot Banner --> | |
<section class="py-8 bg-gradient-to-r from-purple-900 to-blue-900"> | |
<div class="container mx-auto px-4"> | |
<div class="flex flex-col md:flex-row justify-between items-center"> | |
<div class="mb-4 md:mb-0"> | |
<h2 class="text-2xl md:text-3xl font-bold text-white flex items-center"> | |
<i class="fas fa-trophy text-yellow-400 mr-3"></i> | |
Progressive Jackpot | |
</h2> | |
<p class="text-gray-300">Win life-changing amounts of money!</p> | |
</div> | |
<div class="flex items-center"> | |
<div class="text-center mr-6"> | |
<div class="text-sm text-gray-300">Mega Fortune</div> | |
<div class="text-2xl font-bold text-yellow-400">$8,742,153</div> | |
</div> | |
<div class="text-center mr-6"> | |
<div class="text-sm text-gray-300">Mega Moolah</div> | |
<div class="text-2xl font-bold text-yellow-400">$5,321,987</div> | |
</div> | |
<button class="bg-yellow-500 hover:bg-yellow-600 text-black px-6 py-3 rounded-full font-bold transition transform hover:scale-105"> | |
<i class="fas fa-coins mr-2"></i> Play Now | |
</button> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Upcoming Events Section --> | |
<section class="py-12 bg-gray-800"> | |
<div class="container mx-auto px-4"> | |
<div class="flex justify-between items-center mb-8"> | |
<h2 class="text-2xl md:text-3xl font-bold flex items-center"> | |
<i class="fas fa-calendar-alt text-blue-400 mr-3"></i> | |
Upcoming Events | |
</h2> | |
<div class="flex space-x-2"> | |
<button class="px-4 py-2 bg-gray-700 rounded-full text-sm font-medium hover:bg-gray-600 transition"> | |
Today | |
</button> | |
<button class="px-4 py-2 bg-gray-700 rounded-full text-sm font-medium hover:bg-gray-600 transition"> | |
Tomorrow | |
</button> | |
<button class="px-4 py-2 bg-blue-600 rounded-full text-sm font-medium hover:bg-blue-700 transition"> | |
Weekend | |
</button> | |
</div> | |
</div> | |
<div class="overflow-x-auto"> | |
<table class="w-full bg-gray-700 rounded-xl overflow-hidden"> | |
<thead class="bg-gray-900"> | |
<tr> | |
<th class="px-6 py-4 text-left">Event</th> | |
<th class="px-6 py-4 text-left">Time</th> | |
<th class="px-6 py-4 text-left">1</th> | |
<th class="px-6 py-4 text-left">X</th> | |
<th class="px-6 py-4 text-left">2</th> | |
<th class="px-6 py-4 text-left">Action</th> | |
</tr> | |
</thead> | |
<tbody class="divide-y divide-gray-600"> | |
<!-- Event 1 --> | |
<tr class="hover:bg-gray-600/50 transition"> | |
<td class="px-6 py-4"> | |
<div class="flex items-center"> | |
<img src="https://via.placeholder.com/24" alt="Team" class="w-6 h-6 mr-3"> | |
<div> | |
<div class="font-medium">Man City vs Liverpool</div> | |
<div class="text-sm text-gray-400">Premier League</div> | |
</div> | |
</div> | |
</td> | |
<td class="px-6 py-4"> | |
<div class="text-blue-400 font-medium">Sat, 15:00</div> | |
</td> | |
<td class="px-6 py-4"> | |
<button class="bg-gray-600 hover:bg-gray-500 text-white px-4 py-2 rounded text-sm font-medium transition"> | |
2.10 | |
</button> | |
</td> | |
<td class="px-6 py-4"> | |
<button class="bg-gray-600 hover:bg-gray-500 text-white px-4 py-2 rounded text-sm font-medium transition"> | |
3.40 | |
</button> | |
</td> | |
<td class="px-6 py-4"> | |
<button class="bg-gray-600 hover:bg-gray-500 text-white px-4 py-2 rounded text-sm font-medium transition"> | |
3.20 | |
</button> | |
</td> | |
<td class="px-6 py-4"> | |
<button class="bg-gradient-to-r from-purple-600 to-blue-500 hover:from-purple-700 hover:to-blue-600 text-white px-4 py-2 rounded text-sm font-medium transition"> | |
<i class="fas fa-plus mr-1"></i> Bet | |
</button> | |
</td> | |
</tr> | |
<!-- Event 2 --> | |
<tr class="hover:bg-gray-600/50 transition"> | |
<td class="px-6 py-4"> | |
<div class="flex items-center"> | |
<img src="https://via.placeholder.com/24" alt="Team" class="w-6 h-6 mr-3"> | |
<div> | |
<div class="font-medium">Barcelona vs Real Madrid</div> | |
<div class="text-sm text-gray-400">La Liga</div> | |
</div> | |
</div> | |
</td> | |
<td class="px-6 py-4"> | |
<div class="text-blue-400 font-medium">Sun, 20:00</div> | |
</td> | |
<td class="px-6 py-4"> | |
<button class="bg-gray-600 hover:bg-gray-500 text-white px-4 py-2 rounded text-sm font-medium transition"> | |
2.50 | |
</button> | |
</td> | |
<td class="px-6 py-4"> | |
<button class="bg-gray-600 hover:bg-gray-500 text-white px-4 py-2 rounded text-sm font-medium transition"> | |
3.30 | |
</button> | |
</td> | |
<td class="px-6 py-4"> | |
<button class="bg-gray-600 hover:bg-gray-500 text-white px-4 py-2 rounded text-sm font-medium transition"> | |
2.80 | |
</button> | |
</td> | |
<td class="px-6 py-4"> | |
<button class="bg-gradient-to-r from-purple-600 to-blue-500 hover:from-purple-700 hover:to-blue-600 text-white px-4 py-2 rounded text-sm font-medium transition"> | |
<i class="fas fa-plus mr-1"></i> Bet | |
</button> | |
</td> | |
</tr> | |
<!-- Event 3 --> | |
<tr class="hover:bg-gray-600/50 transition"> | |
<td class="px-6 py-4"> | |
<div class="flex items-center"> | |
<img src="https://via.placeholder.com/24" alt="Team" class="w-6 h-6 mr-3"> | |
<div> | |
<div class="font-medium">PSG vs Bayern Munich</div> | |
<div class="text-sm text-gray-400">Champions League</div> | |
</div> | |
</div> | |
</td> | |
<td class="px-6 py-4"> | |
<div class="text-blue-400 font-medium">Tue, 21:00</div> | |
</td> | |
<td class="px-6 py-4"> | |
<button class="bg-gray-600 hover:bg-gray-500 text-white px-4 py-2 rounded text-sm font-medium transition"> | |
2.80 | |
</button> | |
</td> | |
<td class="px-6 py-4"> | |
<button class="bg-gray-600 hover:bg-gray-500 text-white px-4 py-2 rounded text-sm font-medium transition"> | |
3.50 | |
</button> | |
</td> | |
<td class="px-6 py-4"> | |
<button class="bg-gray-600 hover:bg-gray-500 text-white px-4 py-2 rounded text-sm font-medium transition"> | |
2.60 | |
</button> | |
</td> | |
<td class="px-6 py-4"> | |
<button class="bg-gradient-to-r from-purple-600 to-blue-500 hover:from-purple-700 hover:to-blue-600 text-white px-4 py-2 rounded text-sm font-medium transition"> | |
<i class="fas fa-plus mr-1"></i> Bet | |
</button> | |
</td> | |
</tr> | |
</tbody> | |
</table> | |
</div> | |
</div> | |
</section> | |
<!-- Promotions Section --> | |
<section class="py-12 bg-gray-900"> | |
<div class="container mx-auto px-4"> | |
<h2 class="text-2xl md:text-3xl font-bold mb-8 flex items-center"> | |
<i class="fas fa-gift text-purple-400 mr-3"></i> | |
Hot Promotions | |
</h2> | |
<div class="grid grid-cols-1 md:grid-cols-2 gap-8"> | |
<!-- Promotion 1 --> | |
<div class="bg-gradient-to-br from-purple-900/50 to-blue-900/50 border border-purple-800/50 rounded-xl overflow-hidden"> | |
<div class="p-6 md:p-8 flex flex-col md:flex-row"> | |
<div class="md:w-1/3 mb-6 md:mb-0 flex justify-center"> | |
<div class="w-32 h-32 bg-purple-800 rounded-full flex items-center justify-center"> | |
<i class="fas fa-money-bill-wave text-4xl text-purple-300"></i> | |
</div> | |
</div> | |
<div class="md:w-2/3 md:pl-6"> | |
<h3 class="text-xl font-bold mb-2">100% Welcome Bonus</h3> | |
<p class="text-gray-400 mb-4">Get a 100% match bonus up to $1000 on your first deposit. Use code: WELCOME100</p> | |
<div class="flex flex-wrap gap-2 mb-4"> | |
<span class="text-xs bg-purple-800/50 text-purple-300 px-3 py-1 rounded-full">New Players</span> | |
<span class="text-xs bg-blue-800/50 text-blue-300 px-3 py-1 rounded-full">Sports & Casino</span> | |
<span class="text-xs bg-gray-800 text-gray-300 px-3 py-1 rounded-full">35x Wagering</span> | |
</div> | |
<button class="bg-gradient-to-r from-purple-600 to-blue-500 hover:from-purple-700 hover:to-blue-600 text-white px-6 py-3 rounded-full font-medium transition"> | |
Claim Now | |
</button> | |
</div> | |
</div> | |
</div> | |
<!-- Promotion 2 --> | |
<div class="bg-gradient-to-br from-yellow-900/50 to-amber-900/50 border border-yellow-800/50 rounded-xl overflow-hidden"> | |
<div class="p-6 md:p-8 flex flex-col md:flex-row"> | |
<div class="md:w-1/3 mb-6 md:mb-0 flex justify-center"> | |
<div class="w-32 h-32 bg-yellow-800 rounded-full flex items-center justify-center"> | |
<i class="fas fa-free-code-camp text-4xl text-yellow-300"></i> | |
</div> | |
</div> | |
<div class="md:w-2/3 md:pl-6"> | |
<h3 class="text-xl font-bold mb-2">50 Free Spins</h3> | |
<p class="text-gray-400 mb-4">Get 50 free spins on Book of Dead with your first deposit of $20 or more.</p> | |
<div class="flex flex-wrap gap-2 mb-4"> | |
<span class="text-xs bg-yellow-800/50 text-yellow-300 px-3 py-1 rounded-full">Slot Players</span> | |
<span class="text-xs bg-amber-800/50 text-amber-300 px-3 py-1 rounded-full">Free Spins</span> | |
<span class="text-xs bg-gray-800 text-gray-300 px-3 py-1 rounded-full">40x Wagering</span> | |
</div> | |
<button class="bg-gradient-to-r from-yellow-600 to-amber-500 hover:from-yellow-700 hover:to-amber-600 text-white px-6 py-3 rounded-full font-medium transition"> | |
Claim Now | |
</button> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Payment Methods --> | |
<section class="py-8 bg-gray-800"> | |
<div class="container mx-auto px-4"> | |
<h2 class="text-center text-xl font-medium text-gray-400 mb-6">We Accept</h2> | |
<div class="flex flex-wrap justify-center gap-6"> | |
<div class="bg-gray-700 p-4 rounded-lg flex items-center justify-center w-24 h-16"> | |
<i class="fab fa-cc-visa text-4xl text-blue-500"></i> | |
</div> | |
<div class="bg-gray-700 p-4 rounded-lg flex items-center justify-center w-24 h-16"> | |
<i class="fab fa-cc-mastercard text-4xl text-red-500"></i> | |
</div> | |
<div class="bg-gray-700 p-4 rounded-lg flex items-center justify-center w-24 h-16"> | |
<i class="fab fa-cc-paypal text-4xl text-blue-400"></i> | |
</div> | |
<div class="bg-gray-700 p-4 rounded-lg flex items-center justify-center w-24 h-16"> | |
<i class="fab fa-bitcoin text-4xl text-yellow-500"></i> | |
</div> | |
<div class="bg-gray-700 p-4 rounded-lg flex items-center justify-center w-24 h-16"> | |
<i class="fas fa-money-bill-wave text-4xl text-green-500"></i> | |
</div> | |
<div class="bg-gray-700 p-4 rounded-lg flex items-center justify-center w-24 h-16"> | |
<i class="fab fa-ethereum text-4xl text-purple-400"></i> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Footer --> | |
<footer class="bg-gray-900 pt-12 pb-6"> | |
<div class="container mx-auto px-4"> | |
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 mb-8"> | |
<div> | |
<h3 class="text-lg font-bold mb-4 flex items-center"> | |
<div class="w-8 h-8 bg-gradient-to-r from-purple-600 to-blue-500 rounded-full flex items-center justify-center mr-2"> | |
<i class="fas fa-dice text-white text-sm"></i> | |
</div> | |
BetMaster | |
</h3> | |
<p class="text-gray-400 mb-4">The ultimate betting and casino experience with the best odds and biggest jackpots.</p> | |
<div class="flex space-x-4"> | |
<a href="#" class="text-gray-400 hover:text-white transition"> | |
<i class="fab fa-facebook-f"></i> | |
</a> | |
<a href="#" class="text-gray-400 hover:text-white transition"> | |
<i class="fab fa-twitter"></i> | |
</a> | |
<a href="#" class="text-gray-400 hover:text-white transition"> | |
<i class="fab fa-instagram"></i> | |
</a> | |
<a href="#" class="text-gray-400 hover:text-white transition"> | |
<i class="fab fa-telegram"></i> | |
</a> | |
</div> | |
</div> | |
<div> | |
<h3 class="text-lg font-bold mb-4">Sports Betting</h3> | |
<ul class="space-y-2"> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Football</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Basketball</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Tennis</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Esports</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Horse Racing</a></li> | |
</ul> | |
</div> | |
<div> | |
<h3 class="text-lg font-bold mb-4">Casino Games</h3> | |
<ul class="space-y-2"> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Slots</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Blackjack</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Roulette</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Poker</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Live Casino</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 transition">Help Center</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Contact Us</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Responsible Gaming</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Terms & Conditions</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Privacy Policy</a></li> | |
</ul> | |
</div> | |
</div> | |
<div class="pt-6 border-t border-gray-800"> | |
<p class="text-gray-500 text-sm text-center"> | |
© 2023 BetMaster. All rights reserved. | 18+ Only. Gambling can be addictive. Play responsibly. | |
</p> | |
</div> | |
</div> | |
</footer> | |
<!-- Bet Slip (Fixed at bottom) --> | |
<div class="fixed bottom-0 left-0 right-0 bg-gray-800 border-t border-gray-700 shadow-lg transform translate-y-full hover:translate-y-0 transition-transform duration-300 ease-in-out group"> | |
<div class="container mx-auto px-4"> | |
<div class="flex justify-between items-center py-2"> | |
<div class="flex items-center"> | |
<div class="w-6 h-6 bg-purple-600 rounded-full flex items-center justify-center mr-2 group-hover:rotate-180 transition-transform"> | |
<i class="fas fa-chevron-up text-white text-xs"></i> | |
</div> | |
<h3 class="font-bold">Bet Slip</h3> | |
<span class="ml-2 bg-purple-600 text-white text-xs px-2 py-1 rounded-full">3</span> | |
</div> | |
<div class="flex items-center space-x-4"> | |
<button class="text-gray-400 hover:text-white"> | |
<i class="fas fa-trash-alt"></i> | |
</button> | |
<button class="text-gray-400 hover:text-white"> | |
<i class="fas fa-cog"></i> | |
</button> | |
</div> | |
</div> | |
<div class="max-h-0 overflow-hidden group-hover:max-h-screen transition-all duration-300 ease-in-out"> | |
<div class="py-4 space-y-4"> | |
<!-- Bet 1 --> | |
<div class="bg-gray-700 p-4 rounded-lg"> | |
<div class="flex justify-between items-start mb-2"> | |
<div> | |
<div class="font-medium">Arsenal vs Chelsea</div> | |
<div class="text-sm text-gray-400">Match Winner - Arsenal</div> | |
</div> | |
<button class="text-gray-400 hover:text-red-400"> | |
<i class="fas fa-times"></i> | |
</button> | |
</div> | |
<div class="flex justify-between items-center"> | |
<div class="text-sm"> | |
<span class="text-gray-400">Stake:</span> | |
<input type="number" class="bg-gray-800 text-white w-20 ml-2 px-2 py-1 rounded border border-gray-600 focus:border-purple-500 focus:outline-none" value="10.00"> | |
</div> | |
<div class="text-sm"> | |
<span class="text-gray-400">Odds:</span> | |
<span class="font-medium ml-2">2.10</span> | |
</div> | |
<div class="text-sm"> | |
<span class="text-gray-400">Win:</span> | |
<span class="font-medium ml-2">$21.00</span> | |
</div> | |
</div> | |
</div> | |
<!-- Bet 2 --> | |
<div class="bg-gray-700 p-4 rounded-lg"> | |
<div class="flex justify-between items-start mb-2"> | |
<div> | |
<div class="font-medium">Lakers vs Warriors</div> | |
<div class="text-sm text-gray-400">Moneyline - Lakers</div> | |
</div> | |
<button class="text-gray-400 hover:text-red-400"> | |
<i class="fas fa-times"></i> | |
</button> | |
</div> | |
<div class="flex justify-between items-center"> | |
<div class="text-sm"> | |
<span class="text-gray-400">Stake:</span> | |
<input type="number" class="bg-gray-800 text-white w-20 ml-2 px-2 py-1 rounded border border-gray-600 focus:border-purple-500 focus:outline-none" value="15.00"> | |
</div> | |
<div class="text-sm"> | |
<span class="text-gray-400">Odds:</span> | |
<span class="font-medium ml-2">1.85</span> | |
</div> | |
<div class="text-sm"> | |
<span class="text-gray-400">Win:</span> | |
<span class="font-medium ml-2">$27.75</span> | |
</div> | |
</div> | |
</div> | |
<!-- Bet 3 --> | |
<div class="bg-gray-700 p-4 rounded-lg"> | |
<div class="flex justify-between items-start mb-2"> | |
<div> | |
<div class="font-medium">Mega Fortune</div> | |
<div class="text-sm text-gray-400">Slot - $1 Spin</div> | |
</div> | |
<button class="text-gray-400 hover:text-red-400"> | |
<i class="fas fa-times"></i> | |
</button> | |
</div> | |
<div class="flex justify-between items-center"> | |
<div class="text-sm"> | |
<span class="text-gray-400">Spins:</span> | |
<input type="number" class="bg-gray-800 text-white w-20 ml-2 px-2 py-1 rounded border border-gray-600 focus:border-purple-500 focus:outline-none" value="20"> | |
</div> | |
<div class="text-sm"> | |
<span class="text-gray-400">Bet:</span> | |
<span class="font-medium ml-2">$1.00</span> | |
</div> | |
<div class="text-sm"> | |
<span class="text-gray-400">Total:</span> | |
<span class="font-medium ml-2">$20.00</span> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="bg-gray-900 p-4 rounded-lg mb-4"> | |
<div class="flex justify-between items-center mb-2"> | |
<div class="text-gray-400">Total Stake:</div> | |
<div class="font-bold">$45.00</div> | |
</div> | |
<div class="flex justify-between items-center mb-4"> | |
<div class="text-gray-400">Potential Win:</div> | |
<div class="font-bold text-green-400">$48.75</div> | |
</div> | |
<button class="w-full bg-gradient-to-r from-purple-600 to-blue-500 hover:from-purple-700 hover:to-blue-600 text-white py-3 rounded-lg font-bold transition"> | |
Place Bet | |
</button> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Live Chat Button (Fixed) --> | |
<div class="fixed bottom-6 right-6"> | |
<button class="w-14 h-14 bg-gradient-to-br from-green-500 to-green-600 rounded-full shadow-lg flex items-center justify-center text-white text-2xl hover:from-green-600 hover:to-green-700 transition transform hover:scale-110"> | |
<i class="fas fa-comment-dots"></i> | |
</button> | |
</div> | |
<script> | |
// Simple JavaScript for interactive elements | |
document.addEventListener('DOMContentLoaded', function() { | |
// Toggle mobile menu (would need more implementation) | |
const mobileMenuButton = document.querySelector('.md\\:hidden'); | |
mobileMenuButton.addEventListener('click', function() { | |
alert('Mobile menu would open here in a full implementation'); | |
}); | |
// Simulate bet slip interaction | |
const betSlip = document.querySelector('.fixed.bottom-0'); | |
betSlip.addEventListener('click', function(e) { | |
if(e.target === this) { | |
this.classList.toggle('translate-y-full'); | |
} | |
}); | |
// Simple odds button interaction | |
const oddsButtons = document.querySelectorAll('button.bg-gray-600'); | |
oddsButtons.forEach(button => { | |
button.addEventListener('click', function() { | |
oddsButtons.forEach(btn => btn.classList.remove('bg-purple-600', 'text-white')); | |
this.classList.add('bg-purple-600', 'text-white'); | |
}); | |
}); | |
// Demo of game launch | |
const playButtons = document.querySelectorAll('button:has(.fa-play)'); | |
playButtons.forEach(button => { | |
button.addEventListener('click', function(e) { | |
e.preventDefault(); | |
alert('This would launch the game in a real implementation'); | |
}); | |
}); | |
}); | |
</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=acapellakosova/grandebet777" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
</html> |