Redesign homepage: lead with membership value prop - #98
Open
gosia-f wants to merge 2 commits into
Open
Conversation
- Merge the "silicon to screen" Hero and "solving alone/together"
TextWithImage sections into a single Hero with one CTA
("Discuss your challenges with us")
- Update LogoMarquee heading to "A global network shaping industry
standards" and add a stat line (practitioners trained, ISO
adoption, cross-industry standards) beneath the logos
- Remove the "Our Reach" CommunityReach section (world map + stats)
- Replace the SplitCards Gadhu Sundaram quote / "You're not the
first" section with a TextBlock mission statement
- Update docs/pages/homepage.md to match the new section order and
content
✅ Deploy Preview for green-software-foundation ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
The stat line ("130,000+ practitioners trained · ISO adoption ·
Global standards developed through cross-industry collaboration")
now renders as its own line above LogoMarquee instead of below it,
per feedback. Docs updated to match.
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
Restructures the homepage to lead with the member-acquisition message ("the challenges you're solving alone, your peers are solving together") as the hero section, followed by proof of the network (logos + stats) and the GSF mission statement. Removes the dedicated "Our Reach" section with the world map and detailed stats, consolidating reach messaging into a single stat line under the logo marquee.
Key Changes
Hero section rewrite: Changed from "Sustainable technology, from silicon to screen" definition to "The sustainability challenges you're solving alone? Your peers are solving together" value proposition. Updated body copy to mention the "silicon to screen" scope without a dedicated section. Changed CTA layout from
grid(four buttons) towrap(single button: "Discuss your challenges with us" →/membership/)Removed components:
TextWithImage(the previous membership proposition section)SplitCards(problem statement + GSF Chair quote)CommunityReach(world map + five detailed stats)Added components:
TextBlock(new simple component for mission statement: "Our mission" + one-sentence definition)<p>stat line underLogoMarqueewith three hardcoded phrases: practitioners trained, ISO adoption, standards developedLogoMarquee heading update: Changed from "A global network of organizations" to "A global network shaping industry standards"
Updated documentation (
docs/pages/homepage.md):Implementation Details
ctaLayout="wrap"(single button) instead ofctaLayout="grid"(four buttons)index.astroas a plain<p>element, not a reusable componentTextBlockis a new minimal component (heading + body, no image or CTA) — replaces the previous problem-statement + quote sectionhttps://claude.ai/code/session_01QwVZjfFu1FgKTRA9832NaY