index-main/site/templates/home.php
Julie Blanc 36a7262c83
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
home container cards
2026-01-13 12:18:22 +01:00

29 lines
No EOL
776 B
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('header') ?>
<main>
<section class="section--home" id="home__description">
<div class="section--inner">
<p>Index est une ONG dinvestigation numérique, au&nbsp;service du public, de la vérité et de la justice.</p>
<button class="btn--bold-inline btn--light">
<a href="#">
<span class="icon"><?= svg('assets/icons/arrow-left.svg') ?></span>
<span class="text">En savoir plus</span>
</a>
</button>
</div>
</section>
<section class="section--home" id="home__investigations">
<div class="section--inner">
<h2 class="title-section">Dernières Enquêtes</h2>
<section class="container-cards">
</section>
</div>
</section>
</main>
<?php snippet('footer') ?>