-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
135 lines (89 loc) · 5.5 KB
/
Copy pathindex.html
File metadata and controls
135 lines (89 loc) · 5.5 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
<html>
<head>
<title>Urban Company Services</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav class="nav">
<img src="uc.png" alt="ERROR" height="40px" class="logo" />
<a href="index.html">Home</a>
<a href="#about">About</a>
<a href="#services">Services</a>
<a href="#work">How it Works</a>
<button> <a href="register.html">Register</a></button>
<button > <a href="login.html">Login</a> </button>
</nav>
</header>
<h1> Urban Service Company!!!</h1><br>
<div class="container">
<p id="about"><strong>Who We Are....</strong></p>
<p class="class2">Urban Company is a technology platform offering a variety of services at home. Customers use our platform to book services such as beauty treatments, haircuts, massage therapy, cleaning, plumbing, carpentry, appliance repair, painting etc. These services are delivered in the comfort of their home and at a time of their choosing. We promise our customers a high quality, standardised and reliable service experience. To fulfill this promise, we work closely with our hand-picked service partners, enabling them with technology, training, products, tools, financing, insurance and brand, helping them succeed and deliver on this promise.
Our Vision: Empower millions of professionals worldwide to deliver services at home like never experienced before </p><br>
</div> <br>
<div class="container">
<p id="work"><strong>How We Do It....</strong></p>
<ul>
<li>Urban Company provides a platform that allows skilled and experienced professionals to connect with users looking for specific services.</li>
<li>Once on the platform, our match-making algorithm identifies professionals who are closest to the user's requirements and available at the requested time and date.</li>
<li><a href="https://www.urbancompany.com/blog/esg-impact/">Impacts of Urban Company </a></li>
</ul>
</div>
<section class="service">
<hr>
<h2 class="services">Home services at your doorstep</h2><br>
<img src="img.PNG" alt="ERROR" height="400" width="45%" >
<img src="clean.png" alt="ERROR" height="400" width="45%" ><br><br>
<hr>
</section>
<section>
<h2>Cleaning & Pest Control</h2><br>
<img src="pest.PNG" alt="ERROR" height="400" width="100%" ><br>
</section>
<section class="service">
<hr>
<div >
<h2>Join the Urban Services Family Now!!</h2><br>
<button> <a href="register.html">Register</a></button>
<button > <a href="login.html">Login</a> </button><br><br>
</div>
<img src="user.PNG" alt="ERROR" height="100" width="400" ><br><br>
<hr>
</section>
<section >
<h3>Get Expert Professional Services at Home.</h3><br>
<iframe width="45%" height="315" src="https://www.youtube.com/embed/GYCmIGcSa7I?si=djWy97cc2Ny0NbMn" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="45%" height="315" src="https://www.youtube.com/embed/d0e_ldZSfds?si=_GhKH6CRKwu20Fe9" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</section>
<section class="table service">
<hr>
<h2>Contact Information</h2>
<table>
<tr>
<th>Address</th>
<td>Urbanclap Technologies India Pvt Ltd, 2nd Floor, L.B.S Marg, Vikhroli (West), Mumbai, Maharashtra 400079</td>
</tr>
<tr>
<th>Phone</th>
<td>(987) 654-3210</td>
</tr>
<tr>
<th>Email</th>
<td><a href="mailto:contact@urbanservices.com">contact@urbanservices.com</a></td>
</tr>
</table>
</section>
<footer>
<h3><strong>Follow us on </strong></h3>
<a href="https://facebook.com/urbanservices" target="_blank"><img src="facebook.png" height="100" width="100" alt="facebook"></a>
<a href="https://www.youtube.com/channel/UCjNJe0jgLP257X9LsSuyIpg" target="_blank"><img src="youtube.png" height="100" width="100" alt="youtube"></a>
<a href="https://twitter.com/urbanservices" target="_blank"><img src="twitter.png" height="100" width="100" alt="twitter"></a>
<a href="https://www.instagram.com/urbancompany/?hl=en" target="_blank"><img src="instagram.png" height="100" width="100" alt="instagram"></a>
<a href="https://linkedin.com/company/urbanservices" target="_blank"><img src="linkedin.png" height="100" width="100" alt="linkedin"></a>
</div>
<p>© 2024 Urban Services Company.
All rights reserved.</p>
</p>
</footer>
</body>
</html>