Skip to content

Commit 70d569c

Browse files
author
ghost
committed
added new pages with services details
1 parent 9312df1 commit 70d569c

16 files changed

Lines changed: 4332 additions & 222 deletions

90-days-roadmap.html

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta charset="UTF-8" />
66
<title>90‑Day Security Roadmap - Mousa Cloud Consulting</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<link rel="stylesheet" href="styles.css">
89
<style>
910
* {
1011
box-sizing: border-box;
@@ -253,10 +254,12 @@
253254
<div class="container">
254255
<header class="flex-center">
255256
<div>
256-
<video autoplay muted>
257-
<source src="resized-logo.mp4" type='video/mp4'>
258-
Your browser does not support the video tag.
259-
</video>
257+
<a href="/">
258+
<video autoplay muted>
259+
<source src="resized-logo.mp4" type='video/mp4'>
260+
Your browser does not support the video tag.
261+
</video>
262+
</a>
260263
</div>
261264
</header>
262265
<header>
@@ -417,19 +420,7 @@ <h3>Click here 👉 to submit your contact details via form to book a quick meet
417420
</div>
418421
</div>
419422

420-
<!--Start of Tawk.to Script-->
421-
<script type="text/javascript">
422-
var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date();
423-
(function () {
424-
var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0];
425-
s1.async = true;
426-
s1.src = 'https://embed.tawk.to/69ca6af5ecf7021c366807d6/1jkvb3jop';
427-
s1.charset = 'UTF-8';
428-
s1.setAttribute('crossorigin', '*');
429-
s0.parentNode.insertBefore(s1, s0);
430-
})();
431-
</script>
432-
<!--End of Tawk.to Script-->
423+
<script src="common.js"></script>
433424

434425
<script src="cookie-consent.js"></script>
435426

about-me.html

Lines changed: 25 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<link rel="stylesheet" href="styles.css">
78
<title>About Me - Mousa Cloud Consulting</title>
89
<meta name="description"
910
content="Independent cloud security consultant specializing in cloud security, compliance, migrations, and architecture.">
@@ -204,10 +205,12 @@
204205
<div class="hero">
205206
<header class="flex-center">
206207
<div>
207-
<video autoplay muted>
208-
<source src="resized-logo.mp4" type='video/mp4'>
209-
Your browser does not support the video tag.
210-
</video>
208+
<a href="/">
209+
<video autoplay muted>
210+
<source src="resized-logo.mp4" type='video/mp4'>
211+
Your browser does not support the video tag.
212+
</video>
213+
</a>
211214
</div>
212215
</header>
213216
</div>
@@ -267,7 +270,8 @@ <h3>Mousa Al Bateh</h1>
267270
<ul>
268271
<li>Certified Cloud Security Professional by ISC2</li>
269272
<li>AWS Solutions Architect Associate by AWS</li>
270-
<li>AI security training: ISC2 “AI Security: Managing Overconfidence”, “Planning for Secure by Design AI”, and “Aligning with Global AI Regulations”.</li>
273+
<li>AI security training: ISC2 “AI Security: Managing Overconfidence”, “Planning for Secure by Design AI”, and
274+
“Aligning with Global AI Regulations”.</li>
271275
</ul>
272276
</div>
273277
</div>
@@ -403,7 +407,8 @@ <h3 style="color: #000000;">Ready to talk cloud?</h3>
403407
data-tally-src="https://tally.so/embed/7R2PPZ?alignLeft=1&hideTitle=1&transparentBackground=1&dynamicHeight=1"
404408
loading="lazy" width="100%" height="100" frameborder="0" marginheight="0" marginwidth="0"
405409
title="Contact Details"></iframe>
406-
<script>var d = document, w = "https://tally.so/widgets/embed.js", v = function () { "undefined" != typeof Tally ? Tally.loadEmbeds() : d.querySelectorAll("iframe[data-tally-src]:not([src])").forEach((function (e) { e.src = e.dataset.tallySrc })) }; if ("undefined" != typeof Tally) v(); else if (d.querySelector('script[src="' + w + '"]') == null) { var s = d.createElement("script"); s.src = w, s.onload = v, s.onerror = v, d.body.appendChild(s); }</script>
410+
<script>var d = document, w = "https://tally.so/widgets/embed.js", v = function () { "undefined" != typeof Tally ? Tally.loadEmbeds() : d.querySelectorAll("iframe[data-tally-src]:not([src])").forEach((function (e) { e.src = e.dataset.tallySrc })) }; if ("undefined" != typeof Tally) v(); else if (d.querySelector('script[src="' + w + '"]') == null) { var s = d.createElement("script"); s.src = w, s.onload = v, s.onerror = v, d.body.appendChild(s); }
411+
</script>
407412
</div>
408413
</div>
409414

@@ -439,36 +444,26 @@ <h3 style="color: #000000;">Ready to talk cloud?</h3>
439444
</div>
440445
</div>
441446

442-
<!--Start of Tawk.to Script-->
443-
<script type="text/javascript">
444-
var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date();
445-
(function () {
446-
var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0];
447-
s1.async = true;
448-
s1.src = 'https://embed.tawk.to/69ca6af5ecf7021c366807d6/1jkvb3jop';
449-
s1.charset = 'UTF-8';
450-
s1.setAttribute('crossorigin', '*');
451-
s0.parentNode.insertBefore(s1, s0);
452-
})();
453-
</script>
454-
<!--End of Tawk.to Script-->
447+
<script src="common.js"></script>
455448

456449
<script src="cookie-consent.js"></script>
457450

458451
<div id="footer-placeholder"></div>
459-
</div>
460452

461-
<script>
462-
// Simple toggle for accessibility (keyboard support)
463-
document.querySelectorAll('.faq-question').forEach(btn => {
464-
btn.addEventListener('keydown', (e) => {
465-
if (e.key === 'Enter' || e.key === ' ') {
466-
e.preventDefault();
467-
btn.click();
468-
}
453+
<script>
454+
// Simple toggle for accessibility (keyboard support)
455+
document.querySelectorAll('.faq-question').forEach(btn => {
456+
btn.addEventListener('keydown', (e) => {
457+
if (e.key === 'Enter' || e.key === ' ') {
458+
e.preventDefault();
459+
btn.click();
460+
}
461+
});
469462
});
470-
});
471-
</script>
463+
</script>
464+
465+
</div>
466+
472467
</body>
473468

474469
</html>

0 commit comments

Comments
 (0)