<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Truly Independent</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> @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap'); body { font-family: 'Montserrat', sans-serif; background: linear-gradient(135deg, #0a0a2a 0%, #1a1a3a 100%); min-height: 100vh; } .glow-text { text-shadow: 0 0 10px rgba(255, 59, 48, 0.7); } .pulse { animation: pulse 2s infinite; } @keyframes pulse { 0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.7); } 70% { transform: scale(1.05); box-shadow: 0 0 0 10px rgba(255, 59, 48, 0); } 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 59, 48, 0); } } .navy-gradient { background: linear-gradient(135deg, #001f3f 0%, #003366 100%); } .red-accent { background-color: #ff3b30; } .hover-red-accent:hover { background-color: #ff3b30; } </style> </head> <body class="text-white"> <!-- Navigation --> <nav class="navy-gradient py-4 px-6 shadow-lg"> <div class="container mx-auto flex justify-between items-center"> <div class="flex items-center space-x-2"> <i class="fas fa-star text-red-500 text-2xl"></i> <h1 class="text-2xl font-bold glow-text">TRULY INDEPENDENT</h1> </div> <div class="hidden md:flex space-x-6"> <a href="#" class="hover:text-red-400 transition">Home</a> <a href="#" class="hover:text-red-400 transition">About</a> <a href="#" class="hover:text-red-400 transition">Mission</a> <a href="#" class="hover:text-red-400 transition">Contact</a> </div> <button class="md:hidden text-xl"> <i class="fas fa-bars"></i> </button> </div> </nav> <!-- Hero Section --> <section class="relative overflow-hidden"> <div class="absolute inset-0 bg-black opacity-50"></div> <div class="container mx-auto px-6 py-24 relative z-10 text-center"> <h1 class="text-5xl md:text-7xl font-bold mb-6 glow-text">BREAK FREE FROM THE STUDIO SYSTEM</h1> <p class="text-xl md:text-2xl mb-10 max-w-3xl mx-auto"> Discover the truth they don't want you to know. Join the movement of truly independent thinkers. </p> <a href="https://www.youtube.com/@three_coin_pro" target="_blank" class="red-accent hover:bg-red-600 text-white font-bold py-4 px-8 rounded-full text-lg inline-flex items-center pulse"> <i class="fab fa-youtube mr-3 text-xl"></i> Watch on YouTube </a> </div> <div class="absolute inset-0 bg-gradient-to-r from-blue-900 to-transparent opacity-70"></div> </section> <!-- Features Section --> <section class="py-20 navy-gradient"> <div class="container mx-auto px-6"> <h2 class="text-3xl md:text-4xl font-bold text-center mb-16 glow-text">WHY JOIN OUR MOVEMENT?</h2> <div class="grid md:grid-cols-3 gap-10"> <div class="bg-gray-800 bg-opacity-50 p-8 rounded-xl hover:transform hover:scale-105 transition duration-300"> <div class="red-accent w-16 h-16 rounded-full flex items-center justify-center mb-6 mx-auto"> <i class="fas fa-brain text-2xl"></i> </div> <h3 class="text-xl font-bold mb-4 text-center">Independent Thinking</h3> <p class="text-gray-300">Break free from mainstream narratives and develop your own critical perspective on world events.</p> </div> <div class="bg-gray-800 bg-opacity-50 p-8 rounded-xl hover:transform hover:scale-105 transition duration-300"> <div class="red-accent w-16 h-16 rounded-full flex items-center justify-center mb-6 mx-auto"> <i class="fas fa-shield-alt text-2xl"></i> </div> <h3 class="text-xl font-bold mb-4 text-center">Truth Protection</h3> <p class="text-gray-300">We safeguard information that powerful entities would prefer to keep hidden from the public.</p> </div> <div class="bg-gray-800 bg-opacity-50 p-8 rounded-xl hover:transform hover:scale-105 transition duration-300"> <div class="red-accent w-16 h-16 rounded-full flex items-center justify-center mb-6 mx-auto"> <i class="fas fa-users text-2xl"></i> </div> <h3 class="text-xl font-bold mb-4 text-center">Community Power</h3> <p class="text-gray-300">Join a network of like-minded individuals committed to personal and collective awakening.</p> </div> </div> </div> </section> <!-- Call to Action --> <section class="py-20 bg-gray-900"> <div class="container mx-auto px-6 text-center"> <h2 class="text-3xl md:text-4xl font-bold mb-8 glow-text">READY TO WAKE UP?</h2> <p class="text-xl mb-10 max-w-2xl mx-auto"> The first step to true independence is seeking alternative sources of information. Start your journey today. </p> <div class="flex flex-col sm:flex-row justify-center gap-4"> <a href="https://www.youtube.com/@three_coin_pro" target="_blank" class="red-accent hover:bg-red-600 text-white font-bold py-4 px-8 rounded-full text-lg inline-flex items-center"> <i class="fab fa-youtube mr-3 text-xl"></i> Subscribe Now </a> <a href="#" class="bg-transparent border-2 border-white hover-red-accent hover:border-red-500 text-white font-bold py-4 px-8 rounded-full text-lg inline-flex items-center"> <i class="fas fa-envelope mr-3 text-xl"></i> Join Newsletter </a> </div> </div> </section> <!-- Footer --> <footer class="navy-gradient py-10"> <div class="container mx-auto px-6"> <div class="flex flex-col md:flex-row justify-between items-center"> <div class="mb-6 md:mb-0"> <div class="flex items-center space-x-2"> <i class="fas fa-star text-red-500 text-2xl"></i> <h2 class="text-xl font-bold">TRULY INDEPENDENT</h2> </div> <p class="text-gray-400 mt-2">Breaking chains since 2023</p> </div> <div class="flex space-x-6"> <a href="#" class="text-gray-400 hover:text-red-400 transition"> <i class="fab fa-twitter text-xl"></i> </a> <a href="#" class="text-gray-400 hover:text-red-400 transition"> <i class="fab fa-telegram text-xl"></i> </a> <a href="https://www.youtube.com/@three_coin_pro" target="_blank" class="text-gray-400 hover:text-red-400 transition"> <i class="fab fa-youtube text-xl"></i> </a> </div> </div> <div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400"> <p>© 2023 Truly Independent. All rights reserved.</p> <p class="mt-2">Question everything.</p> </div> </div> </footer> <script> // Simple script for mobile menu toggle (would need proper implementation) document.querySelector('button').addEventListener('click', function() { const menu = document.querySelector('.hidden.md\\:flex'); menu.classList.toggle('hidden'); menu.classList.toggle('flex'); menu.classList.toggle('flex-col'); menu.classList.toggle('absolute'); menu.classList.toggle('top-16'); menu.classList.toggle('right-6'); menu.classList.toggle('bg-blue-900'); menu.classList.toggle('p-4'); menu.classList.toggle('rounded'); menu.classList.toggle('space-y-4'); }); </script> </body> </html>