Spaces:
Running
Running
| <html lang="fr"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>À propos - Queen's Bar Restaurant</title> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> | |
| <script src="https://unpkg.com/aos@2.3.1/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> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"> | |
| <style> | |
| @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); | |
| body { | |
| font-family: 'Poppins', sans-serif; | |
| background-color: #f8f5f2; | |
| } | |
| .bg-togo-green { | |
| background-color: #006b3f; | |
| } | |
| .bg-togo-yellow { | |
| background-color: #fcd116; | |
| } | |
| .bg-togo-red { | |
| background-color: #d80027; | |
| } | |
| .text-togo-green { | |
| color: #006b3f; | |
| } | |
| .text-togo-yellow { | |
| color: #fcd116; | |
| } | |
| .text-togo-red { | |
| color: #d80027; | |
| } | |
| .about-hero { | |
| background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('http://static.photos/restaurant/1200x630/2'); | |
| background-size: cover; | |
| background-position: center; | |
| height: 50vh; | |
| } | |
| .timeline-item::before { | |
| content: ''; | |
| position: absolute; | |
| left: -38px; | |
| top: 0; | |
| width: 16px; | |
| height: 16px; | |
| border-radius: 50%; | |
| background-color: #fcd116; | |
| border: 3px solid #006b3f; | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-50"> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-lg sticky top-0 z-50"> | |
| <div class="max-w-6xl mx-auto px-4"> | |
| <div class="flex justify-between"> | |
| <div class="flex space-x-7"> | |
| <div> | |
| <a href="index.html" class="flex items-center py-4 px-2"> | |
| <span class="font-semibold text-togo-green text-2xl">Queen's Bar Restaurant</span> | |
| </a> | |
| </div> | |
| </div> | |
| <div class="hidden md:flex items-center space-x-1"> | |
| <a href="index.html" class="py-4 px-2 text-gray-500 font-semibold hover:text-togo-green transition duration-300">Accueil</a> | |
| <a href="menu.html" class="py-4 px-2 text-gray-500 font-semibold hover:text-togo-green transition duration-300">Menu</a> | |
| <a href="about.html" class="py-4 px-2 text-togo-green border-b-4 border-togo-green font-semibold">À propos</a> | |
| <a href="contact.html" class="py-4 px-2 text-gray-500 font-semibold hover:text-togo-green transition duration-300">Contact</a> | |
| </div> | |
| <div class="md:hidden flex items-center"> | |
| <button class="outline-none mobile-menu-button"> | |
| <svg class="w-6 h-6 text-gray-500" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" stroke="currentColor"> | |
| <path d="M4 6h16M4 12h16M4 18h16"></path> | |
| </svg> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="hidden mobile-menu"> | |
| <ul> | |
| <li><a href="index.html" class="block text-sm px-2 py-4 hover:bg-togo-green hover:text-white transition duration-300">Accueil</a></li> | |
| <li><a href="menu.html" class="block text-sm px-2 py-4 hover:bg-togo-green hover:text-white transition duration-300">Menu</a></li> | |
| <li><a href="about.html" class="block text-sm px-2 py-4 bg-togo-green text-white font-semibold">À propos</a></li> | |
| <li><a href="contact.html" class="block text-sm px-2 py-4 hover:bg-togo-green hover:text-white transition duration-300">Contact</a></li> | |
| </ul> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section class="about-hero flex items-center justify-center"> | |
| <div class="text-center px-4"> | |
| <h1 class="text-4xl md:text-6xl font-bold text-white mb-6" data-aos="fade-up">Notre Histoire</h1> | |
| <p class="text-xl md:text-2xl text-white" data-aos="fade-up" data-aos-delay="100">Découvrez l'histoire derrière Queen's Bar Restaurant</p> | |
| </div> | |
| </section> | |
| <!-- Our Story Section --> | |
| <section class="py-16 px-4 max-w-6xl mx-auto"> | |
| <div class="text-center mb-12" data-aos="fade-up"> | |
| <h2 class="text-3xl font-bold text-togo-green mb-4">Notre Passion pour la Cuisine Togolaise</h2> | |
| <p class="text-gray-600 max-w-3xl mx-auto">Depuis 2015, nous nous engageons à partager les saveurs authentiques du Togo avec passion et authenticité.</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 gap-12 items-center mb-16"> | |
| <div data-aos="fade-right"> | |
| <img src="http://static.photos/restaurant/640x360/3" alt="Notre restaurant" class="rounded-lg shadow-xl w-full"> | |
| </div> | |
| <div data-aos="fade-left"> | |
| <h3 class="text-2xl font-bold text-togo-green mb-4">Une Aventure Culinaire</h3> | |
| <p class="text-gray-600 mb-4">Queen's Bar Restaurant est né de l'amour pour la cuisine togolaise traditionnelle et du désir de la partager avec le plus grand nombre. Notre fondatrice, Reine Adjo, a grandi en préparant ces plats avec sa grand-mère dans un petit village du Togo.</p> | |
| <p class="text-gray-600 mb-6">Aujourd'hui, nous perpétuons ces traditions culinaires en utilisant des techniques ancestrales et des ingrédients frais et locaux, tout en y ajoutant une touche moderne pour satisfaire les palais contemporains.</p> | |
| <a href="menu.html" class="bg-togo-yellow hover:bg-yellow-600 text-togo-green font-bold py-3 px-8 rounded-full text-lg transition duration-300 inline-block">Découvrez notre menu</a> | |
| </div> | |
| </div> | |
| <div class="grid md:grid-cols-2 gap-12 items-center mb-16"> | |
| <div class="md:order-2" data-aos="fade-left"> | |
| <img src="http://static.photos/food/640x360/20" alt="Nos ingrédients" class="rounded-lg shadow-xl w-full"> | |
| </div> | |
| <div class="md:order-1" data-aos="fade-right"> | |
| <h3 class="text-2xl font-bold text-togo-green mb-4">Des Ingrédients de Qualité</h3> | |
| <p class="text-gray-600 mb-4">Nous sélectionnons rigoureusement nos ingrédients auprès de producteurs locaux et nous nous engageons à n'utiliser que des produits frais et de saison.</p> | |
| <ul class="space-y-3 mb-6"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-togo-yellow mt-1 mr-2"></i> | |
| <span class="text-gray-600">Igname et manioc frais pour nos fufu</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-togo-yellow mt-1 mr-2"></i> | |
| <span class="text-gray-600">Feuilles de gboma et autres légumes locaux</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-togo-yellow mt-1 mr-2"></i> | |
| <span class="text-gray-600">Arachides torréfiées pour notre sauce maison</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-togo-yellow mt-1 mr-2"></i> | |
| <span class="text-gray-600">Épices traditionnelles moulues à la main</span> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Timeline Section --> | |
| <section class="py-16 bg-gray-100"> | |
| <div class="max-w-6xl mx-auto px-4"> | |
| <div class="text-center mb-12" data-aos="fade-up"> | |
| <h2 class="text-3xl font-bold text-togo-green mb-4">Notre Parcours</h2> | |
| <p class="text-gray-600 max-w-3xl mx-auto">Découvrez les étapes clés de notre développement</p> | |
| </div> | |
| <div class="relative max-w-2xl mx-auto"> | |
| <div class="absolute left-4 md:left-1/2 h-full w-0.5 bg-togo-green transform -translate-x-1/2"></div> | |
| <div class="mb-8 flex justify-between items-center w-full right-timeline" data-aos="fade-up"> | |
| <div class="order-1 md:w-5/12"></div> | |
| <div class="order-1 w-5/12 px-1 py-4 text-right"> | |
| <h4 class="text-xl font-bold text-togo-green">2015</h4> | |
| <p class="text-gray-600">Ouverture du premier Queen's Bar Restaurant à Lomé</p> | |
| </div> | |
| </div> | |
| <div class="mb-8 flex justify-between items-center w-full left-timeline" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="order-1 md:w-5/12 px-1 py-4"> | |
| <h4 class="text-xl font-bold text-togo-green">2017</h4> | |
| <p class="text-gray-600">Introduction de notre menu signature avec 10 spécialités togolaises</p> | |
| </div> | |
| </div> | |
| <div class="mb-8 flex justify-between items-center w-full right-timeline" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="order-1 md:w-5/12"></div> | |
| <div class="order-1 w-5/12 px-1 py-4 text-right"> | |
| <h4 class="text-xl font-bold text-togo-green">2019</h4> | |
| <p class="text-gray-600">Reconnaissance comme l'un des meilleurs restaurants togolais par "Togo Gourmet"</p> | |
| </div> | |
| </div> | |
| <div class="mb-8 flex justify-between items-center w-full left-timeline" data-aos="fade-up" data-aos-delay="300"> | |
| <div class="order-1 md:w-5/12 px-1 py-4"> | |
| <h4 class="text-xl font-bold text-togo-green">2021</h4> | |
| <p class="text-gray-600">Rénovation complète du restaurant et expansion de la salle à manger</p> | |
| </div> | |
| </div> | |
| <div class="mb-8 flex justify-between items-center w-full right-timeline" data-aos="fade-up" data-aos-delay="400"> | |
| <div class="order-1 md:w-5/12"></div> | |
| <div class="order-1 w-5/12 px-1 py-4 text-right"> | |
| <h4 class="text-xl font-bold text-togo-green">2023</h4> | |
| <p class="text-gray-600">Lancement de notre service de livraison à domicile dans tout Lomé</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Team Section --> | |
| <section class="py-16 px-4 max-w-6xl mx-auto"> | |
| <div class="text-center mb-12" data-aos="fade-up"> | |
| <h2 class="text-3xl font-bold text-togo-green mb-4">Notre Équipe</h2> | |
| <p class="text-gray-600 max-w-3xl mx-auto">Rencontrez les passionnés qui font de Queen's Bar Restaurant une expérience unique</p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="bg-white rounded-lg overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="100"> | |
| <img src="http://static.photos/people/640x360/10" alt="Reine Adjo" class="w-full h-64 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-bold text-togo-green mb-2">Reine Adjo</h3> | |
| <p class="text-gray-500 mb-2">Fondatrice & Chef Cuisinière</p> | |
| <p class="text-gray-600">"Ma passion est de partager les saveurs authentiques de mon enfance avec nos clients."</p> | |
| </div> | |
| </div> | |
| <div class="bg-white rounded-lg overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="200"> | |
| <img src="http://static.photos/people/640x360/11" alt="Koffi Mensah" class="w-full h-64 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-bold text-togo-green mb-2">Koffi Mensah</h3> | |
| <p class="text-gray-500 mb-2">Chef de Cuisine</p> | |
| <p class="text-gray-600">"Je mets tout mon savoir-faire dans la préparation des plats traditionnels."</p> | |
| </div> | |
| </div> | |
| <div class="bg-white rounded-lg overflow-hidden shadow-md" data-aos="fade-up" data-aos-delay="300"> | |
| <img src="http://static.photos/people/640x360/12" alt="Afi Johnson" class="w-full h-64 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-bold text-togo-green mb-2">Afi Johnson</h3> | |
| <p class="text-gray-500 mb-2">Responsable du Service</p> | |
| <p class="text-gray-600">"Mon objectif est que chaque client se sente comme à la maison."</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Section --> | |
| <section class="py-16 bg-togo-yellow text-center"> | |
| <div class="max-w-4xl mx-auto px-4" data-aos="fade-up"> | |
| <h2 class="text-3xl font-bold text-togo-green mb-6">Prêt à découvrir nos spécialités?</h2> | |
| <p class="text-xl text-togo-green mb-8">Réservez votre table ou commandez en ligne</p> | |
| <div class="flex flex-col sm:flex-row justify-center gap-4"> | |
| <a href="contact.html" class="bg-togo-green hover:bg-green-800 text-white font-bold py-3 px-8 rounded-full text-lg transition duration-300 inline-block"> | |
| Réserver une table | |
| </a> | |
| <a href="tel:+22893630105" class="bg-white hover:bg-gray-100 text-togo-green font-bold py-3 px-8 rounded-full text-lg transition duration-300 inline-block"> | |
| <i class="fas fa-phone mr-2"></i> Appelez-nous | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-togo-green text-white py-12"> | |
| <div class="max-w-6xl mx-auto px-4"> | |
| <div class="grid md:grid-cols-4 gap-8"> | |
| <div> | |
| <h3 class="text-xl font-bold mb-4">Queen's Bar Restaurant</h3> | |
| <p class="mb-4">Spécialités togolaises préparées avec amour et tradition.</p> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="hover:text-togo-yellow transition duration-300"><i class="fab fa-facebook-f"></i></a> | |
| <a href="#" class="hover:text-togo-yellow transition duration-300"><i class="fab fa-instagram"></i></a> | |
| <a href="#" class="hover:text-togo-yellow transition duration-300"><i class="fab fa-twitter"></i></a> | |
| <a href="https://www.tiktok.com/@queens.bar.restaur?_t=ZM-8zYwj8vsEqL&_r=1" class="hover:text-togo-yellow transition duration-300"><i class="fab fa-tiktok"></i></a> | |
| </div> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-lg mb-4">Liens rapides</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="index.html" class="hover:text-togo-yellow transition duration-300">Accueil</a></li> | |
| <li><a href="menu.html" class="hover:text-togo-yellow transition duration-300">Menu</a></li> | |
| <li><a href="about.html" class="hover:text-togo-yellow transition duration-300">À propos</a></li> | |
| <li><a href="contact.html" class="hover:text-togo-yellow transition duration-300">Contact</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-lg mb-4">Heures d'ouverture</h4> | |
| <ul class="space-y-2"> | |
| <li>Lundi - Vendredi: 10h - 22h</li> | |
| <li>Samedi: 11h - 23h</li> | |
| <li>Dimanche: 12h - 20h</li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-lg mb-4">Contact</h4> | |
| <ul class="space-y-2"> | |
| <li class="flex items-center"><i class="fas fa-map-marker-alt mr-2"></i> Lomé, Togo</li> | |
| <li class="flex items-center"><i class="fas fa-phone mr-2"></i> +228 93 63 01 05</li> | |
| <li class="flex items-center"><i class="fas fa-envelope mr-2"></i> contact@queensbar.com</li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-700 mt-8 pt-8 text-center"> | |
| <p>© 2023 Queen's Bar Restaurant. Tous droits réservés.</p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| AOS.init({ | |
| duration: 800, | |
| easing: 'ease-in-out', | |
| once: true | |
| }); | |
| // Mobile menu toggle | |
| const btn = document.querySelector(".mobile-menu-button"); | |
| const menu = document.querySelector(".mobile-menu"); | |
| btn.addEventListener("click", () => { | |
| menu.classList.toggle("hidden"); | |
| }); | |
| // Close menu when clicking outside | |
| document.addEventListener('click', function(event) { | |
| const isClickInside = btn.contains(event.target) || menu.contains(event.target); | |
| if (!isClickInside && !menu.classList.contains('hidden')) { | |
| menu.classList.add('hidden'); | |
| } | |
| }); | |
| </script> | |
| <script>feather.replace();</script> | |
| </body> | |
| </html> | |