Correction de bugs + ajout des fichiers html crée par marco
This commit is contained in:
		
							
								
								
									
										125
									
								
								html/plan-du-site.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										125
									
								
								html/plan-du-site.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,125 @@
 | 
			
		||||
<!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/plan-du-site.css">
 | 
			
		||||
    <title>Plan du site - 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>
 | 
			
		||||
            <a href="menu.html">Menu</a>
 | 
			
		||||
            <div class="dropdown">
 | 
			
		||||
                <a class="dropdown-btn">À propos <i class="ri-arrow-down-s-line"></i></a>
 | 
			
		||||
                <div class="dropdown-content">
 | 
			
		||||
                    <a href="a-propos.html">Qui sommes-nous ?</a>
 | 
			
		||||
                    <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>
 | 
			
		||||
                </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="content">
 | 
			
		||||
        <section class="plan-du-site-section">
 | 
			
		||||
            <h2>Plan du site</h2>
 | 
			
		||||
            <ul>
 | 
			
		||||
                <li><a href="index.html">Accueil</a></li>
 | 
			
		||||
                <li><a href="menu.html">Menu </a></li>
 | 
			
		||||
                <li>
 | 
			
		||||
                    <ul>
 | 
			
		||||
                        <li><a href="a-propos.html">Qui sommes-nous ?</a></li>
 | 
			
		||||
                        <li><a href="faq.html">FAQ</a></li>
 | 
			
		||||
                        <li><a href="nos-chefs.html">Nos chefs</a></li>
 | 
			
		||||
                        <li><a href="fournisseurs.html">Nos fournisseurs</a></li>
 | 
			
		||||
                        <li><a href="notre-equipe.html">Notre équipe</a></li>
 | 
			
		||||
                    </ul>
 | 
			
		||||
                </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="plan-du-site.html">Plan du site</a></li>
 | 
			
		||||
            </ul>
 | 
			
		||||
        </section>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <footer class="footer">
 | 
			
		||||
        <div class="footer-content">
 | 
			
		||||
            <div class="footer-section">
 | 
			
		||||
                <h3>Plan du site</h3>
 | 
			
		||||
                <a href="plan-du-site.html">Consulter le plan du site</a>
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="footer-section">
 | 
			
		||||
                <h3>Mentions légales</h3>
 | 
			
		||||
                <a href="mention-legal.html">Consulter nos mentions légales</a>
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="footer-section">
 | 
			
		||||
                <h3>Contact</h3>
 | 
			
		||||
                <p>Email : <a href="mailto:neoeat.sav@gmail.com">neoeat.sav@gmail.com</a></p>
 | 
			
		||||
                <p>
 | 
			
		||||
                <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">
 | 
			
		||||
                            <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">
 | 
			
		||||
                        </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">
 | 
			
		||||
                        </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">
 | 
			
		||||
                        </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>
 | 
			
		||||
		Reference in New Issue
	
	Block a user