-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
435 lines (432 loc) · 15.1 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
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
<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>products</title>
<link rel="stylesheet" href="products.css" />
</head>
<body>
<div class="content">
<div class="main">
<nav class="nav">
<div class="comp">
<h2>Darati.Inc</h2>
</div>
<div class="links">
<ul>
<li>Rent Room</li>
<li>Rent Office</li>
<li>Launch Rental</li>
</ul>
</div>
<div class="buttons">
<button class="publish">Become LandLord</button>
<button class="login">Log in</button>
<h4>Help</h4>
</div>
</nav>
<div class="serach">
<h1>Lets Make Renting Simple</h1>
<p>
Rent millions of rooms, offices, work-space, houses, hostels,
warehouses and more.
</p>
<div class="inputsearch">
<svg
xmlns="http://www.w3.org/2000/svg"
width="23"
height="23"
viewBox="0 0 16 16"
>
<g fill="none" fill-rule="evenodd">
<path d="M16 0H0v16h16z"></path>
<path
fill="black"
fill-rule="nonzero"
d="M12 6.5a5.5 5.5 0 1 0-11 0 5.5 5.5 0 0 0 11 0zm-.564 4.229l4.418 4.417a.5.5 0 0 1-.708.708l-4.417-4.418a6.5 6.5 0 1 1 .707-.707z"
></path>
</g>
</svg>
<input
type="search"
name=""
placeholder="Explore millions of rentals"
id=""
/>
<button>Search</button>
</div>
</div>
</div>
<div class="new">
<div class="head">
<h2><a href="">New Rentals</a></h2>
<h4><a href="">See All</a></h4>
</div>
<div class="items">
<div class="item">
<img
src="/imgs/4a9557101909593.Y3JvcCwyODAwLDIxOTAsMCw2NTg.jpg"
alt=""
srcset=""
/>
<p>Brand New</p>
<div class="user">
<h4>Self Contained Single Room</h4>
<p>jac wida</p>
</div>
<h3>UGX: 200,000/month</h3>
</div>
<div class="item">
<img
src="/imgs/ee8e7f95515325.Y3JvcCwxNTQyLDEyMDYsMTQ4LDY4.png"
alt=""
srcset=""
/>
<p>Single</p>
<div class="user">
<h4>Single Room</h4>
<p>Derrick Dero</p>
</div>
<h3>UGX: 100,000/month</h3>
</div>
<div class="item">
<img
src="/imgs/selling-proposition-still-1400-x1.png"
alt=""
srcset=""
/>
<p>Self-contained</p>
<div class="user">
<h4>Self Contained Single Room</h4>
<p>mubiru raymond</p>
</div>
<h3>UGX: 200,000/month</h3>
</div>
<div class="item">
<img
src="/imgs/f30d3e128582189.Y3JvcCwxMTkzLDkzMywxMDMsMjMz.jpg"
alt=""
srcset=""
/>
<p>Hostel</p>
<div class="user">
<h4>Basma Hostel Large Room</h4>
<p>emma watson</p>
</div>
<h3>UGX: 200,000/month</h3>
</div>
<div class="item">
<img
src="/imgs/3-16-2020-7-09-40-pm-ltwqmdfd.png"
alt=""
srcset=""
/>
<p>House</p>
<div class="user">
<h4>Whole House</h4>
<p>omutto java</p>
</div>
<h3>UGX: 800,000/month</h3>
</div>
<div class="item">
<img
src="/imgs/asus-chromebook-flip-c436-0053.jpg"
alt=""
srcset=""
/>
<p>Office</p>
<div class="user">
<h4>Office Space</h4>
<p>Julius lapyem</p>
</div>
<h3>UGX: 400,000/month</h3>
</div>
<div class="item">
<img src="/imgs/raptor-promo.jpg" alt="" srcset="" />
<p>warehouse</p>
<div class="user">
<h4>New Commercial Space</h4>
<p>Namubiru Rachael</p>
</div>
<h3>UGX: 300,000/month</h3>
</div>
<div class="item">
<img src="/imgs/002-lg-g1-oled-tv.jpg" alt="" srcset="" />
<p>Flat</p>
<div class="user">
<h4>New Flat Space</h4>
<p>mc inno</p>
</div>
<h3>UGX: 150,000/month</h3>
</div>
</div>
</div>
<div class="save">
<div class="message">
<h4>Save with darati</h4>
<h1>Issues Paying your Rent, Save With No Extra Fee</h1>
<p>
Whether your following your heart or just trying out, we will surely
get you what you desire
</p>
<div class="info">
<button class="save">Proof Your Rental In Minutes</button>
<h5>Schedule Your Saved Rent In Advance</h5>
<h5>More Power, Control Your Rent</h5>
</div>
<button class="save-now">Save Now</button>
</div>
<div class="image"></div>
</div>
<div class="explore">
<h2>Explore Cities</h2>
<div class="explore-all">
<p>Get A Rental In Any Major Ugandan City</p>
<h4><a href="">See All</a></h4>
</div>
<div class="cities">
<div class="city">
<img
src="/imgs/paris-header-culture-trip-illustration-768x512.jpg"
alt=""
/>
<h4>Kampala</h4>
</div>
<div class="city">
<img
src="/imgs/ia_0208_nyc-header_isabel-seliger_final_header-768x512.jpg"
alt=""
/>
<h4>Jinja</h4>
</div>
<div class="city">
<img
src="/imgs/ross-becker-london-header-extended-768x512.jpg"
alt=""
/>
<h4>Gulu</h4>
</div>
<div class="city">
<img
src="/imgs/shanghai-hires-ia_0211_shanghailocationheader_liamcobb_final-768x512.jpg"
alt=""
/>
<h4>Mbarara</h4>
</div>
<div class="city">
<img src="/imgs/san-francisco_gs_header-768x512.jpg" alt="" />
<h4>Fort Portal</h4>
</div>
<div class="city">
<img
src="/imgs/ia_0435_barcelona_birgit-palma_final_header-1-768x512.jpg"
alt=""
/>
<h4>Entebbe</h4>
</div>
</div>
</div>
<div class="divided">
<div class="left">
<h1>
Find The <span>Perfect Rental</span> For Your Family, Business,
Office, Student Or Goods
</h1>
<div class="message">
<h4>
<span></span>
<svg
width="16"
height="16"
viewBox="0 0 16 16"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
>
<path
fill="currentColor"
d="M8 1.75C4.54822 1.75 1.75 4.54822 1.75 8C1.75 11.4518 4.54822 14.25 8 14.25C11.4518 14.25 14.25 11.4518 14.25 8C14.25 4.54822 11.4518 1.75 8 1.75ZM0.25 8C0.25 3.71979 3.71979 0.25 8 0.25C12.2802 0.25 15.75 3.71979 15.75 8C15.75 12.2802 12.2802 15.75 8 15.75C3.71979 15.75 0.25 12.2802 0.25 8Z"
></path>
<path
fill="currentColor"
d="M11.5303 5.46967C11.8232 5.76256 11.8232 6.23744 11.5303 6.53033L7.53033 10.5303C7.23744 10.8232 6.76256 10.8232 6.46967 10.5303L4.46967 8.53033C4.17678 8.23744 4.17678 7.76256 4.46967 7.46967C4.76256 7.17678 5.23744 7.17678 5.53033 7.46967L7 8.93934L10.4697 5.46967C10.7626 5.17678 11.2374 5.17678 11.5303 5.46967Z"
></path>
</svg>
The Best For Every Budget
</h4>
<p>Find High Quality Rentals For Low Prices</p>
</div>
<div class="message">
<h4>
<span></span>
<svg
width="16"
height="16"
viewBox="0 0 16 16"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
>
<path
fill="currentColor"
d="M8 1.75C4.54822 1.75 1.75 4.54822 1.75 8C1.75 11.4518 4.54822 14.25 8 14.25C11.4518 14.25 14.25 11.4518 14.25 8C14.25 4.54822 11.4518 1.75 8 1.75ZM0.25 8C0.25 3.71979 3.71979 0.25 8 0.25C12.2802 0.25 15.75 3.71979 15.75 8C15.75 12.2802 12.2802 15.75 8 15.75C3.71979 15.75 0.25 12.2802 0.25 8Z"
></path>
<path
fill="currentColor"
d="M11.5303 5.46967C11.8232 5.76256 11.8232 6.23744 11.5303 6.53033L7.53033 10.5303C7.23744 10.8232 6.76256 10.8232 6.46967 10.5303L4.46967 8.53033C4.17678 8.23744 4.17678 7.76256 4.46967 7.46967C4.76256 7.17678 5.23744 7.17678 5.53033 7.46967L7 8.93934L10.4697 5.46967C10.7626 5.17678 11.2374 5.17678 11.5303 5.46967Z"
></path>
</svg>
Protected Payments
</h4>
<p>
Payments are Highly secured. Your money isn't released until you
approve.
</p>
</div>
<div class="message">
<h4>
<span></span>
<svg
width="16"
height="16"
viewBox="0 0 16 16"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
>
<path
fill="currentColor"
d="M8 1.75C4.54822 1.75 1.75 4.54822 1.75 8C1.75 11.4518 4.54822 14.25 8 14.25C11.4518 14.25 14.25 11.4518 14.25 8C14.25 4.54822 11.4518 1.75 8 1.75ZM0.25 8C0.25 3.71979 3.71979 0.25 8 0.25C12.2802 0.25 15.75 3.71979 15.75 8C15.75 12.2802 12.2802 15.75 8 15.75C3.71979 15.75 0.25 12.2802 0.25 8Z"
></path>
<path
fill="currentColor"
d="M11.5303 5.46967C11.8232 5.76256 11.8232 6.23744 11.5303 6.53033L7.53033 10.5303C7.23744 10.8232 6.76256 10.8232 6.46967 10.5303L4.46967 8.53033C4.17678 8.23744 4.17678 7.76256 4.46967 7.46967C4.76256 7.17678 5.23744 7.17678 5.53033 7.46967L7 8.93934L10.4697 5.46967C10.7626 5.17678 11.2374 5.17678 11.5303 5.46967Z"
></path>
</svg>
Quality Work Done Quickly
</h4>
<p>Your Trust To Click Is The Only Thing Holding You Back</p>
</div>
<div class="message">
<h4>
<span></span>
<svg
width="16"
height="16"
viewBox="0 0 16 16"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
>
<path
fill="currentColor"
d="M8 1.75C4.54822 1.75 1.75 4.54822 1.75 8C1.75 11.4518 4.54822 14.25 8 14.25C11.4518 14.25 14.25 11.4518 14.25 8C14.25 4.54822 11.4518 1.75 8 1.75ZM0.25 8C0.25 3.71979 3.71979 0.25 8 0.25C12.2802 0.25 15.75 3.71979 15.75 8C15.75 12.2802 12.2802 15.75 8 15.75C3.71979 15.75 0.25 12.2802 0.25 8Z"
></path>
<path
fill="currentColor"
d="M11.5303 5.46967C11.8232 5.76256 11.8232 6.23744 11.5303 6.53033L7.53033 10.5303C7.23744 10.8232 6.76256 10.8232 6.46967 10.5303L4.46967 8.53033C4.17678 8.23744 4.17678 7.76256 4.46967 7.46967C4.76256 7.17678 5.23744 7.17678 5.53033 7.46967L7 8.93934L10.4697 5.46967C10.7626 5.17678 11.2374 5.17678 11.5303 5.46967Z"
></path>
</svg>
24/7 Service
</h4>
<p>
Questions? Our round-the-clock support team is available to help
anytime, anywhere.
</p>
</div>
<div class="popular">
<h5>Popular:</h5>
<ul>
<li>Self-contained</li>
<li>Single Room</li>
<li>Office</li>
<li>Hostel</li>
</ul>
</div>
</div>
<div class="right">
<h1>Right In The Perfect Hands..</h1>
<div class="buttons">
<button class="publish">Become LandLord</button>
<button class="login">Log in</button>
</div>
<h4>OR</h4>
<div class="inputsearch">
<svg
xmlns="http://www.w3.org/2000/svg"
width="23"
height="23"
viewBox="0 0 16 16"
>
<g fill="none" fill-rule="evenodd">
<path d="M16 0H0v16h16z"></path>
<path
fill="black"
fill-rule="nonzero"
d="M12 6.5a5.5 5.5 0 1 0-11 0 5.5 5.5 0 0 0 11 0zm-.564 4.229l4.418 4.417a.5.5 0 0 1-.708.708l-4.417-4.418a6.5 6.5 0 1 1 .707-.707z"
></path>
</g>
</svg>
<input
type="search"
name=""
placeholder="Explore millions of rentals"
id=""
/>
<button>Search</button>
</div>
<!-- <p>Approved..</p> -->
</div>
</div>
<div class="footer">
<div class="divider">
<div class="content-container">
<div class="content">
<ul>
<li>About</li>
<li>Privacy</li>
<li>Company</li>
<li>Regions</li>
</ul>
</div>
<div class="content">
<ul>
<li>Cancel-policy</li>
<li>LandLords</li>
<li>Careers</li>
<li>Insider</li>
</ul>
</div>
<div class="content">
<ul>
<li>Affiliate</li>
<li>Launch Rental</li>
<li>Safety</li>
<li>Saving</li>
</ul>
</div>
</div>
<div class="footer-right">
<div class="content">
<ul>
<li>Developers</li>
<li>Investors</li>
<li>Help</li>
<li>Covid-19</li>
</ul>
</div>
<div class="content">
<ul>
<li>Facebook</li>
<li>Twitter</li>
<li>Youtube</li>
<li>Instagram</li>
</ul>
</div>
</div>
</div>
<div class="company">
<h3>Darati.Inc</h3>
<p>copyright 2021</p>
</div>
</div>
</div>
</body>
</html>