Refactor community roles into dedicated card component#45
Merged
Conversation
Replace the three repeated "former" badges on the community roles (AWS Community Builder, Docker Community Leader, CNCF Co-Chair) with a dedicated "Community Engagement" card carrying a single "past roles" badge. This elevates the involvement instead of tagging each line as expired. Add a compact .community-card component to the shared theme and tighten the social-links top margin (mt-12 -> mt-8) so the taller layout still fits the slide without overflow.
Preview DeploymentThis PR has been deployed for preview:
|
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request refactors Jochen Zehnder’s “past community roles” into a dedicated “Community Engagement” card, aligning with the repository’s existing card/badge/styled-list design system and improving visual hierarchy on the slide.
Changes:
- Refactored
shared/sections/jochen.htmlto move former community roles into a new.community-cardblock with an icon and a “past roles” badge. - Added
.community-card-specific styling towhite_contrast_compact_verbatim_headers.cssfor a compact title + list layout. - Reduced spacing below the Jochen section (
mt-12→mt-8) to accommodate the new card.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
shared/sections/jochen.html |
Introduces a dedicated Community Engagement card and adjusts spacing. |
custom-themes/white_contrast_compact_verbatim_headers.css |
Adds styling rules for the new .community-card component (title, badge alignment, list spacing). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Reorganizes Jochen Zehnder's community engagement history into a dedicated, visually distinct card component with improved styling and semantic structure.
Changes
New CSS component (
.community-card): Added styling for a compact community engagement card inwhite_contrast_compact_verbatim_headers.cssHTML refactor (
shared/sections/jochen.html):.community-cardcomponentfa-solid fa-people-group) and "past roles" badge for visual claritymt-12→mt-8) to accommodate new card layoutImplementation Details
.card,.badge, and.styled-listcomponent classes for consistency with the design systemhttps://claude.ai/code/session_012bpcSwzxj1PRipkRZ8nMBY