petits réglages
This commit is contained in:
25
faq.html
25
faq.html
@@ -24,7 +24,7 @@
|
||||
<a href ="index.html">Acceuil</a>
|
||||
<a href ="réservation.html">Réservation</a>
|
||||
<a href ="equipement.html">Nos équipements</a>
|
||||
<a href ="contact.html">Contact</a>
|
||||
<a href ="contact.html">À propos</a>
|
||||
<a href ="faq.html">FAQ</a>
|
||||
</nav>
|
||||
<div class="menu-toggle" id="mobile-menu">
|
||||
@@ -87,26 +87,28 @@
|
||||
<footer>
|
||||
<div class="footer-content">
|
||||
<div class="footer-section about">
|
||||
<h2>À propos de nous</h2>
|
||||
<p>Explorez vos vacances avec Pegasus, votre partenaire idéal pour la location d'équipement de loisir.</p>
|
||||
<h2>Mentions légales</h2>
|
||||
<p><a href="mention.html">Mentions légales</a></p>
|
||||
</div>
|
||||
<div class="footer-section contact">
|
||||
<h2>Contactez-nous</h2>
|
||||
<p>Email: contact@pegasus.com</p>
|
||||
<p>Téléphone: +123 456 789</p>
|
||||
<div class="social-icons">
|
||||
<a href="#" target="_blank"><img src="facebook.png" alt="Facebook" width="30" height="30"></a>
|
||||
<a href="#" target="_blank"><img src="twitter.png" alt="Twitter" width="30" height="30"></a>
|
||||
<a href="#" target="_blank"><img src="instagram.png" alt="Instagram" width="30" height="30"></a>
|
||||
</div>
|
||||
<p>Email: contact.pegasusloc@gmail.com</p>
|
||||
<p>Téléphone: +33 1 23 45 67 89</p>
|
||||
</div>
|
||||
<div class="social-icons">
|
||||
<h2>Réseaux sociaux</h2>
|
||||
<a href="#" target="_blank"><img src="facebook.png" alt="Facebook" width="30" height="30"></a>
|
||||
<a href="#" target="_blank"><img src="twitter.png" alt="Twitter" width="30" height="30"></a>
|
||||
<a href="#" target="_blank"><img src="instagram.png" alt="Instagram" width="30" height="30"></a>
|
||||
</div>
|
||||
|
||||
<div class="footer-section links">
|
||||
<h2>Liens rapides</h2>
|
||||
<ul>
|
||||
<li><a href="index.html">Acceuil</a></li>
|
||||
<li><a href="réservation.html">Réservation</a></li>
|
||||
<li><a href="equipement.html">Nos équipements</a></li>
|
||||
<li><a href="contact.html">Contact</a></li>
|
||||
<li><a href="contact.html">À propos</a></li>
|
||||
<li><a href="faq.html">FAQ</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -114,7 +116,6 @@
|
||||
<div class="footer-bottom">
|
||||
<p>© 2024 Pegasus. Tous droits réservés.</p>
|
||||
<p>Créez par Lenny FOULOU, Khalid CHENOUNA et Yanis RECHACHI</p>
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
<button id="backToTopBtn" title="Retour en haut">↑</button>
|
||||
|
Reference in New Issue
Block a user