refactor(contributeurs): déplace la section de la page d'accueil vers /about#102
Merged
Merged
Conversation
… /about La section Contributeurs & remerciements appartient thématiquement à la page « À propos » (qui parle du projet et des personnes), pas à la landing commerciale. Usage standard sur les projets open source. Changements : - Retire la section + les styles spécifiques de index.jsx et landing.module.css - Ajoute la même section dans about.jsx, juste avant la section Contact, dans le style des autres sections de la page (h2 avec icône SVG, classe .sectionTitle existante) - Déplace les styles dédiés (.contribGrid, .contribCard, .contribAvatar, .contribAvatarCommunity, .contribCardLabel, .contribPerson, etc.) dans static.module.css pour qu'ils soient accessibles à la page about - Conserve la même structure (2 cartes côte à côte, repli colonne sous 768 px) et l'accent indigo #5E59E9 Contrainte respectée : la 2e carte reste générique (« la communauté de test »), aucun nom de testeur·euse n'est affiché sans accord explicite. Les classes .contribTags / .contribTag restent disponibles pour les futures cartes nominatives. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
La section « Contributeurs & remerciements » ajoutée par la PR #101 se trouvait sur la page d'accueil. Sur réflexion, elle appartient thématiquement à la page À propos (qui parle du projet ET des personnes), pas à la landing commerciale. C'est l'usage standard sur les projets open source.
Changements
Contrainte respectée
La 2e carte reste générique (« la communauté de test »), aucun nom de testeur·euse n'est affiché sans accord explicite. Les classes `.contribTags` / `.contribTag` restent disponibles pour les futures cartes nominatives.
Test plan