build a realistic simulation, sandbox, strategy & open-world pc game entitled The Sixth Kingdoms with expansion packs, stuff kits and more. Integrated Character Builder, Castle & Kingdom Builder, Realistic Weather cycle, realistic human characters & ridable animals, - Initial Deployment
6e88482 verified | <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>The Sixth Kingdoms - Grand Strategy Fantasy Sandbox</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=Cinzel:wght@400;700&family=Roboto:wght@300;400;500&display=swap'); | |
| body { | |
| font-family: 'Roboto', sans-serif; | |
| background-color: #06070a; | |
| color: #e2e8f0; | |
| scroll-behavior: smooth; | |
| } | |
| .font-cinzel { | |
| font-family: 'Cinzel', serif; | |
| } | |
| .gradient-text { | |
| background: linear-gradient(90deg, #d4a017 0%, #f5e7a1 50%, #d4a017 100%); | |
| -webkit-background-clip: text; | |
| background-clip: text; | |
| color: transparent; | |
| } | |
| .parallax { | |
| background-attachment: fixed; | |
| background-position: center; | |
| background-repeat: no-repeat; | |
| background-size: cover; | |
| } | |
| .feature-card:hover { | |
| transform: translateY(-10px); | |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5), 0 10px 10px -5px rgba(0, 0, 0, 0.4); | |
| } | |
| .weather-cycle { | |
| animation: weatherChange 30s infinite alternate; | |
| } | |
| @keyframes weatherChange { | |
| 0% { background-position: 0% 50%; } | |
| 25% { background-position: 25% 50%; } | |
| 50% { background-position: 50% 50%; } | |
| 75% { background-position: 75% 50%; } | |
| 100% { background-position: 100% 50%; } | |
| } | |
| /* Custom scrollbar */ | |
| ::-webkit-scrollbar { | |
| width: 10px; | |
| } | |
| ::-webkit-scrollbar-track { | |
| background: #1a202c; | |
| } | |
| ::-webkit-scrollbar-thumb { | |
| background: #d4a017; | |
| border-radius: 5px; | |
| } | |
| </style> | |
| </head> | |
| <body class="overflow-x-hidden"> | |
| <!-- Navigation --> | |
| <nav class="fixed w-full z-50 bg-black bg-opacity-80 backdrop-blur-sm"> | |
| <div class="container mx-auto px-6 py-4"> | |
| <div class="flex items-center justify-between"> | |
| <div class="flex items-center"> | |
| <img src="https://via.placeholder.com/50" alt="The Sixth Kingdoms Logo" class="h-10 w-10 mr-3"> | |
| <span class="font-cinzel text-xl font-bold gradient-text">The Sixth Kingdoms</span> | |
| </div> | |
| <div class="hidden md:flex space-x-8"> | |
| <a href="#features" class="text-gray-300 hover:text-white transition">Features</a> | |
| <a href="#expansions" class="text-gray-300 hover:text-white transition">Expansions</a> | |
| <a href="#gallery" class="text-gray-300 hover:text-white transition">Gallery</a> | |
| <a href="#builder" class="text-gray-300 hover:text-white transition">Character Builder</a> | |
| <a href="#news" class="text-gray-300 hover:text-white transition">News</a> | |
| </div> | |
| <button class="md:hidden text-white focus:outline-none"> | |
| <i class="fas fa-bars text-2xl"></i> | |
| </button> | |
| <div class="hidden md:block"> | |
| <button class="bg-gradient-to-r from-yellow-600 to-yellow-800 text-white px-6 py-2 rounded-full font-bold hover:from-yellow-700 hover:to-yellow-900 transition"> | |
| PRE-ORDER NOW | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <header class="relative h-screen flex items-center justify-center overflow-hidden"> | |
| <div class="absolute inset-0 bg-black opacity-60"></div> | |
| <video autoplay muted loop class="absolute object-cover w-full h-full"> | |
| <source src="https://assets.mixkit.co/videos/preview/mixkit-cloudy-sky-over-the-rooftop-19512-large.mp4" type="video/mp4"> | |
| </video> | |
| <div class="relative z-10 text-center px-4"> | |
| <h1 class="font-cinzel text-5xl md:text-8xl font-bold mb-6 gradient-text">The Sixth Kingdoms</h1> | |
| <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto"> | |
| A revolutionary fantasy sandbox where your choices shape kingdoms, weather alters fates, and every character has a story to tell. | |
| </p> | |
| <div class="flex flex-col md:flex-row justify-center gap-4"> | |
| <button class="bg-gradient-to-r from-yellow-600 to-yellow-800 text-white px-8 py-4 rounded-full font-bold text-lg hover:from-yellow-700 hover:to-yellow-900 transition transform hover:scale-105"> | |
| PRE-ORDER NOW | |
| </button> | |
| <button class="bg-white bg-opacity-20 text-white px-8 py-4 rounded-full font-bold text-lg hover:bg-opacity-30 transition transform hover:scale-105"> | |
| WATCH TRAILER | |
| </button> | |
| </div> | |
| </div> | |
| <div class="absolute bottom-10 left-0 right-0 text-center"> | |
| <a href="#features" class="animate-bounce block"> | |
| <i class="fas fa-chevron-down text-white text-3xl"></i> | |
| </a> | |
| </div> | |
| </header> | |
| <!-- Features Section --> | |
| <section id="features" class="py-20 bg-gradient-to-b from-gray-900 to-gray-800"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="font-cinzel text-center text-4xl md:text-5xl font-bold mb-16 gradient-text">Experience the Ultimate Fantasy Sandbox</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-10 mb-20"> | |
| <!-- Feature 1 --> | |
| <div class="feature-card bg-gray-800 rounded-xl p-8 transition duration-300 transform hover:scale-105"> | |
| <div class="text-yellow-500 mb-4"> | |
| <i class="fas fa-chess-king text-5xl"></i> | |
| </div> | |
| <h3 class="font-cinzel text-2xl font-bold mb-4">Kingdom Management</h3> | |
| <p class="text-gray-300"> | |
| Govern your realm with unprecedented depth. Make political alliances, manage vassals, and navigate court intrigues that dynamically change based on your decisions. | |
| </p> | |
| </div> | |
| <!-- Feature 2 --> | |
| <div class="feature-card bg-gray-800 rounded-xl p-8 transition duration-300 transform hover:scale-105"> | |
| <div class="text-yellow-500 mb-4"> | |
| <i class="fas fa-cloud-sun-rain text-5xl"></i> | |
| </div> | |
| <h3 class="font-cinzel text-2xl font-bold mb-4">Dynamic Weather System</h3> | |
| <p class="text-gray-300"> | |
| Witness living ecosystems with seasonal changes that affect gameplay. Droughts create famines, storms disrupt trade routes, and winter snows can isolate entire regions for months. | |
| </p> | |
| </div> | |
| <!-- Feature 3 --> | |
| <div class="feature-card bg-gray-800 rounded-xl p-8 transition duration-300 transform hover:scale-105"> | |
| <div class="text-yellow-500 mb-4"> | |
| <i class="fas fa-horse text-5xl"></i> | |
| </div> | |
| <h3 class="font-cinzel text-2xl font-bold mb-4">Living Open World</h3> | |
| <p class="text-gray-300"> | |
| Experience a truly living world with 200+ rideable creatures, NPCs with full daily routines, and ecosystems that evolve based on player actions. | |
| </p> | |
| </div> | |
| <!-- Feature 4 --> | |
| <div class="feature-card bg-gray-800 rounded-xl p-8 transition duration-300 transform hover:scale-105"> | |
| <div class="text-yellow-500 mb-4"> | |
| <i class="fas fa-ghost text-5xl"></i> | |
| </div> | |
| <h3 class="font-cinzel text-2xl font-bold mb-4">Legacy System</h3> | |
| <p class="text-gray-300"> | |
| Your actions create lasting impacts. Heroes age and die, bloodlines continue your legacy, and your kingdom's history is permanently shaped by your choices. | |
| </p> | |
| </div> | |
| <!-- Feature 5 --> | |
| <div class="feature-card bg-gray-800 rounded-xl p-8 transition duration-300 transform hover:scale-105"> | |
| <div class="text-yellow-500 mb-4"> | |
| <i class="fas fa-city text-5xl"></i> | |
| </div> | |
| <h3 class="font-cinzel text-2xl font-bold mb-4">Castle Builder</h3> | |
| <p class="text-gray-300"> | |
| Construct fortifications from simple wooden palisades to sprawling citadels with functional architecture that affects defense capabilities during sieges. | |
| </p> | |
| </div> | |
| <!-- Feature 6 --> | |
| <div class="feature-card bg-gray-800 rounded-xl p-8 transition duration-300 transform hover:scale-105"> | |
| <div class="text-yellow-500 mb-4"> | |
| <i class="fas fa-chess-knight text-5xl"></i> | |
| </div> | |
| <h3 class="font-cinzel text-2xl font-bold mb-4">Advanced Combat</h3> | |
| <p class="text-gray-300"> | |
| Experience tactical real-time battles where terrain, weather, morale, and formations all play crucial roles in determining outcomes. | |
| </p> | |
| </div> | |
| </div> | |
| <!-- Weather Showcase --> | |
| <div class="weather-cycle mt-16 rounded-xl overflow-hidden relative h-96 bg-gradient-to-r from-blue-400 via-gray-300 to-gray-600 bg-size-300 bg-pos-0 transition-all duration-10000"> | |
| <div class="absolute inset-0 bg-black bg-opacity-40 flex items-center justify-center"> | |
| <div class="text-center p-8 bg-black bg-opacity-60 rounded-xl"> | |
| <h3 class="font-cinzel text-3xl mb-4 gradient-text">Dynamic Weather Cycle</h3> | |
| <p class="text-lg max-w-2xl mx-auto"> | |
| Witness the passage of seasons affecting everything from crop yields to troop movement. Experience authentic medieval weather patterns that change gameplay strategies. | |
| </p> | |
| <div class="mt-6 flex justify-center gap-4"> | |
| <span class="px-4 py-2 bg-yellow-700 rounded-full flex items-center gap-2"> | |
| <i class="fas fa-sun"></i> Summer | |
| </span> | |
| <span class="px-4 py-2 bg-blue-700 rounded-full flex items-center gap-2"> | |
| <i class="fas fa-snowflake"></i> Winter | |
| </span> | |
| <span class="px-4 py-2 bg-green-700 rounded-full flex items-center gap-2"> | |
| <i class="fas fa-leaf"></i> Spring | |
| </span> | |
| <span class="px-4 py-2 bg-orange-700 rounded-full flex items-center gap-2"> | |
| <i class="fas fa-wind"></i> Fall | |
| </span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Character Builder Section --> | |
| <section id="builder" class="py-20 bg-gray-900"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="font-cinzel text-center text-4xl md:text-5xl font-bold mb-16 gradient-text">Integrated Character Builder</h2> | |
| <div class="flex flex-col lg:flex-row gap-12"> | |
| <div class="lg:w-1/2 bg-gray-800 rounded-xl p-8"> | |
| <h3 class="font-cinzel text-2xl font-bold mb-6 gradient-text">Craft Your Perfect Hero or Villain</h3> | |
| <p class="text-gray-300 mb-6"> | |
| With our advanced character creation system, you can mold every aspect of your character's appearance, background, and personality traits. | |
| </p> | |
| <div class="mb-8"> | |
| <h4 class="font-bold text-xl mb-3 text-white">Physical Attributes</h4> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6"> | |
| <div class="flex items-center gap-3"> | |
| <input type="range" class="w-full" min="0" max="100" value="50"> | |
| <span class="text-sm">Height</span> | |
| </div> | |
| <div class="flex items-center gap-3"> | |
| <input type="range" class="w-full" min="0" max="100" value="70"> | |
| <span class="text-sm">Build</span> | |
| </div> | |
| <div class="flex items-center gap-3"> | |
| <input type="range" class="w-full" min="0" max="100" value="30"> | |
| <span class="text-sm">Age</span> | |
| </div> | |
| <div class="flex items-center gap-3"> | |
| <input type="range" class="w-full" min="0" max="100" value="80"> | |
| <span class="text-sm">Scarring</span> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mb-8"> | |
| <h4 class="font-bold text-xl mb-3 text-white">Personality Traits</h4> | |
| <div class="flex flex-wrap gap-3"> | |
| <span class="px-3 py-1 bg-blue-900 rounded-full text-sm">Brave</span> | |
| <span class="px-3 py-1 bg-red-900 rounded-full text-sm">Temperamental</span> | |
| <span class="px-3 py-1 bg-green-900 rounded-full text-sm">Loyal</span> | |
| <span class="px-3 py-1 bg-yellow-900 rounded-full text-sm">Ambitious</span> | |
| <span class="px-3 py-1 bg-purple-900 rounded-full text-sm">Cunning</span> | |
| </div> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-xl mb-3 text-white">Background Story</h4> | |
| <textarea class="w-full bg-gray-700 rounded p-3 text-white h-32" placeholder="Write your character's backstory..."></textarea> | |
| </div> | |
| </div> | |
| <div class="lg:w-1/2 flex flex-col justify-between"> | |
| <div class="bg-gray-800 rounded-xl p-8 h-full flex items-center justify-center"> | |
| <div class="relative"> | |
| <div class="w-64 h-64 bg-gradient-to-br from-yellow-600 to-gray-900 rounded-full mx-auto mb-6"></div> | |
| <div class="text-center"> | |
| <h4 class="font-cinzel text-xl font-bold">Character Preview</h4> | |
| <p class="text-gray-400">Name: <span class="text-white">Ser Aldric of Blackridge</span></p> | |
| <p class="text-gray-400">Class: <span class="text-white">Knight-Errant</span></p> | |
| <p class="text-gray-400">Age: <span class="text-white">34 winters</span></p> | |
| </div> | |
| </div> | |
| </div> | |
| <button class="mt-8 bg-gradient-to-r from-yellow-600 to-yellow-800 text-white px-8 py-4 rounded-full font-bold text-lg hover:from-yellow-700 hover:to-yellow-900 transition transform hover:scale-105 w-full"> | |
| SAVE CHARACTER TEMPLATE | |
| </button> | |
| </div> | |
| </div> | |
| <div class="mt-16 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6"> | |
| <div class="bg-gray-800 rounded-xl p-6"> | |
| <div class="text-yellow-500 mb-4 text-3xl"> | |
| <i class="fas fa-dna"></i> | |
| </div> | |
| <h4 class="font-bold text-lg mb-2">Genetic Inheritance</h4> | |
| <p class="text-gray-300 text-sm"> | |
| Dynasties pass down physical traits and personalities to offspring with realistic hereditary patterns. | |
| </p> | |
| </div> | |
| <div class="bg-gray-800 rounded-xl p-6"> | |
| <div class="text-yellow-500 mb-4 text-3xl"> | |
| <i class="fas fa-scroll"></i> | |
| </div> | |
| <h4 class="font-bold text-lg mb-2">100+ Backgrounds</h4> | |
| <p class="text-gray-300 text-sm"> | |
| From peasant to noble, each background provides unique starting conditions and story opportunities. | |
| </p> | |
| </div> | |
| <div class="bg-gray-800 rounded-xl p-6"> | |
| <div class="text-yellow-500 mb-4 text-3xl"> | |
| <i class="fas fa-chess-rook"></i> | |
| </div> | |
| <h4 class="font-bold text-lg mb-2">50+ Classes</h4> | |
| <p class="text-gray-300 text-sm"> | |
| Specialized medieval professions each with unique skill trees and gameplay mechanics. | |
| </p> | |
| </div> | |
| <div class="bg-gray-800 rounded-xl p-6"> | |
| <div class="text-yellow-500 mb-4 text-3xl"> | |
| <i class="fas fa-language"></i> | |
| </div> | |
| <h4 class="font-bold text-lg mb-2">Cultural Diversity</h4> | |
| <p class="text-gray-300 text-sm"> | |
| Characters reflect their ethnic origins with appropriate naming conventions and visual styles. | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Expansions Section --> | |
| <section id="expansions" class="py-20 bg-gradient-to-b from-gray-800 to-gray-900"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="font-cinzel text-center text-4xl md:text-5xl font-bold mb-16 gradient-text">Expansion Packs & Content</h2> | |
| <div class="grid grid-cols-1 lg:grid-cols-3 gap-10"> | |
| <!-- Expansion 1 --> | |
| <div class="bg-gray-800 rounded-xl overflow-hidden transition duration-300 transform hover:scale-105 feature-card"> | |
| <div class="h-48 bg-gradient-to-r from-purple-900 to-blue-800 flex items-center justify-center"> | |
| <h3 class="font-cinzel text-3xl font-bold text-center text-white">Realms of the Deep</h3> | |
| </div> | |
| <div class="p-8"> | |
| <div class="flex justify-between items-start mb-4"> | |
| <span class="bg-yellow-600 text-white px-3 py-1 rounded-full text-sm">Coming Q3 2023</span> | |
| <span class="text-yellow-500 font-bold text-xl">$29.99</span> | |
| </div> | |
| <p class="text-gray-300 mb-6"> | |
| Expand your kingdom to coastal regions with new naval mechanics, underwater exploration, and maritime trade routes. Includes 4 new cultures and aquatic mounts. | |
| </p> | |
| <ul class="space-y-2 mb-6"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i> | |
| <span>Completely new naval warfare system</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i> | |
| <span>12 aquatic creature mounts</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i> | |
| <span>Underwater castle modules</span> | |
| </li> | |
| </ul> | |
| <button class="w-full bg-gray-700 hover:bg-gray-600 text-white py-3 rounded-full font-bold transition"> | |
| ADD TO WISHLIST | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Expansion 2 --> | |
| <div class="bg-gray-800 rounded-xl overflow-hidden transition duration-300 transform hover:scale-105 feature-card"> | |
| <div class="h-48 bg-gradient-to-r from-red-900 to-orange-800 flex items-center justify-center"> | |
| <h3 class="font-cinzel text-3xl font-bold text-center text-white">Draconian Wars</h3> | |
| </div> | |
| <div class="p-8"> | |
| <div class="flex justify-between items-start mb-4"> | |
| <span class="bg-green-600 text-white px-3 py-1 rounded-full text-sm">Available Now</span> | |
| <span class="text-yellow-500 font-bold text-xl">$39.99</span> | |
| </div> | |
| <p class="text-gray-300 mb-6"> | |
| Introducing dragon taming, aerial combat, and the mighty Draconian race complete with their own culture, architecture, and story campaigns. | |
| </p> | |
| <ul class="space-y-2 mb-6"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i> | |
| <span>7 dragon breeds with unique abilities</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i> | |
| <span>Aerial siege warfare mechanics</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i> | |
| <span>Volcanic castle modules</span> | |
| </li> | |
| </ul> | |
| <button class="w-full bg-yellow-600 hover:bg-yellow-700 text-white py-3 rounded-full font-bold transition"> | |
| BUY NOW | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Expansion 3 --> | |
| <div class="bg-gray-800 rounded-xl overflow-hidden transition duration-300 transform hover:scale-105 feature-card"> | |
| <div class="h-48 bg-gradient-to-r from-green-900 to-emerald-800 flex items-center justify-center"> | |
| <h3 class="font-cinzel text-3xl font-bold text-center text-white">Court of Shadows</h3> | |
| </div> | |
| <div class="p-8"> | |
| <div class="flex justify-between items-start mb-4"> | |
| <span class="bg-blue-600 text-white px-3 py-1 rounded-full text-sm">Coming Q1 2024</span> | |
| <span class="text-yellow-500 font-bold text-xl">$24.99</span> | |
| </div> | |
| <p class="text-gray-300 mb-6"> | |
| Delve into the world of espionage, assassination, and courtly intrigue with new stealth mechanics and political maneuvering systems. | |
| </p> | |
| <ul class="space-y-2 mb-6"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i> | |
| <span>Expanded espionage skill trees</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i> | |
| <span>Assassin's guild management</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-yellow-500 mt-1 mr-2"></i> | |
| <span>Secret underground castle modules</span> | |
| </li> | |
| </ul> | |
| <button class="w-full bg-gray-700 hover:bg-gray-600 text-white py-3 rounded-full font-bold transition"> | |
| ADD TO WISHLIST | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Stuff Packs --> | |
| <h3 class="font-cinzel text-center text-3xl font-bold mb-10 mt-20 gradient-text">Stuff Packs & Cosmetic DLCs</h3> | |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-6"> | |
| <div class="bg-gray-800 rounded-xl p-6 text-center hover:bg-gray-700 transition cursor-pointer"> | |
| <div class="h-24 bg-purple-700 rounded-lg mb-4 flex items-center justify-center"> | |
| <i class="fas fa-chess-queen text-4xl text-white"></i> | |
| </div> | |
| <h4 class="font-bold mb-2">Regal Attire Pack</h4> | |
| <p class="text-gray-300 text-sm mb-3">15 royal outfits and crown variants</p> | |
| <span class="text-yellow-500 font-bold">$4.99</span> | |
| </div> | |
| <div class="bg-gray-800 rounded-xl p-6 text-center hover:bg-gray-700 transition cursor-pointer"> | |
| <div class="h-24 bg-blue-700 rounded-lg mb-4 flex items-center justify-center"> | |
| <i class="fas fa-horse-head text-4xl text-white"></i> | |
| </div> | |
| <h4 class="font-bold mb-2">Exotic Mounts Pack</h4> | |
| <p class="text-gray-300 text-sm mb-3">8 legendary creature mounts</p> | |
| <span class="text-yellow-500 font-bold">$7.99</span> | |
| </div> | |
| <div class="bg-gray-800 rounded-xl p-6 text-center hover:bg-gray-700 transition cursor-pointer"> | |
| <div class="h-24 bg-red-700 rounded-lg mb-4 flex items-center justify-center"> | |
| <i class="fas fa-shield-alt text-4xl text-white"></i> | |
| </div> | |
| <h4 class="font-bold mb-2">Warrior's Arsenal Pack</h4> | |
| <p class="text-gray-300 text-sm mb-3">45 historically accurate weapons</p> | |
| <span class="text-yellow-500 font-bold">$6.99</span> | |
| </div> | |
| <div class="bg-gray-800 rounded-xl p-6 text-center hover:bg-gray-700 transition cursor-pointer"> | |
| <div class="h-24 bg-green-700 rounded-lg mb-4 flex items-center justify-center"> | |
| <i class="fas fa-archway text-4xl text-white"></i> | |
| </div> | |
| <h4 class="font-bold mb-2">Gothic Architecture Pack</h4> | |
| <p class="text-gray-300 text-sm mb-3">120 new castle building pieces</p> | |
| <span class="text-yellow-500 font-bold">$8.99</span> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Gallery Section --> | |
| <section id="gallery" class="py-20 bg-gray-900"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="font-cinzel text-center text-4xl md:text-5xl font-bold mb-16 gradient-text">Explore the World</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6"> | |
| <div class="relative h-80 rounded-xl overflow-hidden group"> | |
| <img src="https://via.placeholder.com/800x600/1a202c/ffffff?text=Castle+Siege" class="w-full h-full object-cover" alt="Castle Siege"> | |
| <div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition"> | |
| <div class="text-center p-6"> | |
| <h3 class="font-cinzel text-2xl font-bold mb-2">Epic Siege Warfare</h3> | |
| <p>Command armies in massive castle assaults with realistic siege mechanics</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="relative h-80 rounded-xl overflow-hidden group"> | |
| <img src="https://via.placeholder.com/800x600/1a202c/ffffff?text=Dynamic+Weather" class="w-full h-full object-cover" alt="Dynamic Weather"> | |
| <div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition"> | |
| <div class="text-center p-6"> | |
| <h3 class="font-cinzel text-2xl font-bold mb-2">Living World</h3> | |
| <p>Experience seasonal changes that affect gameplay and strategy</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="relative h-80 rounded-xl overflow-hidden group"> | |
| <img src="https://via.placeholder.com/800x600/1a202c/ffffff?text=Open+World" class="w-full h-full object-cover" alt="Open World"> | |
| <div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition"> | |
| <div class="text-center p-6"> | |
| <h3 class="font-cinzel text-2xl font-bold mb-2">Vast Landscapes</h3> | |
| <p>Explore 100 square miles of diverse biomes and hidden secrets</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="relative h-80 rounded-xl overflow-hidden group"> | |
| <img src="https://via.placeholder.com/800x600/1a202c/ffffff?text=Character+Customization" class="w-full h-full object-cover" alt="Character Customization"> | |
| <div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition"> | |
| <div class="text-center p-6"> | |
| <h3 class="font-cinzel text-2xl font-bold mb-2">Deep Customization</h3> | |
| <p>Create unique characters with thousands of visual combinations</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="relative h-80 rounded-xl overflow-hidden group"> | |
| <img src="https://via.placeholder.com/800x600/1a202c/ffffff?text=Kingdom+Builder" class="w-full h-full object-cover" alt="Kingdom Builder"> | |
| <div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition"> | |
| <div class="text-center p-6"> | |
| <h3 class="font-cinzel text-2xl font-bold mb-2">Kingdom Crafting</h3> | |
| <p>Design functional castles with defense mechanics and interior economies</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="relative h-80 rounded-xl overflow-hidden group"> | |
| <img src="https://via.placeholder.com/800x600/1a202c/ffffff?text=Mounts+and+Creatures" class="w-full h-full object-cover" alt="Mounts and Creatures"> | |
| <div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition"> | |
| <div class="text-center p-6"> | |
| <h3 class="font-cinzel text-2xl font-bold mb-2">Exotic Mounts</h3> | |
| <p>Tame and ride over 200 creatures from horses to mythical beasts</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-16 flex justify-center"> | |
| <button class="bg-gradient-to-r from-yellow-600 to-yellow-800 text-white px-8 py-4 rounded-full font-bold text-lg hover:from-yellow-700 hover:to-yellow-900 transition transform hover:scale-105 flex items-center gap-3"> | |
| <i class="fas fa-images"></i> VIEW FULL GALLERY | |
| </button> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- News Section --> | |
| <section id="news" class="py-20 bg-gradient-to-b from-gray-800 to-gray-900"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="font-cinzel text-center text-4xl md:text-5xl font-bold mb-16 gradient-text">Latest Updates</h2> | |
| <div class="grid grid-cols-1 lg:grid-cols-3 gap-8"> | |
| <!-- News 1 --> | |
| <div class="bg-gray-800 rounded-xl overflow-hidden"> | |
| <div class="h-48 bg-gradient-to-r from-blue-900 to-indigo-800 relative"> | |
| <div class="absolute bottom-0 left-0 right-0 h-16 bg-gradient-to-t from-gray-800 to-transparent"></div> | |
| <div class="absolute top-4 left-4 bg-yellow-600 text-white px-3 py-1 rounded-full text-xs font-bold">PATCH NOTES</div> | |
| </div> | |
| <div class="p-6"> | |
| <h3 class="font-bold text-xl mb-2">Version 1.4 - "Winter's Grasp" Update</h3> | |
| <p class="text-gray-300 text-sm mb-4">June 15, 2023</p> | |
| <p class="text-gray-300 mb-4"> | |
| Major update introducing advanced winter mechanics, snow physics, and holiday events. | |
| </p> | |
| <a href="#" class="text-yellow-500 font-bold flex items-center gap-2"> | |
| Read More <i class="fas fa-arrow-right mt-1"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <!-- News 2 --> | |
| <div class="bg-gray-800 rounded-xl overflow-hidden"> | |
| <div class="h-48 bg-gradient-to-r from-red-900 to-rose-800 relative"> | |
| <div class="absolute bottom-0 left-0 right-0 h-16 bg-gradient-to-t from-gray-800 to-transparent"></div> | |
| <div class="absolute top-4 left-4 bg-green-600 text-white px-3 py-1 rounded-full text-xs font-bold">ANNOUNCEMENT</div> | |
| </div> | |
| <div class="p-6"> | |
| <h3 class="font-bold text-xl mb-2">The Sixth Kingdoms: Console Edition</h3> | |
| <p class="text-gray-300 text-sm mb-4">May 30, 2023</p> | |
| <p class="text-gray-300 mb-4"> | |
| Coming to PlayStation 5 and Xbox Series X|S this fall with optimized controls and UI. | |
| </p> | |
| <a href="#" class="text-yellow-500 font-bold flex items-center gap-2"> | |
| Read More <i class="fas fa-arrow-right mt-1"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <!-- News 3 --> | |
| <div class="bg-gray-800 rounded-xl overflow-hidden"> | |
| <div class="h-48 bg-gradient-to-r from-green-900 to-emerald-800 relative"> | |
| <div class="absolute bottom-0 left-0 right-0 h-16 bg-gradient-to-t from-gray-800 to-transparent"></div> | |
| <div class="absolute top-4 left-4 bg-blue-600 text-white px-3 py-1 rounded-full text-xs font-bold">COMMUNITY</div> | |
| </div> | |
| <div class="p-6"> | |
| <h3 class="font-bold text-xl mb-2">Modding Support & Steam Workshop</h3> | |
| <p class="text-gray-300 text-sm mb-4">May 12, 2023</p> | |
| <p class="text-gray-300 mb-4"> | |
| Official modding tools now available with over 500 community creations already uploaded. | |
| </p> | |
| <a href="#" class="text-yellow-500 font-bold flex items-center gap-2"> | |
| Read More <i class="fas fa-arrow-right mt-1"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-16 flex justify-center"> | |
| <button class="bg-white bg-opacity-20 text-white px-8 py-4 rounded-full font-bold text-lg hover:bg-opacity-30 transition transform hover:scale-105"> | |
| VIEW ALL NEWS | |
| </button> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Newsletter --> | |
| <section class="py-16 bg-gray-900"> | |
| <div class="container mx-auto px-6 max-w-4xl"> | |
| <div class="bg-gray-800 rounded-xl p-8 md:p-12 text-center"> | |
| <h3 class="font-cinzel text-3xl font-bold mb-4 gradient-text">Join the Royal Court</h3> | |
| <p class="text-gray-300 mb-8 max-w-2xl mx-auto"> | |
| Subscribe to receive exclusive updates, behind-the-scenes content, and special offers for The Sixth Kingdoms and its expansions. | |
| </p> | |
| <div class="flex flex-col md:flex-row gap-4 max-w-lg mx-auto"> | |
| <input type="email" placeholder="Your Royal Email" class="flex-grow bg-gray-700 text-white px-6 py-3 rounded-full focus:outline-none focus:ring-2 focus:ring-yellow-500"> | |
| <button class="bg-gradient-to-r from-yellow-600 to-yellow-800 text-white px-8 py-3 rounded-full font-bold hover:from-yellow-700 hover:to-yellow-900 transition whitespace-nowrap"> | |
| SUBSCRIBE | |
| </button> | |
| </div> | |
| <p class="text-gray-500 text-xs mt-4">We respect your sovereignty. No spam, ever.</p> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-950 pt-16 pb-8"> | |
| <div class="container mx-auto px-6"> | |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-12"> | |
| <div> | |
| <div class="flex items-center mb-4"> | |
| <img src="https://via.placeholder.com/40" alt="The Sixth Kingdoms Logo" class="h-8 w-8 mr-3"> | |
| <span class="font-cinzel text-xl font-bold gradient-text">The Sixth Kingdoms</span> | |
| </div> | |
| <p class="text-gray-400 text-sm"> | |
| © 2023 Sovereign Interactive. All rights reserved. The Sixth Kingdoms and all related content are trademarks of Sovereign Interactive. | |
| </p> | |
| <div class="flex gap-4 mt-6"> | |
| <a href="#" class="text-gray-400 hover:text-white text-xl"><i class="fab fa-twitter"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-white text-xl"><i class="fab fa-discord"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-white text-xl"><i class="fab fa-youtube"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-white text-xl"><i class="fab fa-steam"></i></a> | |
| </div> | |
| </div> | |
| <div> | |
| <h4 class="font-cinzel text-lg font-bold mb-4 gradient-text">Game</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Features</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Expansions</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">System Requirements</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">FAQ</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Roadmap</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-cinzel text-lg font-bold mb-4 gradient-text">Community</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Forums</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Guides</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Modding</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Leaderboards</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Events</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-cinzel text-lg font-bold mb-4 gradient-text">Legal</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Terms of Service</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Cookie Policy</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">EULA</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Contact Us</a></li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center"> | |
| <div class="text-gray-500 text-sm mb-4 md:mb-0"> | |
| <p>Available on: </p> | |
| <div class="flex gap-4 mt-2"> | |
| <i class="fab fa-windows"></i> | |
| <i class="fab fa-steam"></i> | |
| <i class="fab fa-playstation"></i> | |
| <i class="fab fa-xbox"></i> | |
| </div> | |
| </div> | |
| <div class="text-gray-500 text-xs text-center md:text-right"> | |
| <p>ESRB Rating: MATURE 17+ Blood and Gore, Intense Violence, Sexual Content, Strong Language</p> | |
| <p class="mt-1">The Sixth Kingdoms is a work of fiction. Any resemblance to actual persons, living or dead, or actual events is purely coincidental.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Simple animation for the weather cycle showcase | |
| const weatherElement = document.querySelector('.weather-cycle'); | |
| if(weatherElement) { | |
| let position = 0; | |
| setInterval(() => { | |
| position = (position + 1) % 100; | |
| weatherElement.style.backgroundPositionX = `${position}%`; | |
| }, 100); | |
| } | |
| // Mobile menu toggle would go here | |
| // document.querySelector('.mobile-menu-button').addEventListener('click', function() { | |
| // document.querySelector('.mobile-menu').classList.toggle('hidden'); | |
| // }); | |
| </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=program67/the-sixth-kingdoms-forum" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |