forked from tashwini-p/StayBnB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
222 lines (202 loc) · 6.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="shortcut icon" href="/B33-Group1/Assests/bnb2.ico" type="image/x-icon">
<link rel="stylesheet" href="src/prasad/style.css" />
<title>StayBnb</title>
</head>
<body>
<!-- this is nav -->
<div class="main-nav">
<div class="logo">
<img
src="StayBNB logo.png"
alt=""
/>
</div>
<div class="middle">
<span class="s1" style="color: black"> <a href="index.html">Stays</a> </span>
<span class="s1"> <a href="./src/prasad/aboutUs.html">About</a> </span>
<span class="s1"> <a href="./ContactUsPage/contact_us.html">Support</a> </span>
</div>
<div class="last">
<span class="sp1">Airbnb your home</span>
<span class="sp1">
<i class="fa-solid fa-globe"></i>
</span>
<button id="login-button" class="sp1"><i class="fa-solid fa-user"></i></button>
</div>
</div>
<div class="search-nav">
<div class="d1">
<input id="search-destination" value="" type="text" class="input" placeholder="search destination" />
</div>
<div class="d1">
<p><strong>Check in</strong></p>
<input type="date" id="start" style="
border-radius: 10px;border: none;"
name="trip-start" value="2024-08-12" min="2024-01-01" max="2024-12-31" />
</div>
<div class="d2">
<p><strong>Check out</strong></p>
<input type="date" id="end" style="
border-radius: 10px;border: none;"
name="trip-start" value="2024-08-12" min="2024-01-01" max="2024-12-31" />
</div>
<div class="d3">
<p><strong>Number of People</strong></p>
<input type="number" id="quantity" name="quantity" min="1" max="5">
</div>
<button id="search-destination-btn" class="btn1">
<i class="fa-solid fa-magnifying-glass"></i> Search
</button>
</div>
<div class="search-navbar">
<div class="search-logo s5">
<img
src="https://uxwing.com/wp-content/themes/uxwing/download/user-interface/search-icon.png"
alt=""
/>
</div>
<div class="se s5">
<h3>Anywhere</h3>
<p>Any.week . Add guests</p>
</div>
</div>
<!-- mid part -->
<div id ="card-Wrapper">
<!-- <div class="card">
<img
src="https://a0.muscache.com/im/pictures/miso/Hosting-13903824/original/82d996fb-d7c4-46a8-a713-febd281cd69f.jpeg?im_w=720"
alt="Placeholder image"/>
<div class="flex">
<h3>Torino,Italy</h3>
<div class="flex">
<i class="fa-solid fa-star"></i>
<p>5.0</p>
</div>
</div>
<p class="lightText">Stay with Carmela . Hosting for 8 years</p>
<p class="lightText">4 - 9 Mar</p>
<div class="flex">
<p><strong>$4,373</strong>night</p>
<button>BOOK NOW</button>
</div>
</div> -->
</div>
<!-- footer part -->
<div class="footer">
<div class="title">
<h2>Subscribe Our Newsletter</h2>
</div>
<div class="ipt-btn">
<input type="text" id="EInput" placeholder="Enter your Email ID" />
<button class="sbtn">Subscribe</button>
</div>
<div class="main-boxF">
<div class="boxF">
<div class="ul">
<ul>
<br />
<li>
<b>Support</b>
</li>
<br />
<li>Help Center</li>
<br />
<li>AirCover</li>
<br />
<li>Anti-discrimination</li>
<br />
<li>Disability support</li>
<br />
<li>Cancellation option</li>
</ul>
</div>
</div>
<div class="boxF">
<div class="ul">
<ul>
<br />
<li>
<b>Hosting</b>
</li>
<br />
<li>Airbnb your home</li>
<br />
<li>AirCover for Hosts</li>
<br />
<li>Hosting resource</li>
<br />
<li>Community forum</li>
<br />
<li>Hosting responsibly</li>
</ul>
</div>
</div>
<div class="boxF airbnbDiv">
<div class="ul">
<ul>
<br />
<li>
<b>Airbnb</b>
</li>
<br />
<li>Newsroom</li>
<br />
<li>New features</li>
<br />
<li>Careers</li>
<br />
<li>Investors</li>
<br />
<li>Airbnb.org emergency stays</li>
</ul>
</div>
</div>
</div>
<br />
<br />
<div
class="hr"
style="
height: 4px;
width: 90%;
margin: auto;
background-color: rgb(229, 229, 229);
"
></div>
<br />
<div class="media">
<span style="color: white">
follow us on
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-facebook"></i>
<i class="fa-brands fa-twitter"></i>
</span>
<br /><br />
</div>
</div>
</body>
<script src="LoginPage/crud.js"></script>
<script>
let loginButton = document.getElementById("login-button");
loginButton.style.border="3px solid black";
loginButton.addEventListener("click", ()=>{
window.location.href="LoginPage/index.html"
})
</script>
</html>