-
Notifications
You must be signed in to change notification settings - Fork 1
/
residential.html
511 lines (345 loc) · 17.8 KB
/
residential.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
<!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>Skyway Pest Management | Residential Services</title>
<link rel="icon" type="image/jpeg" href="https://skywaypest.com/assets/images/skyway/assorted/logosmall.jpg" />
<meta name="description" content="What's Buggin You? Skyway Pest Management can solve it. 631-789-9940. We offer long term solutions for common household pests." />
<!-- 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 -->
<!-- PayPal BEGIN --> <script> ;(function(a,t,o,m,s){a[m]=a[m]||[];a[m].push({t:new Date().getTime(),event:'snippetRun'});var f=t.getElementsByTagName(o)[0],e=t.createElement(o),d=m!=='paypalDDL'?'&m='+m:'';e.async=!0;e.src='https://www.paypal.com/tagmanager/pptm.js?id='+s+d;f.parentNode.insertBefore(e,f);})(window,document,'script','paypalDDL','f04f14e2-b3b0-11e7-8a05-1df2dc75a741'); </script> <!-- PayPal END --></head>
<body class="smoothscroll enable-animation">
<!-- wrapper -->
<div id="wrapper">
<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 active">
<!-- 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="">
<!-- 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" >
RESOURCES
</a>
<ul class="dropdown-menu">
<li class="">
<a class="" href="http://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>
<!-- /Top Nav -->
</div>
<section class="page-header">
<div class="container">
<h1>RESIDENTIAL SERVICES</h1>
</div>
</section>
<!-- /PAGE HEADER -->
<!-- -->
<section>
<div class="container">
<p class="lead">Let us solve a bug or rodent problem! Skyway Pest Management deals with all sorts of pests, bugs, insects, rodents and wildlife.
</p>
<p class="lead"> We use green technologies to combat pest, insect and rodent problems. The technique is called Integrated Pest Management (IPM).</p>
<div class="divider divider-center divider-color">
<!-- divider -->
<i class="fa fa-chevron-down"></i>
</div>
<div class="row">
<div class="col-sm-6 col-md-6 col-lg-6">
<div class="box-icon box-icon-left">
<a class="box-icon-title" href="protectionplan">
<i class="fa fa-bug"></i>
<h2>Learn about our yearly Protection Plan</h2>
</a>
<p class="text-muted">
It is a one year, renewable, residential contract for all wood destroying insects and general pests. During the contract period, any general pest problem is covered 100%. All this for one low price each year!
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-6">
<div class="box-icon box-icon-left">
<a class="box-icon-title" href="residential#home">
<i class="fa fa-home"></i>
<h2>Choose us for home inspection</h2>
</a>
<p class="text-muted">A home or commercial building is one of the single largest investments you will make in your life. Let us make sure your investment is protected</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /Services -->
<section>
<div class="container">
<div class="row">
<div class="col-sm-6">
<img class="img-responsive" src="assets/images/skyway/home.jpg" alt="Skyway pest can take care of your home" />
</div>
<div class="col-sm-6" id="home">
<h3 class="margin-top-10">Home Inspection</h3>
<p>Just like all of your other investments you need to be protected. When it comes to protecting your home/building from termites and other destructive insects, Skyway Pest management guarantees a safe, effective and professional pest management over time.
</p>
<p>
Through years of education, modern technology and years of experience, we will be able to provide your home/business with the best protection possible. Learn more about our commercial pest removal services.</p>
<!--TODO: are we going to keep this button -->
<!--<a href="#" class="btn btn-default">READ MORE</a>-->
</div>
</div>
</div>
</section>
<!-- -->
<section>
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="size-20">Why choose us?</h3>
<p>
<strong>Skyway Pest Management stands behind our home/building inspections 100%</strong>
<br> If Skyway Pest Management passes the property for termites or carpenter ants you will receive a one year renewable warranty at no charge from the day you close on your new home or business property! </p>
<p>If we fail to notice it -- we will treat it at no charge Our sole purpose is to ensure that we successfully provide home owners/business owners with the best termite & pest protection available.</p>
</ul>
</div>
</div>
</div>
</section>
<!-- / -->
<div class="callout alert alert-transparent noborder noradius nomargin">
<div class="text-center">
<h3>Call now at <span><strong>631-789-9940</strong></span></h3>
<p class="font-lato size-20">
make sure check out our coupons
</p>
<a href="coupons" class="btn btn-primary btn-lg margin-top-30">Coupons</a>
</div>
</div>
<!-- /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="106" width="286" 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>