Jauge offset 62, onglet mensuel renommé, déduction 66% sur boutons libres, champs label noir/vert

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-04-21 16:27:30 +02:00
parent 25fe91ea93
commit b8048d24f6
5 changed files with 68 additions and 6 deletions

View file

@ -70,8 +70,8 @@ $data = getContent('fr');
</div>
<p class="hero-heading">
<?= htmlspecialchars($data['heroObjectiveLabel'] ?? '') ?>
<?php if (!empty($data['heroObjectiveDate'])): ?><br /><strong><?= htmlspecialchars($data['heroObjectiveDate']) ?></strong><?php endif; ?>
<?= htmlspecialchars($data['gaugeBlackLabel'] ?? '') ?>
<?php if (!empty($data['gaugeGreenLabel'])): ?><br /><strong><?= htmlspecialchars($data['gaugeGreenLabel']) ?></strong><?php endif; ?>
</p>
</section>
@ -131,7 +131,7 @@ $data = getContent('fr');
<div class="col-right">
<section id="section__donation">
<nav class="nav--tabs">
<button class="nav--tabs__btn is-selected" data-tab="monthly">Je donne tous les mois</button>
<button class="nav--tabs__btn is-selected" data-tab="monthly">Je deviens Soutien</button>
<button class="nav--tabs__btn" data-tab="one-off">Je donne une fois</button>
</nav>