-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
237 lines (232 loc) · 11.4 KB
/
Copy pathindex.html
File metadata and controls
237 lines (232 loc) · 11.4 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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!-- Google Tag Manager -->
<script>
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-T9FX6XZ3');
</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Joseph Peter Kamvabingu" />
<meta name="description" content="Wonders Security Services - Providing Reliable Security Solutions in Malawi" />
<meta name="keywords" content="security services, Malawi, guards, security solutions, protection" />
<title>Wonders Security Services | Trusted Security in Malawi</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="shortcut icon" href="./images/WSS.png" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap" as="style">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style/index.css" media="all">
<meta name="google-site-verification" content="K9EeqoQPWMiWbRnONedVH-GwFtJuhm7seIBkN5FVjsc" />
<script src="script/index.js" defer></script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T9FX6XZ3"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header class="scrolled">
<div class="container flex">
<a href="index.html" class="title flex">
<img src="images/WSS.png" width="47" alt="logo">
<h1>Wonders Security Services</h1>
</a>
<nav class="nav">
<div class="navbar">
<i class="fa-solid fa-bars"></i>
<i class="fa-solid fa-x not-show"></i>
</div>
<ul>
<li><a href="index.html" target="_self">Home</a></li>
<li><a href="index.html#our-services" target="_self">Services</a></li>
<li><a href="documents.html" target="_self">Documents</a></li>
<li><a href="testimonials.html" target="_self">testimonials</a></li>
<li><a href="contact.html" target="_self">Contact</a></li>
</ul>
</nav>
<div class="background-opacity-nav-open not-show"></div>
</div>
</header>
<main>
<section id="hero-banner">
<div class="container">
<div class="h-text">
<div class="content">
<div class="animation one" data-animation-offset="first">
<h1 class="h-title">Your trusted choice </h1>
<h1 class="h-title">for Security Solutions</h1>
</div>
<div class="animation two" data-animation-offset="second">
<p class="about-text">
We provide top-notch security services ensuring safety and
peace of mind for businesses and individuals across Malawi.
</p>
</div>
<div class="animation two" data-animation-offset="third">
<a href="#our-services"><button class="h-button">Our services</button></a>
</div>
</div>
</div>
<div class="nav-media">
<div class="icons">
<nav class="n-index">
<a href="#" class="btn-media" target="_blank">
<i class="fa-brands fa-whatsapp" id="icon1"></i></a>
<a href="#" class="btn-media" target="_blank">
<i class="fa-brands fa-square-facebook" id="icon1"></i></a>
<a href="https://www.linkedin.com/in/josephpeterkamvabingu"></a>
<i class="fa-brands fa-linkedin" id="icon1"></i></a>
</nav>
</div>
<div class="nav-contact">
<a href="./contact.html" class="btn-media" target="_self">Contact us
<i class="fa-solid fa-phone-volume"></i></a>
</div>
</div>
</div>
</section>
<section id="our-services">
<div class="container">
<div>
<h2 class="section-heading">Our Services</h2>
</div>
<div class="vertical">
<div class="service-para">
<p>We specialize in providing reliable and professional security services across Malawi.</p>
<p>Our solutions are tailored to meet the specific needs of our clients, offering protection for businesses, homes, and individuals.</p>
</div>
</div>
<div class="vertical">
<div class="horizontal">
<div class="board">
<div class="ikon-wrapper">
<i class="fas fa-shield-alt"></i>
</div>
<h3 class="board-heading">24/7 Guard Services</h3>
<p class="board-para">
We offer round-the-clock security guard services to ensure your premises remain secure at all times.
</p>
</div>
</div>
<div class="horizontal">
<div class="board">
<div class="ikon-wrapper">
<i class="fas fa-video"></i>
</div>
<h3 class="board-heading">CCTV Monitoring</h3>
<p class="board-para">
Our CCTV surveillance services provide real-time monitoring to help prevent incidents and ensure quick responses.
</p>
</div>
</div>
<div class="horizontal">
<div class="board">
<div class="ikon-wrapper">
<i class="fas fa-lock"></i>
</div>
<h3 class="board-heading">Access Control</h3>
<p class="board-para">
We implement access control systems that help monitor and regulate who enters your premises.
</p>
</div>
</div>
<div class="horizontal">
<div class="board">
<div class="ikon-wrapper">
<i class="fas fa-business-time"></i>
</div>
<h3 class="board-heading">Security Consultation</h3>
<p class="board-para">
Our experts provide tailored security assessments and consultation services to meet your specific needs.
</p>
</div>
</div>
<div class="horizontal">
<div class="board">
<div class="ikon-wrapper">
<i class="fas fa-bell"></i>
</div>
<h3 class="board-heading">Alarm Systems</h3>
<p class="board-para">
We offer installation and monitoring of alarm systems to provide an extra layer of security to your property.
</p>
</div>
</div>
<div class="horizontal">
<div class="board">
<div class="ikon-wrapper">
<i class="fas fa-user-shield"></i>
</div>
<h3 class="board-heading">Event Security</h3>
<p class="board-para">
Our trained personnel provide professional security for events of any size, ensuring the safety of all attendees.
</p>
</div>
</div>
</div>
</div>
</section>
</main>
<!--
<div class="guards-container">
<div class="guard-box">
<img src="guard1.jpg" alt="Guard Image" class="guard-image">
<div class="guard-details">
<h3>John Doe</h3>
<p>Completed advanced training on 2024-12-01</p>
<p>Tie Color: Blue</p>
</div>
</div>
<div class="guard-box">
<img src="guard2.jpg" alt="Guard Image" class="guard-image">
<div class="guard-details">
<h3>Jane Smith</h3>
<p>Completed security training on 2024-11-15</p>
<p>Tie Color: Black</p>
</div>
</div>
</div>
-->
<footer>
<div class="container row">
<div class="logo col">
<a href="index.html" class="title">
<img src="images/WSS.png" width="47" alt="logo">
<h1>Wonders Security services</h1>
</a>
</div>
<div class="links col">
<h3><a href="index.html" target="_self">Menu</a></h3>
<ul>
<li><a href="index.html" target="_self">Home</a></li>
<li><a href="index.html#our-services" target="_self">Services</a></li>
<li><a href="documents.html" target="_self">Documents</a></li>
<li><a href="testimonials.html" target="_self">testimonials</a></li>
<li><a href="contact.html" target="_self">Contact</a></li>
</ul>
</nav>
</div>
<div class="copy col">
<p>Copyright © 2024 <a href="https://wonderssecurityservices.com" target="_blank">wonders security services</a>. All Rights Reserved.</p>
</div>
</div>
</footer>
</body>
</html>