SAE_S1.05_S1.06/html/reservationSucces.html

108 lines
4.6 KiB
HTML
Raw Normal View History

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">
2024-01-18 13:17:26 +01:00
<link rel="icon" href="../img/Logo/logo-tab.ico">
2024-01-16 00:23:27 +01:00
<link rel="stylesheet" href="../css/styles.css">
<link rel="stylesheet" href="../css/ReservationSuccess.css">
<title>Réservation réussie - 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">
2024-01-18 13:17:26 +01:00
<a href="../index.html">Accueil</a>
<a href="menu.html">Menu</a>
2024-01-16 00:23:27 +01:00
<div class="dropdown">
<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">
<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>
<a href="fournisseurs.html">Nos fournisseurs</a>
<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>
<div class="contenue">
2024-01-16 00:23:27 +01:00
<section class="reservation-successful-section">
<h1>Réservation réussie</h1>
<p>Merci pour votre réservation ! Votre table a bien été réservée et un mail de confirmation vous as été envoyé.</p>
2024-01-18 15:50:42 +01:00
<a href="../index.html" class="home-button">Retourner à l'accueil</a>
2024-01-16 00:23:27 +01:00
</section>
</div>
2024-01-18 15:40:45 +01:00
<footer class="footer">
<div class="footer-content">
2024-01-16 00:23:27 +01:00
<div class="footer-section">
<h3>Plan du site</h3>
2024-01-18 15:50:42 +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-18 15:50:42 +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>
<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>
2024-01-18 15:40:45 +01:00
<div class="footer-section horizontally-aligned">
2024-01-16 00:23:27 +01:00
<h3>Réseaux sociaux</h3>
<div class="logo-reseaux">
<p>
<a href="https://www.instagram.com/neoeat75/" target="_blank" class="social-icon">
2024-01-18 15:50:42 +01:00
<img src="../img/LogoReseaux/" 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-18 15:50:42 +01:00
<img src="../img/LogoReseaux/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-18 15:50:42 +01:00
<img src="../img/LogoReseaux/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-18 15:50:42 +01:00
<img src="../img/LogoReseaux/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">
2024-01-18 15:50:42 +01:00
<img src="../img/LogoReseaux/Tripadvisor.png" alt="TripAdvisor">
2024-01-16 00:23:27 +01:00
</a>
</p>
</div>
</div>
</div>
<div class="footer-signature">
<img src="../img/Logo/LogoNeoEat.png" alt="Neo Eat Logo">
<p>&copy; 2024 Neo Eat. Tous droits réservés.</p>
2024-01-18 15:40:45 +01:00
<p>Crée par Moncef STITI, Marco ORFAO et Louay DARDOURI</p>
2024-01-16 00:23:27 +01:00
</div>
</footer>
<button id="scrollTopBtn" onclick="scrollToTop()">
2024-01-18 13:17:26 +01:00
<span>&#8593;</span>
2024-01-16 00:23:27 +01:00
</button>
</body>
</html>