sitecatalogue / index.html
DANIDA's picture
mets cette image a la place du logo - Follow Up Deployment
3448fe4 verified
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Boisdaction - Ébénisterie Architecturale</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/nature/1200x630/42');
background-size: cover;
background-position: center;
}
.nav-link:hover {
color: #d1a054;
}
.dropdown:hover .dropdown-menu {
display: block;
}
</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="#">
<img class="h-28" 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="https://boisdaction.com/reconnaissance/" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Reconnaissance</a>
<a href="https://boisdaction.com/a-propos/" 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="https://boisdaction.com/cle-en-main/" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Clé en main</a>
<a href="https://boisdaction.com/conception-ingenierie/" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Conception ingénierie</a>
<a href="https://boisdaction.com/fabrication/" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Fabrication</a>
<a href="https://boisdaction.com/livraison-et-installation/" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100">Livraison et installation</a>
</div>
</div>
<a href="https://boisdaction.com/carriere/" class="nav-link text-gray-900 hover:text-amber-700 px-3 py-2 text-sm font-medium">Carrière</a>
<a href="http://boisdaction.com/realisations/" class="nav-link text-gray-900 hover:text-amber-700 px-3 py-2 text-sm font-medium">Réalisations</a>
<a href="http://boisdaction.com/nous-joindre/" 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-screen flex items-center justify-center text-white">
<div class="text-center px-4" data-aos="fade-up">
<img src="https://boisdaction.com/wp-content/uploads/2020/09/servir.svg" alt="Servir l'espace et l'humain" class="mx-auto mb-8 w-3/4 md:w-1/2">
<div class="flex flex-col sm:flex-row justify-center gap-4 mt-8">
<a href="realisations.html" class="bg-amber-700 hover:bg-amber-800 text-white font-bold py-3 px-6 rounded transition duration-300">
Nos réalisations
</a>
<a href="services.html" class="bg-white hover:bg-gray-100 text-amber-700 font-bold py-3 px-6 rounded transition duration-300">
Nos services
</a>
</div>
<div class="mt-12">
<a href="#about" class="inline-block animate-bounce">
<img src="https://boisdaction.com/wp-content/uploads/2020/09/Arrow.svg" alt="Scroll down" class="h-12">
</a>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" 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="lg:grid lg:grid-cols-2 lg:gap-16 items-center">
<div class="mb-12 lg:mb-0">
<h2 class="text-3xl font-bold text-gray-900 mb-6">À propos de Boisdaction</h2>
<p class="text-lg text-gray-600 mb-8">
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. Nous cherchons à réaliser des projets qui ne serviront pas seulement l'espace dans lequel ils seront installés, mais aussi l'humain qui le côtoie.
</p>
<p class="text-lg text-gray-600 mb-8">
C'est pourquoi nous travaillons chaque jour à réaliser des projets de haute qualité qui produisent un réel impact fonctionnel et esthétique sur la vie des gens. Notre approche clé en main nous permet d'accompagner chaque client dans la réalisation de sa vision, de l'estimation à l'installation finale.
</p>
<a href="https://boisdaction.com/a-propos/" class="inline-block bg-amber-700 text-white px-6 py-3 rounded-md hover:bg-amber-800 transition duration-300">
En savoir plus
</a>
</div>
<div class="grid grid-cols-2 gap-4">
<img src="https://boisdaction.com/wp-content/uploads/2020/10/Residences-Caleo-Boucherville-1-1024x683.jpg" alt="Résidences Caléo Boucherville" class="rounded-lg shadow-lg">
<img src="https://boisdaction.com/wp-content/uploads/2020/10/Bureaux-EY-Montreal-4-1024x683.jpg" alt="Bureaux EY Montréal" class="rounded-lg shadow-lg">
</div>
</div>
</div>
</section>
<!-- Services 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">Nos services</h2>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
<div class="bg-white p-6 rounded-lg shadow-md hover:shadow-xl transition duration-300">
<div class="text-amber-700 mb-4">
<i data-feather="package" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-semibold mb-3"><a href="https://boisdaction.com/cle-en-main/" class="hover:text-amber-700">Clé en main</a></h3>
<p class="text-gray-600">Chaque étape de votre projet d'ébénisterie mérite notre plus grande attention. Nous vous offrons un service complet, de l'estimation de vos besoins au dernier détail d'installation.</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md hover:shadow-xl transition duration-300">
<div class="text-amber-700 mb-4">
<i data-feather="edit-3" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-semibold mb-3"><a href="https://boisdaction.com/conception-ingenierie/" class="hover:text-amber-700">Conception ingénerie</a></h3>
<p class="text-gray-600">Votre imagination est la seule limite. Notre département d'ingénierie dessine, conçoit et adapte vos meubles afin de réaliser votre vision dans ses moindres détails.</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md hover:shadow-xl transition duration-300">
<div class="text-amber-700 mb-4">
<i data-feather="tool" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-semibold mb-3"><a href="https://boisdaction.com/fabrication/" class="hover:text-amber-700">Fabrication</a></h3>
<p class="text-gray-600">Le bois est de toute évidence notre spécialité. La technologie fait partie intégrante de notre savoir-faire pour une qualité d'exécution et de finition impeccable.</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md hover:shadow-xl transition duration-300">
<div class="text-amber-700 mb-4">
<i data-feather="truck" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-semibold mb-3"><a href="https://boisdaction.com/livraison-et-installation/" class="hover:text-amber-700">Livraison et installation</a></h3>
<p class="text-gray-600">Votre projet est toujours entre bonnes mains. Toutes vos pièces sont livrées et installées de façon à ce que chaque détail concorde parfaitement avec votre vision.</p>
</div>
</div>
</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="flex justify-between items-center mb-12">
<h2 class="text-3xl font-bold text-gray-900">
Nos<br>dernières<br>réalisations
</h2>
<a href="http://boisdaction.com/realisations/" class="flex items-center text-amber-700 hover:text-amber-800">
Voir toutes les réalisations
<img src="https://boisdaction.com/wp-content/uploads/2020/09/Arrow.svg" alt="Arrow" class="ml-2 h-6">
</a>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="group relative overflow-hidden rounded-lg shadow-lg">
<img src="https://boisdaction.com/wp-content/uploads/2020/10/Bureaux-EY-Montreal-4-1024x683.jpg" alt="EY Montréal" class="w-full h-64 object-cover transition duration-500 group-hover:scale-110">
<div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-80"></div>
<div class="absolute bottom-0 left-0 p-6">
<h3 class="text-xl font-bold text-white"><a href="https://boisdaction.com/realisations/ey-montreal/" class="hover:underline">EY Montréal</a></h3>
</div>
</div>
<div class="group relative overflow-hidden rounded-lg shadow-lg">
<img src="https://boisdaction.com/wp-content/uploads/2020/10/Residences-Caleo-Boucherville-1-1024x683.jpg" alt="Résidences Caléo" class="w-full h-64 object-cover transition duration-500 group-hover:scale-110">
<div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-80"></div>
<div class="absolute bottom-0 left-0 p-6">
<h3 class="text-xl font-bold text-white"><a href="https://boisdaction.com/realisations/residences-caleo-boucherville/" class="hover:underline">Résidences Caléo</a></h3>
</div>
</div>
<div class="group relative overflow-hidden rounded-lg shadow-lg">
<img src="https://boisdaction.com/wp-content/uploads/2020/10/Bureaux-Gestion-de-patrimoine-Assante-1-1024x682.jpg" alt="Assante" class="w-full h-64 object-cover transition duration-500 group-hover:scale-110">
<div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-80"></div>
<div class="absolute bottom-0 left-0 p-6">
<h3 class="text-xl font-bold text-white"><a href="https://boisdaction.com/realisations/gestion-de-patrimoine-assante/" class="hover:underline">Assante</a></h3>
</div>
</div>
</div>
</div>
</section>
<!-- Career Section -->
<section class="py-20 bg-gray-900 text-white" data-aos="fade-up">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<img src="https://boisdaction.com/wp-content/uploads/2020/10/triforce_bois.svg" alt="Triforce" class="mx-auto mb-8 h-16">
<h2 class="text-3xl font-bold mb-4">Carrière</h2>
<p class="text-xl mb-8">Viens faire partie de l'équipe!</p>
<img src="https://boisdaction.com/wp-content/uploads/2020/09/diviseur.svg" alt="Divider" class="mx-auto mb-8">
<a href="https://boisdaction.com/carriere/" class="inline-block bg-amber-700 text-white px-6 py-3 rounded-md hover:bg-amber-800 transition duration-300">
En savoir plus
</a>
</div>
</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="#">
<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="https://boisdaction.com/nous-joindre/" 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="https://boisdaction.com/cle-en-main/" class="text-gray-400 hover:text-amber-500">Clé en main</a></li>
<li><a href="https://boisdaction.com/conception-ingenierie/" class="text-gray-400 hover:text-amber-500">Conception ingénierie</a></li>
<li><a href="https://boisdaction.com/fabrication/" class="text-gray-400 hover:text-amber-500">Fabrication</a></li>
<li><a href="https://boisdaction.com/livraison-et-installation/" 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="https://boisdaction.com/equipe/" class="text-gray-400 hover:text-amber-500">Équipe</a></li>
<li><a href="https://boisdaction.com/reconnaissance/" class="text-gray-400 hover:text-amber-500">Reconnaissance</a></li>
<li><a href="https://boisdaction.com/a-propos/" class="text-gray-400 hover:text-amber-500">À propos</a></li>
<li><a href="https://boisdaction.com/carriere/" class="text-gray-400 hover:text-amber-500">Carrière</a></li>
<li><a href="http://boisdaction.com/realisations/" 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>