| <!DOCTYPE html> |
| <html lang="en" class="scroll-smooth"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>Strategic Conquest Odyssey | Global Strategy Game</title> |
| <link rel="stylesheet" href="style.css"> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <script src="https://unpkg.com/feather-icons"></script> |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> |
| <script> |
| tailwind.config = { |
| theme: { |
| extend: { |
| colors: { |
| primary: { |
| DEFAULT: '#3B82F6', |
| 50: '#EFF6FF', |
| 100: '#DBEAFE', |
| 200: '#BFDBFE', |
| 300: '#93C5FD', |
| 400: '#60A5FA', |
| 500: '#3B82F6', |
| 600: '#2563EB', |
| 700: '#1D4ED8', |
| 800: '#1E40AF', |
| 900: '#1E3A8A', |
| }, |
| secondary: { |
| DEFAULT: '#10B981', |
| 50: '#ECFDF5', |
| 100: '#D1FAE5', |
| 200: '#A7F3D0', |
| 300: '#6EE7B7', |
| 400: '#34D399', |
| 500: '#10B981', |
| 600: '#059669', |
| 700: '#047857', |
| 800: '#065F46', |
| 900: '#064E3B', |
| } |
| } |
| } |
| } |
| } |
| </script> |
| </head> |
| <body class="bg-gray-50 text-gray-900 font-sans"> |
| <custom-navbar></custom-navbar> |
| |
| <main class="container mx-auto px-4 py-8"> |
| |
| <section class="flex flex-col md:flex-row items-center justify-between gap-8 mb-16"> |
| <div class="md:w-1/2 space-y-6"> |
| <h1 class="text-4xl md:text-5xl font-bold text-primary-800 leading-tight"> |
| Conquer the World with <span class="text-secondary-600">Strategy</span> & <span class="text-primary-600">Skill</span> |
| </h1> |
| <p class="text-lg text-gray-600"> |
| A deep tactical experience where every decision matters. Play against opponents worldwide in this ultimate strategy challenge. |
| </p> |
| <div class="flex flex-wrap gap-4"> |
| <a href="#download" class="bg-primary-600 hover:bg-primary-700 text-white px-6 py-3 rounded-lg font-medium transition-all shadow-lg hover:shadow-xl"> |
| Play Now |
| </a> |
| <a href="#features" class="border-2 border-primary-600 text-primary-600 hover:bg-primary-50 px-6 py-3 rounded-lg font-medium transition-all"> |
| Learn More |
| </a> |
| </div> |
| <div class="flex items-center gap-2 text-gray-500"> |
| <div class="flex -space-x-2"> |
| <img src="http://static.photos/people/200x200/1" class="w-8 h-8 rounded-full border-2 border-white" alt="Player 1"> |
| <img src="http://static.photos/people/200x200/2" class="w-8 h-8 rounded-full border-2 border-white" alt="Player 2"> |
| <img src="http://static.photos/people/200x200/3" class="w-8 h-8 rounded-full border-2 border-white" alt="Player 3"> |
| </div> |
| <span>Join 1M+ players worldwide</span> |
| </div> |
| </div> |
| <div class="md:w-1/2"> |
| <img src="http://static.photos/gaming/640x360/1" alt="Game Screenshot" class="rounded-xl shadow-2xl border-8 border-gray-200"> |
| </div> |
| </section> |
|
|
| |
| <section id="features" class="py-12"> |
| <div class="text-center mb-12"> |
| <h2 class="text-3xl font-bold text-gray-800 mb-4">Strategic Depth Meets Global Competition</h2> |
| <p class="text-gray-600 max-w-2xl mx-auto">Experience the ultimate strategy game with features designed for tactical mastery</p> |
| </div> |
| |
| <div class="grid md:grid-cols-3 gap-8"> |
| <div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition-shadow"> |
| <div class="w-12 h-12 bg-primary-100 rounded-lg flex items-center justify-center mb-4"> |
| <i data-feather="globe" class="text-primary-600"></i> |
| </div> |
| <h3 class="text-xl font-semibold mb-2">60+ Languages</h3> |
| <p class="text-gray-600">Play in your native language and compete with players worldwide without barriers.</p> |
| </div> |
| |
| <div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition-shadow"> |
| <div class="w-12 h-12 bg-secondary-100 rounded-lg flex items-center justify-center mb-4"> |
| <i data-feather="cpu" class="text-secondary-600"></i> |
| </div> |
| <h3 class="text-xl font-semibold mb-2">Deep Strategy</h3> |
| <p class="text-gray-600">Complex mechanics that reward long-term planning and tactical execution.</p> |
| </div> |
| |
| <div class="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition-shadow"> |
| <div class="w-12 h-12 bg-primary-100 rounded-lg flex items-center justify-center mb-4"> |
| <i data-feather="users" class="text-primary-600"></i> |
| </div> |
| <h3 class="text-xl font-semibold mb-2">Global Community</h3> |
| <p class="text-gray-600">Join millions of players in a thriving competitive ecosystem.</p> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-12 bg-gradient-to-br from-primary-50 to-secondary-50 rounded-2xl my-12 p-8"> |
| <div class="flex flex-col md:flex-row items-center gap-8"> |
| <div class="md:w-1/2"> |
| <h2 class="text-3xl font-bold text-gray-800 mb-4">Master the Art of War</h2> |
| <p class="text-gray-600 mb-6">Every match is a unique challenge requiring different approaches:</p> |
| |
| <div class="space-y-4"> |
| <div class="flex items-start gap-4"> |
| <div class="mt-1"> |
| <div class="w-6 h-6 rounded-full bg-primary-600 flex items-center justify-center"> |
| <i data-feather="check" class="text-white w-4 h-4"></i> |
| </div> |
| </div> |
| <div> |
| <h4 class="font-medium text-gray-800">Resource Management</h4> |
| <p class="text-gray-600 text-sm">Balance your economy while building your military.</p> |
| </div> |
| </div> |
| |
| <div class="flex items-start gap-4"> |
| <div class="mt-1"> |
| <div class="w-6 h-6 rounded-full bg-primary-600 flex items-center justify-center"> |
| <i data-feather="check" class="text-white w-4 h-4"></i> |
| </div> |
| </div> |
| <div> |
| <h4 class="font-medium text-gray-800">Tactical Combat</h4> |
| <p class="text-gray-600 text-sm">Positioning and unit composition matter more than raw numbers.</p> |
| </div> |
| </div> |
| |
| <div class="flex items-start gap-4"> |
| <div class="mt-1"> |
| <div class="w-6 h-6 rounded-full bg-primary-600 flex items-center justify-center"> |
| <i data-feather="check" class="text-white w-4 h-4"></i> |
| </div> |
| </div> |
| <div> |
| <h4 class="font-medium text-gray-800">Diplomacy</h4> |
| <p class="text-gray-600 text-sm">Form alliances and betray them at the perfect moment.</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| |
| <div class="md:w-1/2"> |
| <div class="relative"> |
| <img src="http://static.photos/gaming/640x360/2" alt="Gameplay" class="rounded-lg shadow-lg border-4 border-white"> |
| <div class="absolute -bottom-4 -right-4 bg-white px-4 py-2 rounded-lg shadow-md"> |
| <div class="flex items-center gap-2"> |
| <i data-feather="award" class="text-yellow-500"></i> |
| <span class="font-medium">Game of the Year 2023</span> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-12"> |
| <div class="text-center mb-12"> |
| <h2 class="text-3xl font-bold text-gray-800 mb-4">What Players Say</h2> |
| <p class="text-gray-600 max-w-2xl mx-auto">Join the millions of strategic minds enjoying our game</p> |
| </div> |
| |
| <div class="grid md:grid-cols-3 gap-6"> |
| <div class="bg-white p-6 rounded-xl shadow-md"> |
| <div class="flex items-center gap-4 mb-4"> |
| <img src="http://static.photos/people/200x200/4" class="w-12 h-12 rounded-full" alt="Player"> |
| <div> |
| <h4 class="font-medium">Alex_Cheng</h4> |
| <div class="flex text-yellow-400"> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| </div> |
| </div> |
| </div> |
| <p class="text-gray-600">"The most rewarding strategy game I've played in years. Every decision feels impactful and the global matchmaking works flawlessly."</p> |
| </div> |
| |
| <div class="bg-white p-6 rounded-xl shadow-md"> |
| <div class="flex items-center gap-4 mb-4"> |
| <img src="http://static.photos/people/200x200/5" class="w-12 h-12 rounded-full" alt="Player"> |
| <div> |
| <h4 class="font-medium">Maria_Santos</h4> |
| <div class="flex text-yellow-400"> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| </div> |
| </div> |
| </div> |
| <p class="text-gray-600">"Finally a strategy game that truly supports multiple languages properly. The community is amazing and matches are always challenging."</p> |
| </div> |
| |
| <div class="bg-white p-6 rounded-xl shadow-md"> |
| <div class="flex items-center gap-4 mb-4"> |
| <img src="http://static.photos/people/200x200/6" class="w-12 h-12 rounded-full" alt="Player"> |
| <div> |
| <h4 class="font-medium">James_Okafor</h4> |
| <div class="flex text-yellow-400"> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4 fill-current"></i> |
| <i data-feather="star" class="w-4 h-4"></i> |
| </div> |
| </div> |
| </div> |
| <p class="text-gray-600">"Incredible depth with approachable mechanics. The ranked system really shows who has the best strategic mind."</p> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="download" class="py-12 bg-primary-800 text-white rounded-2xl my-12 p-8"> |
| <div class="flex flex-col md:flex-row items-center justify-between gap-8"> |
| <div class="md:w-1/2"> |
| <h2 class="text-3xl font-bold mb-4">Ready to Test Your Strategic Mind?</h2> |
| <p class="text-primary-100 mb-6">Download now and start your journey to global domination. Available on all platforms.</p> |
| |
| <div class="flex flex-wrap gap-4"> |
| <button class="bg-white text-primary-800 hover:bg-gray-100 px-6 py-3 rounded-lg font-medium transition-all flex items-center gap-2"> |
| <i data-feather="download"></i> |
| Windows |
| </button> |
| <button class="bg-white text-primary-800 hover:bg-gray-100 px-6 py-3 rounded-lg font-medium transition-all flex items-center gap-2"> |
| <i data-feather="download"></i> |
| macOS |
| </button> |
| <button class="bg-white text-primary-800 hover:bg-gray-100 px-6 py-3 rounded-lg font-medium transition-all flex items-center gap-2"> |
| <i data-feather="download"></i> |
| Mobile |
| </button> |
| </div> |
| </div> |
| |
| <div class="md:w-1/2 flex justify-center"> |
| <div class="relative"> |
| <img src="http://static.photos/technology/640x360/3" alt="Multiplatform" class="rounded-lg shadow-xl max-w-md"> |
| <div class="absolute -bottom-4 -left-4 bg-secondary-600 text-white px-4 py-2 rounded-lg shadow-md"> |
| <div class="flex items-center gap-2"> |
| <i data-feather="clock"></i> |
| <span>Matches: 15-30 min</span> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
| </main> |
|
|
| <custom-footer></custom-footer> |
| |
| <script src="components/navbar.js"></script> |
| <script src="components/footer.js"></script> |
| <script src="script.js"></script> |
| <script> |
| feather.replace(); |
| </script> |
| <script src="https://huggingface.co/deepsite/deepsite-badge.js"></script> |
| </body> |
| </html> |