Modification des chemins etc...

This commit is contained in:
Moncef STITI 2024-01-18 13:17:26 +01:00
parent 6fefb63e20
commit 4917369779
15 changed files with 257 additions and 242 deletions

View File

@ -3,6 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="../img/Logo/logo-tab.ico">
<link rel="stylesheet" href="../css/styles.css"> <link rel="stylesheet" href="../css/styles.css">
<link rel="stylesheet" href="../css/a-propos.css"> <link rel="stylesheet" href="../css/a-propos.css">
<title>À propos de Neo Eat</title> <title>À propos de Neo Eat</title>
@ -13,7 +14,7 @@
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo"> <img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
</div> </div>
<nav class="nav-links"> <nav class="nav-links">
<a href="index.html">Accueil</a> <a href="../index.html">Accueil</a>
<a href="menu.html">Menu</a> <a href="menu.html">Menu</a>
<div class="dropdown"> <div class="dropdown">
<a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a> <a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a>
@ -123,7 +124,7 @@
<script src="../js/script.js"></script> <script src="../js/script.js"></script>
<button id="scrollTopBtn" onclick="scrollToTop()"> <button id="scrollTopBtn" onclick="scrollToTop()">
<span>&#x1F680;</span> <span>&#8593;</span>
</button> </button>
</body> </body>
</html> </html>

View File

@ -3,6 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="../img/Logo/logo-tab.ico">
<link rel="stylesheet" href="../css/styles.css"> <link rel="stylesheet" href="../css/styles.css">
<link rel="stylesheet" href="../css/contact.css"> <link rel="stylesheet" href="../css/contact.css">
<title>Contact - Neo Eat</title> <title>Contact - Neo Eat</title>
@ -13,7 +14,7 @@
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo"> <img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
</div> </div>
<nav class="nav-links"> <nav class="nav-links">
<a href="index.html">Accueil</a> <a href="../index.html">Accueil</a>
<a href="menu.html">Menu</a> <a href="menu.html">Menu</a>
<div class="dropdown"> <div class="dropdown">
<a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a> <a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a>
@ -127,7 +128,7 @@
<script src="../js/script.js"></script> <script src="../js/script.js"></script>
<button id="scrollTopBtn" onclick="scrollToTop()"> <button id="scrollTopBtn" onclick="scrollToTop()">
<span>&#x1F680;</span> <span>&#8593;</span>
</button> </button>
</body> </body>
</html> </html>

View File

@ -3,6 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="../img/Logo/logo-tab.ico">
<link rel="stylesheet" href="../css/styles.css"> <link rel="stylesheet" href="../css/styles.css">
<link rel="stylesheet" href="../css/faq.css"> <link rel="stylesheet" href="../css/faq.css">
<title>FAQ - Neo Eat</title> <title>FAQ - Neo Eat</title>
@ -13,7 +14,7 @@
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo"> <img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
</div> </div>
<nav class="nav-links"> <nav class="nav-links">
<a href="index.html">Accueil</a> <a href="../index.html">Accueil</a>
<a href="menu.html">Menu</a> <a href="menu.html">Menu</a>
<div class="dropdown"> <div class="dropdown">
<a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a> <a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a>
@ -164,7 +165,7 @@
<script src="../js/script.js"></script> <script src="../js/script.js"></script>
<script src="../js/faq.js"></script> <script src="../js/faq.js"></script>
<button id="scrollTopBtn" onclick="scrollToTop()"> <button id="scrollTopBtn" onclick="scrollToTop()">
<span>&#x1F680;</span> <span>&#8593;</span>
</button> </button>
</body> </body>
</html> </html>

View File

@ -3,6 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="../img/Logo/logo-tab.ico">
<link rel="stylesheet" href="../css/styles.css"> <link rel="stylesheet" href="../css/styles.css">
<link rel="stylesheet" href="../css/fournisseurs.css"> <link rel="stylesheet" href="../css/fournisseurs.css">
<title>Nos Fournisseurs - Neo Eat</title> <title>Nos Fournisseurs - Neo Eat</title>
@ -13,7 +14,7 @@
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo"> <img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
</div> </div>
<nav class="nav-links"> <nav class="nav-links">
<a href="index.html">Accueil</a> <a href="../index.html">Accueil</a>
<a href="menu.html">Menu</a> <a href="menu.html">Menu</a>
<div class="dropdown"> <div class="dropdown">
<a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a> <a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a>
@ -124,7 +125,7 @@
<script src="../js/script.js"></script> <script src="../js/script.js"></script>
<button id="scrollTopBtn" onclick="scrollToTop()"> <button id="scrollTopBtn" onclick="scrollToTop()">
<span>&#x1F680;</span> <span>&#8593;</span>
</button> </button>
</body> </body>
</html> </html>

View File

@ -3,6 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="../img/Logo/logo-tab.ico">
<link rel="stylesheet" href="../css/styles.css"> <link rel="stylesheet" href="../css/styles.css">
<title>Mentions Légales - Neo Eat</title> <title>Mentions Légales - Neo Eat</title>
</head> </head>
@ -12,7 +13,7 @@
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo"> <img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
</div> </div>
<nav class="nav-links"> <nav class="nav-links">
<a href="index.html">Accueil</a> <a href="../index.html">Accueil</a>
<a href="menu.html">Menu</a> <a href="menu.html">Menu</a>
<div class="dropdown"> <div class="dropdown">
<a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a> <a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a>
@ -131,7 +132,7 @@
<script src="../js/script.js"></script> <script src="../js/script.js"></script>
<button id="scrollTopBtn" onclick="scrollToTop()"> <button id="scrollTopBtn" onclick="scrollToTop()">
<span>&#x1F680;</span> <span>&#8593;</span>
</button> </button>
</body> </body>
</html> </html>

View File

@ -3,8 +3,9 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="../img/Logo/logo-tab.ico">
<link rel="stylesheet" href="../css/styles.css"> <link rel="stylesheet" href="../css/styles.css">
<link rel="stylesheet" href="../css/menu.css"> <!-- Ajoutez le fichier CSS spécifique pour le menu --> <link rel="stylesheet" href="../css/menu.css">
<title>Menu - Neo Eat</title> <title>Menu - Neo Eat</title>
</head> </head>
<body> <body>
@ -13,7 +14,7 @@
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo"> <img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
</div> </div>
<nav class="nav-links"> <nav class="nav-links">
<a href="index.html">Accueil</a> <a href="../index.html">Accueil</a>
<a href="menu.html">Menu</a> <a href="menu.html">Menu</a>
<div class="dropdown"> <div class="dropdown">
<a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a> <a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a>
@ -102,7 +103,7 @@
<script src="../js/script.js"></script> <script src="../js/script.js"></script>
<button id="scrollTopBtn" onclick="scrollToTop()"> <button id="scrollTopBtn" onclick="scrollToTop()">
<span>&#x1F680;</span> <span>&#8593;</span>
</button> </button>
</body> </body>
</html> </html>

View File

@ -3,6 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="../img/Logo/logo-tab.ico">
<link rel="stylesheet" href="../css/styles.css"> <link rel="stylesheet" href="../css/styles.css">
<link rel="stylesheet" href="../css/nos-chefs.css"> <link rel="stylesheet" href="../css/nos-chefs.css">
<title>Nos Chefs - Neo Eat</title> <title>Nos Chefs - Neo Eat</title>
@ -13,7 +14,7 @@
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo"> <img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
</div> </div>
<nav class="nav-links"> <nav class="nav-links">
<a href="index.html">Accueil</a> <a href="../index.html">Accueil</a>
<a href="menu.html">Menu</a> <a href="menu.html">Menu</a>
<div class="dropdown"> <div class="dropdown">
<a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a> <a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a>
@ -143,7 +144,7 @@
<script src="../js/script.js"></script> <script src="../js/script.js"></script>
<button id="scrollTopBtn" onclick="scrollToTop()"> <button id="scrollTopBtn" onclick="scrollToTop()">
<span>&#x1F680;</span> <span>&#8593;</span>
</button> </button>
</body> </body>
</html> </html>

View File

@ -4,6 +4,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="../img/Logo/logo-tab.ico">
<link rel="stylesheet" href="../css/styles.css"> <link rel="stylesheet" href="../css/styles.css">
<link rel="stylesheet" href="../css/notre-equipe.css"> <link rel="stylesheet" href="../css/notre-equipe.css">
<title>Notre Équipe - Neo Eat</title> <title>Notre Équipe - Neo Eat</title>
@ -15,7 +16,7 @@
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo"> <img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
</div> </div>
<nav class="nav-links"> <nav class="nav-links">
<a href="index.html">Accueil</a> <a href="../index.html">Accueil</a>
<a href="menu.html">Menu</a> <a href="menu.html">Menu</a>
<div class="dropdown"> <div class="dropdown">
<a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a> <a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a>
@ -144,7 +145,9 @@
</footer> </footer>
<script src="../js/script.js"></script> <script src="../js/script.js"></script>
<script src="../js/notre-equipe.js"></script> <button id="scrollTopBtn" onclick="scrollToTop()">
<span>&#8593;</span>
</button>
</body> </body>
</html> </html>

View File

@ -4,6 +4,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="../img/Logo/logo-tab.ico">
<link rel="stylesheet" href="../css/styles.css"> <link rel="stylesheet" href="../css/styles.css">
<link rel="stylesheet" href="../css/plan-du-site.css"> <link rel="stylesheet" href="../css/plan-du-site.css">
<title>Plan du site - Neo Eat</title> <title>Plan du site - Neo Eat</title>
@ -16,7 +17,7 @@
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo"> <img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
</div> </div>
<nav class="nav-links"> <nav class="nav-links">
<a href="index.html">Accueil</a> <a href="../index.html">Accueil</a>
<a href="menu.html">Menu</a> <a href="menu.html">Menu</a>
<div class="dropdown"> <div class="dropdown">
<a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a> <a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a>
@ -57,7 +58,7 @@
</li> </li>
<li><a href="contact.html">Contact</a></li> <li><a href="contact.html">Contact</a></li>
<li><a href="reservation.html">Réserver une table</a></li> <li><a href="reservation.html">Réserver une table</a></li>
<li><a href="mention-legale.html">Mentions légales</a></li> <li><a href="mention-legal.html">Mentions légales</a></li>
<li><a href="plan-du-site.html">Plan du site</a></li> <li><a href="plan-du-site.html">Plan du site</a></li>
</ul> </ul>
</section> </section>
@ -118,7 +119,7 @@
<script src="../js/script.js"></script> <script src="../js/script.js"></script>
<button id="scrollTopBtn" onclick="scrollToTop()"> <button id="scrollTopBtn" onclick="scrollToTop()">
<span>&#x1F680;</span> <span>&#8593;</span>
</button> </button>
</body> </body>

View File

@ -3,6 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="../img/Logo/logo-tab.ico">
<link rel="stylesheet" href="../css/styles.css"> <link rel="stylesheet" href="../css/styles.css">
<link rel="stylesheet" href="../css/reservation.css"> <link rel="stylesheet" href="../css/reservation.css">
<title>Réserver une table - Neo Eat</title> <title>Réserver une table - Neo Eat</title>
@ -13,7 +14,7 @@
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo"> <img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
</div> </div>
<nav class="nav-links"> <nav class="nav-links">
<a href="index.html">Accueil</a> <a href="../index.html">Accueil</a>
<a href="menu.html">Menu</a> <a href="menu.html">Menu</a>
<div class="dropdown"> <div class="dropdown">
<a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a> <a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a>
@ -54,7 +55,7 @@
<input type="tel" id="phone" name="phone" required> <input type="tel" id="phone" name="phone" required>
<label for="date">Date :</label> <label for="date">Date :</label>
<input type="date" id="date" name="date" required> <input type="date" id="date" name="date" min="<?= date('Y-m-d') ?>" required>
<label for="time">Heure :</label> <label for="time">Heure :</label>
<select id="time" name="time" required> <select id="time" name="time" required>
@ -69,7 +70,7 @@
</select> </select>
<label for="guests">Nombre de convives :</label> <label for="guests">Nombre de convives :</label>
<input type="number" id="guests" name="guests" min="1" required> <input type="number" id="guests" name="guests" min="1" max="20" required>
<button type="submit">Réserver</button> <button type="submit">Réserver</button>
</form> </form>
@ -131,8 +132,10 @@
</footer> </footer>
<script src="../js/script.js"></script> <script src="../js/script.js"></script>
<script src="../js/reservation.js"></script>
<button id="scrollTopBtn" onclick="scrollToTop()"> <button id="scrollTopBtn" onclick="scrollToTop()">
<span>&#x1F680;</span> <span>&#8593;</span>
</button> </button>
</body> </body>
</html> </html>

View File

@ -3,6 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="../img/Logo/logo-tab.ico">
<link rel="stylesheet" href="../css/styles.css"> <link rel="stylesheet" href="../css/styles.css">
<link rel="stylesheet" href="../css/ReservationSuccess.css"> <link rel="stylesheet" href="../css/ReservationSuccess.css">
<title>Réservation réussie - Neo Eat</title> <title>Réservation réussie - Neo Eat</title>
@ -13,7 +14,7 @@
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo"> <img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
</div> </div>
<nav class="nav-links"> <nav class="nav-links">
<a href="index.html">Accueil</a> <a href="../index.html">Accueil</a>
<a href="menu.html">Menu</a> <a href="menu.html">Menu</a>
<div class="dropdown"> <div class="dropdown">
<a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a> <a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a>
@ -99,7 +100,7 @@
</footer> </footer>
<button id="scrollTopBtn" onclick="scrollToTop()"> <button id="scrollTopBtn" onclick="scrollToTop()">
<span>&#x1F680;</span> <span>&#8593;</span>
</button> </button>
</body> </body>
</html> </html>

BIN
img/Logo/logo-tab.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -3,14 +3,15 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../css/styles.css"> <link rel="icon" href="img/Logo/logo-tab.ico">
<link rel="stylesheet" href="../css/index.css"> <link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/index.css">
<title>Neo Eat</title> <title>Neo Eat</title>
</head> </head>
<body> <body>
<header class="navbar"> <header class="navbar">
<div class="logo"> <div class="logo">
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo"> <img src="img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
</div> </div>
<nav class="nav-links"> <nav class="nav-links">
<a href="index.html">Accueil</a> <a href="index.html">Accueil</a>
@ -25,8 +26,8 @@
<a href="notre-equipe.html">Notre équipe</a> <a href="notre-equipe.html">Notre équipe</a>
</div> </div>
</div> </div>
<a href="../html/contact.html" class="nav-link">Contact</a> <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> <a href="html/reservation.html" class="nav-link reserve-btn">Réserver une table</a>
</nav> </nav>
<!-- BARRE DU MENU BURGER --> <!-- BARRE DU MENU BURGER -->
@ -41,7 +42,7 @@
<!-- Vidéo et message de bienvenue --> <!-- Vidéo et message de bienvenue -->
<section class="bienvenue-section"> <section class="bienvenue-section">
<video controls autoplay class="bienvenue-video"> <video controls autoplay class="bienvenue-video">
<source src="../video/VideoExplicationConcept.mp4" type="video/mp4"> <source src="video/VideoExplicationConcept.mp4" type="video/mp4">
Votre navigateur ne supporte pas les vidéos. Votre navigateur ne supporte pas les vidéos.
</video> </video>
</section> </section>
@ -51,7 +52,7 @@
Neo Eat, où la créativité des chefs étoilés s'unit à la précision de la technologie. Nos chefs renommés imaginent des recettes exceptionnelles, harmonisant saveurs raffinées et innovations culinaires. Dans nos cuisines, des robots de pointe, guidés par ces recettes d'exception, assurent une expérience gastronomique unique. Neo Eat, où la créativité des chefs étoilés s'unit à la précision de la technologie. Nos chefs renommés imaginent des recettes exceptionnelles, harmonisant saveurs raffinées et innovations culinaires. Dans nos cuisines, des robots de pointe, guidés par ces recettes d'exception, assurent une expérience gastronomique unique.
<br>Découvrez l'alliance parfaite entre l'art culinaire humain et la précision technologique des robots. Vous avez la chance de voir ces machines à l'œuvre, créant vos plats sous vos yeux. Laissez-vous séduire par cette fusion unique de talent culinaire et d'innovation. Chez Neo Eat, chaque plat est une expérience mémorable, alliant la passion des chefs au futur de la cuisine. <br>Découvrez l'alliance parfaite entre l'art culinaire humain et la précision technologique des robots. Vous avez la chance de voir ces machines à l'œuvre, créant vos plats sous vos yeux. Laissez-vous séduire par cette fusion unique de talent culinaire et d'innovation. Chez Neo Eat, chaque plat est une expérience mémorable, alliant la passion des chefs au futur de la cuisine.
</p> </p>
<img src="../img/Restaurant/tables.png" alt="Tables du restaurant" class="restaurant-tables"> <img src="img/Restaurant/tables.png" alt="Tables du restaurant" class="restaurant-tables">
</section> </section>
<!-- Section des chefs --> <!-- Section des chefs -->
@ -60,25 +61,25 @@
<div class="chef-container"> <div class="chef-container">
<div class="chef"> <div class="chef">
<h3>Philippe Etchebest</h3> <h3>Philippe Etchebest</h3>
<img src="../img/ChefCuisto/Etchebest.png" alt="Chef Philippe Etchebest"> <img src="img/ChefCuisto/Etchebest.png" alt="Chef Philippe Etchebest">
<p>Rencontrez notre chef étoilé, Philippe Etchebest, passionné de cuisine depuis toujours.</p> <p>Rencontrez notre chef étoilé, Philippe Etchebest, passionné de cuisine depuis toujours.</p>
</div> </div>
<div class="chef"> <div class="chef">
<h3>Cyril Lignac</h3> <h3>Cyril Lignac</h3>
<img src="../img/ChefCuisto/CyrilLignac.jpg" alt="Chef Cyril Lignac"> <img src="img/ChefCuisto/CyrilLignac.jpg" alt="Chef Cyril Lignac">
<p>Découvrez les créations innovantes de notre chef renommé, Cyril Lignac.</p> <p>Découvrez les créations innovantes de notre chef renommé, Cyril Lignac.</p>
</div> </div>
<div class="chef"> <div class="chef">
<h3>Gordon Ramsay</h3> <h3>Gordon Ramsay</h3>
<img src="../img/ChefCuisto/GordonRamsay.jpg" alt="Chef Gordon Ramsay"> <img src="img/ChefCuisto/GordonRamsay.jpg" alt="Chef Gordon Ramsay">
<p>Savourez des plats exquis préparés par le célèbre chef Gordon Ramsay.</p> <p>Savourez des plats exquis préparés par le célèbre chef Gordon Ramsay.</p>
</div> </div>
<div class="chef"> <div class="chef">
<h3>Thierry Marx</h3> <h3>Thierry Marx</h3>
<img src="../img/ChefCuisto/ThierryMarx.jpg" alt="Chef Thierry Marx"> <img src="img/ChefCuisto/ThierryMarx.jpg" alt="Chef Thierry Marx">
<p>Explorez le monde culinaire unique conçu par le chef étoilé Thierry Marx.</p> <p>Explorez le monde culinaire unique conçu par le chef étoilé Thierry Marx.</p>
</div> </div>
</div> </div>
@ -92,24 +93,24 @@
<div class="plat-container"> <div class="plat-container">
<div class="plat"> <div class="plat">
<h3>Filet de bar et courgette</h3> <h3>Filet de bar et courgette</h3>
<img src="../img/Plat/Plat1.png" alt="Plat 1"> <img src="img/Plat/Plat1.png" alt="Plat 1">
<p>Filet de bar et son bonbon de Pélardon au pistou sur son nid de spaghetti de courgette.</p> <p>Filet de bar et son bonbon de Pélardon au pistou sur son nid de spaghetti de courgette.</p>
</div> </div>
<div class="plat"> <div class="plat">
<h3>Raviole de champignons</h3> <h3>Raviole de champignons</h3>
<img src="../img/Plat/Plat2.png" alt="Plat 2"> <img src="img/Plat/Plat2.png" alt="Plat 2">
<p>Une raviole de champignons accompagnée de foie gras poêlé et d'une délicieuse sauce crémeuse aux champignons.</p> <p>Une raviole de champignons accompagnée de foie gras poêlé et d'une délicieuse sauce crémeuse aux champignons.</p>
</div> </div>
<div class="plat"> <div class="plat">
<h3>Burger Ritz</h3> <h3>Burger Ritz</h3>
<img src="../img/Plat/Plat3.png" alt="Plat 3"> <img src="img/Plat/Plat3.png" alt="Plat 3">
<p>Burger Ritz accompagné de frites croustillantes et d'une sauce maison secrète.</p> <p>Burger Ritz accompagné de frites croustillantes et d'une sauce maison secrète.</p>
</div> </div>
</div> </div>
<div class="voir-plus"> <div class="voir-plus">
<a href="#" class="voir-plus-btn">Voir plus de plats</a> <a href="html/menu.html" class="voir-plus-btn">Voir plus de plats</a>
</div> </div>
</section> </section>
@ -118,7 +119,7 @@
<h2>Avis de nos clients</h2> <h2>Avis de nos clients</h2>
<div class="client-evaluation-container"> <div class="client-evaluation-container">
<div class="client-evaluation"> <div class="client-evaluation">
<img src="../img/Avis_clients/client1.png" alt="Client 1"> <img src="img/Avis_clients/client1.png" alt="Client 1">
<h3>Marie Dubois</h3> <h3>Marie Dubois</h3>
<p> <p>
"Délicieux ! J'ai adoré chaque bouchée. Une expérience culinaire exceptionnelle." "Délicieux ! J'ai adoré chaque bouchée. Une expérience culinaire exceptionnelle."
@ -127,7 +128,7 @@
</p> </p>
</div> </div>
<div class="client-evaluation"> <div class="client-evaluation">
<img src="../img/Avis_clients/client2.png" alt="Client 2"> <img src="img/Avis_clients/client2.png" alt="Client 2">
<h3>Lucas Martin</h3> <h3>Lucas Martin</h3>
<p> <p>
"Le service était impeccable, et les plats étaient à la hauteur de mes attentes. Bravo Neo Eat !" "Le service était impeccable, et les plats étaient à la hauteur de mes attentes. Bravo Neo Eat !"
@ -136,7 +137,7 @@
</p> </p>
</div> </div>
<div class="client-evaluation"> <div class="client-evaluation">
<img src="../img/Avis_clients/client3.png" alt="Client 3"> <img src="img/Avis_clients/client3.png" alt="Client 3">
<h3>Sophie Leroux</h3> <h3>Sophie Leroux</h3>
<p> <p>
"Une explosion de saveurs dans chaque plat. Certainement l'un des meilleurs restaurants de la ville." "Une explosion de saveurs dans chaque plat. Certainement l'un des meilleurs restaurants de la ville."
@ -172,41 +173,41 @@
<div class="logo-reseaux"> <div class="logo-reseaux">
<p> <p>
<a href="https://www.instagram.com/neoeat75/" target="_blank" class="social-icon"> <a href="https://www.instagram.com/neoeat75/" target="_blank" class="social-icon">
<img src="../img/RéseauxSociaux/Instagram.png" alt="Logo Instagram"> <img src="img/RéseauxSociaux/Instagram.png" alt="Logo Instagram">
</a> </a>
</p> </p>
<p> <p>
<a href="https://www.facebook.com/neoeat75/" target="_blank" class="social-icon"> <a href="https://www.facebook.com/neoeat75/" target="_blank" class="social-icon">
<img src="../img/RéseauxSociaux/Facebook.png" alt="Logo Facebook"> <img src="img/RéseauxSociaux/Facebook.png" alt="Logo Facebook">
</a> </a>
</p> </p>
<p> <p>
<a href="https://www.X.com/neoeat75/" target="_blank" class="social-icon"> <a href="https://www.X.com/neoeat75/" target="_blank" class="social-icon">
<img src="../img/RéseauxSociaux/X.png" alt="Logo X"> <img src="img/RéseauxSociaux/X.png" alt="Logo X">
</a> </a>
</p> </p>
<p> <p>
<a href="https://www.youtube.com/channel/UCNSi53sTJ7LYqgonJ4CfCCQ" target="_blank" class="social-icon"> <a href="https://www.youtube.com/channel/UCNSi53sTJ7LYqgonJ4CfCCQ" target="_blank" class="social-icon">
<img src="../img/RéseauxSociaux/Youtube.png" alt="Logo Youtube"> <img src="img/RéseauxSociaux/Youtube.png" alt="Logo Youtube">
</a> </a>
</p> </p>
<p> <p>
<a href="https://www.TripAdvisor.com/neoeat/" target="_blank" class="social-icon"> <a href="https://www.TripAdvisor.com/neoeat/" target="_blank" class="social-icon">
<img src="../img/RéseauxSociaux/Tripadvisor.png" alt="TripAdvisor"> <img src="img/RéseauxSociaux/Tripadvisor.png" alt="TripAdvisor">
</a> </a>
</p> </p>
</div> </div>
</div> </div>
</div> </div>
<div class="footer-signature"> <div class="footer-signature">
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo"> <img src="img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
<p>&copy; 2024 Neo Eat. Tous droits réservés.</p> <p>&copy; 2024 Neo Eat. Tous droits réservés.</p>
</div> </div>
</footer> </footer>
<script src="../js/script.js"></script> <script src="js/script.js"></script>
<button id="scrollTopBtn" onclick="scrollToTop()"> <button id="scrollTopBtn" onclick="scrollToTop()">
<span>&#x1F680;</span> <span>&#8593;</span>
</button> </button>
</body> </body>
</html> </html>

View File

@ -1 +0,0 @@
/*trouver comment imprimer */

View File

@ -1,5 +1,5 @@
// Pour que la date de réservation ne soit jamais inférieur à celle d'aujourd'hui // Pour que la date de réservation ne soit jamais inférieur à celle d'aujourd'hui
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('DOMContentLoaded', function() {
const today = new Date().toISOString().split('T')[0]; var today = new Date().toISOString().split('T')[0];
document.getElementById('date').min = today; document.getElementById('date').setAttribute('min', today);
}); });