Skip to content

Commit c4266d5

Browse files
author
ghost
committed
Added links to new blog
1 parent 2b3432c commit c4266d5

2 files changed

Lines changed: 58 additions & 0 deletions

File tree

footer.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@ <h4>Legal</h4>
9696
Back to Home
9797
</a>
9898
<!-- Removed class="book-call" as inline styles now handle it -->
99+
<a href="https://blog.mousa-cloud.com" target="_blank"
100+
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;"
101+
onmouseover="this.style.boxShadow='0 6px 18px rgba(108,117,125,0.4)'; this.style.transform='translateY(-2px)'"
102+
onmouseout="this.style.boxShadow='0 4px 12px rgba(108,117,125,0.3)'; this.style.transform='translateY(0)'">
103+
<span>Expert Insights</span>
104+
<span aria-hidden="true" style="font-size: 15px; line-height: 1;"></span>
105+
</a>
99106
</div>
100107

101108
<!-- Copyright & Links -->

index.html

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,6 +1153,57 @@ <h1>Free Quick Self Assessments</h1>
11531153
class="fas fa-external-link-alt"></i>
11541154
</a>
11551155
<hr>
1156+
<section id="expert-insights" style="margin:32px 0 0; padding:0;">
1157+
<div style="max-width:1100px; margin:0 auto; padding:0 24px;">
1158+
<div
1159+
style="background:linear-gradient(180deg, rgba(1,105,111,.06), rgba(1,105,111,.02)); border:1px solid rgba(1,105,111,.18); border-radius:20px; padding:28px; box-shadow:0 10px 28px rgba(15,54,56,.08);">
1160+
<div style="display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:18px;">
1161+
<div style="max-width:700px;">
1162+
<div
1163+
style="display:inline-block; font-size:12px; letter-spacing:.12em; text-transform:uppercase; font-weight:700; color:#01696f; margin-bottom:10px;">
1164+
Still evaluating the fit?</div>
1165+
<h2 style="margin:0 0 10px; font-size:28px; line-height:1.15; color:#1f1f1f;">Read practical insights
1166+
before you decide.</h2>
1167+
<p style="margin:0; font-size:16px; line-height:1.7; color:#4f4b43; max-width:68ch;">If you want a better
1168+
sense of how I think about cloud security, PCI, and AI governance, explore a few short articles that
1169+
explain my approach with real-world examples.</p>
1170+
</div>
1171+
1172+
<div style="display:flex; flex-direction:column; align-items:flex-start; gap:10px; min-width:220px;">
1173+
<a href="https://blog.mousa-cloud.com" target="_blank"
1174+
style="display:inline-flex; align-items:center; gap:10px; padding:14px 18px; border-radius:12px; background:#01696f; color:#ffffff; text-decoration:none; font-weight:700; font-size:15px; line-height:1; border:1px solid #01696f; box-shadow:0 8px 18px rgba(1,105,111,.18); transition:transform .15s ease, box-shadow .15s ease, background .15s ease;"
1175+
onmouseover="this.style.background='#00575c'; this.style.transform='translateY(-1px)'; this.style.boxShadow='0 12px 22px rgba(1,105,111,.24)'"
1176+
onmouseout="this.style.background='#01696f'; this.style.transform='translateY(0)'; this.style.boxShadow='0 8px 18px rgba(1,105,111,.18)'">
1177+
Expert Insights
1178+
<span aria-hidden="true" style="font-size:16px; line-height:1;"></span>
1179+
</a>
1180+
<a href="#calendly-book" style="font-size:14px; color:#01696f; text-decoration:none; font-weight:600;">Or
1181+
go
1182+
back to the discovery call</a>
1183+
</div>
1184+
</div>
1185+
1186+
<div style="margin-top:22px; display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:14px;">
1187+
<div style="background:#ffffff; border:1px solid rgba(1,105,111,.12); border-radius:16px; padding:16px;">
1188+
<div style="font-weight:700; margin-bottom:6px; color:#1f1f1f;">Cloud Security</div>
1189+
<div style="font-size:14px; line-height:1.6; color:#5a564d;">Practical guidance on AWS security, IAM, and
1190+
reducing operational risk.</div>
1191+
</div>
1192+
<div style="background:#ffffff; border:1px solid rgba(1,105,111,.12); border-radius:16px; padding:16px;">
1193+
<div style="font-weight:700; margin-bottom:6px; color:#1f1f1f;">PCI & Compliance</div>
1194+
<div style="font-size:14px; line-height:1.6; color:#5a564d;">How tokenization, controls, and scoping
1195+
decisions affect real compliance work.</div>
1196+
</div>
1197+
<div style="background:#ffffff; border:1px solid rgba(1,105,111,.12); border-radius:16px; padding:16px;">
1198+
<div style="font-weight:700; margin-bottom:6px; color:#1f1f1f;">AI Governance</div>
1199+
<div style="font-size:14px; line-height:1.6; color:#5a564d;">Thoughts on safe GenAI adoption, policy, and
1200+
secure-by-design architecture.</div>
1201+
</div>
1202+
</div>
1203+
</div>
1204+
</div>
1205+
</section>
1206+
<hr>
11561207
<h1 id="prices">Prices</h1>
11571208
<p style="color: #121212; padding-left: 10%;">
11581209
<b>

0 commit comments

Comments
 (0)