Spaces:
Running
Running
| <html lang="fr"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Réalisations - Boisdaction</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet"> | |
| <script src="https://unpkg.com/[email protected]/dist/aos.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <style> | |
| .hero-section { | |
| background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('http://static.photos/architecture/1200x630/42'); | |
| background-size: cover; | |
| background-position: center; | |
| } | |
| .nav-link:hover { | |
| color: #d1a054; | |
| } | |
| .dropdown:hover .dropdown-menu { | |
| display: block; | |
| } | |
| .project-card:hover .project-overlay { | |
| opacity: 1; | |
| } | |
| </style> | |
| </head> | |
| <body class="font-sans antialiased text-gray-800"> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-lg sticky top-0 z-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="flex justify-between h-24 items-center"> | |
| <div class="flex-shrink-0 flex items-center"> | |
| <a href="index.html"> | |
| <img class="h-16" src="https://huggingface.co/spaces/DANIDA/sitecatalogue/resolve/main/images/logo.png" alt="Boisdaction"> | |
| </a> | |
| </div> | |
| <div class="hidden md:block"> | |
| <div class="ml-10 flex items-center space-x-8"> | |
| <!-- Profile Dropdown --> | |
| <div class="dropdown relative"> | |
| <button class="nav-link text-gray-900 hover:text-amber-700 px-3 py-2 text-sm font-medium"> | |
| Profil <i data-feather="chevron-down" class="inline"></i> | |
| </button> | |
| <div class="dropdown-menu absolute hidden mt-2 w-48 bg-white rounded-md shadow-lg z-10"> | |
| <a href="#" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Reconnaissance</a> | |
| <a href="#" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">À propos</a> | |
| </div> | |
| </div> | |
| <!-- Services Dropdown --> | |
| <div class="dropdown relative"> | |
| <button class="nav-link text-gray-900 hover:text-amber-700 px-3 py-2 text-sm font-medium"> | |
| Services <i data-feather="chevron-down" class="inline"></i> | |
| </button> | |
| <div class="dropdown-menu absolute hidden mt-2 w-48 bg-white rounded-md shadow-lg z-10"> | |
| <a href="#" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Clé en main</a> | |
| <a href="#" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Conception ingénierie</a> | |
| <a href="#" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Fabrication</a> | |
| <a href="#" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Livraison et installation</a> | |
| </div> | |
| </div> | |
| <a href="#" class="nav-link text-gray-900 hover:text-amber-700 px-3 py-2 text-sm font-medium">Carrière</a> | |
| <a href="realisations.html" class="nav-link text-gray-900 hover:text-amber-700 px-3 py-2 text-sm font-medium">Réalisations</a> | |
| <a href="#" class="bg-amber-700 text-white px-6 py-2 rounded-md hover:bg-amber-800 transition duration-300">Nous joindre</a> | |
| </div> | |
| </div> | |
| <div class="md:hidden"> | |
| <button class="text-gray-900"> | |
| <i data-feather="menu"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section class="hero-section h-96 flex items-center justify-center text-white"> | |
| <div class="text-center px-4" data-aos="fade-up"> | |
| <h1 class="text-4xl md:text-5xl font-bold mb-4">Nos Réalisations</h1> | |
| <p class="text-xl max-w-2xl mx-auto">Découvrez nos projets d'ébénisterie architecturale exceptionnels</p> | |
| </div> | |
| </section> | |
| <!-- Projects Section --> | |
| <section class="py-20 bg-white" data-aos="fade-up"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Project 1 --> | |
| <div class="project-card group relative overflow-hidden rounded-lg shadow-lg"> | |
| <img src="http://static.photos/office/640x360/1" alt="Projet Bureau" class="w-full h-64 object-cover transition duration-500 group-hover:scale-110"> | |
| <div class="project-overlay absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-0 transition duration-300 flex items-end p-6"> | |
| <div> | |
| <h3 class="text-xl font-bold text-white">Bureaux EY Montréal</h3> | |
| <p class="text-gray-200">Ébénisterie commerciale</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Project 2 --> | |
| <div class="project-card group relative overflow-hidden rounded-lg shadow-lg"> | |
| <img src="http://static.photos/home/640x360/2" alt="Projet Résidence" class="w-full h-64 object-cover transition duration-500 group-hover:scale-110"> | |
| <div class="project-overlay absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-0 transition duration-300 flex items-end p-6"> | |
| <div> | |
| <h3 class="text-xl font-bold text-white">Résidences Caléo</h3> | |
| <p class="text-gray-200">Ébénisterie résidentielle</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Project 3 --> | |
| <div class="project-card group relative overflow-hidden rounded-lg shadow-lg"> | |
| <img src="http://static.photos/workspace/640x360/3" alt="Projet Assante" class="w-full h-64 object-cover transition duration-500 group-hover:scale-110"> | |
| <div class="project-overlay absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-0 transition duration-300 flex items-end p-6"> | |
| <div> | |
| <h3 class="text-xl font-bold text-white">Gestion de patrimoine Assante</h3> | |
| <p class="text-gray-200">Ébénisterie commerciale</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Project 4 --> | |
| <div class="project-card group relative overflow-hidden rounded-lg shadow-lg"> | |
| <img src="http://static.photos/interior/640x360/4" alt="Projet Hôtel" class="w-full h-64 object-cover transition duration-500 group-hover:scale-110"> | |
| <div class="project-overlay absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-0 transition duration-300 flex items-end p-6"> | |
| <div> | |
| <h3 class="text-xl font-bold text-white">Hôtel & Spa Mont-Tremblant</h3> | |
| <p class="text-gray-200">Ébénisterie hôtelière</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Project 5 --> | |
| <div class="project-card group relative overflow-hidden rounded-lg shadow-lg"> | |
| <img src="http://static.photos/modern/640x360/5" alt="Projet Restaurant" class="w-full h-64 object-cover transition duration-500 group-hover:scale-110"> | |
| <div class="project-overlay absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-0 transition duration-300 flex items-end p-6"> | |
| <div> | |
| <h3 class="text-xl font-bold text-white">Restaurant Le Bernardin</h3> | |
| <p class="text-gray-200">Ébénisterie restaurateur</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Project 6 --> | |
| <div class="project-card group relative overflow-hidden rounded-lg shadow-lg"> | |
| <img src="http://static.photos/building/640x360/6" alt="Projet Centre Commercial" class="w-full h-64 object-cover transition duration-500 group-hover:scale-110"> | |
| <div class="project-overlay absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-0 transition duration-300 flex items-end p-6"> | |
| <div> | |
| <h3 class="text-xl font-bold text-white">Centre Commercial Westfield</h3> | |
| <p class="text-gray-200">Ébénisterie commerciale</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Load More Button --> | |
| <div class="text-center mt-12"> | |
| <button class="bg-amber-700 text-white px-8 py-3 rounded-md hover:bg-amber-800 transition duration-300"> | |
| Charger plus de projets | |
| </button> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials Section --> | |
| <section class="py-20 bg-gray-50" data-aos="fade-up"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <h2 class="text-3xl font-bold text-center text-gray-900 mb-16">Témoignages Clients</h2> | |
| <div class="flex flex-col md:flex-row gap-8"> | |
| <div class="bg-white p-6 rounded-lg shadow-md hovered-element flex-1"> | |
| <div class="text-amber-700 mb-4"> | |
| <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star w-6 h-6 fill-current"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg> | |
| <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star w-6 h-6 fill-current"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg> | |
| <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star w-6 h-6 fill-current"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg> | |
| <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star w-6 h-6 fill-current"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg> | |
| <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star w-6 h-6 fill-current"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg> | |
| </div> | |
| <p class="text-gray-600 italic mb-6">"Notre résidence n'aurait pas été la même sans l'intervention de Boisdaction. Chaque pièce est une œuvre d'art fonctionnelle."</p> | |
| <div class="flex items-center"> | |
| <div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16"></div> | |
| <div class="ml-4"> | |
| <h4 class="font-semibold">Marie Dubois</h4> | |
| <p class="text-gray-500">Propriétaire Résidences Caléo</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="bg-white p-6 rounded-lg shadow-md flex-1"> | |
| <div class="text-amber-700 mb-4"> | |
| <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star w-6 h-6 fill-current"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg> | |
| <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star w-6 h-6 fill-current"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg> | |
| <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star w-6 h-6 fill-current"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg> | |
| <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star w-6 h-6 fill-current"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg> | |
| <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star w-6 h-6 fill-current"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg> | |
| </div> | |
| <p class="text-gray-600 italic mb-6">"Leur approche clé en main nous a permis de gagner un temps considérable tout en assurant une qualité exceptionnelle."</p> | |
| <div class="flex items-center"> | |
| <div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16"></div> | |
| <div class="ml-4"> | |
| <h4 class="font-semibold">Pierre Gagnon</h4> | |
| <p class="text-gray-500">PDG Assante</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Contact CTA --> | |
| <section class="py-20 bg-amber-700 text-white" data-aos="fade-up"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> | |
| <h2 class="text-3xl font-bold mb-6">Prêt à démarrer votre projet?</h2> | |
| <p class="text-xl mb-8 max-w-2xl mx-auto">Contactez-nous pour discuter de votre vision et découvrir comment nous pouvons la concrétiser.</p> | |
| <a href="#" class="inline-block bg-white text-amber-700 px-8 py-3 rounded-md hover:bg-gray-100 transition duration-300 font-semibold"> | |
| Nous contacter | |
| </a> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-800 text-white py-16"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-12"> | |
| <div> | |
| <a href="index.html"> | |
| <img src="https://boisdaction.com/wp-content/uploads/2020/09/logo_boisdaction.svg" alt="Boisdaction" class="h-16 mb-4"> | |
| </a> | |
| <p class="text-gray-400"> | |
| Boisdaction est une ébénisterie architecturale québécoise spécialisée dans la conception et la création de projets d'ébénisterie et de boiseries en tout genre. | |
| </p> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-semibold mb-4">Nous joindre</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="tel:1-819-621-2333" class="text-gray-400 hover:text-amber-500">819 621-2333</a></li> | |
| <li><a href="mailto:[email protected]" class="text-gray-400 hover:text-amber-500">[email protected]</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-amber-500">2165, Jules-Paquette Plessisville (Québec) G6L 2Y7</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-semibold mb-4">Services</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-amber-500">Clé en main</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-amber-500">Conception ingénierie</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-amber-500">Fabrication</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-amber-500">Livraison et installation</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-semibold mb-4">Liens rapides</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-amber-500">Équipe</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-amber-500">Reconnaissance</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-amber-500">À propos</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-amber-500">Carrière</a></li> | |
| <li><a href="realisations.html" class="text-gray-400 hover:text-amber-500">Réalisations</a></li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-700 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center"> | |
| <p class="text-gray-400 mb-4 md:mb-0">Copyright ©2021 Boisdaction. Tous droits réservés.</p> | |
| <a href="#top" class="text-gray-400 hover:text-amber-500 flex items-center"> | |
| Retour en haut <i data-feather="arrow-up" class="ml-2"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| AOS.init({ | |
| duration: 800, | |
| easing: 'ease-in-out', | |
| once: true | |
| }); | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> |