27 lines
No EOL
726 B
PHP
27 lines
No EOL
726 B
PHP
<?php snippet('header') ?>
|
||
<main>
|
||
|
||
<section class="section--home" id="home__description">
|
||
<div class="section--inner">
|
||
<p>Index est une ONG d’investigation numérique, au 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__inverstigations">
|
||
<div class="section--inner">
|
||
<h2 class="title-section">Dernières Enquêtes</h2>
|
||
|
||
|
||
</div>
|
||
</section>
|
||
|
||
</main>
|
||
<?php snippet('footer') ?>
|