jahn-s-space / index.html
jahn001's picture
bro remove neon reflective colors - Initial Deployment
fbb1b07 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CryptoGameX | Play & Earn</title>
<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.net.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700;900&family=Rajdhani:wght@300;400;500;600;700&display=swap');
:root {
--primary: #2563eb;
--secondary: #7c3aed;
--accent: #10b981;
--dark-bg: #0a0a1a;
}
body {
font-family: 'Rajdhani', sans-serif;
background-color: var(--dark-bg);
color: white;
overflow-x: hidden;
}
.title-font {
font-family: 'Orbitron', sans-serif;
}
.text-primary {
color: var(--primary);
}
.text-secondary {
color: var(--secondary);
}
.border-primary {
border: 1px solid var(--primary);
}
.border-secondary {
border: 1px solid var(--secondary);
}
.glow-hover:hover {
transform: scale(1.02);
transition: all 0.3s ease;
}
.game-card {
background: rgba(10, 10, 26, 0.7);
backdrop-filter: blur(10px);
transition: all 0.3s ease;
}
.game-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 247, 255, 0.2);
}
.streak-counter {
background: linear-gradient(135deg, #9600ff 0%, #ff2d75 100%);
}
.leaderboard-item:nth-child(1) {
background: linear-gradient(90deg, rgba(255,215,0,0.1) 0%, rgba(255,215,0,0) 100%);
border-left: 3px solid gold;
}
.leaderboard-item:nth-child(2) {
background: linear-gradient(90deg, rgba(192,192,192,0.1) 0%, rgba(192,192,192,0) 100%);
border-left: 3px solid silver;
}
.leaderboard-item:nth-child(3) {
background: linear-gradient(90deg, rgba(205,127,50,0.1) 0%, rgba(205,127,50,0) 100%);
border-left: 3px solid #cd7f32;
}
</style>
</head>
<body>
<div id="vanta-bg"></div>
<!-- Navigation -->
<nav class="border-b border-gray-800 bg-black bg-opacity-80 backdrop-filter backdrop-blur-lg fixed w-full z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0">
<span class="text-2xl font-bold neon-text-pink title-font">CRYPTOGAMEX</span>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-baseline space-x-4">
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-white bg-pink-600">Home</a>
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white">Games</a>
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white">Leaderboard</a>
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white">Records</a>
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white">Rewards</a>
</div>
</div>
</div>
<div class="hidden md:block">
<div class="ml-4 flex items-center md:ml-6">
<button class="p-1 rounded-full text-gray-400 hover:text-white focus:outline-none">
<i data-feather="bell"></i>
</button>
<div class="ml-3 relative">
<div class="flex items-center">
<span class="mr-2 text-sm font-medium text-white">0.05 ETH</span>
<button class="neon-border-pink text-white px-4 py-1 rounded-full text-sm font-medium flex items-center">
<i data-feather="user" class="mr-1"></i>
<span>Player123</span>
</button>
</div>
</div>
</div>
</div>
<div class="-mr-2 flex md:hidden">
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="relative pt-32 pb-20 px-4 sm:px-6 lg:px-8">
<div class="max-w-7xl mx-auto">
<div class="text-center" data-aos="fade-up">
<h1 class="text-4xl md:text-6xl font-extrabold tracking-tight title-font text-primary">
PLAY <span class="text-secondary">TO EARN</span> CRYPTO
</h1>
<p class="mt-6 max-w-2xl mx-auto text-xl text-gray-300">
Compete in weekly challenges, maintain your streak, and climb the global leaderboards to win crypto rewards!
</p>
<div class="mt-10 flex justify-center space-x-4">
<a href="#" class="border-primary glow-hover text-white px-8 py-4 rounded-full text-lg font-bold flex items-center">
<i data-feather="play" class="mr-2"></i> PLAY NOW
</a>
<a href="#" class="border-secondary glow-hover text-white px-8 py-4 rounded-full text-lg font-bold flex items-center">
<i data-feather="award" class="mr-2"></i> REWARDS
</a>
</div>
</div>
</div>
</div>
<!-- Current Challenge -->
<section class="py-16 px-4 sm:px-6 lg:px-8">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-12" data-aos="fade-up">
<h2 class="text-3xl font-bold title-font neon-text-blue">CURRENT CHALLENGE</h2>
<div class="mt-4 flex justify-center items-center">
<div class="px-4 py-2 rounded-full bg-pink-600 bg-opacity-20 text-pink-400 flex items-center">
<i data-feather="clock" class="mr-2"></i>
<span>Ends in: 3 days 12 hours</span>
</div>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8" data-aos="fade-up">
<div class="game-card rounded-xl p-6 neon-border-blue">
<div class="flex justify-between items-start">
<div>
<h3 class="text-2xl font-bold title-font">Memory Matrix</h3>
<p class="text-gray-300 mt-2">Memorize and replicate complex patterns under time pressure</p>
</div>
<div class="bg-blue-500 bg-opacity-20 text-blue-400 px-3 py-1 rounded-full text-sm">
Entry: 0.01 ETH
</div>
</div>
<div class="mt-6">
<div class="flex justify-between items-center mb-2">
<span class="text-sm text-gray-400">Prize Pool</span>
<span class="font-bold">0.5 ETH</span>
</div>
<div class="w-full bg-gray-800 rounded-full h-2.5">
<div class="bg-gradient-to-r from-blue-500 to-pink-600 h-2.5 rounded-full" style="width: 75%"></div>
</div>
<div class="flex justify-between items-center mt-2">
<span class="text-sm text-gray-400">Participants: 1,245</span>
<span class="text-sm text-gray-400">Max: 2,000</span>
</div>
</div>
<div class="mt-6 flex justify-between items-center">
<div class="flex items-center">
<div class="streak-counter rounded-full w-10 h-10 flex items-center justify-center mr-3">
<span class="font-bold">7</span>
</div>
<div>
<p class="text-xs text-gray-400">Current Streak</p>
<p class="text-sm">+7 bonus points</p>
</div>
</div>
<button class="neon-border-pink glow-hover text-white px-6 py-2 rounded-full text-sm font-medium">
Join Challenge
</button>
</div>
</div>
<div class="game-card rounded-xl p-6 neon-border-pink">
<div class="flex justify-between items-start">
<div>
<h3 class="text-2xl font-bold title-font">Coming Soon</h3>
<p class="text-gray-300 mt-2">New challenge starts in 3 days 12 hours</p>
</div>
<div class="bg-pink-500 bg-opacity-20 text-pink-400 px-3 py-1 rounded-full text-sm">
Coming Soon
</div>
</div>
<div class="mt-6">
<div class="flex justify-between items-center mb-2">
<span class="text-sm text-gray-400">Estimated Prize Pool</span>
<span class="font-bold">0.75 ETH</span>
</div>
<div class="w-full bg-gray-800 rounded-full h-2.5">
<div class="bg-gradient-to-r from-pink-500 to-purple-600 h-2.5 rounded-full" style="width: 0%"></div>
</div>
<div class="flex justify-between items-center mt-2">
<span class="text-sm text-gray-400">Participants: 0</span>
<span class="text-sm text-gray-400">Max: 2,000</span>
</div>
</div>
<div class="mt-6 flex justify-between items-center">
<div class="flex items-center">
<div class="bg-gray-700 rounded-full w-10 h-10 flex items-center justify-center mr-3">
<i data-feather="clock"></i>
</div>
<div>
<p class="text-xs text-gray-400">Next Challenge</p>
<p class="text-sm">Starts soon</p>
</div>
</div>
<button class="bg-gray-700 text-gray-400 px-6 py-2 rounded-full text-sm font-medium cursor-not-allowed">
Coming Soon
</button>
</div>
</div>
</div>
</div>
</section>
<!-- Leaderboard Section -->
<section class="py-16 px-4 sm:px-6 lg:px-8 bg-black bg-opacity-50">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-12" data-aos="fade-up">
<h2 class="text-3xl font-bold title-font neon-text-blue">GLOBAL LEADERBOARD</h2>
<p class="mt-2 text-gray-400">Top players this season</p>
</div>
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8" data-aos="fade-up">
<div class="lg:col-span-2">
<div class="bg-gray-900 bg-opacity-70 rounded-xl overflow-hidden">
<div class="grid grid-cols-12 bg-gray-800 p-4 font-bold text-sm">
<div class="col-span-1">#</div>
<div class="col-span-5">Player</div>
<div class="col-span-3">Country</div>
<div class="col-span-3 text-right">Points</div>
</div>
<div class="divide-y divide-gray-800">
<div class="leaderboard-item grid grid-cols-12 p-4 items-center">
<div class="col-span-1 font-bold text-yellow-400">1</div>
<div class="col-span-5 flex items-center">
<div class="w-8 h-8 rounded-full bg-yellow-500 flex items-center justify-center mr-3">
<i data-feather="crown" class="w-4 h-4"></i>
</div>
<span>CryptoKing</span>
</div>
<div class="col-span-3 flex items-center">
<img src="https://flagcdn.com/us.svg" class="w-5 h-5 mr-2" alt="USA">
<span>USA</span>
</div>
<div class="col-span-3 text-right font-bold">12,450</div>
</div>
<div class="leaderboard-item grid grid-cols-12 p-4 items-center">
<div class="col-span-1 font-bold text-gray-300">2</div>
<div class="col-span-5 flex items-center">
<div class="w-8 h-8 rounded-full bg-gray-400 flex items-center justify-center mr-3">
<i data-feather="award" class="w-4 h-4"></i>
</div>
<span>BlockMaster</span>
</div>
<div class="col-span-3 flex items-center">
<img src="https://flagcdn.com/gb.svg" class="w-5 h-5 mr-2" alt="UK">
<span>UK</span>
</div>
<div class="col-span-3 text-right font-bold">11,890</div>
</div>
<div class="leaderboard-item grid grid-cols-12 p-4 items-center">
<div class="col-span-1 font-bold text-amber-700">3</div>
<div class="col-span-5 flex items-center">
<div class="w-8 h-8 rounded-full bg-amber-600 flex items-center justify-center mr-3">
<i data-feather="award" class="w-4 h-4"></i>
</div>
<span>BitQueen</span>
</div>
<div class="col-span-3 flex items-center">
<img src="https://flagcdn.com/ca.svg" class="w-5 h-5 mr-2" alt="Canada">
<span>Canada</span>
</div>
<div class="col-span-3 text-right font-bold">10,750</div>
</div>
<!-- More leaderboard items -->
<div class="grid grid-cols-12 p-4 items-center hover:bg-gray-800">
<div class="col-span-1 font-bold">4</div>
<div class="col-span-5">Satoshinator</div>
<div class="col-span-3 flex items-center">
<img src="https://flagcdn.com/jp.svg" class="w-5 h-5 mr-2" alt="Japan">
<span>Japan</span>
</div>
<div class="col-span-3 text-right">9,840</div>
</div>
<div class="grid grid-cols-12 p-4 items-center hover:bg-gray-800">
<div class="col-span-1 font-bold">5</div>
<div class="col-span-5">EtherLord</div>
<div class="col-span-3 flex items-center">
<img src="https://flagcdn.com/de.svg" class="w-5 h-5 mr-2" alt="Germany">
<span>Germany</span>
</div>
<div class="col-span-3 text-right">9,120</div>
</div>
</div>
<div class="p-4 text-center border-t border-gray-800">
<a href="#" class="text-blue-400 hover:text-blue-300 text-sm font-medium flex items-center justify-center">
<span>View Full Leaderboard</span>
<i data-feather="chevron-right" class="ml-1 w-4 h-4"></i>
</a>
</div>
</div>
</div>
<div>
<div class="bg-gray-900 bg-opacity-70 rounded-xl p-6 neon-border-blue">
<h3 class="text-xl font-bold title-font mb-4">Your Stats</h3>
<div class="space-y-4">
<div>
<p class="text-sm text-gray-400">Global Rank</p>
<p class="text-2xl font-bold">#1,245</p>
</div>
<div>
<p class="text-sm text-gray-400">Country Rank</p>
<p class="text-2xl font-bold">#87</p>
</div>
<div>
<p class="text-sm text-gray-400">Total Points</p>
<p class="text-2xl font-bold">3,450</p>
</div>
<div>
<p class="text-sm text-gray-400">Current Streak</p>
<div class="flex items-center mt-1">
<div class="streak-counter rounded-full w-8 h-8 flex items-center justify-center mr-2">
<span class="font-bold text-sm">7</span>
</div>
<span>7 days (+7 bonus points)</span>
</div>
</div>
<div class="pt-4">
<a href="#" class="neon-border-pink glow-hover text-white px-4 py-2 rounded-full text-sm font-medium w-full block text-center">
Improve Your Rank
</a>
</div>
</div>
</div>
<div class="mt-6 bg-gray-900 bg-opacity-70 rounded-xl p-6 neon-border-pink">
<h3 class="text-xl font-bold title-font mb-4">Country Leaderboard</h3>
<div class="flex items-center mb-4">
<img src="https://flagcdn.com/us.svg" class="w-6 h-6 mr-2" alt="USA">
<span class="font-medium">United States</span>
</div>
<div class="space-y-3">
<div class="flex justify-between items-center">
<div class="flex items-center">
<span class="w-6 text-gray-400">1</span>
<span>CryptoKing</span>
</div>
<span class="font-bold">12,450</span>
</div>
<div class="flex justify-between items-center">
<div class="flex items-center">
<span class="w-6 text-gray-400">2</span>
<span>BitMaster</span>
</div>
<span class="font-bold">10,890</span>
</div>
<div class="flex justify-between items-center">
<div class="flex items-center">
<span class="w-6 text-gray-400">3</span>
<span>EtherQueen</span>
</div>
<span class="font-bold">9,750</span>
</div>
</div>
<div class="mt-4 pt-4 border-t border-gray-800">
<a href="#" class="text-pink-400 hover:text-pink-300 text-sm font-medium flex items-center">
<span>View All Countries</span>
<i data-feather="chevron-right" class="ml-1 w-4 h-4"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- World Records Section -->
<section class="py-16 px-4 sm:px-6 lg:px-8">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-12" data-aos="fade-up">
<h2 class="text-3xl font-bold title-font neon-text-pink">WORLD RECORD HOLDERS</h2>
<p class="mt-2 text-gray-400">Legendary players who made history</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6" data-aos="fade-up">
<div class="game-card rounded-xl p-6 neon-border-blue">
<div class="flex items-center mb-4">
<div class="w-16 h-16 rounded-full bg-gradient-to-r from-blue-500 to-pink-600 flex items-center justify-center mr-4">
<i data-feather="award" class="w-8 h-8"></i>
</div>
<div>
<h3 class="text-xl font-bold">Memory Matrix</h3>
<p class="text-sm text-gray-400">Highest Score</p>
</div>
</div>
<div class="flex items-center justify-between mt-6">
<div class="flex items-center">
<div class="w-10 h-10 rounded-full bg-yellow-500 flex items-center justify-center mr-3">
<i data-feather="crown" class="w-4 h-4"></i>
</div>
<div>
<p class="font-medium">CryptoKing</p>
<p class="text-xs text-gray-400">USA</p>
</div>
</div>
<div class="text-right">
<p class="text-2xl font-bold">9,850</p>
<p class="text-xs text-gray-400">May 2023</p>
</div>
</div>
</div>
<div class="game-card rounded-xl p-6 neon-border-pink">
<div class="flex items-center mb-4">
<div class="w-16 h-16 rounded-full bg-gradient-to-r from-pink-500 to-purple-600 flex items-center justify-center mr-4">
<i data-feather="award" class="w-8 h-8"></i>
</div>
<div>
<h3 class="text-xl font-bold">Crypto Quiz</h3>
<p class="text-sm text-gray-400">Fastest Time</p>
</div>
</div>
<div class="flex items-center justify-between mt-6">
<div class="flex items-center">
<div class="w-10 h-10 rounded-full bg-gray-400 flex items-center justify-center mr-3">
<i data-feather="award" class="w-4 h-4"></i>
</div>
<div>
<p class="font-medium">BitQueen</p>
<p class="text-xs text-gray-400">Canada</p>
</div>
</div>
<div class="text-right">
<p class="text-2xl font-bold">1:24</p>
<p class="text-xs text-gray-400">Apr 2023</p>
</div>
</div>
</div>
<div class="game-card rounded-xl p-6 neon-border-blue">
<div class="flex items-center mb-4">
<div class="w-16 h-16 rounded-full bg-gradient-to-r from-blue-500 to-green-500 flex items-center justify-center mr-4">
<i data-feather="award" class="w-8 h-8"></i>
</div>
<div>
<h3 class="text-xl font-bold">Block Builder</h3>
<p class="text-sm text-gray-400">Most Blocks</p>
</div>
</div>
<div class="flex items-center justify-between mt-6">
<div class="flex items-center">
<div class="w-10 h-10 rounded-full bg-amber-600 flex items-center justify-center mr-3">
<i data-feather="award" class="w-4 h-4"></i>
</div>
<div>
<p class="font-medium">Satoshinator</p>
<p class="text-xs text-gray-400">Japan</p>
</div>
</div>
<div class="text-right">
<p class="text-2xl font-bold">1,245</p>
<p class="text-xs text-gray-400">Mar 2023</p>
</div>
</div>
</div>
</div>
<div class="mt-10 text-center">
<a href="#" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-full shadow-sm text-white bg-gradient-to-r from-blue-500 to-pink-600 hover:from-blue-600 hover:to-pink-700">
View All Records
</a>
</div>
</div>
</section>
<!-- How It Works -->
<section class="py-16 px-4 sm:px-6 lg:px-8 bg-black bg-opacity-50">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-12" data-aos="fade-up">
<h2 class="text-3xl font-bold title-font neon-text-blue">HOW IT WORKS</h2>
<p class="mt-2 text-gray-400">Earn crypto by playing competitive games</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8" data-aos="fade-up">
<div class="text-center">
<div class="w-20 h-20 rounded-full bg-gradient-to-r from-blue-500 to-pink-600 flex items-center justify-center mx-auto mb-6">
<i data-feather="dollar-sign" class="w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold title-font mb-2">1. Pay Entry Fee</h3>
<p class="text-gray-300">Join challenges with a small crypto entry fee (0.01 ETH) that contributes to the prize pool</p>
</div>
<div class="text-center">
<div class="w-20 h-20 rounded-full bg-gradient-to-r from-pink-500 to-purple-600 flex items-center justify-center mx-auto mb-6">
<i data-feather="activity" class="w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold title-font mb-2">2. Play & Compete</h3>
<p class="text-gray-300">Compete in skill-based games and climb the leaderboards during the challenge period</p>
</div>
<div class="text-center">
<div class="w-20 h-20 rounded-full bg-gradient-to-r from-green-500 to-blue-600 flex items-center justify-center mx-auto mb-6">
<i data-feather="award" class="w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold title-font mb-2">3. Win Rewards</h3>
<p class="text-gray-300">Top players win crypto rewards from the prize pool, with bonuses for streaks and records</p>
</div>
</div>
<div class="mt-12 max-w-3xl mx-auto bg-gray-900 bg-opacity-70 rounded-xl p-6 neon-border-pink" data-aos="fade-up">
<h3 class="text-xl font-bold title-font mb-4">Reward Distribution</h3>
<p class="mb-4">Our fair reward system ensures everyone has a chance to win:</p>
<ul class="space-y-3">
<li class="flex items-start">
<div class="flex-shrink-0 h-6 w-6 rounded-full bg-pink-500 flex items-center justify-center mr-3 mt-0.5">
<i data-feather="check" class="w-3 h-3"></i>
</div>
<span>Top 10 global winners receive 60% of the prize pool</span>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 h-6 w-6 rounded-full bg-pink-500 flex items-center justify-center mr-3 mt-0.5">
<i data-feather="check" class="w-3 h-3"></i>
</div>
<span>Top 10 players from each country share 30% of the pool</span>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 h-6 w-6 rounded-full bg-pink-500 flex items-center justify-center mr-3 mt-0.5">
<i data-feather="check" class="w-3 h-3"></i>
</div>
<span>10% goes to platform maintenance and development</span>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 h-6 w-6 rounded-full bg-pink-500 flex items-center justify-center mr-3 mt-0.5">
<i data-feather="check" class="w-3 h-3"></i>
</div>
<span>Bonus points for maintaining streaks (equal to streak days)</span>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 h-6 w-6 rounded-full bg-pink-500 flex items-center justify-center mr-3 mt-0.5">
<i data-feather="check" class="w-3 h-3"></i>
</div>
<span>Losing a streak after 2 days deducts half of potential streak points</span>
</li>
</ul>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 px-4 sm:px-6 lg:px-8">
<div class="max-w-7xl mx-auto text-center" data-aos="fade-up">
<h2 class="text-3xl md:text-4xl font-bold title-font neon-text-pink mb-6">READY TO EARN CRYPTO?</h2>
<p class="text-xl text-gray-300 max-w-3xl mx-auto mb-8">Join thousands of players competing in skill-based challenges with real crypto rewards.</p>
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
<a href="#" class="neon-border-blue glow-hover text-white px-8 py-4 rounded-full text-lg font-bold flex items-center justify-center">
<i data-feather="play" class="mr-2"></i> PLAY NOW
</a>
<a href="#" class="neon-border-pink glow-hover text-white px-8 py-4 rounded-full text-lg font-bold flex items-center justify-center">
<i data-feather="dollar-sign" class="mr-2"></i> HOW TO DEPOSIT
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-black bg-opacity-80 border-t border-gray-800">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">CryptoGameX</h3>
<div class="mt-4 space-y-4">
<a href="#" class="text-base text-gray-300 hover:text-white block">About</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Careers</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Blog</a>
</div>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Legal</h3>
<div class="mt-4 space-y-4">
<a href="#" class="text-base text-gray-300 hover:text-white block">Privacy</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Terms</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Cookies</a>
</div>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Resources</h3>
<div class="mt-4 space-y-4">
<a href="#" class="text-base text-gray-300 hover:text-white block">Help Center</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Community</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Status</a>
</div>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Connect</h3>
<div class="mt-4 flex space-x-6">
<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="facebook"></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="discord"></i>
</a>
</div>
<div class="mt-6">
<p class="text-sm text-gray-400">Subscribe to our newsletter</p>
<div class="mt-2 flex">
<input type="email" placeholder="Your email" class="px-4 py-2 rounded-l-full bg-gray-800 text-white focus:outline-none w-full">
<button class="bg-pink-600 hover:bg-pink-700 px-4 py-2 rounded-r-full">
<i data-feather="send"></i>
</button>
</div>
</div>
</div>
</div>
<div class="mt-12 border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-base text-gray-400">© 2023 CryptoGameX. All rights reserved.</p>
<div class="mt-4 md:mt-0 flex space-x-6">
<img src="https://cryptologos.cc/logos/ethereum-eth-logo.png" class="h-6" alt="Ethereum">
<img src="https://cryptologos.cc/logos/solana-sol-logo.png" class="h-6" alt="Solana">
<img src="https://cryptologos.cc/logos/polygon-matic-logo.png" class="h-6" alt="Polygon">
</div>
</div>
</div>
</footer>
<script>
// Initialize animations and effects
AOS.init({
duration: 800,
once: true
});
feather.replace();
// Vanta.js background effect
VANTA.NET({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x3f00ff,
backgroundColor: 0x0a0a1a,
points: 12.00,
maxDistance: 23.00,
spacing: 19.00
});
// Streak counter animation
document.querySelectorAll('.streak-counter').forEach(counter => {
anime({
targets: counter,
scale: [1, 1.1, 1],
duration: 1500,
loop: true,
easing: 'easeInOutSine'
});
});
</script>
</body>
</html>