Skip to content

Commit dd55b50

Browse files
author
ghost
committed
Added case study references
1 parent c4266d5 commit dd55b50

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h4>Legal</h4>
100100
style="display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 24px; background: #008080; color: #fff; text-decoration: none; font-weight: 600; border-radius: 8px; box-shadow: 0 4px 12px rgba(108,117,125,0.3); transition: all 0.3s ease; font-size: 14px; min-height: 48px;"
101101
onmouseover="this.style.boxShadow='0 6px 18px rgba(108,117,125,0.4)'; this.style.transform='translateY(-2px)'"
102102
onmouseout="this.style.boxShadow='0 4px 12px rgba(108,117,125,0.3)'; this.style.transform='translateY(0)'">
103-
<span>Expert Insights</span>
103+
<span>Case Studies & Articles</span>
104104
<span aria-hidden="true" style="font-size: 15px; line-height: 1;"></span>
105105
</a>
106106
</div>

index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,14 @@ <h2 style="color: #121212; text-align: center; margin-bottom: 10px;">Real Result
740740
<p style="color: #666; text-align: center; font-size: 18px; margin-bottom: 40px;">Proven outcomes from
741741
enterprise-scale cloud security projects</p>
742742

743+
<p>
744+
For a deeper look at how I think through messy real-world environments, see my
745+
<a href="https://blog.mousa-cloud.com/how-id-help-a-messy-mid-saas-company-pass-audit-without-slowing-performance-4df26949f9c7"
746+
target="_blank" rel="noopener">
747+
AWS SaaS security case study
748+
</a>.
749+
</p>
750+
743751
<div id="results-grid"
744752
style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem;">
745753

@@ -1167,6 +1175,14 @@ <h2 style="margin:0 0 10px; font-size:28px; line-height:1.15; color:#1f1f1f;">Re
11671175
<p style="margin:0; font-size:16px; line-height:1.7; color:#4f4b43; max-width:68ch;">If you want a better
11681176
sense of how I think about cloud security, PCI, and AI governance, explore a few short articles that
11691177
explain my approach with real-world examples.</p>
1178+
1179+
<p>
1180+
Start with this in-depth SaaS AWS security case study:
1181+
</p>
1182+
<a href="https://blog.mousa-cloud.com/how-id-help-a-messy-mid-saas-company-pass-audit-without-slowing-performance-4df26949f9c7"
1183+
target="_blank" rel="noopener" style="color:#0b63ff; text-decoration:underline;">
1184+
How I’d help a messy mid-size SaaS pass an audit without slowing performance (case study)
1185+
</a>
11701186
</div>
11711187

11721188
<div style="display:flex; flex-direction:column; align-items:flex-start; gap:10px; min-width:220px;">

0 commit comments

Comments
 (0)