-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
409 lines (354 loc) · 15.1 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="247drains are a reliable nation-wide drain unblocking service." />
<link rel="stylesheet" type="text/css" href="resources/css/style.css" />
<link rel="stylesheet" type="text/css" href="resources/css/querys.css" />
<!-- <link rel="stylesheet" type="text/css" href="resources/css/grid.css" /> -->
<link
href="https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600&display=swap"
rel="stylesheet"
/>
<link rel="apple-touch-icon" sizes="152x152" href="resources/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="resources/img/favicon//favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="resources/img/favicon//favicon-16x16.png">
<link rel="manifest" href="resources/img/favicon//site.webmanifest">
<link rel="mask-icon" href="resources/img/favicon//safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<!-------------
----------------------------------------------------------------------
1.NAVIGATION
------------------------------------------------------------------------
--------------->
<div id="navbar">
<div id="nav-left">
<!-------------
1B.HAMBURGER
--------------->
<div class="menu" onclick="menuTransform(this)">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
<img
src="resources/img/logo247drains2.png"
alt="247Drains logo"
id="logo"
href="index.html"
/>
</div>
<nav id="large-menu">
<li class="l-menu-item"><a href="index.html">Home</a></li>
<li class="l-menu-item"><a href="about-us.html">About</a></li>
<li class="l-menu-item" id="services-menu-item" onmouseover="servicesDropdown()" onmouseout="servicesDropdownRemove()">Services<ion-icon id="caret-down-l" name="caret-down"></ion-icon></li>
<li class="l-menu-item"><a href="247-commercial.html">247 Commercial</a></li>
</nav>
<div id="nav-right">
<div id="call-nav-block">
<ion-icon id="call-icon" name="call"></ion-icon>
<a id="call" href="tel:0800 7 999 247">Call</a>
<a id="call-large" href="tel:0800 7 999 247">0800 7 999 247</a>
</div>
<div id="book-nav-block">
<a id="book" href="book-online.html"
>Book <br />
now</a
>
</div>
</div>
</div>
<div id="services-dropdown" onmouseover="servicesDropdown()" onmouseout="servicesDropdownRemove()">
<ul id="s-drop-list">
<li class="s-drop-item"><a href="drain-unblocking.html">Emergency Drain Unblocking</a></li>
<li class="s-drop-item"><a href="external-drains.html">External Drains</a></li>
<li class="s-drop-item"><a href="high-pressure-jetting.html">High Pressure Jetting</a></li>
<li class="s-drop-item"><a href="emergency-plumbing.html">Emergency Plumbing</a></li>
<li class="s-drop-item"><a href="cctv-drain-surveys.html">CCTV Drain Surveys</a></li>
<li class="s-drop-item"><a href="ongoing-drain-maintenance.html">Ongoing Drain Maintenance</a></li>
</ul>
</div>
<!-------------
1C.SIDE NAV
--------------->
<div id="mySidenav" class="sidenav">
<div class="side-menu">
<a class="sidenav-items current-item" href="index.html"><img class="sidenav-icons" src="resources/img/icons/002-home.svg">Home</a>
<a class="sidenav-items" href="about-us.html"><img class="sidenav-icons" src="resources/img/icons/info.svg">About</a>
<a class="services-dropdown" onclick="dropdownToggle()"><img class="sidenav-icons" src="resources/img/icons/plumbing-white.svg">
Services
<ion-icon id="caret-down" name="caret-down"></ion-icon>
</a>
<div class="dropdown-container">
<a class="dropdown-services" href="drain-unblocking.html">▸ Drain Unblocking</a>
<a class="dropdown-services" href="high-pressure-jetting.html">▸ High Pressure Jetting</a>
<a class="dropdown-services" href="emergency-plumbing.html">▸ Emergency Plumbing</a>
<a class="dropdown-services" href="cctv-drain-surveys.html">▸ CCTV Surveys</a>
<a class="dropdown-services" href="ongoing-drain-maintenance.html">▸ Ongoing Drain Maintenance</a>
</div>
<a class="sidenav-items" href="247-commercial.html"><img class="sidenav-icons" src="resources/img/icons/portfolio.svg">247 Commercial</a>
<a class="sidenav-items" href="book-online.html"><img class="sidenav-icons" src="resources/img/icons/calendar.svg">Book Online</a>
</div>
</div>
<!-------------
---------------------------------------------------------------------
2.COVID-19 SECTION
-----------------------------------------------------------------------
--------------->
<div id="section-2">
<div id="s2-title">
<img id="virus" src="resources/img/virus.png" />
<h3 id="s2-head">Covid-19 Safe</h3>
</div>
<p id="virus-text">
<strong>We are open</strong> and continuing to serve our customers. We have taken a
number of steps to keep both our staff and our customers safe. <a href="#">Read our covid-19 policy here</a>
</p>
<div id="virus-close" onclick="closeVirus()">×</div>
</div>
<!-------------
---------------------------------------------------------------------
3.HERO SECTION
-----------------------------------------------------------------------
--------------->
<!-------------
3A.HERO SECTION MBL
--------------->
<div id="section-3">
<div class="circle" id="circle-mbl">
<p>From only £47.50 +VAT</p>
</div>
<img
id="vanb"
class="van animate__animated animate__slideInRight animate__faster"
src="resources/img/247-van-cropped.png"
alt="247Drains Van image"
/>
<div id="triangle-topright"></div>
<div id="rectangle-bottom">
<div class="image-text-row">
<img src="resources/img/icons/city.svg" class="image-icon" />
<p>Nation-<br />wide</p>
</div>
<div class="image-text-row">
<img src="resources/img/icons/thumbs-up2.svg" class="image-icon" />
<p>No Callout <br />Charge</p>
</div>
<div class="image-text-row">
<img src="resources/img/icons/fast-van.svg" class="image-icon" />
<p>Fast <br />Response</p>
</div>
<div class="image-text-row">
<img src="resources/img/icons/clock2.svg" class="image-icon" />
<p>24/7 <br />Service</p>
</div>
</div>
</div>
<!-------------
3B.HERO SECTION LRG
--------------->
<div id="hero-lrg">
<!-- <div id="hero-lrg-top"> -->
<div id="hero-lrg-top-left">
<div id="triangle-topleft"></div>
<!-- <canvas id="myCanvas" width="25vh" height="25vh"></canvas> -->
<!-- <div class="circle" id="circle-lrg">
<p>From only £47.50 +VAT</p>
</div> -->
<img
id="vanb"
class="van animate__animated animate__slideInRight animate__faster"
src="resources/img/247-van-cropped.png"
alt="247Drains Van image"
/>
<div id="checkmarks">
<div class="checkmark">
<h2 class="check"> ✔ </h2><h2 class="check-text">Nation-Wide</h2>
</div>
<div class="checkmark">
<h2 class="check"> ✔ </h2><h2 class="check-text">No Callout Charge</h2>
</div>
<div class="checkmark">
<h2 class="check"> ✔ </h2><h2 class="check-text">Fast Response</h2>
</div>
<div class="checkmark">
<h2 class="check"> ✔ </h2><h2 class="check-text">24/7 Service</h2>
</div>
</div>
</div>
<div id="hero-lrg-top-right">
<h2 class="hero-headb headb-blue">Blocked drains, sorted</h2>
<h2 class="hero-headb headb-red">NATION-WIDE</h2>
<form class="hero-form" id="form-callback" method="post" action="callback-form-handler.php">
<h2 class="hero-form-header">Arrange a callback from one of our team...</h2>
<input class="form-inputb" name="name-callback" id="name-callback" type="text" placeholder="Your name" >
<input class="form-inputb" name="number-callback" id="number-callback" type="tel" placeholder="Tel number">
<button class="hero-form-button" name="submit" type="submit" value="Send" id="submit">Request a Callback</button>
</form>
</div>
<!-- </div> -->
<div class="icon-display">
<div class="icon-display-unit border-right">
<img src="resources/img/icons/stopwatch-blue.svg" class="icon-display-icon" alt="">
<div class="icon-display-text">
<h3 class="icon-display-header">Fast Service</h3>
<p>We'll get to you quickly with a minimum of fuss</p>
</div>
</div>
<div class="icon-display-divider"></div>
<div class="icon-display-unit border-right">
<img src="resources/img/icons/plumber-blue.svg" class="icon-display-icon" alt="">
<div class="icon-display-text">
<h3 >Professional Engineers</h3>
<p>Our friendly drain pros will get your drains flowing fast</p>
</div>
</div>
<div class="icon-display-unit">
<img src="resources/img/icons/discount-badge-blue.svg" class="icon-display-icon" alt="">
<div class="icon-display-text">
<h3 class="icon-display-header">Price Guarantee</h3>
<p>Our competitive prices are the best around for a professional service </p>
</div>
</div>
</div>
<!-- <div id="triangle-right"></div> -->
</div>
<div class="divider">
<h2 class="hero-headd headb-blue">Blocked drains? We are here to help</h2>
<h2 class="hero-headd headb-red">TAKE A LOOK AT OUR SERVICES</h2>
</div>
<div class="section-5">
<!-- <h2 class="header">Our Services</h2> -->
<div class="services" >
<a class="service" href="drain-unblocking.html">
<h2 class="service-title">Drain Unblocking</h2>
<p class="service-text">
24-7 Drains are specialists in unblocking, jetting and clearing of all types of drains.
Our engineers are equipped with the latest drain jetting equipment.
<button>Find Out More</button>
</p>
<img
class="service-image"
src="resources/img/emergency-drain-unblocking.jpeg"
alt="Emergency Drain Unblocking image"
/>
</a>
<a class="service" href="emergency-plumbing.html">
<h2 class="service-title">Emergency Plumbing</h2>
<p class="service-text">
Whether it’s a burst pipe or even a broken toilet we’re here to get it
fixed. Our technicians are experienced in dealing with all kinds of emergency plumbing.
<button>Find Out More</button></p>
<img
class="service-image"
src="resources/img/emergency-plumbing.jpeg"
alt="Emergency Plumbing"
/>
</a>
<a class="service" href="cctv-drain-surveys.html">
<h2 class="service-title">CCTV Drain Surveys</h2>
<p class="service-text">
24-7 Drains specialise in CCTV surveying and reporting. Our engineers are able to locate
and assess the problem using the latest Drainage CCTV systems.
<button>Find Out More</button></p>
<img class="service-image" src="resources/img/cctv-drains.jpeg" alt="CCTV Drain Surveys" />
</a>
<a class="service" href="external-drains.html">
<h2 class="service-title">External Drains</h2>
<p class="service-text">
Outside drains are often blocked by organic matter. If your external drain is overflowing, it is likely to be a problem
between the drain and the main sewer pipe.
<button>Find Out More</button></p>
<img
class="service-image"
src="resources/img/external-drains.jpeg"
alt="External drains image"
/>
</a>
</div>
</div>
<div class="call-now-van-section">
<a href="tel:0800 7 999 247"><img src="resources/img/call-now-van.png" class="call-now-van"></a>
</div>
<footer id="footer-parent">
<div id="footer">
<div id="site-map">
<ul>
<h3>Site Map</h3>
<li class="footer-list-item">
<a href="#">Home</a>
</li>
<li class="footer-list-item">
<a href="#">Commercial</a>
</li>
<li class="footer-list-item">
<a href="#">Pricing</a>
</li>
<li class="footer-list-item">
<a href="#">Booking</a>
</li>
</ul>
</div>
<div id="our-services">
<ul>
<h3>Services</h3>
<li class="footer-list-item">
<a href="#">Drain Unblocking</a>
</li>
<li class="footer-list-item">
<a href="#">Drain Clearing</a>
</li>
<li class="footer-list-item">
<a href="#">High Pressure Jetting</a>
</li>
<li class="footer-list-item">
<a href="#">Emergency Plumbing</a>
</li>
<li class="footer-list-item">
<a href="#">CCTV Surveys</a>
</li>
<li class="footer-list-item">
<a href="#">Drain Excavation, Relining and Root Removal</a>
</li>
<li class="footer-list-item">
<a href="#">Proactive Drain Maintenance</a>
</li>
</ul>
</div>
<p class="copyright"></p>
</div>
</footer>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css"
/>
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
<script src="/path/to/noframework.waypoints.min.js"></script>
<script src="resources/js/script.js"></script>
</body>
</html>
<!-- TO INCLUDE...
About us
Areas covered
domestic / Commercial
prices
services:
-drain unblocking
-CCTV drains survey
-drain repairs
-drain cleaning and jetting
ADD COVID POLICY
-->
<!-- TO DO
About us page
code up booking page
write covid policy
-->