Correction des emplacements des images
This commit is contained in:
30
index.html
30
index.html
@@ -15,15 +15,15 @@
|
||||
</div>
|
||||
<nav class="nav-links">
|
||||
<a href="index.html">Accueil</a>
|
||||
<a href="menu.html">Menu</a>
|
||||
<a href="html/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>
|
||||
<a href="html/a-propos.html">Qui sommes-nous ?</a>
|
||||
<a href="html/faq.html">FAQ</a>
|
||||
<a href="html/nos-chefs.html">Nos chefs</a>
|
||||
<a href="html/fournisseurs.html">Nos fournisseurs</a>
|
||||
<a href="html/notre-equipe.html">Notre équipe</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="html/contact.html" class="nav-link">Contact</a>
|
||||
@@ -84,7 +84,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="voir-plus">
|
||||
<a href="nos-chefs.html" class="voir-plus-btn">Voir plus de chefs</a>
|
||||
<a href="html/nos-chefs.html" class="voir-plus-btn">Voir plus de chefs</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
<div class="plat-container">
|
||||
<div class="plat">
|
||||
<h3>Filet de bar et courgette</h3>
|
||||
<img src="img/Plat/Plat7.png" alt="Plat 1">
|
||||
<img src="img/Plat/plat7.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>
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
|
||||
<div class="plat">
|
||||
<h3>Burger Ritz</h3>
|
||||
<img src="img/Plat/Plat8.png" alt="Plat 3">
|
||||
<img src="img/Plat/plat8.png" alt="Plat 3">
|
||||
<p>Burger Ritz accompagné de frites croustillantes et d'une sauce maison secrète.</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -173,34 +173,34 @@
|
||||
<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/LogoReseaux/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>© 2024 Neo Eat. Tous droits réservés.</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user