-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhomepage.html
625 lines (549 loc) · 19.3 KB
/
homepage.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
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
<!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">
<title>homepage</title>
<link rel="stylesheet" href="./Styles/homepage.css">
</head>
<body>
<div id="na">
<div>
<input type="search" placeholder=" Search for Services" oninput="main(bounce,1000)" id="abhi">
</div>
<div id="nad">
<div>
<img
src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_64/t_high_res_template/images/growth/home-screen/1609757629780-2b2187.png" />
<p>
<a href="./men saloon page.html">Salon For Men</a>
</p>
</div>
<div>
<img
src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_64/t_high_res_template/images/growth/home-screen/1609757635235-1a139e.png" />
<p id="women">
<a href="./men saloon page.html">Salon For Women</a>
</p>
</div>
<div>
<img
src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_64/t_high_res_template/images/growth/home-screen/1629973621437-ce5af9.png" />
<p id="hair">
<a href="./men saloon page.html">Hair Services</a>
</p>
</div>
</div>
<div id="display"></div>
</div>
</div>
</div>
<div id="container">
<div id="navbar">
<img
src="https://res.cloudinary.com/urbanclap/image/upload/images/growth/home-screen/1631097450980-d2de38.png" />
<div id="navbar1">
<!-- <div id="navbar2">
<div id="navlink1"><a href="blog.html">Blog</a></div>
<div><a href="">Register As A Professional</a></div>
<div id="navlink2"><a href="landing.html">Logout</a></div>
</div> -->
</div>
</div>
<div id="topmain">
<h1>Home Services, on demand.</h1>
<div id="searchBox">
<button>Delhi-NCR</button>
<input id="searchTxt" onkeypress="main(bounce,2000)" type="text" placeholder="Search for services" value="" />
<div id="result"> </div>
<!-- <div id="btn">
<a href="#"><span class="material-icons">Search</span></a>
</div> -->
</div>
<div id="names">
<P>Home Painting, Electrician, Personal chefs etc</P>
</div>
</div>
</div>
<div id="midesec">
<div id="midesec1">
<div>
<img
src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_64/t_high_res_template/images/growth/home-screen/1609757635235-1a139e.png" />
<p><a href="./men saloon page.html">Salon For Women</a></p>
</div>
<div>
<img
src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_64/t_high_res_template/images/growth/home-screen/1629973621437-ce5af9.png" />
<p>
<a href="./men saloon page.html">Hair Service For Women</a>
</p>
</div>
<div>
<img
src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_64/t_high_res_template/categories/category_v2/category_1312fb60.png" />
<p><a href="./men saloon page.html">Spa For Women</a></p>
</div>
<div>
<img
src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_64/t_high_res_template/images/growth/home-screen/1609757629780-2b2187.png" />
<p>
<a href="./men saloon page.html">Salon For Men</a>
</p>
</div>
<div>
<img
src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_64/t_high_res_template/images/growth/home-screen/1609757731250-ba3308.png" />
<p>
<a href="./men saloon page.html">Massage For Men</a>
</p>
</div>
<div>
<img
src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_64/t_high_res_template/categories/category_v2/category_72d18950.png" />
<p>
<a href="./men saloon page.html">AC / Appliance Repair</a>
</p>
</div>
</div>
<div id="midesec2">
<div>
<img
src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_64/t_high_res_template/images/growth/home-screen/1631679515206-a69389.png" />
<p>
<a href="./men saloon page.html">Home Painting</a>
</p>
</div>
<div>
<img
src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_64/t_high_res_template/categories/category_v2/category_6b1f5250.png" />
<p>
<a href="./men saloon page.html">Cleaning & Pest Control</a>
</p>
</div>
<div>
<img
src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_64/t_high_res_template/categories/category_v2/category_07f29980.jpeg" />
<p>
<a href="./men saloon page.html">Electricians</a>
</p>
</div>
<div>
<img
src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_64/t_high_res_template/categories/category_v2/category_6fbad370.png" />
<p>
<a href="./men saloon page.html">Plumbers & Carpenters</a>
</p>
</div>
</div>
</div>
<div id="mid_ser">
<h1>Home Service</h1>
<div class="home1">
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_64/t_high_res_template/categories/category_v2/category_72d18950.png"
alt="">
<p>Appliance Repair</p>
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_64/t_high_res_template/images/growth/home-screen/1631679515206-a69389.png"
alt="">
<p>Home Painting</p>
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_64/t_high_res_template/categories/category_v2/category_6b1f5250.png"
alt="">
<p>Cleaning pest</p>
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_64/t_high_res_template/images/growth/home-screen/1641213886588-90a903.png"
alt="">
<p>DisInfction</p>
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_64/t_high_res_template/categories/category_v2/category_6fbad370.png"
alt="">
<p>Home Repairs</p>
</div>
</div>
<div class="main">
<div class="home">
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_568/t_high_res_template/images/growth/luminosity/1660311850637-a2896d.jpeg"
alt="">
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_568/t_high_res_template/images/growth/luminosity/1661165058628-e5e183.jpeg"
alt="">
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_568/t_high_res_template/images/growth/luminosity/1661165004424-53bb8d.jpeg"
alt="">
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_568/t_high_res_template/images/growth/luminosity/1660825272844-85d4fb.png"
alt="">
</div>
</div>
</div>
<div class="main">
<div>
<h1>New Category Launches</h1>
</div>
<div class="home">
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/images/growth/luminosity/1646140576865-02aba1.jpeg"
alt="">
<p> <a href="./abhi.html">Expert Counseling</a>
</p>
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/images/growth/luminosity/1646140576865-02aba1.jpeg"
alt="">
<p>Furniter Making,upholsetry,polish</p>
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/images/growth/home-screen/1635829954373-d05590.jpeg"
alt="">
<p>Air Purifer</p>
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/images/supply/customer-app-supply/1643120136395-80523e.jpeg"
alt="">
<p>Buy Ro water Purifier</p>
</div>
</div>
</div>
<div class="main">
<div>
<h1>Appliances</h1>
<h3>Servicing,Repair Installation and uninstallation</h3>
</div>
<div class="home">
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/images/growth/home-screen/1640322586655-03f2a3.jpeg"
alt="">
<p>Instant Video Consult</p>
<h3>Free and Instant Designation</h3>
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/categories/category_v2/category_c0667020.png"
alt="">
<p>Geyser</p>
<h3>start at ₹ 249
</h3>
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/categories/category_v2/category_bbb8c690.png"
alt="">
<p>Water Purifier</p>
<h3>up to 45% off
</h3>
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/images/growth/home-screen/1635829954373-d05590.jpeg"
alt="">
<p>Air Purifer</p>
<h3>flat rs 100 off</h3>
</div>
</div>
</div>
<div class="main">
<div>
<h1>Salon,Spa,and massage services</h1>
<h3>hygenic & single use product | Law-constant service</h3>
</div>
<div class="home">
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/images/growth/home-screen/1603078782132-dfcd55.jpeg"
alt="">
<p>
<a href="./men saloon page.html">Salon Prime</a>
</p>
<h3>Free Waxing</h3>
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/images/growth/home-screen/1615874646690-66ab68.jpeg"
alt="">
<p>
<a href="./men saloon page.html">Salon for Men</a>
</p>
<h3>start at ₹ 249</h3>
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/images/growth/home-screen/1601893536279-77bf02.png"
alt="">
<p>
<a href="./men saloon page.html">spa for Women</a>
</p>
<h3>start at ₹ 449</h3>
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/images/supply/customer-app-supply/1606211470897-f4afbc.jpeg"
alt="">
<p>
<a href="./men saloon page.html">massage for men</a>
</p>
<h3>start at ₹ 549</h3>
</div>
</div>
</div>
<div class="main">
<div>
<h1>
Cleanining & Pest Control
</h1>
</div>
<div class="home">
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/images/growth/luminosity/1632396793425-1a5418.jpeg"
alt="">
<p>Bathroom and Kitchen cleaning</p>
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/images/growth/luminosity/1631159612066-53b210.jpeg"
alt="">
<p>full home cleaning</p>
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/images/growth/luminosity/1632396793425-1a5418.jpeg"
alt="">
<p>sofa & carpet cleaning</p>
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/images/growth/luminosity/1631159612066-53b210.jpeg"
alt="">
<p>cocroch and pest cleaner</p>
</div>
</div>
</div>
<div class="main">
<div>
<h1>
UC Luxury Experience
</h1>
<h3>Top Professionals | best friend | premier experience</h3>
</div>
<div class="home">
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/images/growth/home-screen/1631883165804-025664.png"
alt="">
<p>Bathroom and Kitchen cleaning</p>
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/images/growth/home-screen/1631883164057-dd5910.png"
alt="">
<p>full home cleaning</p>
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/images/growth/home-screen/1631883164904-165c1e.png"
alt="">
<p>sofa & carpet cleaning</p>
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/images/growth/home-screen/1631883164502-08f9f6.png"
alt="">
<p>cocroch and pest cleaner</p>
</div>
</div>
</div>
<div class="main">
<div>
<h1>
Home Repairs
</h1>
</div>
<div class="home">
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/categories/category_v2/category_a91b73d0.jpeg"
alt="">
<p>Bathroom and Kitchen cleaning</p>
</div>
<div>
<img id="emg"
src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/categories/home_screen/carpenter.jpg"
alt="">
<p>full home cleaning</p>
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/categories/category_v2/category_a91b73d0.jpeg"
alt="">
<p>sofa & carpet cleaning</p>
</div>
<div>
<img src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_532/t_high_res_category/images/growth/home-screen/1631883164502-08f9f6.png"
alt="">
<p>cocroch and pest cleaner</p>
</div>
</div>
</div>
<div class="main">
<img class="image"
src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_2049/t_high_res_template/categories/category_v2/category_a4e46fa0.png"
alt="">
</div>
<div class="main">
<img class="image"
src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_2049/t_high_res_template/images/growth/home-screen/1624344861242-558286.png"
alt="">
</div>
<div class="main">
<img class="image"
src="https://res.cloudinary.com/urbanclap/image/upload/q_auto,f_auto,fl_progressive:steep,w_2049/t_high_res_template/categories/category_v2/category_3cffdf20.png"
alt="">
</div>
</div>
<div id="containe">
<div class="child">
<p>About Us</p>
<p>UC Compact</p>
<p>Term & Conditions</p>
<p>Privacy Policy</p>
<p>Interest-Based</p>
<p>Anti Discrination Policy</p>
<p>Blog</p>
<p>Reviews</p>
<p>Near me</p>
<p>Careers</p>
</div>
<div class="child">
<p>Gift Cards</p>
<p>Contact Us</p>
<p>Quick Links</p>
</div>
<hr>
<h4>Serving</h4>
<h4>AUS</h4>
<div class="child">
<p>Melbourne</p>
<p>Sydney</p>
</div>
<h4>IND</h4>
<div class="child">
<p>Agra</p>
<p>Ahmedabad</p>
<p>Alwar</p>
<p>Amritsar</p>
<p>Aurangabad</p>
<p>Bangalore</p>
<p>Bhopal</p>
<p>Bhubaneshwar</p>
<p>Chandigarh</p>
<p>Chennai</p>
<p>Coimbatore</p>
</div>
<div class="child">
<p>Cuttack</p>
<p>Dehradun</p>
<p>DelhiNCR</p>
<p>Guntur</p>
<p>Guwahati</p>
<p>Gwalior</p>
<p>Hyderabad</p>
<p>Indore</p>
<p>Jabalpur</p>
<p>Jaipur</p>
<p>Jamshedpur</p>
<p>Jodhpur</p>
</div>
<div class="child">
<p>Kakinada</p>
<p>Kanpur</p>
<p>Kamal</p>
<p>Kochi</p>
<p>Kolkata</p>
<p>Kota</p>
<p>Lucknow</p>
<p>Ludhiana</p>
<p>Madurai</p>
<p>Meerut</p>
<p>Mumbai</p>
<p>Mysore</p>
<p>Nagpur</p>
</div>
<div class="child">
<p>Nashik</p>
<p>Panipat</p>
<p>Patna</p>
<p>Prayagraj</p>
<p>Pune</p>
<p>Raipur</p>
<p>Rajahmundry</p>
<p>Ranchi</p>
<p>Rohtak</p>
<p>Sonipat</p>
<p>Surat</p>
<p>Thiruvananthapuram</p>
</div>
<div class="child">
<p>Udaipur</p>
<p>Vadodra</p>
<p>Varansi</p>
<p>Vijaywada</p>
<p>Visakhapatnam</p>
<p>Warangal</p>
</div>
<h4>SGP</h4>
<div class="child">
<p>Singapore</p>
</div>
<h4>UAE</h4>
<div class="child">
<p>Abu Dhabi</p>
<p>Dubai</p>
<p>Sharjah</p>
</div>
<h4>USA</h4>
<div class="child">
<p>Austin</p>
</div>
<h4>KSA</h4>
<div class="child">
<p>Jeddah</p>
<p>Riyadh</p>
</div>
<hr>
<div id="bottom">
<div class="horzonline"></div>
<div id="endSecBot">
<img
src="https://res.cloudinary.com/urbanclap/image/upload/images/growth/home-screen/1631097450980-d2de38.png" />
</div>
<div id="new_media">
<div>
<p id="om">2014-2022 @urban company india</p>
</div>
<div class="media">
<img src="https://images-static.naikaa.com/media/wysiwyg/2021/icons/ic_social-instagram-filled.svg"
alt="">
</div>
<div class="media">
<img src="https://images-static.naikaa.com/media/wysiwyg/2021/icons/ic_social-facebook-filled.svg"
alt="">
</div>
<div class="media">
<img src="https://images-static.naikaa.com/media/wysiwyg/2021/icons/ic_social-youtube-filled.svg"
alt="">
</div>
<div class="media">
<img src="https://images-static.naikaa.com/media/wysiwyg/2021/icons/ic_social-youtube-filled.svg"
alt="">
</div>
<div class="media">
<img src="https://images-static.naikaa.com/media/wysiwyg/2021/icons/ic_social-pinterest-filled.svg"
alt="">
</div>
</div>
<img id="logo"
onclick="window.location.href='https://apps.apple.com/in/app/nykaa-makeup-beauty-shopping/id1022363908?c=iOS&is_retargeting=true&pid=Footer&shortlink=134e9662'"
src="https://th.bing.com/th/id/R.198e2192907ddc5fc0c48b934c9a8b29?rik=M1bMqZ2ToGyd4Q&riu=http%3a%2f%2fwww.occc.net%2fportals%2f0%2fLibrary%2fLogos%2fgoogle-play-badge_scaled.png&ehk=7DKSGXdhkc18gDRGF%2frLxD6NdovQ1Xv7b0wlrFp%2fg%2fI%3d&risl=&pid=ImgRaw&r=0"
alt="fasf">
<img id="apple"
src="https://th.bing.com/th/id/OIP.fn_qr7uzdYZfa8zVcFbNYgHaCj?w=331&h=120&c=7&r=0&o=5&pid=1.7" alt="">
</div>
</div>
</div>
</body>
</html>
<script src="./Scripts/homepage.js"></script>