-
Notifications
You must be signed in to change notification settings - Fork 3
feat(services): success stories and quotes sections on audit page #157
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 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,4 @@ | ||
| # TODO | ||
|
|
||
| - [ ] Thank You pages to contain case studies slider for visibility | ||
| - [ ] When there's more case studies, "see other" case studies at the bottom of the case study page. | ||
| - [ ] More visibility across the website on case study success stories (instead of hidden under the "CONTENT" dropdown only) | ||
| - [ ] Audit services page, add visibiltiy there as well. | ||
| - [ ] Revamp the index listing page of Case Studies (https://masterpoint.io/case-studies/) once we get more case studies. | ||
| - [ ] OpenTofu Exclude Flag Blog Post: cross link to Cursor case study as a way to see where we took use of this feature or something like that, at the bottom callout section. | ||
| - [ ] OpenTofu Exclude Flag -- link to a dedicated OpenTofu OpenTelemetry blog araticle | ||
| - [ ] Add "drift" in TF terminology breakdown blog post. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| --- | ||
| title: Don't take our word for it... | ||
| weight: 7 | ||
| size: col-12 col-md-7 | ||
| image: /img/bg_our_word.jpg | ||
| section_categories: | ||
| - iacaudit | ||
| # Reuses the homepage section id so the #our-word CSS block in custom.scss | ||
| # (centered column, scrim, pagination) applies identically on this page. | ||
| id: our-word | ||
| --- | ||
|
|
||
| ### Our clients love our hands-on approach {.text-gradient .quoteLabel} | ||
|
|
||
| {{<testimonials>}} | ||
|
coderabbitai[bot] marked this conversation as resolved.
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| --- | ||
| title: Case Study Success Stories | ||
| weight: 8 | ||
| section_categories: | ||
| - iacaudit | ||
| id: iac-success-stories | ||
| --- | ||
|
|
||
| <div class="row justify-content-center text-center"> | ||
| <div class="col col-12 col-md-10 col-lg-8 col-xl-7"> | ||
|
|
||
| ### <span class="text-gradient">SUCCESS STORIES</span> {.groupTitle .text-center .text-rhythm} | ||
|
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. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win Use an H2 for the section heading. This Markdown file has no preceding H2, so 🧰 Tools🪛 markdownlint-cli2 (0.23.0)[warning] 12-12: Heading levels should only increment by one level at a time (MD001, heading-increment) 🤖 Prompt for AI AgentsSource: Linters/SAST tools |
||
|
|
||
| <p class="font20 text-pine">See case study success stories and learn how engineering teams partner with Masterpoint to turn tangled infrastructure into platforms that scale.</p> | ||
|
|
||
| </div> | ||
| </div> | ||
|
|
||
| {{<case-study-slider>}} | ||
|
|
||
| <div class="text-center csh-see-all"> | ||
| <a href="/case-studies/" class="button btn-outline-gradient text-pine btn-big">See All Case Studies →</a> | ||
| </div> | ||
Uh oh!
There was an error while loading. Please reload this page.