-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocuments.html
131 lines (126 loc) · 6.14 KB
/
documents.html
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
<!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>
<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="contact.html" target="_self">Contact</a></li>
</ul>
</nav>
<div class="background-opacity-nav-open not-show"></div>
</div>
</header>
<main>
<section id="documents">
<div class="container">
<h2 class="section-heading">Documents</h2>
<p>Download our company documents below:</p>
<div class="document-list">
<ul>
<li>
<a href="docs/company-profile.pdf" download>Company Profile</a>
</li>
<li>
<a href="docs/service-agreement.pdf" download>Service Agreement</a>
</li>
<li>
<a href="docs/terms-and-conditions.pdf" download>Terms and Conditions</a>
</li>
<li>
<a href="docs/privacy-policy.pdf" download>Privacy Policy</a>
</li>
<li>
<a href="docs/certifications.pdf" download>Certifications</a>
</li>
<li>
<a href="docs/testimonials.pdf" download>Testimonials</a>
</li>
<ul>
<li>
<a href="docs/company-profile.pdf" download>Vacancies</a>
</li>
<li>
<a href="docs/privacy-policy.pdf" download>Price List</a>
</li>
</ul>
</div>
</div>
</section>
</main>
<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>