-
Notifications
You must be signed in to change notification settings - Fork 0
/
re-roofing.html
518 lines (444 loc) · 26.1 KB
/
re-roofing.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
<!doctype html>
<html class="no-js" lang="en-NZ">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>STM Roofing Limited | Professional Roofing Services in New Zealand</title>
<meta name="description" content="STM Roofing Limited offers expert roofing construction and repair services across New Zealand. Quality workmanship, competitive prices, and customer satisfaction guaranteed.">
<meta name="keywords" content="roofing, construction, New Zealand, roof repair, roof installation, STM Roofing">
<link rel="canonical" href="https://www.stmroofing.co.nz">
<meta name="robots" content="index, follow">
<meta property="og:title" content="STM Roofing Limited | Professional Roofing Services in New Zealand">
<meta property="og:description" content="Expert roofing construction and repair services across New Zealand. Quality workmanship and customer satisfaction guaranteed.">
<meta property="og:image" content="https://www.stmroofing.co.nz/img/logo.png">
<meta property="og:url" content="https://www.stmroofing.co.nz">
<meta name="twitter:card" content="summary_large_image">
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="fontawesome/css/all.min.css">
<link rel="stylesheet" href="font-flaticon/flaticon.css">
<link rel="stylesheet" href="css/dripicons.css">
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="css/meanmenu.css">
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "STM Roofing Limited",
"image": "https://www.stmroofing.co.nz/img/logo.png",
"@id": "https://www.stmroofing.co.nz",
"url": "https://www.stmroofing.co.nz",
"telephone": "+64123456789",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Main Street",
"addressLocality": "Auckland",
"postalCode": "1010",
"addressCountry": "NZ"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": -36.8485,
"longitude": 174.7633
},
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "08:00",
"closes": "17:00"
},
"sameAs": [
"https://www.facebook.com/stmroofing",
"https://www.instagram.com/stmroofing"
]
}
</script>
</head>
<body>
<!-- header -->
<header class="header-area header-three">
<div class="header-top second-header d-none d-lg-block">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-3 col-md-3 d-none d-lg-block">
<a href="index.html" class="navbar-brand d-flex align-items-center">
<img src="img/logo/stm.png" alt="STM logo" class="mr-2" style="width: 40px; height: auto;">
<h6 class=" stm-title ">STM Roofing Limited </h6>
</a>
</div>
<div class="col-lg-9 col-md-9 d-none d-md-block text-right">
<div class="header-cta">
<ul>
<li>
<div class="text">
<i class="far fa-phone-alt"></i> <div class="box"> <span>786-098-098-09</span></div>
</div>
</li>
<li>
<div class="text">
<i class="icon fal fa-envelope"></i>
<div class="box">
<a href="#">[email protected]</a>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div id="header-sticky" class="menu-area">
<div class="container">
<div class="second-menu">
<div class="row align-items-center">
<div class="col-lg-6 col-sm-4 d-block d-lg-none">
<a href="index-2.html" class="navbar-brand d-flex align-items-center">
<img src="img/logo/stm.png" alt="STM logo" class="mr-2" style="width: 40px; height: auto;">
<span class="stm-title mb-0 font-weight-bold" style="color: #ffffff;">STM Roofing limited</span>
</a>
</div>
<div class="col-xl-8 col-lg-8 ">
<div class="main-menu ">
<nav id="mobile-menu" style="display: block;">
<ul>
<li class="has-sub">
<a href="index.html">Home</a>
</li>
<li><a href="about.html">About Us</a></li>
</li>
<li class="has-sub">
<a href="services.html">Services <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="re-roofing.html">Re Roofing</a></li>
<li><a href="commercial-roofing.html">Commercial Roofing</a></li>
<li><a href="residential-roofing.html">Residential Roofing</a></li>
<li><a href="long-roofing.html">Long run Roofing</a></li>
</ul>
</li>
<li class="has-sub">
<a href="blog.html">Blog</a>
</li>
<li><a href="contact.html">Contact</a></li>
<li><a href="projects.html">Gallery</a></li>
</ul>
</nav>
</div>
</div>
<div class="col-xl-4 col-lg-4 text-right d-none d-lg-block">
<div class="search-top2">
<ul>
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="fas fa-search"></i></a></li>
<li><a href="#" class="menu-tigger"><i class="fal fa-bars"></i></a></li>
</ul>
</div>
</div>
<div class="col-12">
<div class="mobile-menu"></div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- header-end -->
<!-- offcanvas-area -->
<div class="offcanvas-menu">
<span class="menu-close"><i class="fas fa-times"></i></span>
<form role="search" method="get" id="searchform" class="searchform" action="http://wordpress.zcube.in/xconsulta/">
<input type="text" name="s" id="search" value="" placeholder="Search" />
<button><i class="fa fa-search"></i></button>
</form>
<div id="cssmenu3" class="menu-one-page-menu-container">
<ul id="menu-one-page-menu-2" class="menu">
<li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="index.html">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="about.html">About Us</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="services.html">Services</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="pricing.html">Pricing </a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="team.html">Team </a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="projects.html">Gallery Study</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="blog.html">Blog</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="contact.html">Contact</a></li>
</ul>
</div>
<div id="cssmenu2" class="menu-one-page-menu-container">
<ul id="menu-one-page-menu-1" class="menu">
<li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="#home"><span>+8 12 3456897</span></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="#howitwork"><span>[email protected]</span></a></li>
</ul>
</div>
</div>
<div class="offcanvas-overly"></div>
<!-- offcanvas-end -->
<!-- main-area -->
<main>
<!-- search-popup -->
<div class="modal fade bs-example-modal-lg search-bg popup1" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content search-popup">
<div class="text-center">
<a href="#" class="close2" data-dismiss="modal" aria-label="Close">× close</a>
</div>
<div class="row search-outer">
<div class="col-md-11"><input type="text" placeholder="Search for products..." /></div>
<div class="col-md-1 text-right"><a href="#"><i class="fa fa-search" aria-hidden="true"></i></a></div>
</div>
</div>
</div>
</div>
<!-- /search-popup -->
<!-- breadcrumb-area -->
<section class="breadcrumb-area d-flex align-items-center" style="background-image:url(img/bg/stragey.jpg)">
<div class="container">
<div class="row align-items-center">
<div class="col-xl-12 col-lg-12">
<div class="breadcrumb-wrap text-left">
<div class="breadcrumb-title">
<h2>Serivces Details</h2>
<div class="breadcrumb-wrap">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Re-Roofing</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- breadcrumb-area-end -->
<!-- service-details-area -->
<section class="about-area5 about-p pt-120 pb-90 p-relative">
<div class="container">
<div class="row">
<!-- #right side -->
<div class="col-sm-12 col-md-12 col-lg-4 order-2">
<aside class="sidebar services-sidebar">
<!-- Category Widget -->
<div class="sidebar-widget categories">
<div class="widget-content">
<!-- Services Category -->
<ul class="services-categories">
<li><a href="services.html">All Services</a></li>
<li class="active"><a href="re-roofing.html">Re Roofing</a></li>
<li><a href="commercial-roofing.html">Commercial Roofing</a></li>
<li><a href="residential-roofing.html">Residential Roofing</a></li>
<li><a href="long-roofing.html">Long run Roofing</a></li>
</ul>
</div>
</div>
<!--Brochures Box-->
<div class="brochures-box">
<div class="inner">
<h4>Download Brochures</h4>
<div class="text">Pleasure and praising pain was born and I will give you a complete account.</div>
<a class="theme-btn btn-style-one" href="#"><span class="btn-title"><i class="fa fa-file-pdf"></i> Info Company</span></a>
<a class="theme-btn btn-style-one" href="#"><span class="btn-title"><i class="fa fa-file-pdf"></i> Brochure Newest</span></a>
</div>
</div>
</aside>
</div>
<!-- #right side end -->
<div class="col-lg-8 col-md-12 col-sm-12 order-1">
<div class="service-detail">
<div class="content-box">
<h2>Expert Re-Roofing Services in Auckland</h2>
<p>If you want to increase the lifespan of the roof then hiring a re-roofing service at regular intervals becomes essential. We are the go-to expert re-roofing contractor in Auckland for any type of roofing work.
Our professionals take pride in providing a high-quality roofing service. Skilled professionals deliver exceptional results every time. Re-roofing services in Auckland can bring a lot of beneficial effects to your property. Through re-roofing you may able to protect your property for a long time. So, re-roofing is a worthy investment. Experts from our roofing services evaluate each project to develop an effective strategy based on your requirements.
Starting from the traditional asphalt shingles to the metal alternative, our re-roofing experts work with all types of materials to deliver you the best possible results. Professionals work hard to deliver the best possible results. Extensive knowledge about subtleties related to different types of roofing types helps professionals to make the best decision.</p>
<!-- Two Column -->
<div class="two-column">
<div class="row">
<div class="image-column col-xl-6 col-lg-12 col-md-12">
<figure class="image"><img src="img/shop2/re-roof.jpeg" alt=""></figure>
</div>
<div class="text-column col-xl-6 col-lg-12 col-md-12">
<p>Builds and finances utility scale solar and storage projects throughout the United States. We specialize in developing renewable solutions to suit the specific needs of large investor owned utilities.</p>
<ul class="list-style-one">
<li>Engine oil level should be regularly</li>
<li>Tyres have a minimum of 1.6mm of tread</li>
<li>Ensure that the electrolyte level is correct</li>
<li>Never remove the radiator when the</li>
</ul>
</div>
</div>
</div>
<h3>Why Choose This Service</h3>
<p>Complete account of the systems and expound the actually teachings of the great explorer of the truth, the master-builder of human uts happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely.</p>
<p>Complete account of the systems and expound the actually teachings of the great explorer of the truth, the master-builder of human uts happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- service-details-area-end -->
</main>
<!-- main-area-end -->
<!-- footer -->
<footer class="footer-bg footer-p" style="background: #061a39;">
<div class="footer-top-heiding">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-4">
<div class="f-contact mt-50 mb-50">
<div class="icon">
<img src="img/icon/ft-icon01.png" alt="img">
</div>
<div class="text">
<span>Mon-Fri 8am-5pm</span>
<h3> +1 800 123 4567</h3>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="f-contact mt-50 mb-50">
<div class="icon">
<img src="img/icon/ft-icon02.png" alt="img">
</div>
<div class="text">
<span>Customer Support</span>
<h3> [email protected]</h3>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="f-contact mt-50 mb-50">
<div class="icon">
<img src="img/icon/ft-icon03.png" alt="img">
</div>
<div class="text">
<span>245 Sunset Boulevard</span>
<h3> Los Angeles, CA</h3>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-top pb-30">
<div class="container">
<div class="row justify-content-between">
<div class="col-xl-3 col-lg-3 col-sm-6">
<div class="footer-widget mb-30">
<div class="f-widget-title mb-30">
<a href="index.html" class="navbar-brand d-flex align-items-center">
<img src="img/logo/stm.png" alt="Roof Builders Logo" class="mr-2" style="width: 40px; height: auto;">
<span class="mb-0 font-weight-bold" style="color: #ffffff;">Roof Builders Inc.</span>
</a>
</div>
<div class="footer-link">
We specialize in professional roofing services, including installations, repairs, and inspections. Quality craftsmanship and customer satisfaction are our top priorities.
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-sm-6">
<div class="footer-widget mb-30 pl-30">
<div class="f-widget-title">
<h2>Company</h2>
</div>
<div class="footer-link">
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Our Projects</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
</div>
</div>
<div class="col-xl-2 col-lg-2 col-sm-6">
<div class="footer-widget mb-30">
<div class="f-widget-title">
<h2>Services</h2>
</div>
<div class="footer-link">
<ul>
<li><a href="#">Roof Installation</a></li>
<li><a href="#">Roof Repair</a></li>
<li><a href="#">Gutter Installation</a></li>
<li><a href="#">Roof Inspection</a></li>
</ul>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-sm-6">
<div class="footer-widget mb-30">
<div class="f-widget-title">
<h2>Stay Updated</h2>
</div>
<div class="footer-link">
<div class="subscribe p-relative" data-animation="fadeInDown" data-delay=".4s">
<form action="news-mail.php" method="post" class="contact-form">
<input type="text" id="email2" name="email2" class="header-input" placeholder="Enter your email..." required="">
<button class="btn header-btn">Subscribe</button>
</form>
</div>
</div>
<div class="footer-social mt-30">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="copyright-wrap">
<div class="container">
<div class="row align-items-center">
<div class="col-6">
© @2024 All right reserved by MarcuricIT
</div>
<div class="col-lg-6 text-right text-xl-right">
<ul>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms & Conditions</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- footer-end -->
<!-- JS here -->
<script src="js/vendor/modernizr-3.5.0.min.js"></script>
<script src="js/vendor/jquery-1.12.4.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/one-page-nav-min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/ajax-form.js"></script>
<script src="js/paroller.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/js_isotope.pkgd.min.js"></script>
<script src="js/imagesloaded.min.js"></script>
<script src="js/parallax.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/jquery.scrollUp.min.js"></script>
<script src="js/jquery.meanmenu.min.js"></script>
<script src="js/parallax-scroll.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/element-in-view.js"></script>
<script src="js/main.js"></script>
</body>
</html>