index-main/site/templates/home.php

29 lines
776 B
PHP
Raw Normal View History

2025-10-07 16:21:26 +02:00
<?php snippet('header') ?>
2026-01-06 11:19:25 +01:00
<main>
2026-01-13 12:13:02 +01:00
<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>
2026-01-13 12:18:22 +01:00
<section class="section--home" id="home__investigations">
2026-01-13 12:13:02 +01:00
<div class="section--inner">
<h2 class="title-section">Dernières Enquêtes</h2>
2026-01-13 12:18:22 +01:00
<section class="container-cards">
</section>
2026-01-13 12:13:02 +01:00
</div>
</section>
2026-01-06 11:19:25 +01:00
</main>
2025-10-07 16:21:26 +02:00
<?php snippet('footer') ?>