afd-tribe / index.html
Nafia's picture
undefined - Initial Deployment
a5cb497 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AFD TRIBE Web3 - Stream with Crypto</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">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
hulu: '#1CE783',
huluDark: '#0f172a',
huluDarker: '#020617',
}
}
}
}
</script>
<style>
.gradient-bg {
background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
}
.content-card:hover {
transform: scale(1.05);
transition: all 0.3s ease;
z-index: 10;
}
.web3-pulse {
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { box-shadow: 0 0 0 0 rgba(28, 231, 131, 0.7); }
70% { box-shadow: 0 0 0 10px rgba(28, 231, 131, 0); }
100% { box-shadow: 0 0 0 0 rgba(28, 231, 131, 0); }
}
.scrollbar-hide::-webkit-scrollbar {
display: none;
}
</style>
</head>
<body class="bg-huluDarker text-white font-sans">
<!-- Header -->
<header class="fixed w-full z-50">
<nav class="bg-gradient-to-b from-black to-transparent px-4 py-3 flex items-center justify-between">
<div class="flex items-center space-x-8">
<a href="#" class="text-3xl font-bold text-hulu">AFD TRIBE <span class="text-white">3</span></a>
<div class="hidden md:flex space-x-6">
<a href="#" class="hover:text-hulu">Home</a>
<a href="#" class="hover:text-hulu">TV</a>
<a href="#" class="hover:text-hulu">Movies</a>
<a href="#" class="hover:text-hulu">Originals</a>
<a href="#" class="hover:text-hulu">NFTs</a>
</div>
</div>
<div class="flex items-center space-x-4">
<button id="searchBtn" class="p-2 hover:text-hulu">
<i class="fas fa-search text-xl"></i>
</button>
<button id="walletBtn" class="bg-hulu hover:bg-green-400 text-black font-bold py-2 px-4 rounded-full flex items-center web3-pulse">
<i class="fab fa-ethereum mr-2"></i>
Connect Wallet
</button>
<button class="md:hidden">
<i class="fas fa-bars text-xl"></i>
</button>
</div>
</nav>
</header>
<!-- Hero Section -->
<section class="relative h-screen flex items-center">
<div class="absolute inset-0 bg-[url('https://image.tmdb.org/t/p/original/9Gtg2DzBhmYamXBS1hKAhiwbBKS.jpg')] bg-cover bg-center"></div>
<div class="absolute inset-0 gradient-bg"></div>
<div class="relative z-10 px-8 md:px-16 max-w-3xl">
<h1 class="text-5xl md:text-7xl font-bold mb-4">The Mandalorian</h1>
<div class="flex items-center space-x-4 mb-6">
<span class="bg-hulu text-black px-2 py-1 text-sm font-bold">NFT PASS HOLDER</span>
<span class="text-gray-300">Season 3</span>
<span class="text-gray-300">4K Ultra HD</span>
</div>
<p class="text-lg mb-8">The travels of a lone bounty hunter in the outer reaches of the galaxy, far from the authority of the New Republic.</p>
<div class="flex space-x-4">
<button class="bg-hulu hover:bg-green-400 text-black font-bold py-3 px-8 rounded-full flex items-center">
<i class="fas fa-play mr-2"></i> Watch Now
</button>
<button class="bg-white bg-opacity-20 hover:bg-opacity-30 font-bold py-3 px-8 rounded-full flex items-center">
<i class="fas fa-info-circle mr-2"></i> More Info
</button>
</div>
<div class="mt-8 flex items-center space-x-4">
<div class="flex items-center">
<i class="fab fa-ethereum text-hulu mr-2"></i>
<span>Stream-to-Earn: 0.01 ETH/hr</span>
</div>
<div class="flex items-center">
<i class="fas fa-certificate text-yellow-400 mr-2"></i>
<span>NFT Rewards Available</span>
</div>
</div>
</div>
</section>
<!-- Web3 Features Banner -->
<section class="bg-huluDark py-8 px-4">
<div class="max-w-7xl mx-auto">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="mb-6 md:mb-0">
<h2 class="text-2xl font-bold mb-2">AFD TRIBE Web3 Experience</h2>
<p class="text-gray-300">Connect your wallet to unlock exclusive features</p>
</div>
<div class="grid grid-cols-2 md:grid-cols-4 gap-4 w-full md:w-auto">
<div class="text-center p-4 bg-huluDarker rounded-lg">
<i class="fab fa-ethereum text-hulu text-3xl mb-2"></i>
<p>Crypto Payments</p>
</div>
<div class="text-center p-4 bg-huluDarker rounded-lg">
<i class="fas fa-coins text-yellow-400 text-3xl mb-2"></i>
<p>Token Rewards</p>
</div>
<div class="text-center p-4 bg-huluDarker rounded-lg">
<i class="fas fa-certificate text-purple-400 text-3xl mb-2"></i>
<p>NFT Access</p>
</div>
<div class="text-center p-4 bg-huluDarker rounded-lg">
<i class="fas fa-users text-blue-400 text-3xl mb-2"></i>
<p>DAO Governance</p>
</div>
</div>
</div>
</div>
</section>
<!-- Content Sections -->
<main class="py-12 px-4 md:px-8">
<!-- Continue Watching -->
<section class="mb-12">
<div class="flex justify-between items-center mb-6">
<h2 class="text-2xl font-bold">Continue Watching</h2>
<a href="#" class="text-gray-400 hover:text-white">See All</a>
</div>
<div class="relative">
<div class="flex space-x-4 overflow-x-auto pb-6 scrollbar-hide">
<div class="content-card flex-shrink-0 w-64 bg-huluDark rounded-lg overflow-hidden">
<div class="relative">
<img src="https://image.tmdb.org/t/p/w500/8Vt6mWEReuy4Of61Lnj5Xj704m8.jpg" alt="Loki" class="w-full">
<div class="absolute bottom-0 left-0 right-0 h-2 bg-gray-700">
<div class="h-full bg-hulu" style="width: 65%"></div>
</div>
</div>
<div class="p-4">
<h3 class="font-bold mb-1">Loki</h3>
<p class="text-gray-400 text-sm">S1:E3 - Lamentis</p>
<div class="mt-2 flex justify-between items-center">
<span class="text-xs text-gray-500">43 min left</span>
<button class="text-hulu hover:text-green-400">
<i class="fas fa-play"></i>
</button>
</div>
</div>
</div>
<!-- More continue watching items... -->
</div>
</div>
</section>
<!-- NFT Exclusive Content -->
<section class="mb-12">
<div class="flex justify-between items-center mb-6">
<div class="flex items-center">
<h2 class="text-2xl font-bold mr-3">NFT Exclusive</h2>
<span class="bg-purple-600 text-white px-2 py-1 text-xs font-bold rounded">WEB3</span>
</div>
<a href="#" class="text-gray-400 hover:text-white">See All</a>
</div>
<div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-4">
<div class="content-card group relative rounded-lg overflow-hidden">
<img src="https://image.tmdb.org/t/p/w500/d4Jw6wQ6jNIGi3H6Q1ZQqF3XvDP.jpg" alt="The Batman" class="w-full">
<div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition-opacity">
<button class="bg-hulu text-black font-bold py-2 px-4 rounded-full">
<i class="fas fa-lock-open mr-2"></i> Unlock with NFT
</button>
</div>
<div class="absolute top-2 right-2 bg-purple-600 text-white text-xs px-2 py-1 rounded">
NFT ACCESS
</div>
</div>
<!-- More NFT exclusive items... -->
</div>
</section>
<!-- Popular Shows -->
<section class="mb-12">
<div class="flex justify-between items-center mb-6">
<h2 class="text-2xl font-bold">Popular Shows</h2>
<a href="#" class="text-gray-400 hover:text-white">See All</a>
</div>
<div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-4">
<div class="content-card rounded-lg overflow-hidden">
<img src="https://image.tmdb.org/t/p/w500/6kbAMLteGO8yyewYau6bJ683sw7.jpg" alt="The Bear" class="w-full">
</div>
<!-- More popular show items... -->
</div>
</section>
<!-- Stream to Earn Section -->
<section class="mb-12 bg-huluDark rounded-xl p-8">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-8 md:mb-0 md:pr-8">
<h2 class="text-3xl font-bold mb-4">Stream-to-Earn with AFD TRIBE</h2>
<p class="text-gray-300 mb-6">Watch your favorite shows and earn $HULU tokens that can be used for premium content, merchandise, or even converted to ETH.</p>
<div class="space-y-4">
<div class="flex items-center">
<div class="bg-hulu text-black rounded-full w-8 h-8 flex items-center justify-center mr-4">
<i class="fas fa-coins"></i>
</div>
<p>Earn tokens for every minute watched</p>
</div>
<div class="flex items-center">
<div class="bg-hulu text-black rounded-full w-8 h-8 flex items-center justify-center mr-4">
<i class="fas fa-gem"></i>
</div>
<p>Exclusive NFT rewards for loyal viewers</p>
</div>
<div class="flex items-center">
<div class="bg-hulu text-black rounded-full w-8 h-8 flex items-center justify-center mr-4">
<i class="fas fa-vote-yea"></i>
</div>
<p>Vote on future content with your tokens</p>
</div>
</div>
<button class="mt-8 bg-hulu hover:bg-green-400 text-black font-bold py-3 px-8 rounded-full">
Connect Wallet to Start Earning
</button>
</div>
<div class="md:w-1/2 bg-huluDarker rounded-lg p-6">
<div class="flex justify-between items-center mb-6">
<h3 class="font-bold">Your Potential Earnings</h3>
<div class="flex items-center">
<i class="fab fa-ethereum text-hulu mr-2"></i>
<span>Ethereum Mainnet</span>
</div>
</div>
<div class="space-y-4">
<div class="flex justify-between items-center">
<span>1 hour streaming</span>
<span class="font-mono">0.01 ETH</span>
</div>
<div class="flex justify-between items-center">
<span>Daily (4 hours)</span>
<span class="font-mono">0.04 ETH</span>
</div>
<div class="flex justify-between items-center">
<span>Weekly (28 hours)</span>
<span class="font-mono">0.28 ETH</span>
</div>
<div class="flex justify-between items-center font-bold text-hulu">
<span>Monthly (120 hours)</span>
<span class="font-mono">1.2 ETH</span>
</div>
</div>
<div class="mt-8 bg-black bg-opacity-30 rounded-lg p-4">
<p class="text-sm text-gray-400">* Earnings are estimates based on current tokenomics. Actual rewards may vary based on network conditions and protocol parameters.</p>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="bg-huluDark py-12 px-4 md:px-8">
<div class="max-w-7xl mx-auto">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 mb-8">
<div>
<h3 class="font-bold mb-4">Navigation</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">Home</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">TV Shows</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Movies</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Originals</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">NFT Marketplace</a></li>
</ul>
</div>
<div>
<h3 class="font-bold mb-4">Web3</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">Connect Wallet</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">NFT Passes</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Token Rewards</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">DAO Governance</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Whitepaper</a></li>
</ul>
</div>
<div>
<h3 class="font-bold mb-4">Help</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">Account & Billing</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Plans & Pricing</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Supported Devices</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Web3 FAQ</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Contact Us</a></li>
</ul>
</div>
<div>
<h3 class="font-bold mb-4">Connect</h3>
<div class="flex space-x-4 mb-4">
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter text-xl"></i></a>
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram text-xl"></i></a>
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook text-xl"></i></a>
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-discord text-xl"></i></a>
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-telegram text-xl"></i></a>
</div>
<h4 class="font-bold mb-2">Download App</h4>
<div class="flex space-x-2">
<button class="bg-black bg-opacity-30 hover:bg-opacity-50 px-3 py-2 rounded flex items-center">
<i class="fab fa-apple mr-2"></i>
<span class="text-xs">
<span class="block">Download on the</span>
<span class="font-bold">App Store</span>
</span>
</button>
<button class="bg-black bg-opacity-30 hover:bg-opacity-50 px-3 py-2 rounded flex items-center">
<i class="fab fa-google-play mr-2"></i>
<span class="text-xs">
<span class="block">Get it on</span>
<span class="font-bold">Google Play</span>
</span>
</button>
</div>
</div>
</div>
<div class="border-t border-gray-800 pt-8">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="mb-4 md:mb-0">
<a href="#" class="text-2xl font-bold text-hulu">AFD TRIBE<span class="text-white">3</span></a>
</div>
<div class="text-gray-400 text-sm">
<span>© 2025 AFD TRIBE Web3 LLC. All rights reserved.</span>
</div>
</div>
</div>
</div>
</footer>
<!-- Web3 Wallet Modal -->
<div id="walletModal" class="fixed inset-0 bg-black bg-opacity-75 flex items-center justify-center z-50 hidden">
<div class="bg-huluDark rounded-xl p-8 max-w-md w-full mx-4">
<div class="flex justify-between items-center mb-6">
<h2 class="text-2xl font-bold">Connect Wallet</h2>
<button id="closeWalletModal" class="text-gray-400 hover:text-white">
<i class="fas fa-times"></i>
</button>
</div>
<p class="text-gray-400 mb-6">Connect with one of our available wallet providers or create a new one.</p>
<div class="space-y-4">
<button class="w-full bg-gray-800 hover:bg-gray-700 py-4 px-6 rounded-lg flex items-center justify-between">
<div class="flex items-center">
<img src="https://metamask.io/images/metamask-logo.png" alt="MetaMask" class="h-8 mr-4">
<span>MetaMask</span>
</div>
<i class="fas fa-arrow-right"></i>
</button>
<button class="w-full bg-gray-800 hover:bg-gray-700 py-4 px-6 rounded-lg flex items-center justify-between">
<div class="flex items-center">
<img src="https://walletconnect.org/_next/static/media/logo_mark.84dd8525.svg" alt="WalletConnect" class="h-8 mr-4">
<span>WalletConnect</span>
</div>
<i class="fas fa-arrow-right"></i>
</button>
<button class="w-full bg-gray-800 hover:bg-gray-700 py-4 px-6 rounded-lg flex items-center justify-between">
<div class="flex items-center">
<img src="https://www.coinbase.com/assets/coinbase-wallet/coinbase-wallet-logo-2943b3c5a7f8e5c4e0a0f0e2e9a9b9c9.png" alt="Coinbase Wallet" class="h-8 mr-4">
<span>Coinbase Wallet</span>
</div>
<i class="fas fa-arrow-right"></i>
</button>
</div>
<div class="mt-6 text-center">
<p class="text-gray-400 text-sm">By connecting a wallet, you agree to HULU3's <a href="#" class="text-hulu hover:underline">Terms of Service</a> and acknowledge that you have read and understand the <a href="#" class="text-hulu hover:underline">Web3 Disclaimer</a>.</p>
</div>
</div>
</div>
<script>
// Wallet Modal Toggle
const walletBtn = document.getElementById('walletBtn');
const walletModal = document.getElementById('walletModal');
const closeWalletModal = document.getElementById('closeWalletModal');
walletBtn.addEventListener('click', () => {
walletModal.classList.remove('hidden');
});
closeWalletModal.addEventListener('click', () => {
walletModal.classList.add('hidden');
});
// Simulate wallet connection
walletModal.querySelectorAll('button').forEach(btn => {
btn.addEventListener('click', function() {
walletBtn.innerHTML = `
<i class="fab fa-ethereum mr-2"></i>
0x7f...3a4b
`;
walletBtn.classList.remove('web3-pulse');
walletModal.classList.add('hidden');
// Show success notification
const notification = document.createElement('div');
notification.className = 'fixed bottom-4 right-4 bg-green-600 text-white px-4 py-2 rounded-lg flex items-center';
notification.innerHTML = `
<i class="fas fa-check-circle mr-2"></i>
Wallet connected successfully!
`;
document.body.appendChild(notification);
setTimeout(() => {
notification.remove();
}, 3000);
});
});
// Mobile menu toggle would go here
</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=Nafia/afd-tribe" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>