Commit graph

4 commits

Author SHA1 Message Date
isUnknown
25fe91ea93 Fix : inversion des onglets du pad de donation
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s
Les boutons d'onglets étaient associés aux containers par index,
mais l'ordre dans le DOM était inversé (one-off avant monthly).
Correction via data-tab sur les boutons pour un lien explicite.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 07:30:59 +02:00
isUnknown
1570d60374 Supprimer date objectif : absente en prod, <br> conditionnel
Some checks failed
Deploy / Deploy to Production (push) Failing after 10s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-12 09:50:14 +02:00
isUnknown
1af076c3fd Rename soutien → support (English naming convention)
- getSoutenirContent() → getContent()
- SOUTIEN_API_TOKEN → SUPPORT_API_TOKEN
- API URL : api/soutien-content → api/support-content

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-12 08:20:18 +02:00
isUnknown
322d9136b6 PHP dynamique + cache JSON, nettoyage CSS/HTML, CI Forgejo
- Renommage classes/IDs (BEM cohérent, anglais, noms sémantiques)
- Correction HTML : h3→h2 FAQ, button>a→a[role=button] CTA mobile
- Conversion index.html → index.php (FR/EN) avec cache JSON depuis API Kirby
- Pages merci/thanks converties en PHP dynamique
- Ajout includes/cache.php + includes/config.php (cache TTL 5min)
- Ajout CI Forgejo (deploy FTP via lftp)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-12 08:00:58 +02:00