-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAirbnb.html
199 lines (184 loc) · 5.41 KB
/
Airbnb.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AirBnB clone</title>
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
</head>
<body>
<div>
<button class="search" type="button">
<img
src="Airbnb_files/mag_glass_icon.png"
alt="Icon"
class="button-icon"
/>
<div>
<p class="where-to-text">Where to?</p>
<p class="any-any-add-text">Anywhere · Any Week · Add guests</p>
</div>
</button>
<div class="top-page-icons-row">
<button type="button" class="Icons-button">
<img src="Airbnb_files/Icons.png" alt="Icons"/> <p>Icons</p> </button>
<button type="button">
<img src="Airbnb_files/Trending.jpg" alt="Trending" /> <p>Trending</p>
<button type="button" class="Lakefront-button">
<img src="Airbnb_files/Lakefront.jpg" alt="Lakefront" /> <p>Lakefront</p>
<button type="button" class="Cabins-button">
<img src="Airbnb_files/Cabins.jpg" alt="Cabins" /> <p>Cabins</p>
<button type="button" class="Top-world-button">
<img src="Airbnb_files/Top of the world.jpg" alt="Top of the world" /> <p>Top of the world</p>
</div>
</div>
</div>
<div class="property-container">
<div class="property-image-container">
<img src="Airbnb_files/1.jpeg" class="property-image">
<p class="property-name">Train at the X-Mansion</p>
<p class="host-name">Hosted by Jubilee</p>
<p class="property-price">£30 per guest</p>
</div>
<div class="property-image-container">
<img src="Airbnb_files/2.jpeg" class="property-image">
<p class="property-name">Open the Olympic Games at Musée d’Orsay</p>
<p class="host-name">Hosted by Mathieu Lehanneur</p>
<p class="property-price">Coming 13 June</p>
</div>
<div class="property-image-container">
<img src="Airbnb_files/2.png" class="property-image">
<p class="property-name">Make core memories with Inside Out 2</p>
<p class="host-name">Hosted by Joy</p>
<p class="property-price">Coming June</p>
</div>
</div>
<div class="airbnb-more-location-panel">
<div>
<p class="inspiration-for-future-text">Inspiration for future getaways</p>
<div class="airbnb-more-location-type-panel">
<p>Popular</p>
<p>Historic</p>
<p>Coastal</p>
<p>Islands</p>
<p>Lakes</p>
</div>
<hr>
<div class="location-rentals">
<div class="location-box">
<p class="location">Aberfeldy</p>
<p class="rental-type">Holiday rentals</p>
</div>
<div class="location-box">
<p class="location">Athens</p>
<p class="rental-type">Holiday rentals</p>
</div>
<div class="location-box">
<p class="location">Bakewell</p>
<p class="rental-type">Holiday rentals</p>
</div>
<div class="location-box">
<p class="location">Bath</p>
<p class="rental-type">Cottage rentals</p>
</div>
<div class="location-box">
<p class="location">Amsterdam</p>
<p class="rental-type">Pet-friendly rentals</p>
</div>
<div class="location-box">
<p class="location">Aviemore</p>
<p class="rental-type">Cabin rentals</p>
</div>
<div class="location-box">
<p class="location">Barcelona</p>
<p class="rental-type">Flat rentals</p>
</div>
<div class="more">
<p>Show more ⌄</p>
</div>
</div>
</div>
<hr>
</div>
</div>
<div class="support-panel-box">
<p class="support-text">Support</p>
<p>Help Centre</p>
<p>Anti-discrimination</p>
<p>Disability support</p>
<p>Cancellation options</p>
<p>Report neighbourhood concern</p>
</div>
<hr>
<div class="support-panel-box">
<p class="hosting-text">Hosting</p>
<p>Help Centre</p>
<p>Airbnb your home</p>
<p>AirCover for Hosts</p>
<p>Hosting resources</p>
<p>Community forum</p>
<p>Hosting responsibility</p>
<p>Join a free Hosting class</p>
</div>
<hr>
<div class="support-panel-box">
<p class="airbnb-text">Airbnb</p>
<p>Newsroom</p>
<p>New features</p>
<p>Careers</p>
<p>Investors</p>
<p>Gift cards</p>
<p>Airbnb.org emergency stays</p>
</div>
<hr>
<div class="company-crediantials">
<div class="icon-text-box">
<img src="Airbnb_files/globe-grid-svgrepo-com.svg" alt="Globe"
class="globe-icon">
<p>English (GB)</p>
</div>
<div class="icon-text-box">
<p>£ GBP</p>
</div>
</div>
<div><p class="airbnb-inc">© 2024 Airbnb, Inc.</p></div>
<div class="airbnb-legal-details">
<p>Privacy</p>
<p>⋅</p>
<p>Terms</p>
<p>⋅</p>
<p>Sitemap</p>
<p>UK Modern Slavery Act</p>
<p>⋅</p>
<p>Company Details</p>
<p>⋅</p>
<p>Airbnb UK Limited S.172 Statement</p>
<p>⋅</p>
<p>Airbnb Payments UK S.172 Statement</p>
</div>
<div class="bottom-page-icons-container">
<div class="bottom-page-icon-buttons"">
<span class="material-symbols-outlined">
search
</span>Explore
</div>
<div class="bottom-page-icon-buttons"">
<span class="material-symbols-outlined">
favorite
</span>
</span>Wishlists
</div>
<div class="bottom-page-icon-buttons">
<span class="material-symbols-outlined">
account_circle
</span>Log In
<div>
<div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>