Skip to content
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
c90232c
Homepage updates for review
kristopherray Oct 29, 2025
224eb0a
Merge branch 'master' into feature/homepage-rework-kris
Gowiem Oct 31, 2025
2f47e58
chore: formatting
Gowiem Dec 12, 2025
1b0cc96
Merge github.com:masterpointio/masterpoint.io into feature/homepage-r…
Gowiem Dec 12, 2025
37eb67e
fix: render-heading stripping classes
Gowiem Dec 12, 2025
5c4c378
fix: add alt-text to images
Gowiem Dec 12, 2025
eac2f7a
chore: updates efficient platforms copy
Gowiem Dec 12, 2025
4bc3c39
Stashing updates
kristopherray Jan 12, 2026
39910fc
fix: if no class is provided, base class included
Gowiem Mar 6, 2026
7453d04
fix: update "See Our Results" button to point at /case-studies
Gowiem Mar 6, 2026
bd8d408
Merge branch 'master' into feature/homepage-redesign-reconciled
Gowiem Mar 23, 2026
b08e9bf
iac-audit detail page
kristopherray Mar 11, 2026
c278408
fix: homepage copy updates and hide Spacelift service
Gowiem Mar 24, 2026
2b309eb
fix: eliminate logo carousel initial delay
Gowiem Mar 24, 2026
71c7458
fix: trunk fmt
Gowiem Mar 26, 2026
f8fb086
Merge branch 'master' of github.com:masterpointio/masterpoint.io into…
Gowiem Mar 26, 2026
2dce4bd
fix: updates IaC question answers + adds correct Youtube audit video ID
Gowiem Mar 26, 2026
7d24ad4
fix: update IaC audit pricing from $10K to $15K
Gowiem Mar 26, 2026
d6c5299
feat: update services page copy, IDs, and styling for homepage redesign
Gowiem Apr 8, 2026
b9a9d4f
fix: update IaC questions copy with team size and tool links
Gowiem Apr 8, 2026
5e8982f
fix: correct copy typos on homepage and services pages
Gowiem Apr 8, 2026
4403c63
fix: replace placeholder CTA links with Calendly discovery call URL
Gowiem Apr 8, 2026
8c52c5e
fix: trunk fmt whitespace in operate.md
Gowiem Apr 8, 2026
0157829
Merge branch 'master' into feature/homepage-redesign-reconciled
Gowiem Apr 10, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
774 changes: 718 additions & 56 deletions assets/css/custom.scss

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions assets/css/variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Default Variables */

Check failure on line 1 in assets/css/variables.scss

View workflow job for this annotation

GitHub Actions / Trunk Check

prettier

Incorrect formatting, autoformat by running 'trunk fmt'
$header-font:"proxima-nova",sans-serif;
$body-font: "proxima-nova",sans-serif;
$button-font: "proxima-nova",sans-serif;
Expand Down Expand Up @@ -26,5 +26,7 @@
$highlight: #00A4A4;
$pine: #0E383A;
$rhythm: #7F7E97;
$vanilla: #EDE497;
$pink: #D891CE;

$body-background: $pine;
11 changes: 7 additions & 4 deletions assets/js/plugins.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
title: Home
banner_title: "<span class='text-gradient'>Infrastructure as Code</span>"
banner_tagline: "Get control of your"
banner_text: "Home-grown IaC workflow weighing down your time to delivery? We’re here to help make <strong class='text-gradient'>Terraform, OpenTofu, or Pulumi</strong> efficient and scalable, no matter where you provision your infrastructure."
banner_title: "<span class='text-gradient'>MASTER YOUR Infrastructure as Code</span>"
banner_tagline: "Deploy faster. Break less. Scale smarter."
banner_text: "We deliver patterns that transform your tangled infrastructure as code into a platform your team can manage, scale, and evolve."
banner_image: /img/banner_home.jpg
description: "Home-grown IaC workflow weighing down your time to delivery? We’re here to help make Terraform, OpenTofu, or Pulumi efficient and scalable, no matter where you provision your infrastructure. "
banner_btn_label: See the services →
banner_btn_link: /services
sections: home
description: "We deliver patterns that transform your tangled infrastructure as code into a platform your team can manage, scale, and evolve."
banner_btn_label: Book A Call
banner_btn_link: https://calendly.com/matt-at-masterpoint/project-chat
banner_link_label: Audit Your IaC →
banner_link: /services/audit/
sections: "home"
sitemap:
priority: 1
id: home
Expand Down
41 changes: 41 additions & 0 deletions content/sections/home-efficient-platforms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: Our Work Lead to Efficient Platforms
weight: 4
#position: justify-content-start reverse flex
#size: col-12 col-md-6
#section_image: /img/diverse_group_of_doctors.jpg
#image: /img/bg_featured_video.jpg
section_categories:
- Home
id: efficient-platforms
---

### Our Work Lead to <br> <span class="text-gradient">Efficient Platforms</span> {.groupTitle .text-center .text-rhythm}

<div class="row platform-row">

<div class="col col-12 col-md-4">
<div class="platform-tile platform-tile-1">
<div class="platformIcon"><img src="img/noun-developer-7187679.svg" alt="Developer" /></div>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Use absolute image paths starting with "/".

The image sources use relative paths (img/...) instead of absolute paths. As per coding guidelines, reference images in content using the /img/ path.

🛠️ Proposed fix
-<div class="platformIcon"><img src="img/noun-developer-7187679.svg" alt="Developer" /></div>
+<div class="platformIcon"><img src="/img/noun-developer-7187679.svg" alt="Developer" /></div>
-<div class="platformIcon"><img src="img/noun-cycle-7222105.svg" alt="Cycle" /></div>
+<div class="platformIcon"><img src="/img/noun-cycle-7222105.svg" alt="Cycle" /></div>
-<div class="platformIcon"><img src="img/noun-reduction-7894266.svg" alt="Reduction" /></div>
+<div class="platformIcon"><img src="/img/noun-reduction-7894266.svg" alt="Reduction" /></div>

Also applies to: 27-27, 35-35

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@content/sections/home-efficient-platforms.md` at line 19, Update the image
src attributes in the platformIcon img elements to use absolute paths beginning
with "/" instead of relative paths; locate the <img> tags inside the
"platformIcon" divs (e.g., the one using src="img/noun-developer-7187679.svg")
and change their src values to start with "/img/..." for all occurrences in this
file (also update the other platformIcon img tags referenced elsewhere in the
same file).

<div class="platformCount">2000+</div>
<div class="platformCTA">Engineering Hours Saved Annually</div>
</div>
</div>

<div class="col col-12 col-md-4">
<div class="platform-tile platform-tile-2">
<div class="platformIcon"><img src="img/noun-cycle-7222105.svg" alt="Cycle" /></div>
<div class="platformCount">10x</div>
<div class="platformCTA">Faster Plan & Apply Times</div>
</div>
</div>

<div class="col col-12 col-md-4">
<div class="platform-tile platform-tile-2">
<div class="platformIcon"><img src="img/noun-reduction-7894266.svg" alt="Reduction" /></div>
<div class="platformCount">10x</div>
<div class="platformCTA">Reduction in Infrastructure Automation Costs</div>
</div>
</div>

</div>
6 changes: 3 additions & 3 deletions content/sections/home-join-clients.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
title: Join Clients Like
weight: 3
weight: 1
section_categories:
- Home
id: join-clients
---

<div class="row justify-content-center text-center">
<div class="col col-12 col-md-10 col-lg-7">
<div class="col col-12 col-md-10 col-lg-7 col-xl-6">

### Join Clients Like: {.sectionLabel .text-center .text-rhythm}

<p class="font20">We’ve architected and implemented platforms for clients ranging from startups to Fortune 20 enterprises.</p>
<p class="font20 text-pine">Our team has architected and implemented cloud platforms for a diverse set of clients ranging from startups to Fortune 20 enterprises.</p>

</div></div>

Expand Down
17 changes: 17 additions & 0 deletions content/sections/home-make-infrastructure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Make Infrastructure
weight: 2
position: justify-content-end
size: col-12 col-md-6
#section_image: /img/bg_make_infrastructure.png
image: /img/bg_make_infrastructure.png
section_categories:
- Home
id: make-infrastructure
---

### Make Infrastructure <span class="text-gradient">Your Competitive Edge</span> {.groupTitle .text-white .mb-1 .text-uppercase}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix heading-level increment (h3 after no preceding h2).

Line 13 uses ###, which triggers MD001. Use ## here (or ensure a preceding ## exists in this rendered context).

Suggested update
-### Make Infrastructure <span class="text-gradient">Your Competitive Edge</span> {.groupTitle .text-white .mb-1 .text-uppercase}
+## Make Infrastructure <span class="text-gradient">Your Competitive Edge</span> {.groupTitle .text-white .mb-1 .text-uppercase}
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
### Make Infrastructure <span class="text-gradient">Your Competitive Edge</span> {.groupTitle .text-white .mb-1 .text-uppercase}
## Make Infrastructure <span class="text-gradient">Your Competitive Edge</span> {.groupTitle .text-white .mb-1 .text-uppercase}
🧰 Tools
🪛 markdownlint-cli2 (0.21.0)

[warning] 13-13: Heading levels should only increment by one level at a time
Expected: h2; Actual: h3

(MD001, heading-increment)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@content/sections/home-make-infrastructure.md` at line 13, The heading "Make
Infrastructure Your Competitive Edge" is currently level h3 (###) causing an
MD001 violation; change that heading to level h2 (##) or ensure a preceding h2
exists in the same rendered context so the heading hierarchy is correct—update
the line containing "### Make Infrastructure <span class=\"text-gradient\">Your
Competitive Edge</span>" to use "##" (or add the missing prior h2) to fix the
heading-level increment.


Code is easy to come by. But cheap code doesn’t make for an efficient platform. Proven patterns and strong automations do. Our IaC workshops and Pattern Library provide the expertise, training, and foundations needed to build the workflows that lead to efficient operations.

<a href="/case-studies" class="button btn-outline-gradient btn-big">See Our Results →</a>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Replace raw button HTML with the Hugo button shortcode.

Line 17 duplicates button markup directly in content. Please switch to the provided shortcode to keep content consistent and maintainable.

Suggested update
-<a href="/case-studies" class="button btn-outline-gradient  btn-big">See Our Results →</a>
+{{< button href="/case-studies" label="See Our Results →" class="btn-outline-gradient btn-big" >}}

As per coding guidelines, "Use provided Hugo shortcodes (button, buttonout, form, testimonials, faqs, team, services, process, supports, client-logos) in content instead of duplicating HTML".

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<a href="/case-studies" class="button btn-outline-gradient btn-big">See Our Results →</a>
{{< button href="/case-studies" label="See Our Results →" class="btn-outline-gradient btn-big" >}}
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@content/sections/home-make-infrastructure.md` at line 17, Replace the
duplicated raw anchor HTML (<a href="/case-studies" class="button
btn-outline-gradient  btn-big">See Our Results →</a>) with the Hugo "button"
shortcode; use the same href and label and map the class intent
(outline-gradient, btn-big) to the shortcode's parameters so the visual style
and size remain identical—update the content to call the button shortcode
instead of literal HTML.

5 changes: 3 additions & 2 deletions content/sections/home-our-word.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
title: Don't take our word for it...
weight: 4
weight: 5
#position: align-items-center justify-content-end
size: col-12 col-md-7
#section_image: /img/doctor_and_patient.jpg
image: /img/bg_our_word.jpg
section_categories:
- Home
- Home
id: our-word
---

### Our clients love our hands-on approach {.text-gradient .quoteLabel}

{{<testimonials>}}
4 changes: 3 additions & 1 deletion content/sections/home-specialized-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ weight: 1
#size: col-12 col-md-6
#section_image: /img/diverse_group_of_doctors.jpg
#image: /img/bg_featured_video.jpg
draft: true
section_categories:
- Home
- Home
id: specialized-services
---

### Get support at every level {.groupTitle .text-center .text-rhythm}

{{<services>}}

<div class="text-center mt-5">
<a href="/services/" class="button btn-outline-gradient text-pine btn-big">See the Services →</a>
</div>
50 changes: 50 additions & 0 deletions content/sections/home-turn-chaos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: Turn Chaos into Reliable Operations
weight: 3
#position: justify-content-start reverse flex
#size: col-12 col-md-6
#section_image: /img/diverse_group_of_doctors.jpg
#image: /img/bg_featured_video.jpg
section_categories:
- Home
id: turn-chaos-operations
---

<div class="row justify-content-center text-center">
<div class="col col-12 col-md-10 col-lg-8 col-xl-7">

### Turn Chaos into<br> <span class="text-gradient">Reliable Operations</span> {.groupTitle .text-center .text-rhythm}

<p class="font20 text-pine">Untangle your messy infrastructure as code into a clean, scalable platform your team can own. Here’s how we do it.</p>

</div>
</div>

{{<services>}}

<div class="text-center">
<a href="/services/" class="button btn-outline-gradient text-pine btn-big">Explore Our Process →</a>
</div>

<div class="audit-home-tile">
<div class="bg-image"><img src="img/bg_audit_home.png" alt="Masterpoint Thread Backround"/></div>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Image path missing leading slash.

The path img/bg_audit_home.png is relative. Per coding guidelines, images should use the /img/ path (starting with /). This relative path may cause a 404 depending on the page's URL depth.

🔧 Proposed fix
-<div class="bg-image"><img src="img/bg_audit_home.png" alt="Masterpoint Thread Backround"/></div>
+<div class="bg-image"><img src="/img/bg_audit_home.png" alt="Masterpoint Thread Background"/></div>

Note: Also fixed the typo "Backround" → "Background" in the alt text.

As per coding guidelines: "Reference images in content using the /img/ path (which maps to /static/img/)".

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<div class="bg-image"><img src="img/bg_audit_home.png" alt="Masterpoint Thread Backround"/></div>
<div class="bg-image"><img src="/img/bg_audit_home.png" alt="Masterpoint Thread Background"/></div>
🧰 Tools
🪛 markdownlint-cli2 (0.21.0)

[warning] 30-30: Heading levels should only increment by one level at a time
Expected: h2; Actual: h3

(MD001, heading-increment)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@content/sections/home-turn-chaos.md` at line 30, The image src in the <div
class="bg-image"> uses a relative path "img/bg_audit_home.png" which can 404;
update the <img> element's src to use the leading-slash path
"/img/bg_audit_home.png" and correct the alt text typo from "Backround" to
"Background" so the tag reads with the standardized /img/ path and accurate alt
string.

<div class="row">
<div class="col col-12 col-md-6">

### Audit Your Infrastructure<br> as Code Now {.groupTitle}

Uncover the inefficiencies in your infrastructure with our IaC Audit.
{.font22 .mb-3}

</div>
<div class="col col-12 col-md-6">
<ol class="numbered-list pt-2 mt-1 mb-0">
<li>We’ll talk goals</li>
<li>Interview your team</li>
<li>Assess your setup</li>
<li>and provide practical recommendations that will set your team up for success.</li>
</ol>
</div>
</div>
<div class="audit-home-btn"><a href="https://calendly.com/matt-at-masterpoint" target="_blank" class="button btn-gradient">Get Started - Schedule Now </a></div>
</div>
3 changes: 2 additions & 1 deletion content/sections/home-what-is-masterpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ weight: 2
size: col-12 col-md-6
section_image: /img/cloud_architecture.png
#image: /img/bg_featured_video.jpg
draft: true
section_categories:
- Home
- Home
id: were-masterpoint
---

Expand Down
21 changes: 21 additions & 0 deletions content/sections/iac-cta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---

Check failure on line 1 in content/sections/iac-cta.md

View workflow job for this annotation

GitHub Actions / Trunk Check

prettier

Incorrect formatting, autoformat by running 'trunk fmt'
title: Ready to Own Your Infrastructure?
weight: 7
position: justify-content-center text-center
size: col-12 col-md-10 col-lg-8
#section_image: /img/diverse_group_of_doctors.jpg
image: /img/bg_iac_cta.jpg
section_categories:
- iacaudit
id: iac-cta

---

### <span class="text-gradient">Ready to Own</span><br> Your Infrastructure? {.scheduleTitle .text-center}

Our audit paves the way for platform operations that scale with your business. Whether you're optimizing what exists or planning a transformation, we'll give you the clarity to move forward with confidence.
{.font22 .text-center}

<div class="rowLinks text-center pt-3">
<a class="button btn-gradient" href="/#">Schedule a Discovery Call</a>
</div>
42 changes: 42 additions & 0 deletions content/sections/iac-pricing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---

Check failure on line 1 in content/sections/iac-pricing.md

View workflow job for this annotation

GitHub Actions / Trunk Check

prettier

Incorrect formatting, autoformat by running 'trunk fmt'
title: Pricing
weight: 5
#position: justify-content-start reverse flex
#size: col-12 col-md-6
#section_image: /img/diverse_group_of_doctors.jpg
#image: /img/bg_featured_video.jpg
section_categories:
- iacaudit
id: iac-pricing

---


<div class="row">
<div class="col col-12 col-md-5">

### Pricing {.sectionTitle .big .text-gradient .d-inline .pb-0}
Comment thread
coderabbitai[bot] marked this conversation as resolved.

<div class="iac-price pt-2 mt-1">
$10,000 USD - Flat Fee<br>
<b class="text-pine">IaC Confidence - <em class="text-pink">Priceless</em></b>
</div>

<b><em>\*\*No hidden costs. No surprises. No scope creep.\*\*</em></b>
{.pt-4}
Comment on lines +23 to +24
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Remove escaped markdown markers from emphasized HTML text.

Line 23 currently includes literal \*\* inside HTML emphasis, which will likely render visible asterisks.

🔧 Suggested change
-<b><em>\*\*No hidden costs. No surprises. No scope creep.\*\*</em></b>
+<b><em>No hidden costs. No surprises. No scope creep.</em></b>
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<b><em>\*\*No hidden costs. No surprises. No scope creep.\*\*</em></b>
{.pt-4}
<b><em>No hidden costs. No surprises. No scope creep.</em></b>
{.pt-4}
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@content/sections/iac-pricing.md` around lines 23 - 24, The emphasized HTML
contains literal escaped markdown markers ("\*\*") that will render as visible
asterisks; update the HTML fragment "<b><em>\*\*No hidden costs. No surprises.
No scope creep.\*\*</em></b>" to remove the escaped markers and present the
phrase without the backslashes and asterisks (e.g., "<b><em>No hidden costs. No
surprises. No scope creep.</em></b>") while keeping the surrounding emphasis and
the "{.pt-4}" class intact so rendering is correct.


</div>

<div class="col col-12 col-md-7">

<div class="iac-price pb-3 mb-1"><em>Includes:</em></div>

<ul class="checked-list mb-0">
<li>Complete audit <span class="fw-normal">(review, interviews, findings report)</span></li>
<li>Detailed findings and recommendations report</li>
<li>Lifetime access to IaC Pattern Library</li>
<li>Free month of our Operate Guidance service</li>
</ul>

</div>
</div>
33 changes: 33 additions & 0 deletions content/sections/iac-questions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---

Check failure on line 1 in content/sections/iac-questions.md

View workflow job for this annotation

GitHub Actions / Trunk Check

prettier

Incorrect formatting, autoformat by running 'trunk fmt'
title: Common Questions
weight: 6
#position: justify-content-start reverse flex
#size: col-12 col-md-6
#section_image: /img/diverse_group_of_doctors.jpg
#image: /img/bg_featured_video.jpg
section_categories:
- iacaudit
id: iac-questions

Comment on lines +1 to +11
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Mark this section as draft until content is finalized.

Given the current placeholder FAQ state, this page appears in-progress but has no draft: true in front matter, so it can be published prematurely.

🛡️ Suggested front matter change
 ---
 title: Common Questions
+draft: true
 weight: 6

As per coding guidelines, "Use front matter draft: true to hide in-progress content from production".

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
---
title: Common Questions
weight: 6
#position: justify-content-start reverse flex
#size: col-12 col-md-6
#section_image: /img/diverse_group_of_doctors.jpg
#image: /img/bg_featured_video.jpg
section_categories:
- iacaudit
id: iac-questions
---
title: Common Questions
draft: true
weight: 6
`#position`: justify-content-start reverse flex
`#size`: col-12 col-md-6
`#section_image`: /img/diverse_group_of_doctors.jpg
`#image`: /img/bg_featured_video.jpg
section_categories:
- iacaudit
id: iac-questions
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@content/sections/iac-questions.md` around lines 1 - 11, Add a top-level front
matter property "draft: true" to this section's YAML (alongside existing keys
like title, weight, section_categories, and id) so the in-progress FAQ page is
hidden from production until content is finalized; update the front matter block
in the iac-questions.md file to include draft: true.

faqs:
- title: "How long does the audit take?"
content: "The audit spans 1 week. You'll have findings and recommendations in hand quickly."

- title: "What if we need help implementing the recommendations?"
content: "The audit spans 1 week. You'll have findings and recommendations in hand quickly."

- title: "What size teams is this for?"
content: "The audit spans 1 week. You'll have findings and recommendations in hand quickly."

- title: "What IaC tools do you support?"
content: "The audit spans 1 week. You'll have findings and recommendations in hand quickly."

- title: "What if we're not ready to act on recommendations immediately?"
content: "The audit spans 1 week. You'll have findings and recommendations in hand quickly."
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated


---

### Common Questions {.sectionTitle .big .text-pine .text-center}

{{< accordian >}}
42 changes: 42 additions & 0 deletions content/sections/iac-sound-familiar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---

Check failure on line 1 in content/sections/iac-sound-familiar.md

View workflow job for this annotation

GitHub Actions / Trunk Check

prettier

Incorrect formatting, autoformat by running 'trunk fmt'
title: Sound familiar?
weight: 1
#position: justify-content-start reverse flex
#size: col-12 col-md-6
#section_image: /img/diverse_group_of_doctors.jpg
#image: /img/bg_featured_video.jpg
section_categories:
- iacaudit
id: iac-sound-familier
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot Mar 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Description: Check for references to iac-sound-familiar or iac-sound-familier in CSS and templates.

rg -n 'iac-sound-famil' --type=css --type=scss --type=html

Repository: masterpointio/masterpoint.io

Length of output: 100


🏁 Script executed:

#!/bin/bash
# Description: Check for references to iac-sound-familiar or iac-sound-familier in CSS, HTML, and other files.

rg -n 'iac-sound-famil' --type=css --type=html

Repository: masterpointio/masterpoint.io

Length of output: 121


🏁 Script executed:

#!/bin/bash
# View the CSS rule context
sed -n '3655,3665p' assets/css/custom.scss

# Search for all references to both spellings
echo "=== All references to iac-sound-familiar* ==="
rg -n 'iac-sound-familiar'

Repository: masterpointio/masterpoint.io

Length of output: 244


Fix typo in section ID and update CSS reference.

The id is set to iac-sound-familier, but "familier" is misspelled. Change it to iac-sound-familiar to match standard English spelling. Note that the CSS rule at assets/css/custom.scss:3659 also uses the misspelled ID (#iac-sound-familier) and must be updated simultaneously to maintain styling.

🔧 Proposed fixes

File: content/sections/iac-sound-familiar.md

-id: iac-sound-familier
+id: iac-sound-familiar

File: assets/css/custom.scss (line ~3659)

-#iac-sound-familier {
+#iac-sound-familiar {
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@content/sections/iac-sound-familiar.md` at line 10, Update the misspelled
section ID by changing the frontmatter `id: iac-sound-familier` to `id:
iac-sound-familiar`, and simultaneously update the corresponding CSS selector
`#iac-sound-familier` in the stylesheet to `#iac-sound-familiar` (search for the
selector in custom.scss around the existing rule near line ~3659) so the markup
ID and CSS rule remain consistent.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Gowiem, that's reasonable. Adding suggestions.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like the humans are having a chat. I'll hop back into my burrow for now. If you need me again, just tag @coderabbitai in a new comment, and I'll come hopping out!

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
id: iac-sound-familier
id: iac-sound-familiar


cards:
- icon: '<i class="fa-solid fa-square-xmark"></i>'
intro: "<b class='text-vanilla'>Your Terraform plans take forever to review</b> — and nobody's confident merging them."
- icon: '<i class="fa-solid fa-square-xmark"></i>'
intro: "<b class='text-vanilla'>One engineer holds all the infrastructure knowledge</b> (and everyone's terrified they'll leave)"
- icon: '<i class="fa-solid fa-square-xmark"></i>'
intro: "<b class='text-vanilla'>Deployments feel like rolling the dice on production stability</b>"
- icon: '<i class="fa-solid fa-square-xmark"></i>'
intro: "<b class='text-vanilla'>You're hiring more platform engineers but velocity isn't improving</b>"
- icon: '<i class="fa-solid fa-square-xmark"></i>'
intro: "<b class='text-vanilla'>Security and compliance reviews keep finding the same gaps</b>"

---


### Sound familiar? {.sectionTitle .big .text-center}

{{< cards col="col-sm-6 col-md-4" id="differentiator-row" >}}

<div class="row justify-content-center pt-4 mt-1">
<div class="col col-12 col-md-10 col-lg-9">

In the age of AI, writing code is cheap. **<span class="text-gradient">The real differentiator</span> is how effectively your team runs platform operations and IaC workflows.**
{.font23}

<div class="rowLinks justify-content-center pt-4">
<a class="button btn-gradient" href="/#">Schedule a Discovery Call</a>
</div>

</div>
</div>
Loading
Loading