-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
186 lines (168 loc) · 9.25 KB
/
Copy pathfooter.html
File metadata and controls
186 lines (168 loc) · 9.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html lang="en">
<head>
<style>
.footer-cta {
display: flex;
align-items: center;
justify-content: center;
gap: 14px;
flex-wrap: wrap;
text-align: center;
}
.footer-cta-copy {
flex: 0 1 420px;
margin: 0;
}
.footer-cta-btn {
flex: 0 0 auto;
margin-left: 0;
}
@media (max-width: 640px) {
.footer-cta {
flex-direction: column;
align-items: stretch;
}
.footer-cta-btn {
width: 100%;
justify-content: center;
color: chartreuse
}
}
.footer-cta-btn.new-client-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
padding: 0 18px;
border-radius: 999px;
background: linear-gradient(180deg, #23841a 0%, var(--primary) 100%);
color: #fff;
text-decoration: none;
border: 1px solid rgba(1, 105, 111, 0.16);
box-shadow: 0 8px 18px rgba(1, 105, 111, 0.16);
}
.footer-cta-btn.new-client-btn:hover,
.footer-cta-btn.new-client-btn:focus-visible {
color: #fff;
text-decoration: none;
}
.site-footer a:hover {
color: #4a90e2 !important;
transition: color 0.3s ease;
}
@media (max-width: 768px) {
.container {
flex-direction: column;
text-align: center;
}
}
</style>
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async></script>
<script src="book-call.js" defer></script>
</head>
<body>
<footer class="site-footer" style="background: #1a1a1a; color: #fff; padding: 40px 20px 20px; font-size: 14px;">
<div class="container"
style="max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 40px;">
<!-- Logo & Description -->
<div style="flex: 1; min-width: 250px;">
<img src="mcc-logo.jpg" alt="Mousa Cloud Consulting LTD Logo"
style="height: 40px; margin-bottom: 10px;">
<p>Cloud security audits & architecture. CCSP & AWS certified.</p>
</div>
<!-- Company Contact -->
<div>
<h4>Mailing Address</h4>
<p>71-75 Shelton Street, <br>
Covent Garden, <br>
London, WC2H 9JQ</p>
</div>
<!-- Legal & Compliance -->
<div style="text-align: right;">
<h4>Legal</h4>
<p><strong>Mousa Cloud Consulting Ltd</strong><br>
Registered in England & Wales No. 17090955<br>
Registered Office: 71-75 Shelton Street, Covent Garden, London, WC2H 9JQ<br>
<a href="https://find-and-update.company-information.service.gov.uk/company/17090955"
style="color: #4a90e2;" target="_blank">View at Companies House</a>
</p><br>
<div style="display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin-top: 10px;">
<img src="hiscox.png" alt="Professional Indemnity Insurance - Hiscox"
style="height: 24px; width: auto;">
<small style="color: #ccc; font-size: 12px;">Professional Indemnity Insurance up to 2 million
GBP</small>
</div>
<p></p>
</div>
</div>
<!-- Certifications -->
<div
style="border-top: 1px solid #333; padding-top: 15px; margin-top: 20px; text-align: center; background: rgba(255,255,255,0.05);">
<div style="margin-top: 10px;">
<img src="isc2-logo.png" alt="CCSP Certified" style="height: 30px; margin: 0 5px;">
<img src="aws_logo.png" alt="AWS Certified" style="height: 30px; margin: 0 5px;">
</div>
</div>
<section class="footer-cta">
<p class="footer-cta-copy">New client? Start with a scoped, low-risk engagement.</p>
<a class="new-client-btn footer-cta-btn" href="new-clients-starter-offer.html">Get started</a>
</section>
<!-- Bottom Bar: Organized CTAs, Copyright, Social -->
<div style="border-top: 1px solid #333; padding-top: 20px; text-align: center; margin-top: 20px;">
<!-- Organized CTA Buttons Row -->
<div
style="display: flex; align-items: center; justify-content: center; gap: 15px; margin-bottom: 15px; flex-wrap: wrap;">
<!-- Book Call Button (Calendly popup) -->
<a class="book-call" href="#"
onclick="Calendly.initPopupWidget({url: 'https://calendly.com/contact-mousa-cloud-consulting/30min'}); return false;"
style="display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; background: #007bff; color: #fff; text-decoration: none; font-weight: 600; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,123,255,0.3); transition: all 0.3s ease; font-size: 14px; min-height: 48px;"
onmouseover="this.style.boxShadow='0 6px 18px rgba(0,123,255,0.4)'; this.style.transform='translateY(-2px)'"
onmouseout="this.style.boxShadow='0 4px 12px rgba(0,123,255,0.3)'; this.style.transform='translateY(0)'">
Book Discovery Call
</a>
<!-- Tally Contact Form Button -->
<a class="book-call" href="https://tally.so/r/7R2PPZ"
style="display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; background: #28a745; color: #fff; text-decoration: none; font-weight: 600; border-radius: 8px; box-shadow: 0 4px 12px rgba(40,167,69,0.3); transition: all 0.3s ease; font-size: 14px; min-height: 48px;"
target="_blank"
onmouseover="this.style.boxShadow='0 6px 18px rgba(40,167,69,0.4)'; this.style.transform='translateY(-2px)'"
onmouseout="this.style.boxShadow='0 4px 12px rgba(40,167,69,0.3)'; this.style.transform='translateY(0)'">
Contact Me
</a>
<!-- Back to Home Button -->
<a href="/"
style="display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; background: #6c757d; 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;"
onmouseover="this.style.boxShadow='0 6px 18px rgba(108,117,125,0.4)'; this.style.transform='translateY(-2px)'"
onmouseout="this.style.boxShadow='0 4px 12px rgba(108,117,125,0.3)'; this.style.transform='translateY(0)'">
Back to Home
</a>
<!-- Removed class="book-call" as inline styles now handle it -->
<a href="https://blog.mousa-cloud.com" target="_blank"
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;"
onmouseover="this.style.boxShadow='0 6px 18px rgba(108,117,125,0.4)'; this.style.transform='translateY(-2px)'"
onmouseout="this.style.boxShadow='0 4px 12px rgba(108,117,125,0.3)'; this.style.transform='translateY(0)'">
<span>Case Studies & Articles</span>
<span aria-hidden="true" style="font-size: 15px; line-height: 1;">↗</span>
</a>
</div>
<!-- Copyright & Links -->
<span style="margin-right: 20px;">© 2026 Mousa Cloud Consulting Ltd. All rights reserved.</span>
<a href="privacy-policy.html" style="color: #ccc; margin: 0 10px;" target="_blank">Privacy</a>
<a href="terms.html" style="color: #ccc; margin: 0 10px;" target="_blank">Terms</a>
<a href="#" onclick="if(window.mousaCookieConsent) window.mousaCookieConsent.reset(); return false;"
style="color: #ccc; margin: 0 10px;">Cookie settings</a>
<!-- Important Notice -->
<div style="margin-top: 15px;">
<p style="margin: 10px 0; font-size: 13px; color: #ccc;">
<strong>Important Notice:</strong> Mousa Cloud Consulting Ltd does not provide services to clients
in the EU/EEA.
Our offerings are unavailable and not targeted at EU/EEA residents or businesses. GDPR/DSGVO does
not apply.
Use of VPN/proxy may violate our Terms.
</p>
</div>
</div>
</footer>
</body>
</html>