-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiendex.html
108 lines (105 loc) · 3.31 KB
/
iendex.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
<!DOCTYPE html>
<html>
<head>
<title>Document</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="container">
<!--header-->
<header>
<h1>AirBed & Breakfast _ Find a place to Stay.</h1>
<ul>
<li><a href="#">Sign Up</a></li>
<li><a href="#">Sign In</a></li>
<h4>This listing is no longer available.</h4>
<hr />
</ul>
</header>
<!--container-->
<div class="main">
<div class="section-1">
<h2>Find a place to siay.</h2>
<a href="#"
>Rent nightly from real people in
<i>830 cities in 73 countries.</i></a
>
<div>
<input type="text" />
<p>Check in</p>
<input type="date" />
<p>Check out</p>
<input type="date" />
<p>Guests</p>
<select name="selectName" id="selectId" size="1">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>
</div>
</div>
<div class="section-2">
<img src="img/foods.jpg" alt="foods" />
<div id="text">
<div>
<p>
<a href="#">You can order</a>'' the best food at Anahita
restaurant
</p>
<h4>$85/night</h4>
<img src="img/Chef.jpeg" />
</div>
</div>
</div>
<div class="section-3">
<div class="box">
<h3>Joe Baiden</h3>
<p>God bless Queen Elizabeth</p>
<img src="img/joe Biden.jpg" />
</div>
<div class="box">
<h3>League MBM</h3>
<p>America's Cup will be played next week</p>
<img src="img/basketball.jpeg" />
</div>
<div class="box">
<h3>Brazil won the World Cup</h3>
<p>Brazil won the World Cup for the second time</p>
<img src="img/football.jpg" />
</div>
</div>
</div>
<!--container2-->
<div class="container-2">
<h3>San Francisco, CA</h3>
<p>Rooms from $29/night</p>
<img src="img/san francisco.jpg" />
</div>
<!--container3-->
<div class="container-3">
<h4>As seen on:</h4>
<a href="#"><img src="img/cnn-1-logo.png" /></a>
<a href="#"><img src="img/New York Times logo.png" /></a>
<a href="#"><img src="img/TechCrunch logo.png" /></a>
<a href="#"><img src="img/Newsweek-logo.png" /></a>
<a href="#"><img src="img/The wall street journal.png" /></a>
<a href=""><img src="img/NBC logo.jpg" /></a>
</div>
<!---footer-->
<div class="footer">
<ul>
<li><a href="#"> About</a></li>
<li><a href="#"> FAQ</a></li>
<li><a href="#"> Contact</a></li>
<li><a href="#"> Terms & Privacy</a></li>
<li>Biggest Deals:<a href="#"> New York</a></li>
<li><a href="#"> San Francisco</a></li>
<li><a href="#"> Paris</a></li>
<li>Join us on : <a href="#"> Twitter</a></li>
<li><a href="#"> Facebook</a></li>
<h4>@AirBed & Breakfast, Inc</h4>
</ul>
</div>
</div>
</body>
</html>