index-main/site/snippets/footer.php
Julie Blanc c59f4d93dd
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s
btn back to top
2026-02-23 18:12:04 +01:00

43 lines
No EOL
1.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php snippet('back-to-top') ?>
<div id="support-bar">
<div class="support-bar__container">
<p class="baseline">Pour continuer à enquêter, nous avons besoin de vous</p>
<button class="btn"><a targer="_blank" href="https://soutenir.index.ngo/">Soutenez-nous</a></button>
</div>
</div>
<footer id="site-footer">
<div class="site-footer__container">
<div class="logo"><?= svg('assets/images/index-logo.svg') ?></div>
<p class="baseline">Index est une ONG dinvestigation numérique, au&nbsp;service du public, de&nbsp;la&nbsp;vérité et&nbsp;de&nbsp;la&nbsp;justice.</p>
<div class="list-links">
<ul>
<li><a target="_blank" href="#">Mentions légales</a></li>
<li><a target="_blank" href="#">Politique de confidentialité</a></li>
</ul>
<ul class="hightlight">
<li><a target="_blank" href="#">Contact</a></li>
<li><a target="_blank" href="#">Newsletter</a></li>
</ul>
</div>
<?php snippet('socials') ?>
<p class="credits">
© 2025 Index Investigation | Site&nbsp;développé par&nbsp;<a href="https://studio-variable.com/" target="_blank">Studio&nbsp;Variable</a>
</p>
</div>
</footer>
<?php snippet('seo/schemas'); ?>
</body>
</html>