-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
215 lines (201 loc) · 10.9 KB
/
contact.html
File metadata and controls
215 lines (201 loc) · 10.9 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
<!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">
<style>
/* Override contact page grid layout for content-only design */
.contact-wrap {
display: block !important;
grid-template-columns: none !important;
gap: normal !important;
}
.contact-description {
grid-column: none !important;
}
/* Ensure content stays centered on all screen sizes */
.contact-form-section .container {
max-width: 1200px;
margin: 0 auto;
}
</style>
<!-- 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 id="wrapper" class="contact">
<header class="header header-white">
<div>
<a href="index.html" class="logo">
<img src="assets/img/logo/logo.png" 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>
<section class="hero">
<div class="wrap-banner-left">
<img src="assets/img/hero/hero-index.png" alt="images">
</div>
<div class="wrap-banner-right">
<img src="assets/img/about/about-hero.png" alt="images">
</div>
<div class="container hero-container">
<div class="name-page">
<h2 class="hero-title">Contact</h2>
<p class="hero-subtitle">
<a class="name title-small space" href="index.html">Home</a>
Contact
</p>
</div>
</div>
</section>
<section class="contact-form-section">
<div class="container">
<div class="contact-wrap">
<div class="contact-description wow fadeInUp" style="max-width: 100%; margin: 0 auto; text-align: center;">
<h5 class="subtitle-section">Get in touch</h5>
<h2 class="title-section">Contact H&A Security Solutions</h2>
<p class="description" style="font-size: 18px; margin-bottom: 40px; max-width: 600px; margin-left: auto; margin-right: auto;">For all inquiries, support requests, and business communications, please use our contact system on Tellaro.io.</p>
<div style="margin: 40px auto; padding: 60px 40px; background: #f8f9fa; border-radius: 12px; border-left: 6px solid #042C71; text-align: center; max-width: 900px;">
<h3 style="color: #042C71; margin-bottom: 25px; font-size: 24px;">About Our Contact System</h3>
<p style="margin-bottom: 0; color: #666; font-size: 18px; line-height: 1.6; max-width: 700px; margin-left: auto; margin-right: auto;">H&A Security Solutions operates under the name Tellaro. Using the contact system on our DBA site at tellaro.io ensures faster response times and better support.</p>
</div>
<div class="btn-holder" style="margin: 50px 0; text-align: center;">
<a href="https://tellaro.io/contact/" target="_blank" class="btn" style="font-size: 20px; margin-left: auto; margin-right: auto;">
CONTACT US ON TELLARO.IO
<i class="icon fa fa-external-link" aria-hidden="true"></i>
</a>
</div>
<p style="color: #888; font-size: 16px; margin-top: 30px;">Our team will get back to you as soon as we can. Thank you!</p>
<ul class="list-social" style="margin-top: 50px;">
<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>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="wrap-our-footer">
<div class="wrap-about">
<div class="logo-footer">
<a class="title-logo" href="index.html"><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:support@tellaro.zendesk.com">support@tellaro.zendesk.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>