2024-01-16 00:23:27 +01:00
<!DOCTYPE html>
< html lang = "fr-FR" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< link rel = "stylesheet" href = "../css/styles.css" >
< link rel = "stylesheet" href = "../css/a-propos.css" >
< title > À propos de Neo Eat< / title >
< / head >
< body >
< header class = "navbar" >
< div class = "logo" >
< img src = "../img/Logo/LogoNeoEat.png" alt = "Neo Eat Logo" >
< / div >
< nav class = "nav-links" >
< a href = "index.html" > Accueil< / a >
2024-01-17 14:30:18 +01:00
< a href = "menu.html" > Menu< / a >
2024-01-16 00:23:27 +01:00
< div class = "dropdown" >
2024-01-16 17:05:22 +01:00
< a class = "dropdown-btn" > À propos < i class = "ri-arrow-down-s-line" > < / i > < / a >
2024-01-16 00:23:27 +01:00
< div class = "dropdown-content" >
2024-01-16 17:05:22 +01:00
< a href = "a-propos.html" > Qui sommes-nous ?< / a >
2024-01-16 00:23:27 +01:00
< a href = "faq.html" > FAQ< / a >
< a href = "nos-chefs.html" > Nos chefs< / a >
2024-01-16 17:05:22 +01:00
< a href = "fournisseurs.html" > Nos fournisseurs< / a >
2024-01-17 14:30:18 +01:00
< a href = "notre-equipe.html" > Notre équipe< / a >
2024-01-16 00:23:27 +01:00
< / div >
< / div >
< a href = "../html/contact.html" class = "nav-link" > Contact< / a >
< a href = "../html/reservation.html" class = "nav-link reserve-btn" > Réserver une table< / a >
< / nav >
<!-- BARRE DU MENU BURGER -->
< div class = "burger-menu" >
< div class = "bar" > < / div >
< div class = "bar" > < / div >
< div class = "bar" > < / div >
< / div >
< / header >
2024-01-17 14:30:18 +01:00
<!-- BARRE DU MENU BURGER -->
< div class = "burger-menu" >
< div class = "bar" > < / div >
< div class = "bar" > < / div >
< div class = "bar" > < / div >
< / div >
< / header >
2024-01-16 00:23:27 +01:00
< div class = "content" >
< section class = "about-section" >
< h2 > À propos de Neo Eat< / h2 >
< p >
Neo Eat, fondé en 2023 par Moncef STITI, Marco ORFAO et Louay DARDOURI, est une révolution dans le monde de la gastronomie. L'idée a germé pendant leurs premières années de BUT informatique, avec la vision de rendre la nourriture gastronomique accessible à tous, sans compromis sur la qualité.
< / p >
< p >
Chez Neo Eat, l'expérience culinaire est entièrement automatisée grâce à des robots. Voici nos serveurs : < br >
< img src = "../img/PhotoCuisine/serveur1.jpg" alt = "Serveur Robot 1" class = "robot-image" >
< img src = "../img/PhotoCuisine/serveur2.jpg" alt = "Serveur Robot 2" class = "robot-image" > < br > Ils assurent un service rapide et efficace. Ces robots sont conçus pour offrir une expérience unique à nos clients.
< / p >
< p >
Notre brigade de cuisine est également composée de robots de pointe. Parmi eux : < br >
2024-01-16 17:05:22 +01:00
< img src = "../img/PhotoCuisine/CouteauRobot.jpg" alt = "Robot Couteau" class = "robot-image" >
2024-01-16 00:23:27 +01:00
< img src = "../img/PhotoCuisine/CuisineRobot.jpg" alt = "Robot Cuisine" class = "robot-image" > < br >
Ils garantissent une précision et une qualité constantes dans la préparation de chaque plat. Cette automatisation permet de maintenir des prix abordables, éliminant les coûts de main-d'œuvre tout en assurant une expérience gastronomique exceptionnelle.
< / p >
< p >
Actuellement basés exclusivement à Paris, nous avons des projets ambitieux d'expansion à travers la France dans un avenir proche. Notre mission est de rendre la gastronomie de qualité accessible à toutes les régions, offrant ainsi une expérience culinaire exceptionnelle à un public plus large.
< / p >
< / section >
< / div >
2024-01-17 14:30:18 +01:00
< footer class = "footer" >
2024-01-16 00:23:27 +01:00
< div class = "footer-content" >
< div class = "footer-section" >
< h3 > Plan du site< / h3 >
2024-01-17 14:30:18 +01:00
< a href = "plan-du-site.html" > Consulter le plan du site< / a >
2024-01-16 00:23:27 +01:00
< / div >
< div class = "footer-section" >
< h3 > Mentions légales< / h3 >
2024-01-17 14:30:18 +01:00
< a href = "mention-legal.html" > Consulter nos mentions légales< / a >
2024-01-16 00:23:27 +01:00
< / div >
< div class = "footer-section" >
< h3 > Contact< / h3 >
< p > Email : < a href = "mailto:neoeat.sav@gmail.com" > neoeat.sav@gmail.com< / a > < / p >
2024-01-17 14:30:18 +01:00
< p >
2024-01-16 00:23:27 +01:00
< p > Téléphone : < a href = "tel:+33175489632" > +33 01 75 48 96 32< / a > < / p >
< / div >
< div class = "footer-section horizontally-aligned" >
< h3 > Réseaux sociaux< / h3 >
< div class = "logo-reseaux" >
< p >
< a href = "https://www.instagram.com/neoeat75/" target = "_blank" class = "social-icon" >
2024-01-17 14:30:18 +01:00
< img src = "../img/RéseauxSociaux/Instagram.png" alt = "Logo Instagram" >
2024-01-16 00:23:27 +01:00
< / a >
< / p >
< p >
< a href = "https://www.facebook.com/neoeat75/" target = "_blank" class = "social-icon" >
2024-01-17 14:30:18 +01:00
< img src = "../img/RéseauxSociaux/Facebook.png" alt = "Logo Facebook" >
2024-01-16 00:23:27 +01:00
< / a >
< / p >
< p >
< a href = "https://www.X.com/neoeat75/" target = "_blank" class = "social-icon" >
2024-01-17 14:30:18 +01:00
< img src = "../img/RéseauxSociaux/X.png" alt = "Logo X" >
2024-01-16 00:23:27 +01:00
< / a >
< / p >
< p >
< a href = "https://www.youtube.com/channel/UCNSi53sTJ7LYqgonJ4CfCCQ" target = "_blank" class = "social-icon" >
2024-01-17 14:30:18 +01:00
< img src = "../img/RéseauxSociaux/Youtube.png" alt = "Logo Youtube" >
2024-01-16 00:23:27 +01:00
< / a >
< / p >
< p >
< a href = "https://www.TripAdvisor.com/neoeat/" target = "_blank" class = "social-icon" >
< img src = "../img/RéseauxSociaux/Tripadvisor.png" alt = "TripAdvisor" >
< / a >
< / p >
< / div >
< / div >
< / div >
< div class = "footer-signature" >
< img src = "../img/Logo/LogoNeoEat.png" alt = "Neo Eat Logo" >
< p > © 2024 Neo Eat. Tous droits réservés.< / p >
< / div >
< / footer >
< script src = "../js/script.js" > < / script >
< button id = "scrollTopBtn" onclick = "scrollToTop()" >
< span > 🚀 < / span >
< / button >
< / body >
< / html >