-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3index.html
73 lines (66 loc) · 2.88 KB
/
3index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Airbnb-mobile-page2</title>
<link rel="stylesheet" href="2styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<meta name="Airbnb" content="Find new and amazing places to Stay on Airbnb">
<meta name="Airbnb" content ="travel, accomodation, stays, holiday">
</head>
<body>
<header>
<div class="logo">
<img id="airbnb-logo" src="https://www.digital.ink/wp-content/uploads/airbnb_logo_detail.jpg" alt="Airbnb">
</div>
<div class="container">
<input type="text" placeholder="Where to? Anywhere - Any week - Add guests">
</div>
</header>
<section class="hero">
<div class="hero-section">
<img src="https://a0.muscache.com/im/pictures/mediaverse/category_icon/original/3e5243c8-4d15-4c6b-97e3-7ba2bb7bb880.png" alt="Icons">
<h2>Icons</h2>
</div>
<div class="hero-section">
<img src="https://a0.muscache.com/pictures/c0a24c04-ce1f-490c-833f-987613930eca.jpg" alt="National Parks">
<h2>National Parks</h2>
</div>
<div class="hero-section">
<img src="https://a0.muscache.com/pictures/732edad8-3ae0-49a8-a451-29a8010dcc0c.jpg" alt="Cabins">
<h2>Cabins</h2>
</div>
<div class="hero-section">
<img src="https://a0.muscache.com/im/pictures/mediaverse/category_icon/original/3e5243c8-4d15-4c6b-97e3-7ba2bb7bb880.png" alt="OMG!">
<h2>OMG!</h2>
</div>
</section>
<section class="listings">
<div class="listing">
<img src="https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6MTEyNjIzMTk3NDU3MjE4Nzg2NA%3D%3D/original/f4cbe542-3ce0-4c6f-a8f1-d2120c1b2420.jpeg?im_w=1200" alt="Train at the X-Mansion">
<h2>Train at the X-Mansion</h2>
<p>Hosted by Jubilee</p>
<p>£31 per guest</p>
</div>
<div class="listing">
<img src="https://a0.muscache.com/im/pictures/hosting/Hosting-U3RheVN1cHBseUxpc3Rpbmc6MTEzMTA4OTQ5ODA0MDcwMTE4Mw%3D%3D/original/4f7a276e-9995-4b32-bda6-300de0619b25.png?im_w=1200&im_q=highq" alt="Stay in Prince's Purple Rain House">
<h2>Stay in Prince's Purple Rain House</h2>
<p>Hosted by Wendy and Lisa</p>
<p>Coming August</p>
</div>
</section>
<footer>
<div class="footer-nav">
<a href="#">About</a>
<a href="#">Contact</a>
<a href="#">Privacy</a>
</div>
<div class="footer-social">
<a href="#">Facebook</a>
<a href="#">Twitter</a>
<a href="#">Instagram</a>
</div>
</footer>
</body>
</html>