-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
532 lines (383 loc) · 19.3 KB
/
about.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
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
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
<!DOCTYPE html>
<!--[if IE 8]> <html class="ie ie8"> <![endif]-->
<!--[if IE 9]> <html class="ie ie9"> <![endif]-->
<!--[if gt IE 9]><!-->
<html>
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<title>Skway Pest Management | About Us</title>
<link rel="icon" type="image/jpeg" href="https://skywaypest.com/assets/images/skyway/assorted/logosmall.jpg" />
<meta name="description" content="Learn more about our company that has serviced Long Island for the last 26 years" />
<!-- mobile settings -->
<meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1, user-scalable=0" />
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<!-- WEB FONTS : use %7C instead of | (pipe) -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700" rel="stylesheet" type="text/css" />
<!-- CORE CSS -->
<link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- THEME CSS -->
<link href="assets/css/essentials.css" rel="stylesheet" type="text/css" />
<link href="assets/css/layout.css" rel="stylesheet" type="text/css" />
<!-- PAGE LEVEL SCRIPTS -->
<link href="assets/css/header-1.css" rel="stylesheet" type="text/css" />
<link href="assets/css/color_scheme/green.css" rel="stylesheet" type="text/css" id="color_scheme" />
<!-- Google Analytics Code -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-104152616-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Google Analytics Code End -->
</head>
<body class="smoothscroll enable-animation">
<!-- wrapper -->
<div id="wrapper">
<div id="header" class="sticky clearfix">
<div id="header" class="sticky clearfix">
<!-- TOP NAV -->
<header id="topNav">
<div class="container">
<!-- Mobile Menu Button -->
<button class="btn btn-mobile" data-toggle="collapse" data-target=".nav-main-collapse">
<i class="fa fa-bars"></i>
</button>
<!-- Logo -->
<a class="logo pull-left" href="https://skywaypest.com/">
<img src="assets/images/skyway/assorted/logoTop.JPG" alt="Skyway Pest Management" />
</a>
<!--
Top Nav
AVAILABLE CLASSES:
submenu-dark = dark sub menu
-->
<div class="navbar-collapse pull-right nav-main-collapse collapse">
<nav class="nav-main">
<!--
NOTE
For a regular link, remove "dropdown" class from LI tag and "dropdown-toggle" class from the href.
Direct Link Example:
<li>
<a href="#">HOME</a>
</li>
-->
<ul id="topMain" class="nav nav-pills nav-main">
<li class="">
<!-- HOME -->
<a class="" href="https://skywaypest.com/">
HOME
</a>
</li>
<li class="">
<a class="" href="heatassault">
BED BUGS
</a>
</li>
<li class="dropdown">
<!-- Services -->
<a class="dropdown-toggle" href="residential">
RESIDENTIAL
</a>
<ul class="dropdown-menu">
<li class="">
<a class="" href="protectionplan"> PROTECTION PLAN </a>
</li>
<!-- item end -->
<li class=""> <a class="" href="pest"> PESTS </a> </li> <li class=""> <a class="" href="mosquitoes"> MOSTQUITOES </a> </li>
<li class="">
<a class="" href="residential#home">
NEW HOME INSPECTION
</a>
</li>
<li class="">
<a class="" href="pests/termites">
TERMITES
</a>
</li>
<li class="">
<a class="" href="pests/bedbugs">
BEDBUGS
</a>
</li>
</ul>
<!-- end of drop down menu -->
</li>
<!-- end of Residential -->
<li class="dropdown">
<!-- Services -->
<a class="dropdown-toggle" href="commercial">COMMERCIAL
</a>
<ul class="dropdown-menu">
<li class="">
<a class="" href="commercial">
COMMERCIAL SERVICES
</a>
</li>
<li class="">
<a class="" href="ipm">
INTEGRATED PEST MANAGEMENT (IPM)
</a>
</li>
</ul>
</li>
<li class="active">
<!-- PAGES -->
<a class="" href="about">
ABOUT
</a>
</li>
<li class="">
<!-- Contact -->
<a class="" href="contact">
CONTACT
</a>
<!-- end of drop down menu -->
</li>
<!-- end of CONTACT -->
<li class="dropdown">
<!-- Resources -->
<a class="dropdown-toggle" href="#">
RESOURCES
</a>
<ul class="dropdown-menu">
<li class="">
<a class="" href="skywaypest.serviceworkportal.com/" rel="noreferrer" target="_blank">
Service portal
</a>
</li>
<li class="">
<a href="skwayprepsheet.pdf" download>
Bed Bug Prep Sheet
</a>
</li>
<li class="">
<a href="aprehendprep.jpeg" download>
Apprehend Prep Sheet
</a>
</li>
<li class="">
<a class="" href="pest">
Pest info
</a>
</li>
<!-- item end -->
<li class="">
<a class="" href="coupons">
Coupons
</a>
</li>
</ul>
<!-- end of drop down menu -->
</li>
<!-- end of RESOURCES -->
</nav>
</div>
</div>
</header>
</div>
</div>
<!--
PAGE HEADER
CLASSES:
.page-header-xs = 20px margins
.page-header-md = 50px margins
.page-header-lg = 80px margins
.page-header-xlg= 130px margins
.dark = dark page header
.shadow-before-1 = shadow 1 header top
.shadow-after-1 = shadow 1 header bottom
.shadow-before-2 = shadow 2 header top
.shadow-after-2 = shadow 2 header bottom
.shadow-before-3 = shadow 3 header top
.shadow-after-3 = shadow 3 header bottom
-->
<section class="page-header page-header-xs">
<div class="container">
<h1>ABOUT US</h1>
</div>
</section>
<!-- /PAGE HEADER -->
<!-- -->
<section>
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4">
<img class="img-responsive" src="assets/images/skyway/assorted/guycatchingbees.JPG" alt="">
</div>
<div class="col-lg-7 col-md-7 col-sm-7">
<h2 class="size-25">Learn more about our company</h2>
<p>
Skyway Pest Management was founded by Guy B. Schaefer over 20 years ago. Being a family owned and operated company Skyway Pest Management prides itself on excellent customer service and our services are priced fairly. All initial services include interior as well as exterior applications, sanitation, and crack and crevice treatment to control, prevent and exclude pest from inside your home or business GUARANTEED. </p>
</div>
</div>
</div>
</section>
<!-- / -->
<!-- CLIENTS -->
<section class="padding-xs">
<div class="container">
<header class="text-center margin-bottom-10">
<h3>HAPPY CLIENTS</h3>
</header>
<hr class="margin-bottom-60" />
<!--
Note: remove class="rounded" from the img for squared image!
-->
<div class="row">
<div class="col-md-6">
<div class="testimonial testimonial-bordered padding-15">
<img height="250" width="300" class="" src="assets/images/skyway/ducks2.jpg" alt="Skyway pest management services the Long Island Ducks" style="display:block; margin:auto;" />
<div class="testimonial-content">
<!--TODO: how many years is this? -->
<p>We have serviced the Long Island Ducks Minor league baseball team for the last <strong> 4 years</strong>
</p>
<cite>
The Long Island Ducks
</cite>
</div>
</div>
</div>
<div class="col-md-6">
<div class="testimonial testimonial-bordered padding-15">
<img height="200px" width="500px" class="" src="assets/images/skyway/ups_logo.jpg" alt="Skyway pest management services UPS stores on Long Island" style="display:block; margin:auto; margin: 0px 0px 50px 0px;" />
<div class="testimonial-content">
<p>We have services the select UPS stores across the Nassau and Suffolk County</p>
<cite>
UPS
</cite>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="testimonial testimonial-bordered padding-15">
<div class="testimonial-content">
<p>Skyway will successfully treat your bee problem and ALSO, guarantee the rest of your home for 30 days. After treating my problem, I noticed another nest on the other side of the house. They removed the second nest during a follow-up visit at no extra charge. These guys are awesome.</p>
<cite>
Joseph R.
<span>West Babylon, NY</span>
</cite>
</div>
</div>
</div>
<div class="col-md-4">
<div class="testimonial testimonial-bordered padding-15">
<div class="testimonial-content">
<p>Hired Skyway Pest Control based on the Home Advisor reviews and they were correct. Skyway was awesome! and the owner, Guy, responded immediately, was very professional, came right away for quote, reasonable in price, knowledgeable and I highly recommend them. Thank you Skyway for solving my earwig problem around my home :) </p>
<cite>
Virginia P.
<span>West Islip, NY</span>
</cite>
</div>
</div>
</div>
<div class="col-md-4">
<div class="testimonial testimonial-bordered padding-15">
<div class="testimonial-content">
<p>Best pest company in New york! VERY PROFESSIONAL and they give you results! You guys are awesome.</p>
<cite>
Guisela G.
<span>Long Island, NY</span>
</cite>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /CLIENTS -->
<!-- BUTTON CALLOUT -->
<!-- TODO: finish link to quote page -->
<a href="contact" rel="nofollow" target="_blank" class="btn btn-xlg btn-warning size-20 fullwidth nomargin noradius padding-40">
<span class="font-lato size-30">
Are you ready to be pest free?
<strong>Request a quote »</strong>
</span>
</a>
<!-- /BUTTON CALLOUT -->
<!-- FOOTER -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-3">
<!-- Footer Logo -->
<img class="footer-logo" src="assets/images/skyway/assorted/logosmall.jpg" alt="Skyway Pest Management" />
</div>
<div class="col-md-4">
<!-- Small Description -->
<p>We are licensed and insured:
<br> New York State License No. (C- 1817616)
<br> New York State DEC Reg. No (14839)</p>
<!-- Contact Address -->
<hr>
<address>
<ul class="list-unstyled">
<li class="footer-sprite address">
620 west Montauk Hwy<br>
Suite 2A<br>
Lindenhurst, NY 11757<br>
</li>
<li class="footer-sprite phone">
Phone: 631-789-9940
</li>
<li class="footer-sprite email">
<a href="mailto:skywaypest@gmail.com">skywaypest@gmail.com</a>
</li>
</ul>
</address>
<!-- /Contact Address -->
</div>
<div class="col-md-5">
<img height="106px" width="286px" class="img-responsive" src="assets/images/skyway/assorted/nationalpest.png" alt="Skyway Pest management is a member of the National Pest Management Association">
</div>
<div class="col-md-12">
<!-- /Newsletter Form -->
<!-- Social Icons -->
<div class="margin-top-20">
<a href="https://www.facebook.com/skywaypest" class="social-icon social-icon-border social-facebook pull-left" data-toggle="tooltip" data-placement="top" title="Facebook">
<i class="icon-facebook"></i>
<i class="icon-facebook"></i>
</a>
<a href="https://twitter.com/skywaypestguy" class="social-icon social-icon-border social-twitter pull-left" data-toggle="tooltip" data-placement="top" title="Twitter">
<i class="icon-twitter"></i>
<i class="icon-twitter"></i>
</a>
<a href="https://plus.google.com/106586255998357051354/about" class="social-icon social-icon-border social-gplus pull-left" data-toggle="tooltip" data-placement="top" title="Google plus">
<i class="icon-gplus"></i>
<i class="icon-gplus"></i>
</a>
</div>
<!-- /Social Icons -->
</div>
</div>
</div>
<div class="copyright">
<div class="container">
© All Rights Reserved, Skyway Pest Management
</div>
</div>
</footer>
<!-- /FOOTER -->
</div>
<!-- /wrapper -->
<!-- SCROLL TO TOP -->
<a href="#" id="toTop"></a>
<!-- PRELOADER -->
<div id="preloader">
<div class="inner">
<span class="loader"></span>
</div>
</div>
<!-- /PRELOADER -->
<!-- JAVASCRIPT FILES -->
<script type="text/javascript">
var plugin_path = 'assets/plugins/';
</script>
<script type="text/javascript" src="assets/plugins/jquery/jquery-2.2.3.min.js"></script>
<script type="text/javascript" src="assets/js/scripts.js"></script>
</body>
</html>