-
Notifications
You must be signed in to change notification settings - Fork 1
feat: reconciled homepage redesign + IAC audit page #100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 14 commits
c90232c
224eb0a
2f47e58
1b0cc96
37eb67e
5c4c378
eac2f7a
4bc3c39
39910fc
7453d04
bd8d408
b08e9bf
c278408
2b309eb
71c7458
f8fb086
2dce4bd
7d24ad4
d6c5299
b9a9d4f
5e8982f
4403c63
8c52c5e
0157829
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| 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> | ||
| <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> | ||
| 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} | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix heading-level increment ( Line 13 uses 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
Suggested change
🧰 Tools🪛 markdownlint-cli2 (0.21.0)[warning] 13-13: Heading levels should only increment by one level at a time (MD001, heading-increment) 🤖 Prompt for AI Agents |
||||||
|
|
||||||
| 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> | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Replace raw button HTML with the Hugo 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
Suggested change
🤖 Prompt for AI Agents |
||||||
| 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>}} |
| 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> | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Image path missing leading slash. The path 🔧 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
Suggested change
🧰 Tools🪛 markdownlint-cli2 (0.21.0)[warning] 30-30: Heading levels should only increment by one level at a time (MD001, heading-increment) 🤖 Prompt for AI Agents |
||||||
| <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> | ||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| --- | ||
| 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> | ||
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,42 @@ | ||||||||||
| --- | ||||||||||
| 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} | ||||||||||
|
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
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove escaped markdown markers from emphasized HTML text. Line 23 currently includes literal 🔧 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
Suggested change
🤖 Prompt for AI Agents |
||||||||||
|
|
||||||||||
| </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> | ||||||||||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,33 @@ | ||||||||||||||||||||||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||||||||||||||||||||||
| 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
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Mark this section as draft until content is finalized. Given the current placeholder FAQ state, this page appears in-progress but has no 🛡️ Suggested front matter change ---
title: Common Questions
+draft: true
weight: 6As per coding guidelines, "Use front matter draft: true to hide in-progress content from production". 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||||||||||||||||||||||||||
| 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." | ||||||||||||||||||||||||||||||||||||||||||||||
|
coderabbitai[bot] marked this conversation as resolved.
Outdated
|
||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||
| ### Common Questions {.sectionTitle .big .text-pine .text-center} | ||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||
| {{< accordian >}} | ||||||||||||||||||||||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,42 @@ | ||||||
| --- | ||||||
| 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 | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 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=htmlRepository: 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=htmlRepository: 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 🔧 Proposed fixesFile: -id: iac-sound-familier
+id: iac-sound-familiarFile: -#iac-sound-familier {
+#iac-sound-familiar {🤖 Prompt for AI Agents
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Gowiem, that's reasonable. Adding suggestions.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| 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> | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
Also applies to: 27-27, 35-35
🤖 Prompt for AI Agents