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>
<meta charset="UTF-8">
<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/a-propos.css">
<title>À propos de Neo Eat</title>
@ -13,7 +14,7 @@
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
</div>
<nav class="nav-links">
<a href="index.html">Accueil</a>
<a href="../index.html">Accueil</a>
<a href="menu.html">Menu</a>
<div class="dropdown">
<a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a>
@ -123,7 +124,7 @@
<script src="../js/script.js"></script>
<button id="scrollTopBtn" onclick="scrollToTop()">
<span>&#x1F680;</span>
<span>&#8593;</span>
</button>
</body>
</html>

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<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/contact.css">
<title>Contact - Neo Eat</title>
@ -13,7 +14,7 @@
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
</div>
<nav class="nav-links">
<a href="index.html">Accueil</a>
<a href="../index.html">Accueil</a>
<a href="menu.html">Menu</a>
<div class="dropdown">
<a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a>
@ -127,7 +128,7 @@
<script src="../js/script.js"></script>
<button id="scrollTopBtn" onclick="scrollToTop()">
<span>&#x1F680;</span>
<span>&#8593;</span>
</button>
</body>
</html>

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<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/faq.css">
<title>FAQ - Neo Eat</title>
@ -13,7 +14,7 @@
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
</div>
<nav class="nav-links">
<a href="index.html">Accueil</a>
<a href="../index.html">Accueil</a>
<a href="menu.html">Menu</a>
<div class="dropdown">
<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/faq.js"></script>
<button id="scrollTopBtn" onclick="scrollToTop()">
<span>&#x1F680;</span>
<span>&#8593;</span>
</button>
</body>
</html>

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<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/fournisseurs.css">
<title>Nos Fournisseurs - Neo Eat</title>
@ -13,7 +14,7 @@
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
</div>
<nav class="nav-links">
<a href="index.html">Accueil</a>
<a href="../index.html">Accueil</a>
<a href="menu.html">Menu</a>
<div class="dropdown">
<a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a>
@ -124,7 +125,7 @@
<script src="../js/script.js"></script>
<button id="scrollTopBtn" onclick="scrollToTop()">
<span>&#x1F680;</span>
<span>&#8593;</span>
</button>
</body>
</html>

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<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">
<title>Mentions Légales - Neo Eat</title>
</head>
@ -12,7 +13,7 @@
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
</div>
<nav class="nav-links">
<a href="index.html">Accueil</a>
<a href="../index.html">Accueil</a>
<a href="menu.html">Menu</a>
<div class="dropdown">
<a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a>
@ -131,7 +132,7 @@
<script src="../js/script.js"></script>
<button id="scrollTopBtn" onclick="scrollToTop()">
<span>&#x1F680;</span>
<span>&#8593;</span>
</button>
</body>
</html>

View File

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

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<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/nos-chefs.css">
<title>Nos Chefs - Neo Eat</title>
@ -13,7 +14,7 @@
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
</div>
<nav class="nav-links">
<a href="index.html">Accueil</a>
<a href="../index.html">Accueil</a>
<a href="menu.html">Menu</a>
<div class="dropdown">
<a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a>
@ -143,7 +144,7 @@
<script src="../js/script.js"></script>
<button id="scrollTopBtn" onclick="scrollToTop()">
<span>&#x1F680;</span>
<span>&#8593;</span>
</button>
</body>
</html>

View File

@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8">
<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/notre-equipe.css">
<title>Notre Équipe - Neo Eat</title>
@ -15,7 +16,7 @@
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
</div>
<nav class="nav-links">
<a href="index.html">Accueil</a>
<a href="../index.html">Accueil</a>
<a href="menu.html">Menu</a>
<div class="dropdown">
<a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a>
@ -144,7 +145,9 @@
</footer>
<script src="../js/script.js"></script>
<script src="../js/notre-equipe.js"></script>
<button id="scrollTopBtn" onclick="scrollToTop()">
<span>&#8593;</span>
</button>
</body>
</html>

View File

@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8">
<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/plan-du-site.css">
<title>Plan du site - Neo Eat</title>
@ -16,7 +17,7 @@
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
</div>
<nav class="nav-links">
<a href="index.html">Accueil</a>
<a href="../index.html">Accueil</a>
<a href="menu.html">Menu</a>
<div class="dropdown">
<a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a>
@ -57,7 +58,7 @@
</li>
<li><a href="contact.html">Contact</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>
</ul>
</section>
@ -118,7 +119,7 @@
<script src="../js/script.js"></script>
<button id="scrollTopBtn" onclick="scrollToTop()">
<span>&#x1F680;</span>
<span>&#8593;</span>
</button>
</body>

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<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/reservation.css">
<title>Réserver une table - Neo Eat</title>
@ -13,7 +14,7 @@
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
</div>
<nav class="nav-links">
<a href="index.html">Accueil</a>
<a href="../index.html">Accueil</a>
<a href="menu.html">Menu</a>
<div class="dropdown">
<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>
<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>
<select id="time" name="time" required>
@ -69,7 +70,7 @@
</select>
<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>
</form>
@ -131,8 +132,10 @@
</footer>
<script src="../js/script.js"></script>
<script src="../js/reservation.js"></script>
<button id="scrollTopBtn" onclick="scrollToTop()">
<span>&#x1F680;</span>
<span>&#8593;</span>
</button>
</body>
</html>

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<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/ReservationSuccess.css">
<title>Réservation réussie - Neo Eat</title>
@ -13,7 +14,7 @@
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
</div>
<nav class="nav-links">
<a href="index.html">Accueil</a>
<a href="../index.html">Accueil</a>
<a href="menu.html">Menu</a>
<div class="dropdown">
<a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a>
@ -99,7 +100,7 @@
</footer>
<button id="scrollTopBtn" onclick="scrollToTop()">
<span>&#x1F680;</span>
<span>&#8593;</span>
</button>
</body>
</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>
<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/index.css">
<link rel="icon" href="img/Logo/logo-tab.ico">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/index.css">
<title>Neo Eat</title>
</head>
<body>
<header class="navbar">
<div class="logo">
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
<img src="img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
</div>
<nav class="nav-links">
<a href="index.html">Accueil</a>
@ -25,8 +26,8 @@
<a href="notre-equipe.html">Notre équipe</a>
</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>
<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 -->
@ -41,7 +42,7 @@
<!-- Vidéo et message de bienvenue -->
<section class="bienvenue-section">
<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.
</video>
</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.
<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>
<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 des chefs -->
@ -60,25 +61,25 @@
<div class="chef-container">
<div class="chef">
<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>
</div>
<div class="chef">
<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>
</div>
<div class="chef">
<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>
</div>
<div class="chef">
<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>
</div>
</div>
@ -92,24 +93,24 @@
<div class="plat-container">
<div class="plat">
<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>
</div>
<div class="plat">
<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>
</div>
<div class="plat">
<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>
</div>
</div>
<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>
</section>
@ -118,7 +119,7 @@
<h2>Avis de nos clients</h2>
<div class="client-evaluation-container">
<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>
<p>
"Délicieux ! J'ai adoré chaque bouchée. Une expérience culinaire exceptionnelle."
@ -127,7 +128,7 @@
</p>
</div>
<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>
<p>
"Le service était impeccable, et les plats étaient à la hauteur de mes attentes. Bravo Neo Eat !"
@ -136,7 +137,7 @@
</p>
</div>
<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>
<p>
"Une explosion de saveurs dans chaque plat. Certainement l'un des meilleurs restaurants de la ville."
@ -172,41 +173,41 @@
<div class="logo-reseaux">
<p>
<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>
</p>
<p>
<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>
</p>
<p>
<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>
</p>
<p>
<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>
</p>
<p>
<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>
</p>
</div>
</div>
</div>
<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>
</div>
</footer>
<script src="../js/script.js"></script>
<script src="js/script.js"></script>
<button id="scrollTopBtn" onclick="scrollToTop()">
<span>&#x1F680;</span>
<span>&#8593;</span>
</button>
</body>
</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
document.addEventListener('DOMContentLoaded', function () {
const today = new Date().toISOString().split('T')[0];
document.getElementById('date').min = today;
document.addEventListener('DOMContentLoaded', function() {
var today = new Date().toISOString().split('T')[0];
document.getElementById('date').setAttribute('min', today);
});