-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
537 lines (528 loc) · 22.6 KB
/
index.html
File metadata and controls
537 lines (528 loc) · 22.6 KB
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
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Fluffy Fold</title>
</head>
<body>
<header>
<img src="images.jpeg" alt="logo" id="logo-img">
<nav>
<ul>
<li><a href="#work">work</a></li>
<li><a href="#about">about</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<main>
<div id="work">
<div id="img-container-holder">
<div id="img-container"></div>
</div>
<div id="services">
<p>
We are full services dry cleaners and we provide quality and
timely care for your garments.
</p>
<ul>
<li>laudry</li>
<li>dry cleaning</li>
<li>cleanning services</li>
<li>logistics</li>
<li>outfitters</li>
<li>beddinds</li>
</ul>
<div id="free-pickup">
<h1>Free pick up and delivery</h1>
<p>Pick up lines: 08062986278, 08168310292</p>
</div>
</div>
<div id="price-container">
<h1>Our Price List</h1>
<!--<ul>
<li id="men-li"><a href="#table-display-container">men</a></li>
<li id="women">women</li>
<li id="others">others</li>
</ul>-->
<table id="men">
<th><h2>Men</h2></th>
<tr>
<th id="item">item </th>
<th id="price">Prce</th>
</tr>
<th>2/3 piece suit</th>
<tr>
<td>dry clean</td>
<td>1700</td>
</tr>
<th>shirts</th>
<tr>
<td>shirt fold/hand</td>
<td>500</td>
</tr>
<tr>
<td>t-shirt</td>
<td>300</td>
</tr>
<th>men's pants <span>(chinos 100% cotton)</span></th>
<tr>
<td>dry clean</td>
<td>1000</td>
</tr>
<tr>
<td>laudry</td>
<td>400</td>
</tr>
<tr>
<td>jeans</td>
<td>400</td>
</tr>
<tr>
<td>shorts</td>
<td>400</td>
</tr>
<tr>
<td>others</td>
<td>400</td>
</tr>
<th>suits and jacket</th>
<tr>
<td>jacket</td>
<td>600</td>
</tr>
<tr>
<td>sweater</td>
<td>600</td>
</tr>
<tr>
<td>singlet</td>
<td>400</td>
</tr>
<tr>
<td>sucks</td>
<td>200</td>
</tr>
<tr>
<td> boxers shot</td>
<td>200</td>
</tr>
<tr>
<td>caps</td>
<td>500</td>
</tr>
<tr>
<td>night wear</td>
<td>400</td>
</tr>
<tr>
<td>tie-dry-clean</td>
<td>500</td>
</tr>
<tr>
<td>gym wear</td>
<td>500</td>
</tr>
<th>natives</th>
<tr>
<td>buba, sokoto and agbada</td>
<td>1500</td>
</tr>
<tr>
<td>kaftan</td>
<td>1000</td>
</tr>
<tr>
<td>lace material</td>
<td>1000</td>
</tr>
<tr>
<td>niger/delta dry clean</td>
<td>1500</td>
</tr>
<tr>
<td>laundry</td>
<td>1000</td>
</tr>
<tr>
<td>aso-oke with agbada</td>
<td>3000</td>
</tr>
<tr>
<td>caps</td>
<td>500</td>
</tr>
<tr></tr>
</table>
<table id="women">
<th><h2>women</h2></th>
<tr>
<th id="item">item </th>
<th id="price">Prce</th>
</tr>
<th>suit skirt/pant trouser</th>
<tr>
<td>dry clan</td>
<td>1500</td>
</tr>
<tr>
<td>laundry</td>
<td>1000</td>
</tr>
<th>shirts</th>
<tr>
<td>shirts folding/hang</td>
<td>500</td>
</tr>
<tr>
<td>shirts</td>
<td>300</td>
</tr>
<tr>
<td>blouse</td>
<td>500</td>
</tr>
<tr>
<td>camisole</td>
<td>300</td>
</tr>
<th>dresses</th>
<tr>
<td>lonng dress</td>
<td>600</td>
</tr>
<tr>
<td>shot dress</td>
<td>500</td>
</tr>
<tr>
<td>dinner gown</td>
<td>1000</td>
</tr>
<tr>
<td>bespoke dresses</td>
<td>2000</td>
</tr>
<tr>
<td>wedding gown</td>
<td>10000</td>
</tr>
<th>pants</th>
<tr>
<td>trouser</td>
<td>400</td>
</tr>
<tr>
<td>jeans</td>
<td>400</td>
</tr>
<tr>
<td>jumpsuit</td>
<td>400</td>
</tr>
<tr>
<td>playsuit</td>
<td>300</td>
</tr>
<tr>
<td>skirt</td>
<td>400</td>
</tr>
<tr>
<td>jacket</td>
<td>500</td>
</tr>
<tr>
<td>searters</td>
<td>400</td>
</tr>
<tr>
<td>night wear</td>
<td>300</td>
</tr>
<tr>
<td>gum wear</td>
<td>300</td>
</tr>
<th>natives</th>
<tr>
<td>ankara skirt & blouse</td>
<td>700</td>
</tr>
<tr>
<td>lace skirt & blouse</td>
<td>8000</td>
</tr>
<tr>
<td>ankara dress</td>
<td>600</td>
</tr>
<tr>
<td>lae dress</td>
<td>800</td>
</tr>
<tr>
<td>kaftan/boubou </td>
<td>600</td>
</tr>
<tr>
<td>aso/oke complete</td>
<td>3000</td>
</tr>
<tr>
<td>head-tie</td>
<td>400</td>
</tr>
<tr></tr>
</table>
<table id="others">
<th><h2> others </h2></th>
<tr>
<th id="item">item </th>
<th id="price">Prce</th>
</tr>
<th>towels</th>
<tr>
<td>large</td>
<td>1500</td>
</tr>
<tr>
<td>small</td>
<td>1000</td>
</tr>
<th>blanket/duvet</th>
<tr>
<td>4*6</td>
<td>2000</td>
</tr>
<tr>
<td>6*6</td>
<td>2500</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td>7*7</td>
<td>3000</td>
</tr>
<th>bed sheets/pillow cases</th>
<tr>
<td>4*6</td>
<td>700</td>
</tr>
<tr>
<td>6*6</td>
<td>1000</td>
</tr>
<tr>
<td>7*7</td>
<td>1500</td>
</tr>
<th>curtains/carpets and rugs</th>
<tr>
<td>full set(negotiable)</td>
<td>5000</td>
</tr>
<th>other sspecial services</th>
<tr>
<td>wash and fold</td>
<td>200</td>
</tr>
<tr>
<td>per garment ironing/packaging srvices</td>
<td>300</td>
</tr>
<tr>
<td>per perment express/same day services extra on eachgarment</td>
<td>300</td>
</tr>
<th>alteratiions and repairs</th>
<tr>
<td>zippers</td>
<td>500</td>
</tr>
<tr>
<td>hems</td>
<td>500</td>
</tr>
<tr>
<td>patsche</td>
<td>1000</td>
</tr>
<tr>
<td>buttons</td>
<td>free</td>
</tr>
<th>bags</th>
<tr>
<td>wash only</td>
<td>1000</td>
</tr>
<tr>
<td>wash and repair</td>
<td>1500</td>
</tr>
<th>shoes</th>
<tr>
<td>wash only</td>
<td>1000</td>
</tr>
<tr>
<td>wah and repair</td>
<td>1500</td>
</tr>
<tr></tr>
</table>
<div class="note">please note: price are in nigeria nigria</div>
</div>
<!-- <iframe src="/s torage/emulated/0/code/vieos/OALE_Easy_communication.mp4" frameborder="0"></iframe>-->
<div id="about">
<div id="about-ads">
<p>* Be a member of <b>FLUFFY FOLDS LAUNDRY </b> today and get
<span>10%</span> off oour friendly and professional services.
Pick up our menbershipd application form and get personalized
menbership loyalty ard that automatically give you
<span>10%</span> off all our services.
</p>
</p>
<p>* Get out our montthly
plan and launder of your garments <span>(100 garments)</span>
for only <span>25,000</span>naira. To access this plan you
have to be a member.
</p>
<p>* Our membership with kids and ages 0f 0
months-8yrs, get <span>50%</span> of their todders germents
<span>save 20%</span> on your first visit to <b> FLUFFY FOLDS
LAUNDRY.</b>
<p>* we also offer cleaning sevices for all your
cleaning needs which includes;
<ul id="ads-li">
<li>facilities cleaning and maintainance</li>
<li>post constructon cleaning</li>
<li>vacation cleaning</li>
<li>home/office cleaning</li>
</ul>
</p>
</div>
<ul id="about-ul">
<li><a href="#history-content" >history</a>
<p id="history-content">
<a href="#about"><</a>
Therefore, the function keeps a work list. This is an array of places that
should be explored next, along with the route that got us there. It starts with
just the start position and an empty route.
The search then operates by taking the next item in the list and exploring
that, which means all roads going from that place are looked at. If one of them
is the goal, a finished route can be returned. Otherwise, if we haven’t looked
at this place before, a new item is added to the list. If we have looked at it
before, since we are looking at short routes first, we’ve found either a longer
route to that place or one precisely as long as the existing one, and we don’t
need to explore it.
You can visually imagine this as a web of known routes crawling out from the
start location, growing evenly on all sides (but never tangling back into itself).
As soon as the first thread reaches the goal location, that thread is traced back
to the start, giving us our route.
Our code doesn’t handle the situation where there are no more work items
on the work list because we know that our graph is connected, meaning that
every location can be reached from all other locations. We’ll always be able to
find a route between two points, and the search can’t fail.
</p>
</li>
<li><a href="#mission-content">mission</a>
<p id="mission-content">
<a href="#about"><</a>
NPM is two things: an online service where one can download (and upload)
packages and a program (bundled with Node.js) that helps you install and
manage them.
At the time of writing, there are more than half a million different packages
available on NPM. A large portion of those are rubbish, I should mention,
but almost every useful, publicly available package can be found on there. For
example, an INI file parser, similar to the one we built in Chapter 9, is available
under the package name ini.
Chapter 20 will show how to install such packages locally using the npm
command line program.
Having quality packages available for download is extremely valuable. It
means that we can often avoid reinventing a program that 100 people have
written before and get a solid, well-tested implementation at the press of a few
keys.
Software is cheap to copy, so once someone has written it, distributing it to
other people is an efficient process. But writing it in the first place is work,
and responding to people who have found problems in the code, or who want
to propose new features, is even more work.
By default, you own the copyright to the code you write, and other people may use it only with your permission. But because some people are just
nice and because publishing good software can help make you a little bit famous among programmers, many packages are published under a license that
explicitly allows other people to use it.
Most code on NPM is licensed this way. Some licenses require you to also
publish code that you build on top of the package under the same license.
Others are less demanding, just requiring that you keep the license with the
code as you distribute it. The JavaScript community mostly uses the latter
type of license. When using other people’s packages, make sure you are aware
of their license.
</p>
</li>
<li><a href="#vission-content">vission</a>
<p id="vission-content">
<a href="#about"><</a>
The async name => part shows that arrow functions can also be made async
by putting the word async in front of them.
The code doesn’t immediately look suspicious...it maps the async arrow function over the set of nests, creating an array of promises, and then uses Promise
.all to wait for all of these before returning the list they build up.
But it is seriously broken. It’ll always return only a single line of output,
listing the nest that was slowest to respond.
Can you work out why?
The problem lies in the += operator, which takes the current value of list
at the time where the statement starts executing and then, when the await
finishes, sets the list binding to be that value plus the added string.
But between the time where the statement starts executing and the time
where it finishes there’s an asynchronous gap. The map expression runs before
anything has been added to the list, so each of the += operators starts from an
empty string and ends up, when its storage retrieval finishes, setting list to a
single-line list—the result of adding its line to the empty string.
This could have easily been avoided by returning the lines from the mapped
promises and calling join on the result of Promise.all, instead of building
up the list by changing a binding. As usual, computing new values is less
error-prone than changing existing values.
</p>
</li>
</ul>
</div>
<div id="contact">
<div id="address">
<p>
<span> head office: <br> </span> sutie 002, block a
groundfoor, shasilga court, ahmadu bello way, jahi, abuja.
</p>
<p>
<span> branch office:</span> statement hotel plot 1002,opp.
adamawa house,
through abia house off ahmadu bello way, CBD, abuja.
</p>
</div>
<h2>Please do well to connect with us</h2>
<ul>
<li><a href=""><img src="whatsapp.png" alt=""></a></li>
<li><a href=""><img src="instagram.png" alt=""></a></li>
<li><a href=""><img src="twitter.png" alt=""></a></li>
<li><a href=""><img src="facebook.png" alt=""></a></li>
</ul>
<p id="cont-ack">
Are you too busy to drop off your cloth? wory no more! we have got
you covered with our free pick uo and derlivery services. Request
for a new customer application form, fill your pick up address
and we will pick up laudry and deliver it fresh and clean in
24hrs. Call our clean lines on; <span>081631092, 08062986278,
07037173007</span>.
</p>
</div>
<footer>
All right reserve @2015-2013
</footer>
</main>
<script src="fluffy-fold.js"></script>
</body>
</html>