-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
333 lines (323 loc) · 18.7 KB
/
index.html
File metadata and controls
333 lines (323 loc) · 18.7 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
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
<!DOCTYPE html>
<!--[if IE 8 ]><html class="ie" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<!--<![endif]-->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/logo/logomark-grey.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/logo/logomark-grey.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/logo/logo.png">
<link rel="manifest" href="site.webmanifest">
<link rel="stylesheet" type="text/css" href="assets/css/reset.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NM6M7MMYLD">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NM6M7MMYLD');
</script>
<title>H&A</title>
</head>
<body>
<!-- Preloader -->
<div id="loading-overlay">
<div class="loader"></div>
</div>
<div class="wrapper home">
<header class="header header-transparent">
<div>
<a href="index.html" class="logo">
<img src="assets/img/logo/logo-white.svg" alt="logo">
</a>
</div>
<div class="lists-wrap">
<nav class="main-nav">
<ul class="menu">
<li class="menu-item">
<a href="index.html">Home</a>
</li>
<li class="menu-item">
<a href="about.html">About Us</a>
</li>
<li class="menu-item">
<a href="services.html">Services</a>
</li>
<li class="menu-item">
<a href="contact.html">Contact</a>
</li>
</ul>
</nav>
<nav class="social-nav">
<ul class="social-menu">
<li class="item-social">
<a href="https://twitter.com/securitymapper?lang=en" target="_blank"><i class="fa fa-brands fa-twitter"></i></a>
</li>
<li class="item-social">
<a href="http://www.youtube.com/channel/UCm_mbQiaK2_a6iuhcMpoNIQ" target="_blank"><i class="fa fa-brands fa-youtube-play"></i></a>
</li>
<li class="item-social">
<a href="https://www.linkedin.com/company/h-&-a-security-solutions" target="_blank"><i class="fa fa-brands fa-linkedin"></i></a>
</li>
</ul>
</nav>
</div>
<div class="mobile-button">
<span></span>
</div>
</header>
<div class="hero">
<div class="container">
<div class="hero-text-wrap">
<p class="sub-title">KEEPING YOUR SYSTEMS SAFE</p>
<h1 class="title">CUSTOM CYBER SECURITY SOLUTIONS</h1>
<p class="text">Our success is measured by our ability to protect what matters to you as the threat landscape evolves.</p>
</div>
<ul class="menu-tab">
<li class="wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1500ms" data-name="edr">
<div class="icon-box">
<div class="thumb">
<img src="assets/img/tab/edr-icon.png" alt="edr-icon">
</div>
<div class="text-wrap">
<h3 class="title-icon">EXTENDED DETECTION & RESPONSE</h3>
</div>
</div>
</li>
<li class="wow fadeInDown" data-wow-delay="300ms" data-wow-duration="1500ms" data-name="msoc">
<div class="icon-box">
<div class="thumb">
<img src="assets/img/tab/msoc-icon.png" alt="msoc-icon">
</div>
<div class="text-wrap">
<h3 class="title-icon">MANAGED SECURITY OPERATIONS CENTER</h3>
</div>
</div>
</li>
<li class="wow fadeInUp" data-wow-delay="600ms" data-wow-duration="1500ms" data-name="mdr">
<div class="icon-box">
<div class="thumb">
<img src="assets/img/tab/mdr-icon.png" alt="mdr-icon">
</div>
<div class="text-wrap">
<h3 class="title-icon">Managed detection & response</h3>
</div>
</div>
</li>
<li class="wow fadeInDown" data-wow-delay="900ms" data-wow-duration="1500ms" data-name="siem">
<div class="icon-box">
<div class="thumb">
<img src="assets/img/tab/siem-icon.png" alt="siem-icon">
</div>
<div class="text-wrap">
<h3 class="title-icon">Security information & event management</h3>
</div>
</div>
</li>
<li class="wow fadeInUp" data-wow-delay="1200ms" data-wow-duration="1500ms" data-name="vm">
<div class="icon-box">
<div class="thumb">
<img src="assets/img/tab/vm-icon.png" alt="vm-icon">
</div>
<div class="text-wrap">
<h3 class="title-icon">Vulnerability Management</h3>
</div>
</div>
</li>
</ul>
<div class="content-tab wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="content-inner">
<div class="content-item small-img" data-content="edr">
<div class="inner-wrap">
<div class="text-col">
<div class="wrap-title">
<div class="hr">
<hr class="hr-1">
<hr class="hr-2">
</div>
<h2 class="title-heading">EXTENDED DETECTION & RESPONSE (XDR)</h2>
<p class="text">An advanced security solution that integrates multiple protection technologies to provide a holistic, unified approach towards threat detection, analysis, and response.</p>
<div class="btn-holder">
<a href="services.html#tab-section" class="btn btn-dark tab-link">MORE ON XDR <i class="icon fa fa-long-arrow-right"></i></a>
</div>
</div>
</div>
<div class="img-col">
<div class="wrap-img text-right">
<img src="assets/img/tab/edr-icon.png" alt="edr-icon">
</div>
</div>
</div>
</div>
<div class="content-item small-img" data-content="msoc">
<div class="inner-wrap">
<div class="text-col">
<div class="wrap-title">
<div class="hr">
<hr class="hr-1">
<hr class="hr-2">
</div>
<h2 class="title-heading">MANAGED SECURITY OPERATIONS CENTER (MSOC)</h2>
<p class="text">The Managed Security Operation Center is a cybersecurity service designed to ensure round-the-clock protection for your organization.</p>
<div class="btn-holder">
<a href="services.html#tab-section" class="btn btn-dark tab-link">MORE ON MSOC <i class="icon fa fa-long-arrow-right"></i></a>
</div>
</div>
</div>
<div class="img-col">
<div class="wrap-img text-right">
<img src="assets/img/tab/msoc-icon.png" alt="msoc-icon">
</div>
</div>
</div>
</div>
<div class="content-item small-img" data-content="mdr">
<div class="inner-wrap">
<div class="text-col">
<div class="wrap-title">
<div class="hr">
<hr class="hr-1">
<hr class="hr-2">
</div>
<h2 class="title-heading">MANAGED DETECTION & RESPONSE (MDR)</h2>
<p class="text">A cybersecurity service that combines technology and human expertise to help organizations detect, analyze, and respond to cybersecurity threats.</p>
<div class="btn-holder">
<a href="services.html#tab-section" class="btn btn-dark tab-link">MORE ON MDR <i class="icon fa fa-long-arrow-right"></i></a>
</div>
</div>
</div>
<div class="img-col">
<div class="wrap-img text-right">
<img src="assets/img/tab/mdr-icon.png" alt="mdr-icon">
</div>
</div>
</div>
</div>
<div class="content-item small-img" data-content="siem">
<div class="inner-wrap">
<div class="text-col">
<div class="wrap-title">
<div class="hr">
<hr class="hr-1">
<hr class="hr-2">
</div>
<h2 class="title-heading">SECURITY INFORMATION & EVENT MANAGEMENT (SIEM)</h2>
<p class="text">A robust cybersecurity solution that fuses advanced technology with human expertise to provide real-time analysis across your organization’s environment.</p>
<div class="btn-holder">
<a href="services.html#tab-section" class="btn btn-dark tab-link">MORE ON SIEM <i class="icon fa fa-long-arrow-right"></i></a>
</div>
</div>
</div>
<div class="img-col">
<div class="wrap-img text-right">
<img src="assets/img/tab/siem-icon.png" alt="siem-icon">
</div>
</div>
</div>
</div>
<div class="content-item small-img" data-content="vm">
<div class="inner-wrap">
<div class="text-col">
<div class="wrap-title">
<div class="hr">
<hr class="hr-1">
<hr class="hr-2">
</div>
<h2 class="title-heading">VULNERABILITY MANAGEMENT (VM)</h2>
<p class="text">A scanning service designed to identify and assess potential security threats in an organization’s IT infrastructure.</p>
<div class="btn-holder">
<a href="services.html#tab-section" class="btn btn-dark tab-link">MORE ON VM <i class="icon fa fa-long-arrow-right"></i></a>
</div>
</div>
</div>
<div class="img-col">
<div class="wrap-img text-right">
<img src="assets/img/tab/vm-icon.png" alt="vm-icon">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="who-we-are">
<div class="left-img-col wow fadeInLeft"></div>
<div class="right-img-col">
<img src="assets/img/logo/logomark-grey.png" alt="logomark-grey">
</div>
<div class="text-holder wow fadeInRight">
<h3 class="title">WHO WE ARE</h3>
<p>H&A Security Solutions, LLC (H&A) is a cybersecurity company that prioritizes building long-term partnerships with our customers and helping them protect their assets. Since our establishment in 2016, we have focused on creating flexible solutions tailored to our customers’ specific needs, enhancing their overall security posture.</p>
<div class="btn-holder">
<a href="about.html#ourteam-section" class="btn">Our team <i class="icon fa fa-long-arrow-right"></i></a>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="wrap-our-footer">
<div class="wrap-about">
<div class="logo-footer">
<a href="index.html" class="title-logo"><img src="assets/img/logo/f-logo.svg" alt="images"></a>
</div>
<ul class="list-social">
<li class="item-social">
<a href="https://twitter.com/securitymapper?lang=en" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</li>
<li class="item-social">
<a href="http://www.youtube.com/channel/UCm_mbQiaK2_a6iuhcMpoNIQ" target="_blank"><i class="fa fa-youtube-play" aria-hidden="true"></i></a>
</li>
<li class="item-social">
<a href="https://www.linkedin.com/company/h-&-a-security-solutions" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</li>
</ul>
<div class="list-info">
<a href="mailto:info@hasecuritysolutions.com">info@hasecuritysolutions.com</a>
<a href="https://maps.app.goo.gl/28UTMHzPYNya4GDXA" target="_blank">12178 N 1450th Street Effingham, IL 62401</a>
</div>
</div>
<div class="foo-col">
<h2 class="title-heading">QUICK LINKS</h2>
<ul class="list-sub">
<li class="title-sub"><a href="index.html">HOME</a></li>
<li class="title-sub"><a href="services.html">SERVICES</a></li>
<li class="title-sub"><a href="about.html">ABOUT US</a></li>
<li class="title-sub"><a href="contact.html">CONTACT</a></li>
</ul>
</div>
<div class="foo-col">
<h2 class="title-heading">GET IN TOUCH</h2>
<p class="description">If you would like to know more about our services or have any questions, please reach out to us!</p>
<div class="btn-holder">
<a href="https://tellaro.io/contact/" target="_blank" class="btn">
CONTACT US
<i class="icon fa fa-external-link" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="copyright-wrap">
<p class="copyright">©2023 H&A Security Solutions, LLC | All Rights Reserved</p>
<div class="privacy-terms">
<a href="privacy-policy.html">Privacy Policy</a>
<a href="terms-conditions.html">Terms & Conditions</a>
</div>
</div>
</div>
</footer>
</div>
<!-- /#wrapper -->
<a id="scroll-top"></a>
<!-- Javascript -->
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>