-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
331 lines (319 loc) · 13.7 KB
/
gallery.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="keywords" content="wayne power washing NJ Servicing Northern New Jersey Bergen Passaic Morris County hot water power washing NJ, powerwashing services, wayne 07470, pompon plains 07444, kinnelon 07405, franklin lakes 07417, pequannock 07440, river dale 07457, oakland 07436, blooming dale 07403, pompton lakes 07442, butler 07405, pine brook 07058, west paterson 07424, north haledon 07508 07538 07508, haskell 07420, lincoln park 07035, little falls 07424, montville 07045, ringwood 07456, totowa 07511 07512,07082 07465, towaco 07082, wanaque 07456, House Washing, Roof Cleaning, Deck Restoration, concrete cleaning nj power washing services gutter houses siding roof decks concrete pricing Paver Brick Sand Sanding">
<meta name="description" content="Since 1977, Wayne Power Washing has provided professional detailed powerwashing services for Northern New Jersey homeowners including your house, siding, roof, gutter cleaning, deck, and concrete.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="/Favicon.jpg">
<title>Wayne Power Washing Gallery</title>
<style>
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
body {
font-family: Arial, sans-serif;
background-color: #FFFFFF;
color: #000;
display: flex;
flex-direction: column;
}
.container {
flex: 1;
display: flex;
flex-direction: column;
}
header {
background-color: #000000;
color: white;
padding: 20px;
text-align: center;
}
header h1 {
margin: 0;
font-size: 24px;
}
nav {
margin-top: 10px;
text-align: center;
}
nav a {
color: white;
text-decoration: none;
margin: 0 10px;
font-weight: bold;
display: inline-block;
}
nav a:hover {
color: #89CFF0;
}
main {
flex: 1;
margin: 20px;
}
footer {
background-color: #000000;
color: white;
padding: 10px;
text-align: center;
}
footer p {
margin: 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
}
.gallery img {
max-width: 100%;
height: auto;
border: 1px solid #000;
}
.locations {
margin-top: 20px;
text-align: center;
}
.locations h2 {
font-size: 18px;
color: #000066;
font-weight: bold;
}
.locations ul {
list-style-type: none;
padding: 0;
columns: 2;
}
.locations ul li {
font-size: 14px;
color: #000066;
}
.service-area {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}
.service-area th, .service-area td {
border: 1px solid #000;
padding: 8px;
text-align: center;
}
.service-area th {
background-color: #f4f4f4;
font-weight: bold;
}
.footer-info {
text-align: center;
margin: 20px 0;
}
@media (max-width: 768px) {
header h1 {
font-size: 20px;
}
nav a {
margin: 0 5px;
font-size: 14px;
}
}
@media (max-width: 480px) {
header h1 {
font-size: 18px;
}
nav a {
margin: 0 2px;
font-size: 12px;
}
.locations ul {
columns: 1;
}
}
</style>
</head>
<body>
<div class="container">
<header>
<h1>Wayne Power Washing Gallery</h1>
<nav>
<a href="index.html">Home</a>
<a href="housewashing.html">House Washing</a>
<a href="roofcleaning.html">Roof Cleaning</a>
<a href="deckrestoration.html">Deck Restoration</a>
<a href="concretecleaning.html">Concrete Cleaning</a>
<a href="gallery.html">Gallery</a>
<a href="sandjoints.html">Paver Brick Sand</a>
<a href="guttercleaning.html">Gutter Cleaning</a>
<a href="paversealing.html">Paver Sealing</a>
<a href="reviews.html">Reviews</a>
</nav>
</header>
<main>
<div class="gallery">
<table>
<tr>
<td><img src="sealing_before.png" width="250" height="187"></td>
<td><img src="after_sealing.png" width="250" height="187"></td>
</tr>
<tr>
<td colspan="2">
<p align="center" class="style4">Paver Sealing</p>
<p align="center">
<div align="center">
<div class="fb-like" data-href="http://wpwash.com/paversealing.html" data-layout="button" data-action="like" data-size="small" data-show-faces="true" data-share="true"></div>
</div>
</p>
</td>
</tr>
<tr>
<td><img src="pics204.jpg" alt="" width="250" height="187"></td>
<td><img src="pics205.jpg" alt="" width="250" height="187"></td>
</tr>
<tr>
<td colspan="2">
<p align="center" class="style4">House Washing</p>
<div align="center">
<div class="fb-like" data-href="http://wpwash.com/housewashing.html" data-layout="button" data-action="like" data-size="small" data-show-faces="true" data-share="true"></div>
</div>
</td>
</tr>
<tr>
<td class="style8" colspan="2"><img src="guttercleaning.jpeg" width="500" height="187"></td>
</tr>
<tr>
<td colspan="2">
<p align="center" class="style4">Gutter Cleaning</p>
<div align="center">
<div class="fb-like" data-href="http://wpwash.com/guttercleaning.html" data-layout="button" data-action="like" data-size="small" data-show-faces="true" data-share="true"></div>
</div>
</td>
</tr>
<tr>
<td><img src="roof2.jpg" width="250" height="187"></td>
<td><img src="roof1.jpg" width="250" height="187"></td>
</tr>
<tr>
<td colspan="2">
<p align="center" class="style4">Roof Cleaning</p>
<p align="center">
<div align="center">
<div class="fb-like" data-href="http://wpwash.com/roofcleaning.html" data-layout="button" data-action="like" data-size="small" data-show-faces="true" data-share="true"></div>
</div>
</p>
</td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td><img src="deck2.jpg" width="250" height="187"></td>
<td><img src="deck1.jpg" width="250" height="187"></td>
</tr>
<tr>
<td colspan="2">
<p align="center" class="style4">Deck Restoration</p>
<div align="center">
<div class="fb-like" data-href="http://wpwash.com/deckrestoration.html" data-layout="button" data-action="like" data-size="small" data-show-faces="true" data-share="true"></div>
</div>
</td>
</tr>
<tr>
<td class="style8"></td>
</tr>
<tr>
<td class="style8"><img src="beforejoints.jpg" width="250" height="187"></td>
<td class="style8"><img src="afterjoints.jpg" width="250" height="187"></td>
</tr>
<tr>
<td colspan="2">
<p align="center" class="style4">Paver Brick Sand</p>
<div align="center">
<div class="fb-like" data-href="http://wpwash.com/sandjoints.html" data-layout="button" data-action="like" data-size="small" data-show-faces="true" data-share="true"></div>
</div>
</td>
</tr>
<tr>
<td colspan="2">
<div align="center"><img src="concretecleaing.jpg" width="250" height="187"></div>
</td>
</tr>
<tr>
<td colspan="2">
<p align="center" class="style4">Concrete Cleaning</p>
<div align="center">
<div class="fb-like" data-href="http://wpwash.com/concretecleaning.html" data-layout="button" data-action="like" data-size="small" data-show-faces="true" data-share="true"></div>
</div>
</td>
</tr>
<tr>
<td>
<div align-"center"><img src="image4.jpg" width="450" height="250"></div>
</td>
<td colspan="2">
<div align-"center"><img src="image1.jpg" width="450" height="250"></div>
</td>
</tr>
<tr>
<td>
<div align-"center"><img src="image3.jpg" width="450" height="250"></div>
</td>
<td colspan="2">
<div align-"center"><img src="image2.jpg" width="450" height="250"></div>
</td>
</tr>
<tr>
<td>
<div align-"center"><img src="sideb4.jpg" width="450" height="250"></div>
</td>
<td colspan="2">
<div align-"center"><img src="side.jpg" width="450" height="250"></div>
</td>
</tr>
<tr>
<td>
<div align-"center"><img src="groundb4.jpg" width="450" height="250"></div>
</td>
<td colspan="2">
<div align-"center"><img src="ground.jpg" width="450" height="250"></div>
</td>
</tr>
<tr>
<td>
<div align-"center"><img src="houseb4.jpg" width="450" height="250"></div>
</td>
<td colspan="2">
<div align-"center"><img src="house.jpg" width="450" height="250"></div>
</td>
</tr>
<tr>
<td>
<div align-"center"><img src="floorb4.jpg" width="450" height="250"></div>
</td>
<td colspan="2">
<div align-"center"><img src="floor.jpg" width="450" height="250"></div>
</td>
</tr>
<tr>
<td>
<div align-"center"><img src="roofb4.jpg" width="450" height="250"></div>
</td>
<td colspan="2">
<div align-"center"><img src="roof.jpg" width="450" height="250"></div>
</td>
</tr>
</table>
</div>
<div class="footer-info">
<p>Licensed and Insured</p>
<p>NJ Contractors Lic # 13VH03803600</p>
</div>
</main>
<footer>
<p>© 2024 Wayne Power Washing. All rights reserved.</p>
</footer>
</div>
</body>
</html>