feat: site Le Moulin des Rives — design Tailwind + config Docker

This commit is contained in:
2026-05-28 23:46:36 +02:00
parent 87186db304
commit 1411e6816d
19 changed files with 1060 additions and 19 deletions
+38
View File
@@ -0,0 +1,38 @@
<section id="gallery" class="py-32 scroll-mt-20">
<div class="max-w-6xl mx-auto px-6">
<div class="mb-14 text-center">
<span class="block text-xs tracking-[0.3em] uppercase text-primary mb-4">Galerie</span>
<h2 class="font-serif text-5xl font-light">Découvrez le lieu</h2>
</div>
<div class="grid grid-cols-2 md:grid-cols-3 gap-4">
<img
src="https://images.unsplash.com/photo-1480074568708-e7b720bb3f09?auto=format&fit=crop&w=800&q=80"
alt="Extérieur du gîte"
class="w-full h-64 object-cover rounded-sm"
/>
<img
src="https://images.unsplash.com/photo-1566665797739-1674de7a421a?auto=format&fit=crop&w=800&q=80"
alt="Chambre"
class="w-full h-64 object-cover rounded-sm"
/>
<img
src="https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?auto=format&fit=crop&w=800&q=80"
alt="Cuisine"
class="w-full h-64 object-cover rounded-sm"
/>
<img
src="https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=800&q=80"
alt="Rivière et forêt"
class="w-full h-64 object-cover rounded-sm"
/>
<img
src="https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=1200&q=80"
alt="Vue panoramique"
class="w-full h-64 object-cover rounded-sm col-span-2 md:col-span-2"
/>
</div>
</div>
</section>