feat: adds purpose + values section to Who We Are page - #166
Open
Gowiem wants to merge 2 commits into
Open
Conversation
Adds Masterpoint's purpose statement and company values to the Who We Are page, based on Robin's Notion draft. Copy is carried over verbatim, including the "Who We Are" / "How We Work" groupings. - New content/sections/who-our-values.md section (weight 4), rendering the purpose statement, three "Who We Are" values as a 3-up card row, and the single "How We Work" value as a full-width closing card. - Extends the cards shortcode with an optional `key` param so a page can render more than one card list. Defaults to `cards`, so the existing iac-sound-familiar and iac-what-you-get usages are unchanged. - Section styling follows the existing #what-get-row card treatment (pine background, translucent gradient cards) and preserves the page's light/dark section alternation. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
✅ Deploy Preview for masterpoint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
Important Review available on request
Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
- Moves the values section between Our Team and Who We Support (weight 3; Who We Support bumps to 4). - Renames the "Who We Are" group heading to "Our Values", which also removes the redundancy with the page's own title. - Drops the "How We Work" group and its single value entirely. With only one card list left, the section now uses the cards shortcode's default `cards` key, so the optional `key` param added in the previous commit is no longer needed and has been reverted -- cards.html is back to its original form and the net diff no longer touches the shortcode. Also drops the section's background image in favour of solid pine. Values now sits directly after Our Team, which is also dark, and the busy image washed out the translucent cards at that boundary. Solid pine matches #iac-what-you-get, where this card treatment already lives. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
gberenice
approved these changes
Aug 18, 2026
oycyc
approved these changes
Aug 22, 2026
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.

what
weight: 3; Who We Support bumps to4).cardsshortcode as-is and the#what-get-rowcard treatment, so this adds no new components.why
#iac-what-you-get, where this card treatment already lives.notes for review
h-100.trunk fmt+trunk checkclean. The oneMD001hit is the same heading-level pattern every othercontent/sections/*.mdfile has (they're baselined); disabled inline with a comment explaining why section partials start ath3.references
/who-we-are/🤖 Generated with Claude Code