feat: apply transparency layout to /about, /join-us, and /contact#255
Merged
marco-souza merged 9 commits intomainfrom Apr 26, 2026
Merged
feat: apply transparency layout to /about, /join-us, and /contact#255marco-souza merged 9 commits intomainfrom
marco-souza merged 9 commits intomainfrom
Conversation
- Create reusable UI components (HeroSection, SectionHeader, StatCard, IconCard, Badge) - Redesign /about page with gradient hero, stats, icon headers, and hover effects - Redesign /join-us page with stats hero, channel cards, steps section, and contact CTA - Redesign /contact page from stub to full page with hero, contact methods, inquiries, and social links - Add comprehensive E2E tests for all three pages - Add i18n translations for new contact page content Closes #254
- Use more specific selectors to avoid strict mode violations - Match actual translation text in contact page tests - Add .first() where multiple matching elements exist
Contributor
✅ Playwright E2E — All tests passed
|
- Add card container with subtle gradient background - Add border and rounded corners for visual consistency - Remove unnecessary pl-2 padding
- Remove rotating bg on channel cards - Remove rotating bg on project cards - Remove group-hover transitions that looked weird
Contributor
✅ Playwright E2E — All tests passed
|
Contributor
✅ Playwright E2E — All tests passed
|
marco-souza
commented
Apr 26, 2026
- Add ~150 i18n keys to ui.ts (marketing, home, about, joinUs, etc) - Refactor marketing.ts to export key references instead of text - Simplify useTranslations() - no params, uses defaultLang internally - Update pages to call t() directly for all display text - Update components (TestimonialGrid, HowToHelp, ActivityGrid) to resolve keys - Remove ta() helper (not needed with flat keys) - Fix arrays in ui.ts to indexed flat keys (.0, .1, .2) Quality: lint ✅ typecheck ✅ build ✅ e2e 28/28 ✅
Contributor
✅ Playwright E2E — All tests passed
|
Allows backward compatibility with components that pass lang. Fixes typecheck failures in Header, Footer, MobileMenu, Layout.
Contributor
✅ Playwright E2E — All tests passed
|
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
Apply the transparency page's elegant visual design to the
/about,/join-us, and/contactpages, addressing issue #254.Changes
New reusable UI components (
src/components/ui/):HeroSection.astro- Gradient hero with blur orbs, badge, and statsSectionHeader.astro- Icon + title + subtitle with gradient icon containerStatCard.astro- Icon + value + label for quick statsIconCard.astro- Metric card with rotated decorative backgroundBadge.astro- Pill-shaped badge with icon supportRedesigned
/aboutpage:Redesigned
/join-uspage:Redesigned
/contactpage:E2E tests: 15 new tests for the redesigned pages (28 total passing)
Checklist
/transparencyTesting
bun run e2e # 28 tests passing