From 13f2680ac29cde224e26b51d719d101722564117 Mon Sep 17 00:00:00 2001 From: siick <hpjoa@linux.fr> Date: Mon, 23 Mar 2020 13:53:55 +0100 Subject: [PATCH] changement lien --- footer.php | 2 +- index.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/footer.php b/footer.php index e57fff8..2b34097 100644 --- a/footer.php +++ b/footer.php @@ -8,7 +8,7 @@ <li><a href="https://www.facebook.com/onirikfr/" class="icon brands style2 fa-facebook-f" target="_blank"><span class="label">Facebook</span></a></li> <li><a href="https://www.instagram.com/onirik.fr/" class="icon brands style2 fa-instagram" target="_blank"><span class="label">Instagram</span></a></li> <li><a href="mailto:contact@onirik.io" class="icon style2 fa-envelope" target="_blank"><span class="label">Email</span></a></li> - <li><a href="CGU.html" class="icon style2 fa-question-circle"><span class="label">CGU</span></a></li> + <li><a href="CGU.php" class="icon style2 fa-question-circle"><span class="label">CGU</span></a></li> </ul> <p>© Onirik. Design: <a href="https://html5up.net" target="_blank">HTML5 UP</a> & <a href="https://laurentscarciello.fr" target="_blank">Siick</a></p> </div> diff --git a/index.php b/index.php index 2eaebbb..4880117 100644 --- a/index.php +++ b/index.php @@ -85,11 +85,11 @@ <h2>Onirik?</h2> <p>Onirik? Mais qui est-ce? Si cette question te hante jours et nuits, on te propose de découvrir qui nous sommes et ce que nous souhaitons apporter avec Onirik.</p> <ul class="actions stacked"> - <li><a href="info.html" class="button">En savoir plus</a></li> + <li><a href="info.php" class="button">En savoir plus</a></li> </ul> </div> <div class="image"> - <a href="info.html"><img src="images/spotlight01.jpg" alt="" /></a> + <a href="info.php"><img src="images/spotlight01.jpg" alt="" /></a> </div> </section> @@ -113,11 +113,11 @@ <h2>Nous rejoindre</h2> <p>Tu souhaites rejoindre l'association, nous aider ou tout simplement nous soutenir? Tu es le bienvenu!</p> <ul class="actions stacked"> - <li><a href="nous-rejoindre.html" class="button">I am Onirik</a></li> + <li><a href="nous-rejoindre.php" class="button">I am Onirik</a></li> </ul> </div> <div class="image"> - <a href="#"><img src="images/spotlight01.jpg" alt="" /></a> + <a href="nous-rejoindre.php"><img src="images/spotlight01.jpg" alt="" /></a> </div> </section> -- GitLab