Skip to content

feat: adds purpose + values section to Who We Are page - #166

Open
Gowiem wants to merge 2 commits into
mainfrom
feature/add-company-values-section
Open

feat: adds purpose + values section to Who We Are page#166
Gowiem wants to merge 2 commits into
mainfrom
feature/add-company-values-section

Conversation

@Gowiem

@Gowiem Gowiem commented Aug 17, 2026

Copy link
Copy Markdown
Member

what

  • Adds a Purpose + Values section to the Who We Are page, built from Robin's Notion draft.
    • Our Purpose — "We untangle infrastructure and upskill the teams who own it."
    • Our Values — the three values, as a 3-up card row.
  • Slots in between Our Team and Who We Support (weight: 3; Who We Support bumps to 4).
  • Reuses the existing cards shortcode as-is and the #what-get-row card treatment, so this adds no new components.

why

  • We've never had our values on the site. This puts our purpose and how we operate in front of prospective clients and candidates, on the page where people already go to understand who we are.
  • Sitting after the team bubbles means a visitor meets the people first, then what those people stand for, before moving on to who we support.
  • The section renders on solid pine rather than a background image: it now sits directly below Our Team, which is also dark, and a busy image at that boundary washed out the translucent cards. Solid pine matches #iac-what-you-get, where this card treatment already lives.

notes for review

  • Copy is Robin's, verbatim. The only editorial change is the group heading, renamed from "Who We Are" to "Our Values" — the original duplicated the page's own title.
  • The draft's "How We Work" group (and its single value, "We believe in balance") is intentionally not included.
  • Verified at desktop (1280) and mobile (375) against Netlify's own build: cards stack cleanly, no horizontal overflow, equal heights via the shortcode's h-100.
  • trunk fmt + trunk check clean. The one MD001 hit is the same heading-level pattern every other content/sections/*.md file has (they're baselined); disabled inline with a comment explaining why section partials start at h3.

references

🤖 Generated with Claude Code

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>
@Gowiem
Gowiem requested a review from a team as a code owner August 17, 2026 21:27
@netlify

netlify Bot commented Aug 17, 2026

Copy link
Copy Markdown

Deploy Preview for masterpoint ready!

Name Link
🔨 Latest commit 94e6ae2
🔍 Latest deploy log https://app.netlify.com/projects/masterpoint/deploys/6a83a915a702920008f5daae
😎 Deploy Preview https://deploy-preview-166--masterpoint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 38
Accessibility: 89
Best Practices: 92
SEO: 79
PWA: 70
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai

coderabbitai Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Important

Review available on request

  • 🔍 Trigger review

Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment @coderabbitai review to review the latest changes. For a full review, comment @coderabbitai full review.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: e41999c6-519a-436f-a2af-8e9f0d1a1923


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

- 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants