-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
493 lines (493 loc) · 17.2 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
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
<!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="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Assistant:wght@400;700&family=DM+Sans:wght@400;700&family=Inter:wght@400;700&family=Manrope:wght@400;700&family=Poppins:wght@400;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="src/style.css" />
<title>home rentals</title>
</head>
<body>
<div class="container">
<header>
<nav class="navbar">
<div class="logo">
<img src="images\logo 1.png" alt="" />
</div>
<div class="navlist">
<ul>
<li>Home</li>
<li>Landlord</li>
<li>Tenants</li>
<li>Contact Us</li>
</ul>
</div>
</nav>
<div class="hero">
<h2>
The most affordable place to stay in the san franciso bay area
</h2>
<div class="map">
<img src="images\Rectangle 1.png" alt="" id="theMap" />
<div class="dropdown">
<div class="dropDetails">
<button class="dropBtn allType">
All Type
<i class="fa fa-caret-down"></i>
</button>
<button class="dropBtn neighborhood">
Neighborhood
<i class="fa fa-caret-down"></i>
</button>
<i class="fa fa-search search"></i>
</div>
</div>
</div>
</div>
</header>
<div class="firstSect">
<h2>
minimum living cost takes care of everything
<hr class="rule" />
</h2>
<div class="benefits">
<img
src="images\unsplash_oGmf8o53LeE.png"
alt=""
class="benefitImg"
/>
<div class="benefitDetails">
<div class="box">
<img src="images\Vector.png" alt="" />
<p>
Pay as Little <br />
as possible!
</p>
</div>
<div class="box">
<img src="images\Vector (1).png" alt="" />
<p>
Enjoy wisdom <br />
of community!
</p>
</div>
<div class="box">
<img src="images\Vector (2).png" alt="" />
<p>
Let's somebody else <br />
take care of Landlord!
</p>
</div>
<div class="box">
<img src="images\Vector (3).png" alt="" />
<p>
Enjoy peaceful <br />
Environment!
</p>
</div>
<div class="box">
<img src="images\Vector (4).png" alt="" />
<p>
Stay Safe! <br />
Save Money!
</p>
</div>
<div class="box">
<img src="images\Vector (5).png" alt="" />
<p>
Pay for what <br />
you use!
</p>
</div>
</div>
</div>
</div>
<div class="secondSect">
<div class="sectContainer">
<div class="sectNav">
<h2>
List Of Properties <br />
<hr class="rule2" />
</h2>
<button class="allProps">View All Property</button>
</div>
<div class="properties">
<div class="card">
<img src="images\unsplash_Eh_It1hg4Hs.png" alt="" />
<div class="boxContent">
<p class="bolder">
2578 Folsom street, san francisco, CA, 94110
</p>
<p class="light">Private Room</p>
<p class="amount">$1200/Month</p>
</div>
<div class="boxFooter">
<div class="spaces">
<i
class="fa fa-bed"
style="font-size: 20px; color: black"
></i>
<p>4</p>
</div>
<div class="spaces">
<i
class="fa fa-bath"
style="font-size: 20px; color: black"
></i>
<p>2</p>
</div>
<div class="spaces noRb">
<i
class="fa fa-sun-o"
style="font-size: 20px; color: black"
></i>
<p>2</p>
</div>
</div>
</div>
<div class="card">
<img src="images\unsplash_2d4lAQAlbDA.png" alt="" />
<div class="boxContent">
<p class="bolder">
2578 Folsom street, san francisco, CA, 94110
</p>
<p class="light">Private Room</p>
<p class="amount">$1200/Month</p>
</div>
<div class="boxFooter">
<div class="spaces">
<i
class="fa fa-bed"
style="font-size: 20px; color: black"
></i>
<p>4</p>
</div>
<div class="spaces">
<i
class="fa fa-bath"
style="font-size: 20px; color: black"
></i>
<p>2</p>
</div>
<div class="spaces noRb">
<i
class="fa fa-sun-o"
style="font-size: 20px; color: black"
></i>
<p>2</p>
</div>
</div>
</div>
<div class="card">
<img src="images\unsplash_T6d96Qrb5MY.png" alt="" />
<div class="boxContent">
<p class="bolder">
2578 Folsom street, san francisco, CA, 94110
</p>
<p class="light">Private Room</p>
<p class="amount">$1200/Month</p>
</div>
<div class="boxFooter">
<div class="spaces">
<i
class="fa fa-bed"
style="font-size: 20px; color: black"
></i>
<p>4</p>
</div>
<div class="spaces">
<i
class="fa fa-bath"
style="font-size: 20px; color: black"
></i>
<p>2</p>
</div>
<div class="spaces noRb">
<i
class="fa fa-sun-o"
style="font-size: 20px; color: black"
></i>
<p>2</p>
</div>
</div>
</div>
<div class="card">
<img src="images\unsplash_KQgrVfR3r74.png" alt="" />
<div class="boxContent">
<p class="bolder">
2578 Folsom street, san francisco, CA, 94110
</p>
<p class="light">Private Room</p>
<p class="amount">$1200/Month</p>
</div>
<div class="boxFooter">
<div class="spaces">
<i
class="fa fa-bed"
style="font-size: 20px; color: black"
></i>
<p>4</p>
</div>
<div class="spaces">
<i
class="fa fa-bath"
style="font-size: 20px; color: black"
></i>
<p>2</p>
</div>
<div class="spaces noRb">
<i
class="fa fa-sun-o"
style="font-size: 20px; color: black"
></i>
<p>2</p>
</div>
</div>
</div>
<div class="card">
<img src="images\unsplash_UV81E0oXXWQ.png" alt="" />
<div class="boxContent">
<p class="bolder">
2578 Folsom street, san francisco, CA, 94110
</p>
<p class="light">Private Room</p>
<p class="amount">$1200/Month</p>
</div>
<div class="boxFooter">
<div class="spaces">
<i
class="fa fa-bed"
style="font-size: 20px; color: black"
></i>
<p>4</p>
</div>
<div class="spaces">
<i
class="fa fa-bath"
style="font-size: 20px; color: black"
></i>
<p>2</p>
</div>
<div class="spaces noRb">
<i
class="fa fa-sun-o"
style="font-size: 20px; color: black"
></i>
<p>2</p>
</div>
</div>
</div>
<div class="card">
<img src="images\unsplash_uDtC-1NLEzU.png" alt="" />
<div class="boxContent">
<p class="bolder">
2578 Folsom street, san francisco, CA, 94110
</p>
<p class="light">Private Room</p>
<p class="amount">$1200/Month</p>
</div>
<div class="boxFooter">
<div class="spaces">
<i
class="fa fa-bed"
style="font-size: 20px; color: black"
></i>
<p>4</p>
</div>
<div class="spaces">
<i
class="fa fa-bath"
style="font-size: 20px; color: black"
></i>
<p>2</p>
</div>
<div class="spaces noRb">
<i
class="fa fa-sun-o"
style="font-size: 20px; color: black"
></i>
<p>2</p>
</div>
</div>
</div>
</div>
<div class="paginations">
<div class="pagination">
<a class="first" href="#">First</a>
<a href="#">1</a>
<a href="#" class="active">2</a>
<a href="#">3</a>
<a href="#">Next</a>
</div>
</div>
</div>
</div>
<div class="thirdSect">
<div class="sectContainer2">
<div class="sectFigs">
<img src="images\unsplash_nEtpvJjnPVo.png" alt="" />
<p class="sectText">Flexible Leases</p>
</div>
<div class="sectFigs2">
<img src="images\Image 2.png" alt="" />
<p class="sectText2">7-Day Happiness Guaranteed</p>
</div>
<div class="sectFigs3">
<img src="images\unsplash_uooMllXe6gE.png" alt="" />
<p class="sectText3">Monthly House Cleaning</p>
</div>
<div class="sectFigs4">
<img src="images\unsplash_XdWkFaHI97c.png" alt="" />
<p class="sectText4">
Choose Your <br />
Own Roommate
</p>
</div>
</div>
<div class="sectSide">
<h3>Flexibility and options to suit your lifestyle.</h2>
<p>
You need it? We got it. We make finding your next home easy,
comfortable, and simple. From our happiness guarantee to our
selective roommate finder option. We provide you the flexibility
that you most desire.
</p>
<button class="btn">Search Rooms</button>
</div>
</div>
<div class="theForm">
<p>Your property with us and be Confident that Your Room will be Filled Out!</p>
<div class="form">
<h2>Add A New Property</h2>
<div class="formA">
<form action="/action_page.php">
<label for="fname">Name <span>*</span></label><br>
<input type="text" placeholder="Enter Name">
</form>
<form action="/action_page.php">
<label for="fname">Address <span>*</span></label><br>
<input type="text" placeholder="Enter Address">
</form>
<form action="/action_page.php">
<label for="fname">Unit Number <span>*</span></label><br>
<input type="text" placeholder="Enter Unit">
</form>
</div>
<div class="formA">
<form action="/action_page.php">
<label for="fname">City <span>*</span></label><br>
<select type="text" placeholder="Select Room View">
<option value="select">Select City</option>
</select>
</form>
<form action="/action_page.php">
<label for="fname">State <span>*</span></label><br>
<select type="text" placeholder="Select Room View">
<option value="select">Select State</option>
</select>
</form>
<form action="/action_page.php">
<label for="fname">Room Type <span>*</span></label><br>
<select type="text" placeholder="Select Room View">
<option value="select">Select Room Type</option>
</select>
</form>
</div>
<div class="formA">
<form action="/action_page.php">
<label for="fname">Price <span>*</span></label><br>
<input type="text" placeholder="Enter Price">
</form>
<form action="/action_page.php" class="roomView">
<label for="fname">Room View <span>*</span></label><br>
<select type="text" placeholder="Select Room View">
<option value="select">Select Room View</option>
</select>
</form>
</div>
<div class="formA">
<form action="/action_page.php">
<label for="fname">Description <span>*</span></label><br>
<textarea name="Description" id="Description" cols="30" rows="10" placeholder="Enter Description"></textarea>
</form>
</div>
<div class="upload">
<h3>Upload Photos</h3>
<div class="uploadIns">
<p>Drag your images here, or <span>browse</span></p>
<p class="light">Supported: JPG, JPEG, PNG</p>
</div>
</div>
<button class="addProps">Add New Property</button>
</div>
<div class="lastSect">
<div class="close">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Etiam interdum nisl et nunc facilisis, a commodo eros mollis.
Nunc vel pellentesque est. Curabitur at odio sit amet libero vulputate
efficitur ac nec justo. Nulla vitae mauris quam. Nulla quam massa,
faucibus id pretium ac, mattis eu velit. Donec sed risus a lacus fringilla finibus.
</p>
<div class="author">
<img src="images\Ellipse 4.png" alt="">
<div class="authorDetails">
<h5>Harry Wilson</h5>
<p>Property Owner</p>
</div>
</div>
<img src="images\“.png" alt="" class="quote">
<div class="circles">
<div class="circle active"></div>
<div class="circle"></div>
<div class="circle"></div>
</div>
</div>
<div class="lastImg">
<img src="images\content-card-item-8.png" alt="">
</div>
</div>
<div class="contact">
<div class="contactBox">
<h2>Logo</h2>
<div class="contacts">
<div class="address">
<p><i class="fa fa-map-marker"></i> 345 Faulconer Drive, Suite 4 • Charlottesville, CA, 12345 <br>
<i class="fa fa-phone"></i> (123) 456-7890 <i class="fa fa-fax"></i> (123) 456-7890 <br>
</p>
</div>
<p>Social Media <i class="fa fa-facebook"></i>
<i class="fa fa-twitter"></i>
<i class="fa fa-linkedin"></i>
<i class="fa fa-youtube"></i>
<i class="fa fa-instagram"></i>
<i class="fa fa-google-plus"></i>
<i class="fa fa-pinterest"></i>
<i class="fa fa-rss"></i>
</p>
</div>
</div>
<div class="contactUs">
<ul>
<li>ABOUT US</li>
<li>CONTACT US</li>
<li>HELP</li>
<li>PRIVACY POLICY</li>
<li>DISCLAIMER</li>
</ul>
<p>Copyright © 2020 Minimumlivingcost. All rights reserved</p>
</div>
</div>
</div>
<script src="src/main.js"></script>
</body>
</html>