-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
227 lines (221 loc) · 8.72 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
<!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>AirBnB clone</title>
<link rel="stylesheet" href="/styles/4-common.css">
<link rel="stylesheet" href="/styles/3-header.css">
<link rel="stylesheet" href="/styles/3-footer.css">
<link rel="stylesheet" href="/styles/6-filters.css">
<link rel="stylesheet" href="/styles/101-places.css">
</head>
<body>
<header>
<div class="header">
<div class="logo">
</div>
</div>
</header>
<div class="container">
<section class="filters">
<div class="locations">
<h3>States</h3>
<h4>Abuja, Lagos...</h4>
<ul class="popover">
<li>
<h2>Abuja:</h2>
</li>
<li>Zuma Rock</li>
<li>Gwarinpa</li>
<li>
<h2>Lagos</h2>
</li>
<li>Lagos Island</li>
<li>Ikeja</li>
</ul>
</div>
<div class="amenities">
<h3>Amenities</h3>
<h4>Internet, Kitchen...</h4>
<ul class="popover">
<li>Internet</li>
<li>Tv</li>
<li>Kitchen</li>
<li>Security</li>
</ul>
</div>
<button>Search</button>
</section>
<section class="places">
<h1>Places</h1>
<article>
<h2>My Home</h2>
<div class="price_by_night">
<p>$80</p>
</div>
<div class="information">
<div class="max_guest">
<div class="icon_guest"></div>
<p>2 Guests</p>
</div>
<div class="number_rooms">
<div class="icon_bed"></div>
<p>1 Bedroom</p>
</div>
<div class="number_bathrooms">
<div class="icon_bath"></div>
<p>1 Bathroom</p>
</div>
</div>
<div class="user">
<p><b>Owner</b>: Oyedele Bolaji</p>
</div>
<div class="description">
<p>This is lovely 1 bedroom and 1 bathroom apartment that can
accomodate 2 people. It locates at the center of Lagos island
close to CMS bus stop.
</p>
</div>
<div class="amenities">
<h2>Amenities</h2>
<ul>
<li>
<div class="tv_icon"></div>
<p>TV</p>
</li>
<li>
<div class="wifi_icon"></div>
<p>Wifi</p>
</li>
<li>
<div class="pets_icon"></div>
<p>Pet Friendly</p>
</li>
</ul>
</div>
<div class="reviews">
<h2>2 Reviews</h2>
<ul>
<li>
<h3>From Wizkid the 27th January 2022</h3>
<p>Bolaji is an epic host. Nothing more I can say, 5 stars!</p>
</li>
<li>
<h3>From Burna Boy the 20th October 2020</h3>
<p>Highly recommend!</p>
</li>
</ul>
</div>
</article>
<article>
<h2>Tiny House</h2>
<div class="price_by_night">
<p>$65
</div>
<div class="information">
<div class="max_guest">
<div class="icon_guest"></div>
<p>4 Guests
</div>
<div class="number_rooms">
<div class="icon_bed"></div>
<p>2 Bedrooms
</div>
<div class="number_bathrooms">
<div class="icon_bath"></div>
<p>1 Bathroom
</div>
</div>
<div class="user">
<p><b>Owner</b>: Mr Samuel</p>
</div>
<div class="description">
<p>Our place is a private, affordable stand-alone guest house centrally located just minutes to
French Quarters, Downtown, the Fair Grounds(Jazz Fest) and City Park. The guest house is a
quaint, 400 square ft. with a full bath, mini kitchen and living room. The extra high ceilings
make the home feel more spacious. The sofa converts to a bed also. We have a handmade counter
area that adds character to the room and a great porch/deck to relax on and have a glass of
Merlot.
</div>
<div class="amenities">
<h2>Amenities</h2>
<ul>
<li>
<div class="pets_icon"></div>
<p>Pet Friendly</p>
</li>
</ul>
</div>
<div class="reviews">
<h2>1 Review</h2>
<ul>
<li>
<h3>From Victor the 15th January 2022</h3>
<p>Fantastic place. It was clean, Mr. Samuel was great (even though we didn't meet in
person)
and everything went super smooth. Location is also great if you like running and
something a bit more quiet.</p>
</li>
</ul>
</div>
</article>
<article>
<h2>A Suite</h2>
<div class="price_by_night">
<p>$190</p>
</div>
<div class="information">
<div class="max_guest">
<div class="icon_guest"></div>
<p>5 Guests</p>
</div>
<div class="number_rooms">
<div class="icon_bath"></div>
<p>2 Bedrooms</p>
</div>
</div>
<div class="user">
<p><b>Owner</b>: Mr Ayodeji</p>
</div>
<div class="description">
<p>This suite is equipped with 2 kind-size beds and 1 twin bed, and is perfect for a family
vacation. Located near ground transportation in the east of Paris, it's easy to go visit the
city in less than 30 minutes. The cafe accross the street serves delicious vegan brunch every
weekend, and is children-friendly.
</div>
<div class="amenities">
<h2>Amenities</h2>
<ul>
<li>
<div class="wifi_icon"></div>
<p>Wifi</p>
</li>
</ul>
</div>
<div class="reviews">
<h2>2 Reviews</h2>
<ul>
<li>
<h3>From Davido the 7th December 2021</h3>
<p>Super charming place in a cool neighborhood! The apartment is very clean and sunny.
Highly recommend!</p>
</li>
<li>
<h3>From Bolaji the 25th November 2020</h3>
<p>Ayodeji was very sweet when she welcomed us and made sure we felt as comfortable as
possible. The location is ideal for visiting the city and use transportation.</p>
</li>
</ul>
</div>
</article>
</section>
</div>
<footer>
<div class="footText">
Best School
</footer>
</div>
</body>
</html>