Spaces:
Running
Running

Wauplin
HF Staff
I want to build a static website for a French pension pour chiens et chats called "Entre Bonnes Pattes". Please make it look nice and appealing. You can use placeholder for images for now. Somewhere in the page, I would like to add a facebook feed from https://www.facebook.com/entrebonnespattes26. - Initial Deployment
48e2476
verified
<html lang="fr"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Entre Bonnes Pattes - Pension pour chiens et chats</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> | |
.hero { | |
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1586671267731-da2cf3ceeb80?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1790&q=80'); | |
background-size: cover; | |
background-position: center; | |
} | |
.service-card:hover { | |
transform: translateY(-10px); | |
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
} | |
.testimonial-card { | |
transition: all 0.3s ease; | |
} | |
.testimonial-card:hover { | |
transform: scale(1.03); | |
} | |
.facebook-container { | |
min-height: 500px; | |
} | |
@media (max-width: 768px) { | |
.facebook-container { | |
min-height: 400px; | |
} | |
} | |
</style> | |
</head> | |
<body class="font-sans bg-gray-50"> | |
<!-- Navigation --> | |
<nav class="bg-white shadow-lg sticky top-0 z-50"> | |
<div class="max-w-7xl mx-auto px-4"> | |
<div class="flex justify-between items-center h-20"> | |
<div class="flex items-center"> | |
<div class="flex-shrink-0"> | |
<img class="h-12 w-auto" src="https://via.placeholder.com/150" alt="Entre Bonnes Pattes Logo"> | |
</div> | |
<div class="hidden md:block"> | |
<div class="ml-10 flex items-baseline space-x-4"> | |
<a href="#accueil" class="text-indigo-600 hover:text-indigo-800 px-3 py-2 rounded-md text-sm font-medium">Accueil</a> | |
<a href="#services" class="text-gray-700 hover:text-indigo-600 px-3 py-2 rounded-md text-sm font-medium">Nos Services</a> | |
<a href="#galerie" class="text-gray-700 hover:text-indigo-600 px-3 py-2 rounded-md text-sm font-medium">Galerie</a> | |
<a href="#contact" class="text-gray-700 hover:text-indigo-600 px-3 py-2 rounded-md text-sm font-medium">Contact</a> | |
</div> | |
</div> | |
</div> | |
<div class="hidden md:block"> | |
<div class="ml-4 flex items-center md:ml-6"> | |
<a href="tel:+33612345678" class="bg-indigo-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-indigo-700"> | |
<i class="fas fa-phone mr-2"></i>06 12 34 56 78 | |
</a> | |
</div> | |
</div> | |
<div class="-mr-2 flex md:hidden"> | |
<button type="button" class="bg-gray-100 inline-flex items-center justify-center p-2 rounded-md text-gray-700 hover:text-white hover:bg-indigo-600 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-800 focus:ring-white" aria-controls="mobile-menu" aria-expanded="false" id="mobile-menu-button"> | |
<span class="sr-only">Open main menu</span> | |
<svg class="block h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true"> | |
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" /> | |
</svg> | |
</button> | |
</div> | |
</div> | |
</div> | |
<!-- Mobile menu --> | |
<div class="hidden md:hidden" id="mobile-menu"> | |
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3"> | |
<a href="#accueil" class="text-indigo-600 block px-3 py-2 rounded-md text-base font-medium">Accueil</a> | |
<a href="#services" class="text-gray-700 hover:text-indigo-600 block px-3 py-2 rounded-md text-base font-medium">Nos Services</a> | |
<a href="#galerie" class="text-gray-700 hover:text-indigo-600 block px-3 py-2 rounded-md text-base font-medium">Galerie</a> | |
<a href="#contact" class="text-gray-700 hover:text-indigo-600 block px-3 py-2 rounded-md text-base font-medium">Contact</a> | |
<a href="tel:+33612345678" class="bg-indigo-600 text-white block px-3 py-2 rounded-md text-base font-medium hover:bg-indigo-700"> | |
<i class="fas fa-phone mr-2"></i>06 12 34 56 78 | |
</a> | |
</div> | |
</div> | |
</nav> | |
<!-- Hero Section --> | |
<section id="accueil" class="hero h-screen flex items-center justify-center text-white"> | |
<div class="text-center px-4"> | |
<h1 class="text-4xl md:text-6xl font-bold mb-6">Entre Bonnes Pattes</h1> | |
<p class="text-xl md:text-2xl mb-8">Pension familiale pour chiens et chats dans la Drôme</p> | |
<div class="flex flex-col sm:flex-row justify-center gap-4"> | |
<a href="#contact" class="bg-indigo-600 hover:bg-indigo-700 text-white font-bold py-3 px-6 rounded-lg transition duration-300"> | |
<i class="fas fa-envelope mr-2"></i>Nous contacter | |
</a> | |
<a href="#services" class="bg-white hover:bg-gray-100 text-indigo-600 font-bold py-3 px-6 rounded-lg transition duration-300"> | |
<i class="fas fa-paw mr-2"></i>Nos services | |
</a> | |
</div> | |
</div> | |
</section> | |
<!-- About Section --> | |
<section class="py-16 bg-white"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="lg:text-center"> | |
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">À propos</h2> | |
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
Une pension familiale où vos animaux sont comme à la maison | |
</p> | |
<p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> | |
Située dans un cadre verdoyant en Drôme Provençale, notre pension offre un environnement sécurisé et chaleureux pour vos compagnons à quatre pattes. | |
</p> | |
</div> | |
<div class="mt-20"> | |
<div class="grid grid-cols-1 gap-12 md:grid-cols-2 lg:grid-cols-3"> | |
<div class="flex flex-col items-center text-center"> | |
<div class="flex items-center justify-center h-16 w-16 rounded-md bg-indigo-500 text-white"> | |
<i class="fas fa-home text-2xl"></i> | |
</div> | |
<div class="mt-5"> | |
<h3 class="text-lg font-medium text-gray-900">Environnement familial</h3> | |
<p class="mt-2 text-base text-gray-500"> | |
Vos animaux sont accueillis dans une véritable maison avec jardin, loin des cages et des boxes impersonnels. | |
</p> | |
</div> | |
</div> | |
<div class="flex flex-col items-center text-center"> | |
<div class="flex items-center justify-center h-16 w-16 rounded-md bg-indigo-500 text-white"> | |
<i class="fas fa-heart text-2xl"></i> | |
</div> | |
<div class="mt-5"> | |
<h3 class="text-lg font-medium text-gray-900">Passion et professionnalisme</h3> | |
<p class="mt-2 text-base text-gray-500"> | |
Notre équipe est composée de véritables amoureux des animaux, formés aux soins et au comportement canin et félin. | |
</p> | |
</div> | |
</div> | |
<div class="flex flex-col items-center text-center"> | |
<div class="flex items-center justify-center h-16 w-16 rounded-md bg-indigo-500 text-white"> | |
<i class="fas fa-shield-alt text-2xl"></i> | |
</div> | |
<div class="mt-5"> | |
<h3 class="text-lg font-medium text-gray-900">Sécurité optimale</h3> | |
<p class="mt-2 text-base text-gray-500"> | |
Notre espace est entièrement clôturé et sécurisé, avec des zones distinctes pour les chiens et les chats. | |
</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Services Section --> | |
<section id="services" class="py-16 bg-gray-50"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="text-center"> | |
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Nos services</h2> | |
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
Nous prenons soin de vos compagnons | |
</p> | |
</div> | |
<div class="mt-12 grid gap-8 md:grid-cols-2 lg:grid-cols-3"> | |
<!-- Service Card 1 --> | |
<div class="service-card bg-white rounded-lg shadow-md overflow-hidden transition duration-300 ease-in-out"> | |
<div class="h-48 bg-indigo-100 flex items-center justify-center"> | |
<i class="fas fa-dog text-6xl text-indigo-600"></i> | |
</div> | |
<div class="p-6"> | |
<h3 class="text-xl font-semibold text-gray-800">Pension pour chiens</h3> | |
<p class="mt-2 text-gray-600"> | |
Hébergement en pension complète avec sorties régulières dans notre grand jardin sécurisé. Nous adaptons les espaces selon la taille et le tempérament de votre chien. | |
</p> | |
<div class="mt-4"> | |
<span class="text-indigo-600 font-bold">À partir de 20€/jour</span> | |
</div> | |
</div> | |
</div> | |
<!-- Service Card 2 --> | |
<div class="service-card bg-white rounded-lg shadow-md overflow-hidden transition duration-300 ease-in-out"> | |
<div class="h-48 bg-indigo-100 flex items-center justify-center"> | |
<i class="fas fa-cat text-6xl text-indigo-600"></i> | |
</div> | |
<div class="p-6"> | |
<h3 class="text-xl font-semibold text-gray-800">Pension pour chats</h3> | |
<p class="mt-2 text-gray-600"> | |
Espace dédié et calme pour nos amis félins, avec arbres à chat, cachettes et accès à un espace extérieur sécurisé. Chaque chat dispose de son propre espace personnel. | |
</p> | |
<div class="mt-4"> | |
<span class="text-indigo-600 font-bold">À partir de 15€/jour</span> | |
</div> | |
</div> | |
</div> | |
<!-- Service Card 3 --> | |
<div class="service-card bg-white rounded-lg shadow-md overflow-hidden transition duration-300 ease-in-out"> | |
<div class="h-48 bg-indigo-100 flex items-center justify-center"> | |
<i class="fas fa-bone text-6xl text-indigo-600"></i> | |
</div> | |
<div class="p-6"> | |
<h3 class="text-xl font-semibold text-gray-800">Garde à domicile</h3> | |
<p class="mt-2 text-gray-600"> | |
Nous venons chez vous pour nourrir, promener et jouer avec vos animaux dans leur environnement habituel. Idéal pour les animaux qui ne supportent pas le changement. | |
</p> | |
<div class="mt-4"> | |
<span class="text-indigo-600 font-bold">À partir de 12€/visite</span> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="mt-12 text-center"> | |
<a href="#contact" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-indigo-600 hover:bg-indigo-700"> | |
<i class="fas fa-calendar-alt mr-2"></i> Réserver maintenant | |
</a> | |
</div> | |
</div> | |
</section> | |
<!-- Gallery Section --> | |
<section id="galerie" class="py-16 bg-white"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="text-center"> | |
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Notre univers</h2> | |
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
Galerie photos | |
</p> | |
</div> | |
<div class="mt-12 grid grid-cols-1 gap-6 sm:grid-cols-2 lg:grid-cols-3"> | |
<!-- Image 1 --> | |
<div class="overflow-hidden rounded-lg shadow-lg"> | |
<img class="w-full h-64 object-cover" src="https://images.unsplash.com/photo-1552053831-71594a27632d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=662&q=80" alt="Chien heureux"> | |
<div class="px-6 py-4"> | |
<h4 class="text-lg font-semibold text-gray-800">Espace canin</h4> | |
<p class="text-gray-600">Notre grand jardin sécurisé pour les chiens</p> | |
</div> | |
</div> | |
<!-- Image 2 --> | |
<div class="overflow-hidden rounded-lg shadow-lg"> | |
<img class="w-full h-64 object-cover" src="https://images.unsplash.com/photo-1514888286974-6c03e2ca1dba?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=686&q=80" alt="Chat confortable"> | |
<div class="px-6 py-4"> | |
<h4 class="text-lg font-semibold text-gray-800">Espace félin</h4> | |
<p class="text-gray-600">Zone calme et confortable pour les chats</p> | |
</div> | |
</div> | |
<!-- Image 3 --> | |
<div class="overflow-hidden rounded-lg shadow-lg"> | |
<img class="w-full h-64 object-cover" src="https://images.unsplash.com/photo-1583511655826-05700442b31?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=686&q=80" alt="Chien jouant"> | |
<div class="px-6 py-4"> | |
<h4 class="text-lg font-semibold text-gray-800">Activités</h4> | |
<p class="text-gray-600">Jeux et interactions quotidiennes</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Testimonials Section --> | |
<section class="py-16 bg-indigo-50"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="text-center"> | |
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Témoignages</h2> | |
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
Ce que disent nos clients | |
</p> | |
</div> | |
<div class="mt-12 grid gap-8 md:grid-cols-2 lg:grid-cols-3"> | |
<!-- Testimonial 1 --> | |
<div class="testimonial-card bg-white p-6 rounded-lg shadow-md"> | |
<div class="flex items-center"> | |
<img class="h-12 w-12 rounded-full" src="https://randomuser.me/api/portraits/women/32.jpg" alt="Marie D."> | |
<div class="ml-4"> | |
<h4 class="text-lg font-semibold text-gray-800">Marie D.</h4> | |
<div class="flex text-yellow-400"> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
</div> | |
</div> | |
</div> | |
<p class="mt-4 text-gray-600 italic"> | |
"Je laisse mon golden retriever Max ici chaque été depuis 3 ans. Il est tellement heureux qu'il commence à s'agiter dès qu'on approche de la pension ! L'équipe est formidable et m'envoie des photos régulièrement." | |
</p> | |
</div> | |
<!-- Testimonial 2 --> | |
<div class="testimonial-card bg-white p-6 rounded-lg shadow-md"> | |
<div class="flex items-center"> | |
<img class="h-12 w-12 rounded-full" src="https://randomuser.me/api/portraits/men/54.jpg" alt="Pierre L."> | |
<div class="ml-4"> | |
<h4 class="text-lg font-semibold text-gray-800">Pierre L.</h4> | |
<div class="flex text-yellow-400"> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
</div> | |
</div> | |
</div> | |
<p class="mt-4 text-gray-600 italic"> | |
"Mon chat Simba est très anxieux et ne supporte pas les pensions classiques. Ici, il a son propre espace tranquille et les soigneurs prennent le temps de s'adapter à son caractère. Je peux enfin partir en vacances l'esprit tranquille." | |
</p> | |
</div> | |
<!-- Testimonial 3 --> | |
<div class="testimonial-card bg-white p-6 rounded-lg shadow-md"> | |
<div class="flex items-center"> | |
<img class="h-12 w-12 rounded-full" src="https://randomuser.me/api/portraits/women/68.jpg" alt="Sophie M."> | |
<div class="ml-4"> | |
<h4 class="text-lg font-semibold text-gray-800">Sophie M.</h4> | |
<div class="flex text-yellow-400"> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star-half-alt"></i> | |
</div> | |
</div> | |
</div> | |
<p class="mt-4 text-gray-600 italic"> | |
"Nous avons deux chiens de races différentes avec des besoins spécifiques. Entre Bonnes Pattes a su s'adapter parfaitement à chacun. Le cadre est magnifique et les chiens reviennent toujours détendus et heureux. Je recommande vivement !" | |
</p> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Facebook Feed Section --> | |
<section class="py-16 bg-white"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="text-center"> | |
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Nos actualités</h2> | |
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
Suivez-nous sur Facebook | |
</p> | |
</div> | |
<div class="mt-12 facebook-container"> | |
<div class="fb-page" | |
data-href="https://www.facebook.com/entrebonnespattes26" | |
data-tabs="timeline" | |
data-width="500" | |
data-height="500" | |
data-small-header="false" | |
data-adapt-container-width="true" | |
data-hide-cover="false" | |
data-show-facepile="true"> | |
<blockquote cite="https://www.facebook.com/entrebonnespattes26" class="fb-xfbml-parse-ignore"> | |
<a href="https://www.facebook.com/entrebonnespattes26">Entre Bonnes Pattes</a> | |
</blockquote> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Contact Section --> | |
<section id="contact" class="py-16 bg-gray-50"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="lg:grid lg:grid-cols-2 lg:gap-8"> | |
<div class="mb-12 lg:mb-0"> | |
<h2 class="text-3xl font-extrabold text-gray-900">Contactez-nous</h2> | |
<p class="mt-4 text-lg text-gray-500"> | |
Vous avez des questions sur nos services ou souhaitez réserver un séjour pour votre animal ? N'hésitez pas à nous contacter. | |
</p> | |
<div class="mt-8"> | |
<div class="flex items-start"> | |
<div class="flex-shrink-0 bg-indigo-500 rounded-md p-3"> | |
<i class="fas fa-map-marker-alt text-white text-xl"></i> | |
</div> | |
<div class="ml-4"> | |
<h3 class="text-lg font-medium text-gray-900">Adresse</h3> | |
<p class="mt-1 text-gray-600">123 Rue des Animaux, 26000 Valence, France</p> | |
</div> | |
</div> | |
<div class="flex items-start mt-6"> | |
<div class="flex-shrink-0 bg-indigo-500 rounded-md p-3"> | |
<i class="fas fa-phone-alt text-white text-xl"></i> | |
</div> | |
<div class="ml-4"> | |
<h3 class="text-lg font-medium text-gray-900">Téléphone</h3> | |
<p class="mt-1 text-gray-600">06 12 34 56 78</p> | |
</div> | |
</div> | |
<div class="flex items-start mt-6"> | |
<div class="flex-shrink-0 bg-indigo-500 rounded-md p-3"> | |
<i class="fas fa-envelope text-white text-xl"></i> | |
</div> | |
<div class="ml-4"> | |
<h3 class="text-lg font-medium text-gray-900">Email</h3> | |
<p class="mt-1 text-gray-600">[email protected]</p> | |
</div> | |
</div> | |
<div class="flex items-start mt-6"> | |
<div class="flex-shrink-0 bg-indigo-500 rounded-md p-3"> | |
<i class="fas fa-clock text-white text-xl"></i> | |
</div> | |
<div class="ml-4"> | |
<h3 class="text-lg font-medium text-gray-900">Horaires</h3> | |
<p class="mt-1 text-gray-600">Lundi au Samedi : 9h - 12h et 14h - 18h</p> | |
<p class="text-gray-600">Dimanche : sur rendez-vous</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="bg-white shadow-md rounded-lg p-8"> | |
<h3 class="text-xl font-medium text-gray-900 mb-6">Envoyez-nous un message</h3> | |
<form> | |
<div class="mb-4"> | |
<label for="name" class="block text-sm font-medium text-gray-700">Nom complet</label> | |
<input type="text" id="name" name="name" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500"> | |
</div> | |
<div class="mb-4"> | |
<label for="email" class="block text-sm font-medium text-gray-700">Email</label> | |
<input type="email" id="email" name="email" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500"> | |
</div> | |
<div class="mb-4"> | |
<label for="phone" class="block text-sm font-medium text-gray-700">Téléphone</label> | |
<input type="tel" id="phone" name="phone" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500"> | |
</div> | |
<div class="mb-4"> | |
<label for="animal" class="block text-sm font-medium text-gray-700">Type d'animal</label> | |
<select id="animal" name="animal" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500"> | |
<option>Chien</option> | |
<option>Chat</option> | |
<option>Autre</option> | |
</select> | |
</div> | |
<div class="mb-4"> | |
<label for="message" class="block text-sm font-medium text-gray-700">Message</label> | |
<textarea id="message" name="message" rows="4" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500"></textarea> | |
</div> | |
<div class="mt-6"> | |
<button type="submit" class="w-full flex justify-center py-3 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"> | |
Envoyer le message | |
</button> | |
</div> | |
</form> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Map Section --> | |
<div class="bg-white"> | |
<div class="max-w-7xl mx-auto"> | |
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2830.783251389194!2d4.891815315535119!3d44.80518797909868!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47f55796e6c9c7b9%3A0x9e8a6b8b598040a!2s26000%20Valence%2C%20France!5e0!3m2!1sen!2sus!4v1629996547895!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe> | |
</div> | |
</div> | |
<!-- Footer --> | |
<footer class="bg-gray-800 text-white"> | |
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8"> | |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
<div> | |
<h3 class="text-lg font-semibold mb-4">Entre Bonnes Pattes</h3> | |
<p class="text-gray-300"> | |
Pension familiale pour chiens et chats dans la Drôme. Nous offrons un environnement chaleureux et sécurisé pour vos compagnons à quatre pattes. | |
</p> | |
</div> | |
<div> | |
<h3 class="text-lg font-semibold mb-4">Liens rapides</h3> | |
<ul class="space-y-2"> | |
<li><a href="#accueil" class="text-gray-300 hover:text-white">Accueil</a></li> | |
<li><a href="#services" class="text-gray-300 hover:text-white">Nos services</a></li> | |
<li><a href="#galerie" class="text-gray-300 hover:text-white">Galerie</a></li> | |
<li><a href="#contact" class="text-gray-300 hover:text-white">Contact</a></li> | |
</ul> | |
</div> | |
<div> | |
<h3 class="text-lg font-semibold mb-4">Nous suivre</h3> | |
<div class="flex space-x-4"> | |
<a href="https://www.facebook.com/entrebonnespattes26" class="text-gray-300 hover:text-white"> | |
<i class="fab fa-facebook-f text-xl"></i> | |
</a> | |
<a href="#" class="text-gray-300 hover:text-white"> | |
<i class="fab fa-instagram text-xl"></i> | |
</a> | |
</div> | |
<div class="mt-6"> | |
<h4 class="text-sm font-semibold text-gray-300 uppercase tracking-wider">Newsletter</h4> | |
<div class="mt-2 flex"> | |
<input type="email" placeholder="Votre email" class="px-4 py-2 rounded-l-md w-full text-gray-800 focus:outline-none"> | |
<button class="bg-indigo-600 hover:bg-indigo-700 px-4 py-2 rounded-r-md"> | |
<i class="fas fa-paper-plane"></i> | |
</button> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="mt-12 pt-8 border-t border-gray-700"> | |
<p class="text-gray-400 text-sm text-center"> | |
© 2023 Entre Bonnes Pattes. Tous droits réservés. | |
</p> | |
</div> | |
</div> | |
</footer> | |
<!-- Facebook SDK --> | |
<div id="fb-root"></div> | |
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/fr_FR/sdk.js#xfbml=1&version=v12.0" nonce="YOUR_NONCE_VALUE"></script> | |
<!-- Mobile Menu Toggle --> | |
<script> | |
document.getElementById('mobile-menu-button').addEventListener('click', function() { | |
const menu = document.getElementById('mobile-menu'); | |
if (menu.classList.contains('hidden')) { | |
menu.classList.remove('hidden'); | |
} else { | |
menu.classList.add('hidden'); | |
} | |
}); | |
// Smooth scrolling for anchor links | |
document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
anchor.addEventListener('click', function (e) { | |
e.preventDefault(); | |
const targetId = this.getAttribute('href'); | |
const targetElement = document.querySelector(targetId); | |
if (targetElement) { | |
targetElement.scrollIntoView({ | |
behavior: 'smooth' | |
}); | |
// Close mobile menu if open | |
const mobileMenu = document.getElementById('mobile-menu'); | |
if (!mobileMenu.classList.contains('hidden')) { | |
mobileMenu.classList.add('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=Wauplin/entre-bonnes-pattes" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
</html> |