-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.htm
319 lines (314 loc) · 12 KB
/
contact.htm
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Contact - Hexler Tech</title>
<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="description" content="Hexler Tech - Quality solutions & IT services. Customer-centric, process-driven, 24/7 global support. Committed to customer satisfaction."/>
<meta name="keywords" content = "Hexler Tech, Hexler, hexler, Hexler Tech SMC, Hexler Tech SMC PVT LTD, Hexler Tech SMC Private Limited, Hexler IT Services, Hexler Tech Services, Hexler Services, HexlerTech.com, Web Services, IT Services"/>
<meta name="author" content = "Hexler Tech"/>
<link rel="stylesheet" href="./styles/home.css" />
<link rel="shortcut icon" href="./images/logoHead.ico" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="./styles/navbar.css" />
<link rel="stylesheet" href="./styles/footer.css" />
<script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<style>
* {
background-color: #000000;
}
</style>
</head>
<body>
<div class="sidebarContainerWrapper">
<div class="sidebarContainer">
<div class="sidebarLogo" onclick="handleClick()">
<i class="fa fa-bars" id="open" aria-hidden="true"></i>
<i class="fa fa-times" id="close" aria-hidden="true"></i>
</div>
<div class="sidebar" id="Side">
<img src="./images/logoTop.png" alt="Image" srcset="" id="Side" />
<div class="border" id="Side"></div>
<span><a href="./index.html">Home</a></span>
<span><a href="./about.htm">About</a></span>
<span><a href="./services.htm">Services</a></span>
<span><a href="./contact.htm" class="active">Contact</a></span>
<span><a href="./learn.htm">Learn</a></span>
<div class="copyright" id="Side">
©
<script>
document.write(new Date().getFullYear());
</script>
Hexler Tech SMC Pvt. Ltd
</div>
</div>
</div>
</div>
<script>
$("html").click(function (e) {
if (
e.target.id != "Side" &&
document.getElementById("open").style.display == "none"
) {
if (e.target.id != "open") {
handleClick();
}
}
});
function handleClick() {
if (document.getElementById("open").style.display != "none") {
document.getElementById("open").style.display = "none";
document.getElementById("close").style.display = "block";
document;
$(".sidebarContainer").css("left", "calc(30% - 40px)");
$(".mainBodyContainer").css("height", "650px");
$(".sidebarContainerWrapper").css(
"background-color",
"rgba(0, 0, 0, 0.7)"
);
$(".sidebarContainerWrapper").css("z-index", "5");
} else {
document.getElementById("close").style.display = "none";
document.getElementById("open").style.display = "block";
$(".sidebarContainer").css("left", "calc(100% - 40px)");
$(".mainBodyContainer").css("height", "100%");
$(".sidebarContainerWrapper").css("background-color", "transparent");
$(".sidebarContainerWrapper").css("z-index", "unset");
}
}
</script>
<div class="mainBodyContainer">
<div class="AboutpageHead">
<img
class="MainGraph"
src="./images/graph.png"
alt="Main image"
srcset=""
/>
<div
class="navbar"
style="background-color: transparent; overflow: visible"
>
<div
class="navLogo"
style="background-color: transparent; overflow: visible"
>
<div class="CircleStyle"></div>
<a href="./index.html">
<img src="./images/logoTop.png" alt="HexlerTech Logo" />
</a>
</div>
<div class="navItemsContainer" style="background-color: transparent">
<ul class="navItems" style="background-color: transparent">
<li style="background-color: transparent">
<a href="./index.html" style="background-color: transparent"
>Home</a
>
</li>
<li style="background-color: transparent">
<a href="./about.htm" style="background-color: transparent"
>About</a
>
</li>
<li style="background-color: transparent">
<a href="./services.htm" style="background-color: transparent"
>Services</a
>
</li>
<li style="background-color: transparent">
<a
href="./contact.htm"
style="background-color: transparent"
class="active"
>Contact</a
>
</li>
<li style="background-color: transparent">
<a href="./learn.htm" style="background-color: transparent"
>Learn</a
>
</li>
</ul>
</div>
</div>
</div>
<div class="AboutHeader">
<h1>Contact Us</h1>
<span>
<a href="./index.html">Home /</a>
<h2> Contact Us</h2>
</span>
</div>
<div class="contactPartetion">
<div class="contactPart1">
<h2>Follow Us</h2>
<a href="https://www.facebook.com/people/Hexler-Tech/100089331767167/"
><img src="./images/ri_facebook-fill.png" alt="Image" srcset=""
/></a>
<a href="https://www.linkedin.com/company/hexler-tech/about/"
><img src="./images/uil_linkedin-alt.png" alt="Image" srcset=""
/></a>
<a href="https://www.youtube.com/channel/UCoBpUgogxLVVF4YeAsOs0DQ"
><img src="./images/ri_youtube-fill.png" alt="Image" srcset=""
/></a>
<a href="https://instagram.com/hexlertech"
><img src="./images/bi_instagram.png" alt="Image" srcset=""
/></a>
<h2>Company Location</h2>
<div class="LocationMap">
<div class="mapouter">
<div class="gmap_canvas">
<iframe
class="gmap_iframe"
width="100%"
frameborder="0"
scrolling="no"
marginheight="0"
marginwidth="0"
src="https://maps.google.com/maps?width=390&height=200&hl=en&q=nstp&t=&z=12&ie=UTF8&iwloc=B&output=embed"
></iframe
><a href="https://embed-googlemap.com"
>embed code google maps</a
>
</div>
<style>
.mapouter {
position: relative;
text-align: right;
width: 100%;
height: 200px;
}
.gmap_canvas {
overflow: hidden;
background: none !important;
width: 100%;
height: 200px;
}
.gmap_iframe {
height: 200px !important;
}
</style>
</div>
</div>
<h2>Contact Details</h2>
<span>
<i class="fa fa-phone" aria-hidden="true"></i>
<p>+92 336-3560110</p>
</span>
<span>
<i class="fa fa-envelope-o" aria-hidden="true"></i>
<p>[email protected]</p>
</span>
</div>
<div class="contactPart2">
<div class="contactDetails">
<div class="contactDetailsLeft">
<span>
<p>Contact Us on</p>
<h3> Whatsapp</h3>
</span>
<h5>Contact No. +923363560110</h5>
</div>
<div class="contactDetailsRight">
<img src="./images/logos_whatsapp-icon.png" alt="Image" srcset="" />
</div>
</div>
<button>
<a
href="https://api.whatsapp.com/send?phone=+923363560110&text=Hello Basit, i have a question"
>Contact Now</a
>
</button>
<h4>OR</h4>
<a
href="mailto:[email protected]&subject=Hi there! I have a question...&body=Write Your Query Here"
>Contact by Email</a
>
</div>
</div>
<br /><br /><br />
<div class="blackTheme">
<div class="footer">
<div class="cover footer">
<div class="Wrapper">
<div class="WrapperItem">
<h2>Catagories</h2>
<a href="./services.htm"><p>Programming & Tech</p></a>
<a href="./services.htm"><p>Graphic Designing</p></a>
<a href="./services.htm"><p>Web Development</p></a>
<a href="./services.htm"><p>Digital Marketing</p></a>
<a href="./services.htm"><p>Video & Animation</p></a>
<a href="./services.htm"><p>Data</p></a>
<a href="./services.htm"><p>Writing & Translation</p></a>
</div>
<div class="WrapperItem">
<h2>Hexler Tech Learn</h2>
<a href="./learn.htm"><p>Programming & Tech</p></a>
<a href="./learn.htm"><p>Graphic Designing</p></a>
</div>
<div class="WrapperItem">
<h2>Company</h2>
<a href="./about.htm"><p>About Us</p></a>
<a href="./about.htm"><p>Leadership</p></a>
<a href="./about.htm"><p>Team</p></a>
<a href="./contact.htm"><p>Contact Us</p></a>
</div>
<div class="WrapperItem">
<h2>Support</h2>
<a href="./contact.htm"><p>Help & Support</p></a>
</div>
</div>
<br /><br />
<div class="followUs">
<p>Follow Us</p>
<a
href="https://www.facebook.com/people/Hexler-Tech/100089331767167/"
><img src="./images/ri_facebook-fill.png" alt="Image" srcset=""
/></a>
<a href=""
><img src="./images/uil_linkedin-alt.png" alt="Image" srcset=""
/></a>
<a href="https://www.youtube.com/channel/UCoBpUgogxLVVF4YeAsOs0DQ"
><img src="./images/ri_youtube-fill.png" alt="Image" srcset=""
/></a>
<a href="https://instagram.com/hexlertech"
><img src="./images/bi_instagram.png" alt="Image" srcset=""
/></a>
</div>
<br /><br />
<div class="FooternavItemsContainer">
<ul class="FooternavItems">
<li><a href="./index.html">Home</a></li>
<li><a href="./about.htm">About</a></li>
<li><a href="./services.htm">Services</a></li>
<li><a href="./contact.htm" class="active">Contact</a></li>
<li><a href="./learn.htm">Learn</a></li>
</ul>
</div>
<br /><br />
<div class="line"></div>
<br />
<div class="footerEnd">
<div class="footerLogo">
<a href="./index.html">
<img src="./images/logoTop.png" alt="Image" srcset="" />
</a>
</div>
<div class="footerCopyRight">
©
<script>
document.write(new Date().getFullYear());
</script>
Hexler Tech SMC Pvt. Ltd
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>