|
|
<!DOCTYPE html> |
|
|
<html lang="fr"> |
|
|
<head> |
|
|
<meta charset="UTF-8"> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
<title>Artisan Peintre | Peinture, Toiture & Rénovation</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: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&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); |
|
|
} |
|
|
|
|
|
.before-after { |
|
|
position: relative; |
|
|
overflow: hidden; |
|
|
} |
|
|
|
|
|
.before-after img { |
|
|
transition: all 0.3s ease; |
|
|
} |
|
|
|
|
|
.before-after:hover img { |
|
|
transform: scale(1.05); |
|
|
} |
|
|
|
|
|
.testimonial-card { |
|
|
transition: all 0.3s ease; |
|
|
} |
|
|
|
|
|
.testimonial-card:hover { |
|
|
transform: scale(1.03); |
|
|
} |
|
|
</style> |
|
|
</head> |
|
|
<body class="font-sans bg-gray-50"> |
|
|
|
|
|
<header class="bg-white shadow-md sticky top-0 z-50"> |
|
|
<div class="container mx-auto px-4 py-3 flex justify-between items-center"> |
|
|
<div class="flex items-center"> |
|
|
<i class="fas fa-paint-roller text-amber-500 text-3xl mr-2"></i> |
|
|
<h1 class="text-xl font-bold text-gray-800">ARTISAN<span class="text-amber-500">PRO</span></h1> |
|
|
</div> |
|
|
|
|
|
<nav class="hidden md:flex space-x-8"> |
|
|
<a href="#accueil" class="text-gray-800 hover:text-amber-500 font-medium">Accueil</a> |
|
|
<a href="#services" class="text-gray-800 hover:text-amber-500 font-medium">Services</a> |
|
|
<a href="#realisations" class="text-gray-800 hover:text-amber-500 font-medium">Réalisations</a> |
|
|
<a href="#avis" class="text-gray-800 hover:text-amber-500 font-medium">Avis</a> |
|
|
<a href="#contact" class="text-gray-800 hover:text-amber-500 font-medium">Contact</a> |
|
|
</nav> |
|
|
|
|
|
<div class="md:hidden"> |
|
|
<button id="menu-btn" class="text-gray-800 focus:outline-none"> |
|
|
<i class="fas fa-bars text-2xl"></i> |
|
|
</button> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div id="mobile-menu" class="hidden md:hidden bg-white py-4 px-4 shadow-lg"> |
|
|
<a href="#accueil" class="block py-2 text-gray-800 hover:text-amber-500">Accueil</a> |
|
|
<a href="#services" class="block py-2 text-gray-800 hover:text-amber-500">Services</a> |
|
|
<a href="#realisations" class="block py-2 text-gray-800 hover:text-amber-500">Réalisations</a> |
|
|
<a href="#avis" class="block py-2 text-gray-800 hover:text-amber-500">Avis</a> |
|
|
<a href="#contact" class="block py-2 text-gray-800 hover:text-amber-500">Contact</a> |
|
|
</div> |
|
|
</header> |
|
|
|
|
|
|
|
|
<section id="accueil" class="hero min-h-screen flex items-center justify-center text-white"> |
|
|
<div class="container mx-auto px-4 text-center"> |
|
|
<h1 class="text-4xl md:text-6xl font-bold mb-6">Artisan Peintre & Rénovation</h1> |
|
|
<p class="text-xl md:text-2xl mb-8 max-w-2xl mx-auto">Expert en peinture, toiture et rénovation complète pour particuliers et professionnels.</p> |
|
|
<div class="flex flex-col sm:flex-row justify-center gap-4"> |
|
|
<a href="#contact" class="bg-amber-500 hover:bg-amber-600 text-white font-bold py-3 px-6 rounded-lg transition duration-300">Demander un devis</a> |
|
|
<a href="tel:+33123456789" class="bg-white hover:bg-gray-100 text-gray-800 font-bold py-3 px-6 rounded-lg transition duration-300"> |
|
|
<i class="fas fa-phone mr-2"></i>01 23 45 67 89 |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
</section> |
|
|
|
|
|
|
|
|
<section class="py-16 bg-white"> |
|
|
<div class="container mx-auto px-4"> |
|
|
<div class="flex flex-col md:flex-row items-center"> |
|
|
<div class="md:w-1/2 mb-8 md:mb-0 md:pr-8"> |
|
|
<img src="https://images.unsplash.com/photo-1600585152220-90363fe7e115?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Artisan au travail" class="rounded-lg shadow-xl w-full"> |
|
|
</div> |
|
|
<div class="md:w-1/2"> |
|
|
<h2 class="text-3xl font-bold text-gray-800 mb-6">À propos de notre entreprise</h2> |
|
|
<p class="text-gray-600 mb-4">Fondée en 2010, notre entreprise artisanale se spécialise dans les travaux de peinture, de toiture et de rénovation complète pour tous types de bâtiments.</p> |
|
|
<p class="text-gray-600 mb-6">Avec une équipe de professionnels qualifiés, nous nous engageons à fournir un travail de qualité supérieure, dans le respect des délais et des budgets.</p> |
|
|
<div class="grid grid-cols-2 gap-4"> |
|
|
<div class="flex items-center"> |
|
|
<i class="fas fa-check-circle text-amber-500 mr-2 text-xl"></i> |
|
|
<span class="text-gray-700">15 ans d'expérience</span> |
|
|
</div> |
|
|
<div class="flex items-center"> |
|
|
<i class="fas fa-check-circle text-amber-500 mr-2 text-xl"></i> |
|
|
<span class="text-gray-700">Garantie décennale</span> |
|
|
</div> |
|
|
<div class="flex items-center"> |
|
|
<i class="fas fa-check-circle text-amber-500 mr-2 text-xl"></i> |
|
|
<span class="text-gray-700">Éco-responsable</span> |
|
|
</div> |
|
|
<div class="flex items-center"> |
|
|
<i class="fas fa-check-circle text-amber-500 mr-2 text-xl"></i> |
|
|
<span class="text-gray-700">Devis gratuit</span> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</section> |
|
|
|
|
|
|
|
|
<section id="services" class="py-16 bg-gray-100"> |
|
|
<div class="container mx-auto px-4"> |
|
|
<div class="text-center mb-12"> |
|
|
<h2 class="text-3xl font-bold text-gray-800 mb-4">Nos Services</h2> |
|
|
<p class="text-gray-600 max-w-2xl mx-auto">Des solutions complètes pour tous vos projets de peinture, toiture et rénovation.</p> |
|
|
</div> |
|
|
|
|
|
<div class="grid md:grid-cols-3 gap-8"> |
|
|
|
|
|
<div class="service-card bg-white p-6 rounded-lg shadow-md transition duration-300"> |
|
|
<div class="text-amber-500 mb-4"> |
|
|
<i class="fas fa-paint-roller text-4xl"></i> |
|
|
</div> |
|
|
<h3 class="text-xl font-bold text-gray-800 mb-3">Peinture intérieure & extérieure</h3> |
|
|
<p class="text-gray-600 mb-4">Rénovation complète de vos murs, plafonds, boiseries avec des produits haut de gamme et respectueux de l'environnement.</p> |
|
|
<ul class="text-gray-600 space-y-2"> |
|
|
<li class="flex items-start"> |
|
|
<i class="fas fa-check text-amber-500 mt-1 mr-2"></i> |
|
|
<span>Préparation des supports</span> |
|
|
</li> |
|
|
<li class="flex items-start"> |
|
|
<i class="fas fa-check text-amber-500 mt-1 mr-2"></i> |
|
|
<span>Peinture écologique</span> |
|
|
</li> |
|
|
<li class="flex items-start"> |
|
|
<i class="fas fa-check text-amber-500 mt-1 mr-2"></i> |
|
|
<span>Finitions impeccables</span> |
|
|
</li> |
|
|
</ul> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="service-card bg-white p-6 rounded-lg shadow-md transition duration-300"> |
|
|
<div class="text-amber-500 mb-4"> |
|
|
<i class="fas fa-home text-4xl"></i> |
|
|
</div> |
|
|
<h3 class="text-xl font-bold text-gray-800 mb-3">Toiture & Couverture</h3> |
|
|
<p class="text-gray-600 mb-4">Installation, réparation et entretien de tous types de toitures pour protéger durablement votre habitation.</p> |
|
|
<ul class="text-gray-600 space-y-2"> |
|
|
<li class="flex items-start"> |
|
|
<i class="fas fa-check text-amber-500 mt-1 mr-2"></i> |
|
|
<span>Tuiles, ardoises, zinc</span> |
|
|
</li> |
|
|
<li class="flex items-start"> |
|
|
<i class="fas fa-check text-amber-500 mt-1 mr-2"></i> |
|
|
<span>Isolation de toiture</span> |
|
|
</li> |
|
|
<li class="flex items-start"> |
|
|
<i class="fas fa-check text-amber-500 mt-1 mr-2"></i> |
|
|
<span>Démoussage & étanchéité</span> |
|
|
</li> |
|
|
</ul> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="service-card bg-white p-6 rounded-lg shadow-md transition duration-300"> |
|
|
<div class="text-amber-500 mb-4"> |
|
|
<i class="fas fa-tools text-4xl"></i> |
|
|
</div> |
|
|
<h3 class="text-xl font-bold text-gray-800 mb-3">Rénovation complète</h3> |
|
|
<p class="text-gray-600 mb-4">Transformation complète de votre espace avec des solutions clés en main pour tous corps d'état.</p> |
|
|
<ul class="text-gray-600 space-y-2"> |
|
|
<li class="flex items-start"> |
|
|
<i class="fas fa-check text-amber-500 mt-1 mr-2"></i> |
|
|
<span>Maçonnerie & cloisonnement</span> |
|
|
</li> |
|
|
<li class="flex items-start"> |
|
|
<i class="fas fa-check text-amber-500 mt-1 mr-2"></i> |
|
|
<span>Électricité & plomberie</span> |
|
|
</li> |
|
|
<li class="flex items-start"> |
|
|
<i class="fas fa-check text-amber-500 mt-1 mr-2"></i> |
|
|
<span>Revêtements de sols</span> |
|
|
</li> |
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</section> |
|
|
|
|
|
|
|
|
<section id="realisations" class="py-16 bg-white"> |
|
|
<div class="container mx-auto px-4"> |
|
|
<div class="text-center mb-12"> |
|
|
<h2 class="text-3xl font-bold text-gray-800 mb-4">Nos Réalisations</h2> |
|
|
<p class="text-gray-600 max-w-2xl mx-auto">Découvrez quelques-uns de nos projets récents.</p> |
|
|
</div> |
|
|
|
|
|
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6"> |
|
|
|
|
|
<div class="before-after rounded-lg overflow-hidden shadow-lg relative group"> |
|
|
<img src="https://images.unsplash.com/photo-1600585152915-d208bec867a1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1452&q=80" alt="Rénovation complète" class="w-full h-64 object-cover"> |
|
|
<div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition duration-300"> |
|
|
<div class="text-white text-center p-4"> |
|
|
<h3 class="text-xl font-bold mb-2">Rénovation complète</h3> |
|
|
<p class="text-sm">Paris 15ème - 2023</p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="before-after rounded-lg overflow-hidden shadow-lg relative group"> |
|
|
<img src="https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Peinture extérieure" class="w-full h-64 object-cover"> |
|
|
<div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition duration-300"> |
|
|
<div class="text-white text-center p-4"> |
|
|
<h3 class="text-xl font-bold mb-2">Peinture extérieure</h3> |
|
|
<p class="text-sm">Maison individuelle - 2022</p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="before-after rounded-lg overflow-hidden shadow-lg relative group"> |
|
|
<img src="https://images.unsplash.com/photo-1600566752355-35792bedcfea?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Toiture neuve" class="w-full h-64 object-cover"> |
|
|
<div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition duration-300"> |
|
|
<div class="text-white text-center p-4"> |
|
|
<h3 class="text-xl font-bold mb-2">Toiture neuve</h3> |
|
|
<p class="text-sm">Pavillon - 2023</p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="before-after rounded-lg overflow-hidden shadow-lg relative group"> |
|
|
<img src="https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Rénovation intérieure" class="w-full h-64 object-cover"> |
|
|
<div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition duration-300"> |
|
|
<div class="text-white text-center p-4"> |
|
|
<h3 class="text-xl font-bold mb-2">Rénovation intérieure</h3> |
|
|
<p class="text-sm">Appartement - 2023</p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="before-after rounded-lg overflow-hidden shadow-lg relative group"> |
|
|
<img src="https://images.unsplash.com/photo-1600607688969-a5bfcd646154?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Peinture intérieure" class="w-full h-64 object-cover"> |
|
|
<div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition duration-300"> |
|
|
<div class="text-white text-center p-4"> |
|
|
<h3 class="text-xl font-bold mb-2">Peinture intérieure</h3> |
|
|
<p class="text-sm">Bureau - 2022</p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="before-after rounded-lg overflow-hidden shadow-lg relative group"> |
|
|
<img src="https://images.unsplash.com/photo-1600585154340-be6161a56a0c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Rénovation complète" class="w-full h-64 object-cover"> |
|
|
<div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition duration-300"> |
|
|
<div class="text-white text-center p-4"> |
|
|
<h3 class="text-xl font-bold mb-2">Rénovation complète</h3> |
|
|
<p class="text-sm">Maison de campagne - 2021</p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div class="text-center mt-12"> |
|
|
<a href="#contact" class="bg-amber-500 hover:bg-amber-600 text-white font-bold py-3 px-6 rounded-lg transition duration-300 inline-flex items-center"> |
|
|
<i class="fas fa-envelope mr-2"></i> Voir plus de réalisations |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
</section> |
|
|
|
|
|
|
|
|
<section id="avis" class="py-16 bg-gray-100"> |
|
|
<div class="container mx-auto px-4"> |
|
|
<div class="text-center mb-12"> |
|
|
<h2 class="text-3xl font-bold text-gray-800 mb-4">Témoignages clients</h2> |
|
|
<p class="text-gray-600 max-w-2xl mx-auto">Ce que nos clients disent de notre travail.</p> |
|
|
</div> |
|
|
|
|
|
<div class="grid md:grid-cols-3 gap-8"> |
|
|
|
|
|
<div class="testimonial-card bg-white p-6 rounded-lg shadow-md"> |
|
|
<div class="flex items-center mb-4"> |
|
|
<div class="text-amber-500 mr-3"> |
|
|
<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> |
|
|
<p class="text-gray-600 mb-4">"Excellent travail de peinture intérieure. L'équipe a été très professionnelle, propre et respectueuse des délais. Je recommande vivement!"</p> |
|
|
<div class="flex items-center"> |
|
|
<div class="bg-gray-200 rounded-full w-10 h-10 flex items-center justify-center mr-3"> |
|
|
<i class="fas fa-user text-gray-500"></i> |
|
|
</div> |
|
|
<div> |
|
|
<h4 class="font-bold text-gray-800">Marie D.</h4> |
|
|
<p class="text-sm text-gray-500">Paris 16ème</p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="testimonial-card bg-white p-6 rounded-lg shadow-md"> |
|
|
<div class="flex items-center mb-4"> |
|
|
<div class="text-amber-500 mr-3"> |
|
|
<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> |
|
|
<p class="text-gray-600 mb-4">"Rénovation complète de notre appartement réalisée dans les temps et avec un résultat impeccable. Très satisfait du suivi et de la qualité du travail."</p> |
|
|
<div class="flex items-center"> |
|
|
<div class="bg-gray-200 rounded-full w-10 h-10 flex items-center justify-center mr-3"> |
|
|
<i class="fas fa-user text-gray-500"></i> |
|
|
</div> |
|
|
<div> |
|
|
<h4 class="font-bold text-gray-800">Pierre L.</h4> |
|
|
<p class="text-sm text-gray-500">Boulogne-Billancourt</p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="testimonial-card bg-white p-6 rounded-lg shadow-md"> |
|
|
<div class="flex items-center mb-4"> |
|
|
<div class="text-amber-500 mr-3"> |
|
|
<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> |
|
|
<p class="text-gray-600 mb-4">"Réfection complète de notre toiture après un dégât des eaux. Travail soigné, équipe sympathique et compétente. Devis respecté à l'euro près."</p> |
|
|
<div class="flex items-center"> |
|
|
<div class="bg-gray-200 rounded-full w-10 h-10 flex items-center justify-center mr-3"> |
|
|
<i class="fas fa-user text-gray-500"></i> |
|
|
</div> |
|
|
<div> |
|
|
<h4 class="font-bold text-gray-800">Sophie R.</h4> |
|
|
<p class="text-sm text-gray-500">Montreuil</p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</section> |
|
|
|
|
|
|
|
|
<section id="contact" class="py-16 bg-white"> |
|
|
<div class="container mx-auto px-4"> |
|
|
<div class="text-center mb-12"> |
|
|
<h2 class="text-3xl font-bold text-gray-800 mb-4">Contactez-nous</h2> |
|
|
<p class="text-gray-600 max-w-2xl mx-auto">Demandez un devis gratuit ou posez-nous vos questions.</p> |
|
|
</div> |
|
|
|
|
|
<div class="flex flex-col md:flex-row gap-8"> |
|
|
<div class="md:w-1/2"> |
|
|
<form class="space-y-6"> |
|
|
<div> |
|
|
<label for="name" class="block text-gray-700 font-medium mb-2">Nom complet</label> |
|
|
<input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-amber-500"> |
|
|
</div> |
|
|
|
|
|
<div> |
|
|
<label for="email" class="block text-gray-700 font-medium mb-2">Email</label> |
|
|
<input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-amber-500"> |
|
|
</div> |
|
|
|
|
|
<div> |
|
|
<label for="phone" class="block text-gray-700 font-medium mb-2">Téléphone</label> |
|
|
<input type="tel" id="phone" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-amber-500"> |
|
|
</div> |
|
|
|
|
|
<div> |
|
|
<label for="service" class="block text-gray-700 font-medium mb-2">Service demandé</label> |
|
|
<select id="service" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-amber-500"> |
|
|
<option value="">Sélectionnez un service</option> |
|
|
<option value="peinture">Peinture intérieure/extérieure</option> |
|
|
<option value="toiture">Toiture & Couverture</option> |
|
|
<option value="renovation">Rénovation complète</option> |
|
|
<option value="autre">Autre demande</option> |
|
|
</select> |
|
|
</div> |
|
|
|
|
|
<div> |
|
|
<label for="message" class="block text-gray-700 font-medium mb-2">Message</label> |
|
|
<textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-amber-500"></textarea> |
|
|
</div> |
|
|
|
|
|
<button type="submit" class="bg-amber-500 hover:bg-amber-600 text-white font-bold py-3 px-6 rounded-lg transition duration-300 w-full"> |
|
|
Envoyer la demande |
|
|
</button> |
|
|
</form> |
|
|
</div> |
|
|
|
|
|
<div class="md:w-1/2 bg-gray-100 p-8 rounded-lg"> |
|
|
<h3 class="text-xl font-bold text-gray-800 mb-6">Nos coordonnées</h3> |
|
|
|
|
|
<div class="space-y-6"> |
|
|
<div class="flex items-start"> |
|
|
<div class="text-amber-500 mr-4 mt-1"> |
|
|
<i class="fas fa-map-marker-alt text-xl"></i> |
|
|
</div> |
|
|
<div> |
|
|
<h4 class="font-bold text-gray-800">Adresse</h4> |
|
|
<p class="text-gray-600">123 Rue des Artisans<br>75000 Paris, France</p> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div class="flex items-start"> |
|
|
<div class="text-amber-500 mr-4 mt-1"> |
|
|
<i class="fas fa-phone-alt text-xl"></i> |
|
|
</div> |
|
|
<div> |
|
|
<h4 class="font-bold text-gray-800">Téléphone</h4> |
|
|
<p class="text-gray-600">01 23 45 67 89</p> |
|
|
<p class="text-gray-600">06 12 34 56 78</p> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div class="flex items-start"> |
|
|
<div class="text-amber-500 mr-4 mt-1"> |
|
|
<i class="fas fa-envelope text-xl"></i> |
|
|
</div> |
|
|
<div> |
|
|
<h4 class="font-bold text-gray-800">Email</h4> |
|
|
<p class="text-gray-600">[email protected]</p> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div class="flex items-start"> |
|
|
<div class="text-amber-500 mr-4 mt-1"> |
|
|
<i class="fas fa-clock text-xl"></i> |
|
|
</div> |
|
|
<div> |
|
|
<h4 class="font-bold text-gray-800">Horaires</h4> |
|
|
<p class="text-gray-600">Lundi - Vendredi: 8h - 18h</p> |
|
|
<p class="text-gray-600">Samedi: 9h - 12h</p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div class="mt-8"> |
|
|
<h4 class="font-bold text-gray-800 mb-4">Suivez-nous</h4> |
|
|
<div class="flex space-x-4"> |
|
|
<a href="#" class="text-gray-600 hover:text-amber-500"> |
|
|
<i class="fab fa-facebook-f text-xl"></i> |
|
|
</a> |
|
|
<a href="#" class="text-gray-600 hover:text-amber-500"> |
|
|
<i class="fab fa-instagram text-xl"></i> |
|
|
</a> |
|
|
<a href="#" class="text-gray-600 hover:text-amber-500"> |
|
|
<i class="fab fa-pinterest-p text-xl"></i> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</section> |
|
|
|
|
|
|
|
|
<div class="h-96 w-full"> |
|
|
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2624.9916256937595!2d2.292292615509614!3d48.858370079287475!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e66e2964e34e2d%3A0x8ddca9ee380ef7e0!2sTour%20Eiffel!5e0!3m2!1sfr!2sfr!4v1623258139536!5m2!1sfr!2sfr" width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy"></iframe> |
|
|
</div> |
|
|
|
|
|
|
|
|
<footer class="bg-gray-800 text-white py-12"> |
|
|
<div class="container mx-auto px-4"> |
|
|
<div class="grid md:grid-cols-4 gap-8"> |
|
|
<div> |
|
|
<h3 class="text-xl font-bold mb-4 flex items-center"> |
|
|
<i class="fas fa-paint-roller text-amber-500 mr-2"></i> |
|
|
ARTISAN<span class="text-amber-500">PRO</span> |
|
|
</h3> |
|
|
<p class="text-gray-400">Entreprise artisanale spécialisée en peinture, toiture et rénovation complète pour particuliers et professionnels.</p> |
|
|
</div> |
|
|
|
|
|
<div> |
|
|
<h4 class="text-lg font-bold mb-4">Services</h4> |
|
|
<ul class="space-y-2"> |
|
|
<li><a href="#" class="text-gray-400 hover:text-amber-500">Peinture intérieure</a></li> |
|
|
<li><a href="#" class="text-gray-400 hover:text-amber-500">Peinture extérieure</a></li> |
|
|
<li><a href="#" class="text-gray-400 hover:text-amber-500">Toiture & Couverture</a></li> |
|
|
<li><a href="#" class="text-gray-400 hover:text-amber-500">Rénovation complète</a></li> |
|
|
</ul> |
|
|
</div> |
|
|
|
|
|
<div> |
|
|
<h4 class="text-lg font-bold mb-4">Liens utiles</h4> |
|
|
<ul class="space-y-2"> |
|
|
<li><a href="#accueil" class="text-gray-400 hover:text-amber-500">Accueil</a></li> |
|
|
<li><a href="#services" class="text-gray-400 hover:text-amber-500">Services</a></li> |
|
|
<li><a href="#realisations" class="text-gray-400 hover:text-amber-500">Réalisations</a></li> |
|
|
<li><a href="#contact" class="text-gray-400 hover:text-amber-500">Contact</a></li> |
|
|
</ul> |
|
|
</div> |
|
|
|
|
|
<div> |
|
|
<h4 class="text-lg font-bold mb-4">Newsletter</h4> |
|
|
<p class="text-gray-400 mb-4">Abonnez-vous pour recevoir nos actualités et promotions.</p> |
|
|
<form class="flex"> |
|
|
<input type="email" placeholder="Votre email" class="px-4 py-2 rounded-l-lg focus:outline-none text-gray-800 w-full"> |
|
|
<button type="submit" class="bg-amber-500 hover:bg-amber-600 px-4 rounded-r-lg"> |
|
|
<i class="fas fa-paper-plane"></i> |
|
|
</button> |
|
|
</form> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div class="border-t border-gray-700 mt-8 pt-8 flex flex-col md:flex-row justify-between items-center"> |
|
|
<p class="text-gray-400 text-sm mb-4 md:mb-0">© 2023 ArtisanPro. Tous droits réservés.</p> |
|
|
<div class="flex space-x-6"> |
|
|
<a href="#" class="text-gray-400 hover:text-amber-500 text-sm">Mentions légales</a> |
|
|
<a href="#" class="text-gray-400 hover:text-amber-500 text-sm">Politique de confidentialité</a> |
|
|
<a href="#" class="text-gray-400 hover:text-amber-500 text-sm">CGV</a> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</footer> |
|
|
|
|
|
|
|
|
<button id="back-to-top" class="fixed bottom-8 right-8 bg-amber-500 text-white p-3 rounded-full shadow-lg opacity-0 invisible transition-all duration-300"> |
|
|
<i class="fas fa-arrow-up"></i> |
|
|
</button> |
|
|
|
|
|
<script> |
|
|
|
|
|
const menuBtn = document.getElementById('menu-btn'); |
|
|
const mobileMenu = document.getElementById('mobile-menu'); |
|
|
|
|
|
menuBtn.addEventListener('click', () => { |
|
|
mobileMenu.classList.toggle('hidden'); |
|
|
}); |
|
|
|
|
|
|
|
|
const backToTopBtn = document.getElementById('back-to-top'); |
|
|
|
|
|
window.addEventListener('scroll', () => { |
|
|
if (window.pageYOffset > 300) { |
|
|
backToTopBtn.classList.remove('opacity-0', 'invisible'); |
|
|
backToTopBtn.classList.add('opacity-100', 'visible'); |
|
|
} else { |
|
|
backToTopBtn.classList.remove('opacity-100', 'visible'); |
|
|
backToTopBtn.classList.add('opacity-0', 'invisible'); |
|
|
} |
|
|
}); |
|
|
|
|
|
backToTopBtn.addEventListener('click', () => { |
|
|
window.scrollTo({ |
|
|
top: 0, |
|
|
behavior: 'smooth' |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
document.querySelectorAll('a[href^="#"]').forEach(anchor => { |
|
|
anchor.addEventListener('click', function(e) { |
|
|
e.preventDefault(); |
|
|
|
|
|
const targetId = this.getAttribute('href'); |
|
|
if (targetId === '#') return; |
|
|
|
|
|
const targetElement = document.querySelector(targetId); |
|
|
if (targetElement) { |
|
|
window.scrollTo({ |
|
|
top: targetElement.offsetTop - 80, |
|
|
behavior: 'smooth' |
|
|
}); |
|
|
|
|
|
|
|
|
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=Bourdin/peintre" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> |
|
|
</html> |