Spaces:
Running
Running
File size: 19,259 Bytes
ce38074 9480784 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 | <!DOCTYPE html>
<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>
|