Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Fromage Français - Discover French Cheese</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://unpkg.com/feather-icons"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <style> | |
| .hero-gradient { | |
| background: linear-gradient(135deg, rgba(247,237,213,0.9) 0%, rgba(255,248,230,0.9) 100%); | |
| } | |
| .cheese-card:hover { | |
| transform: translateY(-8px); | |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
| } | |
| .region-tab.active { | |
| border-bottom: 3px solid #d97706; | |
| color: #d97706; | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-amber-50"> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-md sticky top-0 z-50"> | |
| <div class="container mx-auto px-6 py-4"> | |
| <div class="flex items-center justify-between"> | |
| <div class="flex items-center"> | |
| <i data-feather="cheese" class="text-amber-600 mr-2"></i> | |
| <span class="font-serif text-xl font-bold text-amber-800">Fromage Français</span> | |
| </div> | |
| <div class="hidden md:flex space-x-8"> | |
| <a href="#" class="text-amber-800 hover:text-amber-600 font-medium">Home</a> | |
| <a href="#" class="text-gray-600 hover:text-amber-600 font-medium">Cheeses</a> | |
| <a href="#" class="text-gray-600 hover:text-amber-600 font-medium">Regions</a> | |
| <a href="#" class="text-gray-600 hover:text-amber-600 font-medium">Pairings</a> | |
| <a href="#" class="text-gray-600 hover:text-amber-600 font-medium">History</a> | |
| </div> | |
| <button class="md:hidden focus:outline-none"> | |
| <i data-feather="menu" class="text-gray-600"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section class="hero-gradient py-20 px-4"> | |
| <div class="container mx-auto flex flex-col md:flex-row items-center"> | |
| <div class="md:w-1/2 mb-10 md:mb-0" data-aos="fade-right"> | |
| <h1 class="text-4xl md:text-5xl font-serif font-bold text-amber-900 mb-6">Discover the Art of French Cheese</h1> | |
| <p class="text-lg text-gray-700 mb-8">France boasts over 1,000 varieties of cheese, each with its own unique flavor, texture, and history. Explore the rich traditions and regional specialties that make French cheese world-renowned.</p> | |
| <button class="bg-amber-600 hover:bg-amber-700 text-white font-medium py-3 px-6 rounded-lg shadow-md transition duration-300">Explore Cheeses</button> | |
| </div> | |
| <div class="md:w-1/2" data-aos="fade-left"> | |
| <img src="http://static.photos/food/640x360/42" alt="French Cheese Board" class="rounded-lg shadow-xl w-full h-auto"> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Cheese Types Section --> | |
| <section class="py-16 px-4 bg-white"> | |
| <div class="container mx-auto"> | |
| <h2 class="text-3xl font-serif font-bold text-center text-amber-900 mb-12" data-aos="fade-up">Popular French Cheeses</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8"> | |
| <!-- Brie --> | |
| <div class="cheese-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300" data-aos="fade-up" data-aos-delay="100"> | |
| <img src="http://static.photos/food/640x360/101" alt="Brie Cheese" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-serif font-bold text-amber-800 mb-2">Brie</h3> | |
| <p class="text-gray-600 mb-4">Soft, creamy cheese with a bloomy rind from Île-de-France.</p> | |
| <div class="flex items-center text-sm text-gray-500"> | |
| <i data-feather="map-pin" class="mr-1 w-4 h-4"></i> | |
| <span>Île-de-France</span> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Roquefort --> | |
| <div class="cheese-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300" data-aos="fade-up" data-aos-delay="200"> | |
| <img src="http://static.photos/food/640x360/102" alt="Roquefort Cheese" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-serif font-bold text-amber-800 mb-2">Roquefort</h3> | |
| <p class="text-gray-600 mb-4">Blue cheese made from sheep's milk in Southern France.</p> | |
| <div class="flex items-center text-sm text-gray-500"> | |
| <i data-feather="map-pin" class="mr-1 w-4 h-4"></i> | |
| <span>Occitanie</span> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Comté --> | |
| <div class="cheese-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300" data-aos="fade-up" data-aos-delay="300"> | |
| <img src="http://static.photos/food/640x360/103" alt="Comté Cheese" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-serif font-bold text-amber-800 mb-2">Comté</h3> | |
| <p class="text-gray-600 mb-4">Hard, nutty cheese aged in the Jura Mountains.</p> | |
| <div class="flex items-center text-sm text-gray-500"> | |
| <i data-feather="map-pin" class="mr-1 w-4 h-4"></i> | |
| <span>Franche-Comté</span> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Camembert --> | |
| <div class="cheese-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300" data-aos="fade-up" data-aos-delay="400"> | |
| <img src="http://static.photos/food/640x360/104" alt="Camembert Cheese" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-serif font-bold text-amber-800 mb-2">Camembert</h3> | |
| <p class="text-gray-600 mb-4">Soft, creamy cheese from Normandy with a strong aroma.</p> | |
| <div class="flex items-center text-sm text-gray-500"> | |
| <i data-feather="map-pin" class="mr-1 w-4 h-4"></i> | |
| <span>Normandy</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Cheese Regions Section --> | |
| <section class="py-16 px-4 bg-amber-50"> | |
| <div class="container mx-auto"> | |
| <h2 class="text-3xl font-serif font-bold text-center text-amber-900 mb-12" data-aos="fade-up">Cheese by Region</h2> | |
| <div class="flex overflow-x-auto pb-4 mb-8 scrollbar-hide"> | |
| <div class="flex space-x-4"> | |
| <button class="region-tab active px-6 py-2 font-medium text-gray-700 whitespace-nowrap">All Regions</button> | |
| <button class="region-tab px-6 py-2 font-medium text-gray-500 hover:text-amber-600 whitespace-nowrap">Normandy</button> | |
| <button class="region-tab px-6 py-2 font-medium text-gray-500 hover:text-amber-600 whitespace-nowrap">Burgundy</button> | |
| <button class="region-tab px-6 py-2 font-medium text-gray-500 hover:text-amber-600 whitespace-nowrap">Alps</button> | |
| <button class="region-tab px-6 py-2 font-medium text-gray-500 hover:text-amber-600 whitespace-nowrap">Pyrenees</button> | |
| <button class="region-tab px-6 py-2 font-medium text-gray-500 hover:text-amber-600 whitespace-nowrap">Loire Valley</button> | |
| </div> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-8"> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden" data-aos="fade-right"> | |
| <img src="http://static.photos/travel/1024x576/201" alt="French Countryside" class="w-full h-64 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-serif font-bold text-amber-800 mb-4">Regional Specialties</h3> | |
| <p class="text-gray-600 mb-4">Each French region has developed its own cheese-making traditions based on local climate, terrain, and livestock. The diversity is astounding!</p> | |
| <ul class="space-y-2"> | |
| <li class="flex items-center"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2"></i> | |
| <span>Normandy: Camembert, Pont-l'Évêque, Livarot</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2"></i> | |
| <span>Auvergne: Bleu d'Auvergne, Cantal, Saint-Nectaire</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2"></i> | |
| <span>Provence: Banon, Brousse, Picodon</span> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden" data-aos="fade-left"> | |
| <img src="http://static.photos/travel/1024x576/202" alt="Cheese Cellar" class="w-full h-64 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-serif font-bold text-amber-800 mb-4">Protected Designations</h3> | |
| <p class="text-gray-600 mb-4">Many French cheeses have AOC (Appellation d'Origine Contrôlée) status, meaning they can only be produced in specific regions using traditional methods.</p> | |
| <div class="bg-amber-100 border-l-4 border-amber-500 p-4 mb-4"> | |
| <p class="text-amber-700">"You can't call it Roquefort unless it's aged in the natural caves of Combalou in Roquefort-sur-Soulzon!"</p> | |
| </div> | |
| <button class="text-amber-600 hover:text-amber-800 font-medium flex items-center"> | |
| Learn about AOC cheeses | |
| <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Pairing Section --> | |
| <section class="py-16 px-4 bg-white"> | |
| <div class="container mx-auto"> | |
| <h2 class="text-3xl font-serif font-bold text-center text-amber-900 mb-12" data-aos="fade-up">Perfect Pairings</h2> | |
| <div class="flex flex-col md:flex-row items-center mb-12" data-aos="fade-up"> | |
| <div class="md:w-1/2 mb-8 md:mb-0 md:pr-8"> | |
| <h3 class="text-2xl font-serif font-bold text-amber-800 mb-4">Wine & Cheese</h3> | |
| <p class="text-gray-600 mb-6">The French have perfected the art of pairing cheese with wine. Here are some classic combinations:</p> | |
| <ul class="space-y-3"> | |
| <li class="flex items-start"> | |
| <span class="bg-amber-100 text-amber-800 rounded-full px-3 py-1 text-sm font-medium mr-3">1</span> | |
| <span>Brie with Champagne or light Burgundy</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <span class="bg-amber-100 text-amber-800 rounded-full px-3 py-1 text-sm font-medium mr-3">2</span> | |
| <span>Roquefort with Sauternes or Port</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <span class="bg-amber-100 text-amber-800 rounded-full px-3 py-1 text-sm font-medium mr-3">3</span> | |
| <span>Comté with Jura whites or light reds</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <div class="md:w-1/2"> | |
| <img src="http://static.photos/food/640x360/301" alt="Wine and Cheese Pairing" class="rounded-lg shadow-md w-full h-auto"> | |
| </div> | |
| </div> | |
| <div class="flex flex-col md:flex-row-reverse items-center" data-aos="fade-up"> | |
| <div class="md:w-1/2 mb-8 md:mb-0 md:pl-8"> | |
| <h3 class="text-2xl font-serif font-bold text-amber-800 mb-4">Beyond Wine</h3> | |
| <p class="text-gray-600 mb-6">Cheese pairs wonderfully with many other foods and drinks. Try these unexpected combinations:</p> | |
| <div class="grid grid-cols-2 gap-4"> | |
| <div class="bg-amber-50 p-4 rounded-lg"> | |
| <i data-feather="coffee" class="text-amber-600 mb-2"></i> | |
| <p class="text-sm">Comté with black coffee</p> | |
| </div> | |
| <div class="bg-amber-50 p-4 rounded-lg"> | |
| <i data-feather="apple" class="text-amber-600 mb-2"></i> | |
| <p class="text-sm">Brie with crisp apples</p> | |
| </div> | |
| <div class="bg-amber-50 p-4 rounded-lg"> | |
| <i data-feather="nut" class="text-amber-600 mb-2"></i> | |
| <p class="text-sm">Bleu with walnuts</p> | |
| </div> | |
| <div class="bg-amber-50 p-4 rounded-lg"> | |
| <i data-feather="beer" class="text-amber-600 mb-2"></i> | |
| <p class="text-sm">Munster with beer</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2"> | |
| <img src="http://static.photos/food/640x360/302" alt="Cheese and Fruit Pairing" class="rounded-lg shadow-md w-full h-auto"> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Newsletter --> | |
| <section class="py-16 px-4 bg-amber-100"> | |
| <div class="container mx-auto max-w-4xl text-center" data-aos="fade-up"> | |
| <h2 class="text-3xl font-serif font-bold text-amber-900 mb-4">Join Our Cheese Journey</h2> | |
| <p class="text-gray-700 mb-8">Subscribe to our newsletter for monthly cheese discoveries, pairing tips, and exclusive offers.</p> | |
| <div class="flex flex-col sm:flex-row gap-4 justify-center"> | |
| <input type="email" placeholder="Your email address" class="px-4 py-3 rounded-lg border border-amber-300 focus:outline-none focus:ring-2 focus:ring-amber-500 flex-grow max-w-md"> | |
| <button class="bg-amber-600 hover:bg-amber-700 text-white font-medium py-3 px-6 rounded-lg shadow-md transition duration-300 whitespace-nowrap">Subscribe</button> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-amber-900 text-amber-100 py-12 px-4"> | |
| <div class="container mx-auto"> | |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-8"> | |
| <div> | |
| <h3 class="font-serif text-xl font-bold mb-4">Fromage Français</h3> | |
| <p class="mb-4">Celebrating the art and tradition of French cheese-making since 2023.</p> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="hover:text-amber-300"><i data-feather="facebook"></i></a> | |
| <a href="#" class="hover:text-amber-300"><i data-feather="instagram"></i></a> | |
| <a href="#" class="hover:text-amber-300"><i data-feather="twitter"></i></a> | |
| </div> | |
| </div> | |
| <div> | |
| <h4 class="font-medium text-lg mb-4">Explore</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="hover:text-amber-300">Cheese Types</a></li> | |
| <li><a href="#" class="hover:text-amber-300">Regions</a></li> | |
| <li><a href="#" class="hover:text-amber-300">Pairings</a></li> | |
| <li><a href="#" class="hover:text-amber-300">Recipes</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-medium text-lg mb-4">Resources</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="hover:text-amber-300">Cheese Glossary</a></li> | |
| <li><a href="#" class="hover:text-amber-300">Buying Guide</a></li> | |
| <li><a href="#" class="hover:text-amber-300">Storage Tips</a></li> | |
| <li><a href="#" class="hover:text-amber-300">Cheese Events</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-medium text-lg mb-4">Contact</h4> | |
| <ul class="space-y-2"> | |
| <li class="flex items-center"> | |
| <i data-feather="mail" class="mr-2 w-4 h-4"></i> | |
| <span>info@fromagefrancais.com</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="phone" class="mr-2 w-4 h-4"></i> | |
| <span>+33 1 23 45 67 89</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="map-pin" class="mr-2 w-4 h-4"></i> | |
| <span>Paris, France</span> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="border-t border-amber-800 mt-12 pt-8 text-center text-sm"> | |
| <p>© 2023 Fromage Français. All rights reserved.</p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| AOS.init({ | |
| duration: 800, | |
| once: true | |
| }); | |
| feather.replace(); | |
| // Simple region tab functionality | |
| document.querySelectorAll('.region-tab').forEach(tab => { | |
| tab.addEventListener('click', function() { | |
| document.querySelectorAll('.region-tab').forEach(t => t.classList.remove('active')); | |
| this.classList.add('active'); | |
| }); | |
| }); | |
| </script> | |
| </body> | |
| </html> | |