43 lines
No EOL
1.5 KiB
PHP
43 lines
No EOL
1.5 KiB
PHP
<?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 d’investigation numérique, au service du public, de la vérité et de la justice.</p>
|
||
|
||
<div class="list-links">
|
||
<ul>
|
||
<li><a target="_blank" href="<?= page('mentions-legales')->url() ?>"><?= kirby()->language() && kirby()->language()->code() === 'en' ? 'Legal notices' : 'Mentions légales' ?></a></li>
|
||
<li><a target="_blank" href="<?= page('politique-de-confidentialite')->url() ?>"><?= kirby()->language() && kirby()->language()->code() === 'en' ? 'Privacy policy' : '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 développé par <a href="https://studio-variable.com/" target="_blank">Studio Variable</a>
|
||
</p>
|
||
|
||
|
||
</div>
|
||
</footer>
|
||
<?php snippet('seo/schemas'); ?>
|
||
</body>
|
||
</html>
|