-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path103-index.html
executable file
·233 lines (228 loc) · 9.57 KB
/
103-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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>AirBnB clone</title>
<link rel="stylesheet" type="text/css" href="styles/103-common.css" />
<link rel="stylesheet" type="text/css" href="styles/103-header.css" />
<link rel="stylesheet" type="text/css" href="styles/103-footer.css" />
<link rel="stylesheet" type="text/css" href="styles/103-filters.css" />
<link rel="stylesheet" type="text/css" href="styles/103-places.css" />
<link rel='shortcut icon' href="../images/icon.png" />
</head>
<body>
<header title="Logo"> </header>
<div class="container">
<section class="filters" title="Search Bar">
<button title="search button">
Search
</button>
<div class="locations" role="menu">
<h3>
States
</h3>
<h4>
California, Arizona...
</h4>
<ul class="popover">
<li>
<h2>Arizona:</h2>
</li>
<li>
<ul>
<li>Page</li>
<li>Page2</li>
</ul>
</li>
<li>
<h2>California:</h2>
</li>
<li>
<ul>
<li>San Francisco</li>
<li>Los Altos</li>
</ul>
</li>
</ul>
</div>
<div class="amenities" role="menu">
<h3>
Amenities
</h3>
<h4>
Internet, Kitchen...
</h4>
<ul class="popover">
<li>Internet</li>
<li>TV</li>
<li>Kitchen</li>
<li>Iron</li>
</ul>
</div>
</section>
<section class="places" role="contentinfo">
<h1>Places</h1>
<article>
<h2>My Home</h2>
<div class="price_by_night">
<h3>$80</h3>
</div>
<div class="information" role="list">
<div class="max_guest" title="Number of Guests">
<h3>2 Guests</h3>
</div>
<div class="number_rooms" title="Number of Rooms">
<h3>1 Bedroom</h3>
</div>
<div class="number_bathrooms" title="Number of Bathrooms">
<h3>1 Bathroom</h3>
</div>
</div>
<div class="user">
<b>Owner:</b> Johnny
</div>
<div class="description">
<p> This is a lovely 1 bedroom and 1 bathroom apartment that
can accommodate 2 people. It locates at the center of
Shanghai and next to subway line 1,1 stop to People
Square, 2 stops to Bund, 3 stops to Jingan Temple.
</p>
</div>
<div class="amenities" role="list">
<h2>Amenities</h2>
<ul>
<li class="tv">TV</li>
<li class="wifi">Wifi</li>
<li class="pets">Pet Friendly</li>
</ul>
<div class=reviews>
<h2>2 Reviews</h2>
<ul>
<li>
<h3>From Bob Dylan the 27th January 2017</h3>
<p>Runshi is an epic host. Nothing more I can say. 5 star!</p>
</li>
<li>
<h3>From Connor the 4th January 2017</h3>
<p>Highly recommended!</p>
</li>
</ul>
</div>
</div>
</article>
<article>
<h2>Tiny House</h2>
<div class="price_by_night">
<h3>$65</h3>
</div>
<div class="information" role="list">
<div class="max_guest" title="Number of Guests">
<h3>4 Guests</h3>
</div>
<div class="number_rooms" title="Number of Rooms">
<h3>2 Bedroom</h3>
</div>
<div class="number_bathrooms" title="Number of Bathrooms">
<h3>1 Bathroom</h3>
</div>
</div>
<div class="user">
<b>Owner:</b> Adrienne
</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, & living room. The
extra high ceilings make the home feel more spacious.
The sofa converts to a bed also. We have a hand made counter
area that adds character to the room and a great
porch/deck to relax on and have a glass of Merlot.
</p>
</div>
<div class="amenities" role="list">
<h2>Amenities</h2>
<ul>
<li class="pets">Pet Friendly</li>
</ul>
<div class=reviews>
<h2>1 Reviews</h2>
<ul>
<li>
<h3>From Max the 15th January 2017</h3>
<p>
Fantastic place. It was clean, Adrienne was great (even
though we did not meet in person) and everything went super
smooth. Location is also greate if you like running and
something a bit more quiet. I would suggest a car or take
into consideration that you might have to Uber into the
city from the location. Overall, would recommend the place
anytime.
</p>
</li>
</ul>
</div>
</div>
</article>
<article>
<h2>A suite</h2>
<div class="price_by_night">
<h3>$190</h3>
</div>
<div class="information">
<div class="max_guest" title="Number of Guests">
<h3>4 Guests</h3>
</div>
<div class="number_rooms" title="Number of Rooms">
<h3>4 Bedroom</h3>
</div>
<div class="number_bathrooms" title="Number of Bathrooms">
<h3>3 Bathroom</h3>
</div>
</div>
<div class="user">
<b>Owner:</b> Lue
</div>
<div class="description">
<p> This is a premium quality room located in the
most important area of New York. It is close to downtown
commerces and has a beatiful sight of central park.
You will have all the amenities you desire and will
definitely enjoy a great time.
By yourself, with your lover, or your family, you will
feel luxury from top to bottom.
</p>
</div>
<div class="amenities" role="list">
<h2>Amenities</h2>
<ul>
<li class="tv">TV</li>
<li class="wifi">Wifi</li>
</ul>
<div class=reviews>
<h2>3 Reviews</h2>
<ul>
<li>
<h3>From Kamie Nean the 6th September 2017</h3>
<p>I felt like a Queen during my stay!</p>
</li>
<li>
<h3>From Heman the 5th October 2017</h3>
<p>Beautiful Place.</p>
</li>
<li>
<h3>From Numa the 15th August 2017</h3>
<p>Great view and service!</p>
</li>
</ul>
</div>
</div>
</article>
</section>
</div>
<footer>
<p>Holberton School</p>
</footer>
</body>
</html>