Spaces:
Running
Running
| <html lang="fr"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Menu - 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; | |
| } | |
| .menu-category { | |
| position: relative; | |
| } | |
| .menu-category::after { | |
| content: ''; | |
| position: absolute; | |
| bottom: -8px; | |
| left: 0; | |
| width: 50px; | |
| height: 3px; | |
| background-color: #fcd116; | |
| } | |
| .menu-item:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); | |
| } | |
| </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-togo-green border-b-4 border-togo-green font-semibold">Menu</a> | |
| <a href="about.html" class="py-4 px-2 text-gray-500 font-semibold hover:text-togo-green transition duration-300">À 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 bg-togo-green text-white font-semibold">Menu</a></li> | |
| <li><a href="about.html" class="block text-sm px-2 py-4 hover:bg-togo-green hover:text-white transition duration-300">À 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> | |
| <!-- Menu Hero Section --> | |
| <section class="relative py-20 bg-cover bg-center" style="background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('http://static.photos/food/1200x630/10');"> | |
| <div class="container mx-auto px-4 text-center text-white"> | |
| <h1 class="text-4xl md:text-6xl font-bold mb-6" data-aos="fade-up">Notre Menu</h1> | |
| <p class="text-xl md:text-2xl mb-8 max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="100">Découvrez nos spécialités togolaises préparées avec des ingrédients frais et selon les recettes traditionnelles</p> | |
| </div> | |
| </section> | |
| <!-- Menu Navigation --> | |
| <div class="bg-white shadow-sm sticky top-16 z-40"> | |
| <div class="max-w-6xl mx-auto px-4"> | |
| <div class="flex overflow-x-auto py-4 space-x-6"> | |
| <a href="#plats-principaux" class="whitespace-nowrap px-4 py-2 font-medium text-togo-green border-b-2 border-togo-green">Plats Principaux</a> | |
| <a href="#accompagnements" class="whitespace-nowrap px-4 py-2 font-medium text-gray-500 hover:text-togo-green">Accompagnements</a> | |
| <a href="#boissons" class="whitespace-nowrap px-4 py-2 font-medium text-gray-500 hover:text-togo-green">Boissons</a> | |
| <a href="#desserts" class="whitespace-nowrap px-4 py-2 font-medium text-gray-500 hover:text-togo-green">Desserts</a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Main Menu Section --> | |
| <section class="py-16 px-4 max-w-6xl mx-auto"> | |
| <!-- Plats Principaux --> | |
| <div id="plats-principaux" class="mb-20"> | |
| <h2 class="text-3xl font-bold text-togo-green mb-8 menu-category" data-aos="fade-up">Plats Principaux</h2> | |
| <div class="grid md:grid-cols-2 gap-8"> | |
| <!-- Fufu Igname --> | |
| <div class="bg-white rounded-lg p-6 shadow-md menu-item transition duration-300" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="flex justify-between items-start mb-4"> | |
| <h3 class="text-xl font-bold text-togo-green">Fufu d'Igname</h3> | |
| <span class="bg-togo-yellow text-togo-green px-3 py-1 rounded-full text-sm font-bold">5.500 FCFA</span> | |
| </div> | |
| <p class="text-gray-600 mb-4">Fufu traditionnel préparé avec de l'igname fraîche, servi avec votre choix de sauce.</p> | |
| <div class="flex flex-wrap gap-2"> | |
| <span class="bg-gray-100 text-gray-800 px-3 py-1 rounded-full text-xs">Igname</span> | |
| <span class="bg-gray-100 text-gray-800 px-3 py-1 rounded-full text-xs">Traditionnel</span> | |
| </div> | |
| </div> | |
| <!-- Fufu Manioc --> | |
| <div class="bg-white rounded-lg p-6 shadow-md menu-item transition duration-300" data-aos="fade-up" data-aos-delay="150"> | |
| <div class="flex justify-between items-start mb-4"> | |
| <h3 class="text-xl font-bold text-togo-green">Fufu de Manioc</h3> | |
| <span class="bg-togo-yellow text-togo-green px-3 py-1 rounded-full text-sm font-bold">4.500 FCFA</span> | |
| </div> | |
| <p class="text-gray-600 mb-4">Fufu préparé avec du manioc, une alternative légère et délicieuse.</p> | |
| <div class="flex flex-wrap gap-2"> | |
| <span class="bg-gray-100 text-gray-800 px-3 py-1 rounded-full text-xs">Manioc</span> | |
| <span class="bg-gray-100 text-gray-800 px-3 py-1 rounded-full text-xs">Léger</span> | |
| </div> | |
| </div> | |
| <!-- Pâte Sauce Gboma --> | |
| <div class="bg-white rounded-lg p-6 shadow-md menu-item transition duration-300" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="flex justify-between items-start mb-4"> | |
| <h3 class="text-xl font-bold text-togo-green">Pâte avec Sauce Gboma</h3> | |
| <span class="bg-togo-yellow text-togo-green px-3 py-1 rounded-full text-sm font-bold">4.000 FCFA</span> | |
| </div> | |
| <p class="text-gray-600 mb-4">Pâte de maïs accompagnée de notre délicieuse sauce à base de feuilles de gboma.</p> | |
| <div class="flex flex-wrap gap-2"> | |
| <span class="bg-gray-100 text-gray-800 px-3 py-1 rounded-full text-xs">Maïs</span> | |
| <span class="bg-gray-100 text-gray-800 px-3 py-1 rounded-full text-xs">Feuilles Gboma</span> | |
| </div> | |
| </div> | |
| <!-- Pâte Sauce Adème --> | |
| <div class="bg-white rounded-lg p-6 shadow-md menu-item transition duration-300" data-aos="fade-up" data-aos-delay="250"> | |
| <div class="flex justify-between items-start mb-4"> | |
| <h3 class="text-xl font-bold text-togo-green">Pâte avec Sauce Adème</h3> | |
| <span class="bg-togo-yellow text-togo-green px-3 py-1 rounded-full text-sm font-bold">4.500 FCFA</span> | |
| </div> | |
| <p class="text-gray-600 mb-4">Pâte de maïs avec notre sauce adème riche et savoureuse, préparée selon la recette traditionnelle.</p> | |
| <div class="flex flex-wrap gap-2"> | |
| <span class="bg-gray-100 text-gray-800 px-3 py-1 rounded-full text-xs">Maïs</span> | |
| <span class="bg-gray-100 text-gray-800 px-3 py-1 rounded-full text-xs">Sauce Adème</span> | |
| </div> | |
| </div> | |
| <!-- Sauce Arachide --> | |
| <div class="bg-white rounded-lg p-6 shadow-md menu-item transition duration-300" data-aos="fade-up" data-aos-delay="300"> | |
| <div class="flex justify-between items-start mb-4"> | |
| <h3 class="text-xl font-bold text-togo-green">Sauce Arachide</h3> | |
| <span class="bg-togo-yellow text-togo-green px-3 py-1 rounded-full text-sm font-bold">5.000 FCFA</span> | |
| </div> | |
| <p class="text-gray-600 mb-4">Notre célèbre sauce à base d'arachide, onctueuse et parfumée, accompagnée de riz ou de pâte.</p> | |
| <div class="flex flex-wrap gap-2"> | |
| <span class="bg-gray-100 text-gray-800 px-3 py-1 rounded-full text-xs">Arachide</span> | |
| <span class="bg-gray-100 text-gray-800 px-3 py-1 rounded-full text-xs">Onctueuse</span> | |
| </div> | |
| </div> | |
| <!-- Akoumé Sauce Tomate --> | |
| <div class="bg-white rounded-lg p-6 shadow-md menu-item transition duration-300" data-aos="fade-up" data-aos-delay="350"> | |
| <div class="flex justify-between items-start mb-4"> | |
| <h3 class="text-xl font-bold text-togo-green">Akoumé avec Sauce Tomate</h3> | |
| <span class="bg-togo-yellow text-togo-green px-3 py-1 rounded-full text-sm font-bold">4.000 FCFA</span> | |
| </div> | |
| <p class="text-gray-600 mb-4">Akoumé (pâte de maïs fermentée) accompagnée de sauce tomate fraîche et épicée.</p> | |
| <div class="flex flex-wrap gap-2"> | |
| <span class="bg-gray-100 text-gray-800 px-3 py-1 rounded-full text-xs">Maïs fermenté</span> | |
| <span class="bg-gray-100 text-gray-800 px-3 py-1 rounded-full text-xs">Tomate</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Accompagnements --> | |
| <div id="accompagnements" class="mb-20"> | |
| <h2 class="text-3xl font-bold text-togo-green mb-8 menu-category" data-aos="fade-up">Accompagnements</h2> | |
| <div class="grid md:grid-cols-2 gap-8"> | |
| <div class="bg-white rounded-lg p-6 shadow-md menu-item transition duration-300" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="flex justify-between items-start mb-4"> | |
| <h3 class="text-xl font-bold text-togo-green">Riz Blanc</h3> | |
| <span class="bg-togo-yellow text-togo-green px-3 py-1 rounded-full text-sm font-bold">1.500 FCFA</span> | |
| </div> | |
| <p class="text-gray-600">Riz parfumé cuit à la perfection pour accompagner vos sauces.</p> | |
| </div> | |
| <div class="bg-white rounded-lg p-6 shadow-md menu-item transition duration-300" data-aos="fade-up" data-aos-delay="150"> | |
| <div class="flex justify-between items-start mb-4"> | |
| <h3 class="text-xl font-bold text-togo-green">Riz Sauce Graine</h3> | |
| <span class="bg-togo-yellow text-togo-green px-3 py-1 rounded-full text-sm font-bold">3.000 FCFA</span> | |
| </div> | |
| <p class="text-gray-600">Riz accompagné de sauce graine, une spécialité togolaise.</p> | |
| </div> | |
| <div class="bg-white rounded-lg p-6 shadow-md menu-item transition duration-300" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="flex justify-between items-start mb-4"> | |
| <h3 class="text-xl font-bold text-togo-green">Plantains Mûrs Frits</h3> | |
| <span class="bg-togo-yellow text-togo-green px-3 py-1 rounded-full text-sm font-bold">2.000 FCFA</span> | |
| </div> | |
| <p class="text-gray-600">Délicieux plantains mûrs frits à l'huile de palme.</p> | |
| </div> | |
| <div class="bg-white rounded-lg p-6 shadow-md menu-item transition duration-300" data-aos="fade-up" data-aos-delay="250"> | |
| <div class="flex justify-between items-start mb-4"> | |
| <h3 class="text-xl font-bold text-togo-green">Igname Frite</h3> | |
| <span class="bg-togo-yellow text-togo-green px-3 py-1 rounded-full text-sm font-bold">2.500 FCFA</span> | |
| </div> | |
| <p class="text-gray-600">Igname fraîche coupée en bâtonnets et frite à la perfection.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Boissons --> | |
| <div id="boissons" class="mb-20"> | |
| <h2 class="text-3xl font-bold text-togo-green mb-8 menu-category" data-aos="fade-up">Boissons</h2> | |
| <div class="grid md:grid-cols-2 gap-8"> | |
| <div class="bg-white rounded-lg p-6 shadow-md menu-item transition duration-300" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="flex justify-between items-start mb-4"> | |
| <h3 class="text-xl font-bold text-togo-green">Bissap</h3> | |
| <span class="bg-togo-yellow text-togo-green px-3 py-1 rounded-full text-sm font-bold">1.500 FCFA</span> | |
| </div> | |
| <p class="text-gray-600">Boisson rafraîchissante à base d'hibiscus.</p> | |
| </div> | |
| <div class="bg-white rounded-lg p-6 shadow-md menu-item transition duration-300" data-aos="fade-up" data-aos-delay="150"> | |
| <div class="flex justify-between items-start mb-4"> | |
| <h3 class="text-xl font-bold text-togo-green">Gingembre</h3> | |
| <span class="bg-togo-yellow text-togo-green px-3 py-1 rounded-full text-sm font-bold">1.500 FCFA</span> | |
| </div> | |
| <p class="text-gray-600">Boisson énergisante à base de gingembre frais.</p> | |
| </div> | |
| <div class="bg-white rounded-lg p-6 shadow-md menu-item transition duration-300" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="flex justify-between items-start mb-4"> | |
| <h3 class="text-xl font-bold text-togo-green">Eau Minérale</h3> | |
| <span class="bg-togo-yellow text-togo-green px-3 py-1 rounded-full text-sm font-bold">500 FCFA</span> | |
| </div> | |
| <p class="text-gray-600">Eau minérale en bouteille.</p> | |
| </div> | |
| <div class="bg-white rounded-lg p-6 shadow-md menu-item transition duration-300" data-aos="fade-up" data-aos-delay="250"> | |
| <div class="flex justify-between items-start mb-4"> | |
| <h3 class="text-xl font-bold text-togo-green">Sodas</h3> | |
| <span class="bg-togo-yellow text-togo-green px-3 py-1 rounded-full text-sm font-bold">1.000 FCFA</span> | |
| </div> | |
| <p class="text-gray-600">Coca-Cola, Fanta, Sprite, etc.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Desserts --> | |
| <div id="desserts"> | |
| <h2 class="text-3xl font-bold text-togo-green mb-8 menu-category" data-aos="fade-up">Desserts</h2> | |
| <div class="grid md:grid-cols-2 gap-8"> | |
| <div class="bg-white rounded-lg p-6 shadow-md menu-item transition duration-300" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="flex justify-between items-start mb-4"> | |
| <h3 class="text-xl font-bold text-togo-green">Beignets de Banane</h3> | |
| <span class="bg-togo-yellow text-togo-green px-3 py-1 rounded-full text-sm font-bold">1.500 FCFA</span> | |
| </div> | |
| <p class="text-gray-600">Beignets moelleux à la banane, saupoudrés de sucre.</p> | |
| </div> | |
| <div class="bg-white rounded-lg p-6 shadow-md menu-item transition duration-300" data-aos="fade-up" data-aos-delay="150"> | |
| <div class="flex justify-between items-start mb-4"> | |
| <h3 class="text-xl font-bold text-togo-green">Fruits Frais</h3> | |
| <span class="bg-togo-yellow text-togo-green px-3 py-1 rounded-full text-sm font-bold">2.000 FCFA</span> | |
| </div> | |
| <p class="text-gray-600">Assortiment de fruits frais de saison.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Section --> | |
| <section class="py-16 bg-togo-red text-center text-white"> | |
| <div class="max-w-4xl mx-auto px-4" data-aos="fade-up"> | |
| <h2 class="text-3xl font-bold mb-6">Vous avez des questions sur notre menu?</h2> | |
| <p class="text-xl mb-8">Contactez-nous directement par téléphone ou WhatsApp</p> | |
| <div class="flex flex-col sm:flex-row justify-center gap-4"> | |
| <a href="tel:+22893630105" class="bg-white hover:bg-gray-100 text-togo-red font-bold py-3 px-8 rounded-full text-lg transition duration-300 inline-block"> | |
| <i class="fas fa-phone mr-2"></i> +228 93 63 01 05 | |
| </a> | |
| <a href="https://wa.me/22893630105" 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"> | |
| <i class="fab fa-whatsapp mr-2"></i> WhatsApp | |
| </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'); | |
| } | |
| }); | |
| // Smooth scrolling for menu navigation | |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
| anchor.addEventListener('click', function (e) { | |
| e.preventDefault(); | |
| document.querySelector(this.getAttribute('href')).scrollIntoView({ | |
| behavior: 'smooth' | |
| }); | |
| }); | |
| }); | |
| </script> | |
| <script>feather.replace();</script> | |
| </body> | |
| </html> | |