-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
353 lines (330 loc) · 13.5 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Royal Cleaners offers quality garment care for the Harleysville, Schwenksville, Lederach, and Skippack areas of Pennsylvania. We provide a wide range of services, including dry cleaning, laundry, alterations, stain & spot removal, leather & suede care, and bridal gown preservation.">
<title>Royal Cleaners in Harleysville, PA - Dry Cleaning, Wet Cleaning, and Alterations</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Raleway:500,600,800' rel='stylesheet' type='text/css'>
<link href="css/style.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-26414151-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-26414151-1');
</script>
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="#home"><img class="logo" src="img/logo.png" alt="Park's Royal Cleaners logo"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-menu" aria-controls="navbar-menu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar-menu">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pricing">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#specials">Specials</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#directions">Directions</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#hours">Hours</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="#faq">FAQ</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="home" class="splash">
<h1>Dry Cleaning & Alterations<br> in Harleysville, PA</h1>
<div class="subtitle">
<p class="text-center"><a target="_blank" href="https://g.page/parksroyalcleaners?share">613 Main Street<br>
Harleysville, PA 19438</a><br>
<a href="tel:+12155132111">(215) 513-2111</a></p>
<p class="text-center">Monday to Friday: 8 am - 6 pm<br>
Saturday: 8 am - 5 pm<br>
Sunday: Closed
</p>
<!--<div class="alert alert-warning" role="alert">
Due to COVID-19, we'll have limited hours of Monday to Friday: 10am - 5pm, and Saturdays: 8am - 3pm until further notice. Thanks for your understanding and we wish your family good health.
</div>-->
</div>
</div>
<section id="services">
<div class="container">
<h2>Services</h2>
<p>Royal Cleaners offers quality garment care for the Harleysville, Schwenksville, Lederach, and Skippack areas. Our friendly, knowledgeable garment experts will assist you with all of your dry cleaning needs.</p>
<p>We provide a wide range of services, including <strong>dry cleaning</strong>, <strong>wet cleaning</strong>, <strong>alterations</strong>, <strong>stain & spot removal</strong>, <strong>leather & suede care</strong>, and <strong>bridal gown preservation</strong>.</p>
<p>We are also the only <strong>organic dry cleaner</strong> in the area! Benefits of organic dry cleaning include no odor or chemical residue, static-free, hypoallergenic, retains garments' colors & soft feel, and environmentally friendly.</p>
<p>Our expertise and state of the art technology ensures quality and timely service. Not all dry cleaners are created equal. We are the best... let us prove it to you!
</div>
</section>
<div id="carousel" class="carousel slide" data-ride="carousel" data-interval="4000">
<ol class="carousel-indicators">
<li data-target="#carousel" data-slide-to="0" class="active"></li>
<li data-target="#carousel" data-slide-to="1"></li>
<li data-target="#carousel" data-slide-to="2"></li>
<li data-target="#carousel" data-slide-to="3"></li>
<li data-target="#carousel" data-slide-to="4"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="img/gallery/frontdesk.jpg" alt="Front Desk">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/gallery/gown.jpg" alt="Wedding Gown">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/gallery/spools.jpg" alt="Thread Spools">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/gallery/press.jpg" alt="Clothes Press">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/gallery/rack.jpg" alt="Dry Cleaning Rack">
</div>
</div>
<a class="carousel-control-prev" href="#carousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<section id="pricing">
<div class="container">
<h2>Pricing</h2>
<p>Rates are subject to change. Please call to confirm the price of an item or if you have a question about pricing for other articles of clothing.</p>
</div>
<h3>Dry Cleaning</h3>
<div class="tables">
<table class="table table-borderless">
<tr>
<td>Shirt</td>
<td>$3.00</td>
</tr>
<tr>
<td>Suit 2-Piece</td>
<td>$15.00</td>
</tr>
<tr>
<td>Suit 3-Piece</td>
<td>$20.50</td>
</tr>
<tr>
<td>Tuxedo 2-Piece</td>
<td>$18.00</td>
</tr>
<tr>
<td>Pants</td>
<td>$7.50</td>
</tr>
<tr>
<td>Sports Jacket</td>
<td>$9.00</td>
</tr>
</table>
<table class="table table-borderless">
<tr>
<td>Dress</td>
<td>$15.00 and up</td>
</tr>
<tr>
<td>Skirt</td>
<td>$7.50</td>
</tr>
<tr>
<td>Blouse</td>
<td>$7.50</td>
</tr>
<tr>
<td>Jacket</td>
<td>$8.50</td>
</tr>
<tr>
<td>Coat Full</td>
<td>$29.00</td>
</tr>
<tr>
<td>Coat 3/4</td>
<td>$23.00</td>
</tr>
<tr>
<td>Raincoat</td>
<td>$24.00</td>
</tr>
</table>
<table class="table table-borderless">
<tr>
<td>Necktie</td>
<td>$6.00</td>
</tr>
<tr>
<td>Scarf</td>
<td>$7.50 and up</td>
</tr>
<tr>
<td>Sweater</td>
<td>$7.50</td>
</tr>
<tr>
<td>Vest</td>
<td>$7.50</td>
</tr>
<tr>
<td>Wedding Gown</td>
<td>$200.00 and up</td>
</tr>
<tr>
<td>Comforter</td>
<td>$35.00 and up</td>
</tr>
<tr>
<td>Tablecloth</td>
<td>$20.00 and up</td>
</tr>
</table>
</div>
<h3>Alterations</h3>
<div class="tables">
<table class="table table-borderless">
<tr>
<td>Hem Pants</td>
<td>$16.00</td>
</tr>
<tr>
<td>Hem Dress</td>
<td>$27.50 and up</td>
</tr>
<tr>
<td>Sleeves Jacket</td>
<td>$27.50</td>
</tr>
<tr>
<td>Waist Pants</td>
<td>$18.50</td>
</tr>
<tr>
<td>Zipper Pants</td>
<td>$18.00</td>
</tr>
</table>
</div>
</section>
<section id="specials">
<div class="container">
<h2>Specials</h2>
<p>As a thanks to our online visitors, please print out a coupon below and bring it with you next time you visit Royal Cleaners.</p>
<p>
<a target="_blank" href="./coupons/1/" class="coupon-link">
<div class="coupon">
<div class="coupon-logo"><img src="img/logo.png" alt="Park's Royal Cleaners logo"></div>
<div>
<h3><span class="num">10%</span> Off Dry Cleaning</h3>
<p>Expires <span class="date">June 30, 2018</span>. Not valid with any other offer. Must present at drop-off.</p>
<p>Park's Royal Cleaners, 613 Main Street, Harleysville, PA 19438. 215-513-2111. parksroyalcleaners.com.</p>
<div class="click">Click to Print</div>
</div>
</div>
</a>
</p>
</div>
</section>
<section id="directions">
<div class="container">
<h2>Directions</h2>
<p>Our address is <strong>613 Main Street, Harleysville, PA 19438</strong>.</p>
<p>Royal Cleaners is located in the Shops of Harleysville on Main Street and Harleysville Pike, between Giant and Walmart.</p>
<p><a target="_blank" href="https://goo.gl/maps/YLYHSNhPwQK2">Click here for directions via Google Maps.</a></p>
<div class="map-responsive">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3043.548681812694!2d-75.39487908426524!3d40.28577467938062!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c69edbefd41ddb%3A0x575aae72b9558835!2sRoyal%20Cleaners%20of%20Harleysville!5e0!3m2!1sen!2sus!4v1653414759271!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</section>
<section id="hours">
<div class="container">
<h2>Hours</h2>
<div class="tables">
<table class="table table-borderless">
<tr>
<td>Monday</td>
<td>8 am - 6 pm</td>
</tr>
<tr>
<td>Tuesday</td>
<td>8 am - 6 pm</td>
</tr>
<tr>
<td>Wednesday</td>
<td>8 am - 6 pm</td>
</tr>
<tr>
<td>Thursday</td>
<td>8 am - 6 pm</td>
</tr>
<tr>
<td>Friday</td>
<td>8 am - 6 pm</td>
</tr>
<tr>
<td>Saturday</td>
<td>8 am - 5 pm</td>
</tr>
<tr>
<td>Sunday</td>
<td>Closed</td>
</tr>
</table>
</div>
</div>
</section>
<!-- <section id="faq">
<div class="container">
<h2>Frequently Asked Questions</h2>
<div class="question">
<p><strong>What should I do to treat a stain before bringing it into the dry cleaners?</strong></p>
<p>asdfasdfasdf</p>
</div>
<div class="question">
<p><strong>What should I do to treat a stain before bringing it into the dry cleaners?</strong></p>
<p>asdfasdfasdf</p>
</div>
</div>
</section> -->
<section id="contact">
<div class="container">
<h2>Contact</h2>
<p>If you have any questions, please call us at <a href="tel:+12155132111">(215) 513-2111</a> or email us at <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>Find us on <a target="_blank" href="https://www.facebook.com/royalcleanersharleysville/">Facebook</a> and <a target="_blank" href="https://g.page/parksroyalcleaners/">Google</a>.</p>
</div>
</section>
<footer>
<p><a href="http://parksroyalcleaners.com">Park's Royal Cleaners</a> • <a target="_blank" href="https://goo.gl/maps/YLYHSNhPwQK2">613 Main Street, Harleysville, PA, 19438, USA</a> • <a href="tel:+12155132111">(215) 513-2111</a> • <a href="mailto:[email protected]">[email protected]</a></p>
</footer>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>