-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathwhyHostel.html
269 lines (248 loc) · 10.4 KB
/
whyHostel.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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- fontAwesome Icon -->
<link href="https://use.fontawesome.com/releases/v5.12.0/css/all.css" rel="stylesheet" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!-- custom Css -->
<style media="screen">
.navigationMenu .navbar-nav .dropdown:hover .dropdown-menu {
display: block;
}
.navigationMenu ul li {
padding: 4px 8px;
}
a {
text-decoration: none;
}
.mainHeading {
background-color: white;
margin-top: 10px;
}
.buttons {
margin-top: 60px;
}
.buttons .btn {
margin: 0 10px;
}
.extraSection {
padding: 10px;
background: rgb(2, 0, 36);
background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(231, 15, 66, 0.9) 35%, rgba(0, 212, 255, 0.5) 100%);
margin-top: 29px;
justify-content: center;
text-align: center;
color: white;
}
.whatIsHostel,
.facilities , .rent {
/* background-color: wheat; */
padding: 10px 50px;
margin: auto;
margin-top: 20px;
box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.5);
}
.whatIsHostel details,
.facilities details ,
.rent details {
font-size: 1.8rem;
}
.whatIsHostel details p,
.rent details p {
font-size: 19px;
}
.whatIsHostel details pre,
.rent details pre {
font-size: 1rem;
}
.facilities details ul {
font-size : 1rem;
margin-left: 17px;
}
/* footer base */
.footer-base {
text-align: center;
color: #999;
padding-top: 50px;
}
.socials .button1 {
display: inline-block;
height: 50px;
width: 60px;
color: #999;
}
</style>
<title>Why Hostel</title>
</head>
<body>
<div class="navigationMenu">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">Choose Wisely</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="aboutUS.html">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Services Available
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="hostelInformation.html">Hostel Information</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="roomInformation.html">Rooms Information</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="payingGuestInformation.html">Paying Guest Information</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="tiffinSystem.html">Tiffin System</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="waterSupply.html">Water Supply</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="womenCook.html">Women Cook</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="brokersContact.html">Broker's Contact </a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Some Suggestion
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="whyHostel.html">Why Hostels</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="whyRoom.html">Why Rooms</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a href="whyPayingGuest.html" class="dropdown-item">Why Paying Guest</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="contactus.html">Contact US</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<div class="mainHeading">
<h1 class="text-center">Why Hostel Is Better Option</h1>
<p class="text-center">Here in this section i will provide you the information of hostel so on the basis of that you all can clarify that which option is best for you</p>
</div>
<div class="buttons justify-content-center text-center">
<a href="#whatIsHostel"><button type="button" name="button" class="btn btn-outline-danger">What Is Hostel</button></a>
<a href="#facilities"><button type="button" name="button" class="btn btn-outline-primary">Facilities</button></a>
<a href="#rent"><button type="button" name="button" class="btn btn-outline-danger">Rent</button></a>
<a href="#security"><button type="button" name="button" class="btn btn-outline-primary">Security</button></a>
</div>
<div class="extraSection container ">
<p>Even if you’ve never stayed in a hostel before, you probably know that hostels are a type of shared accommodation that helps your travel budget go further. But what you may not know is that the uniquely social nature of hostels will transform
your trip. We think this quote from travel blogger @glographics sums up the hostelling experience rather nicely:</p>
<h4 class="text-center">“With a hostel, you get to pay half the price for twice the fun.”</h4>
</div>
<div class="container whatIsHostel" id="whatIsHostel">
<details open>
<summary> What Is Hostel? </summary>
<p>No two hostels are alike, but we can promise you one thing: it will never be dull. So what is a hostel? In a nutshell, a hostel is a budget-friendly type of accommodation that focuses on a shared social experience. Check out the video below
for a more in-depth introduction: Sounds a bit vague, right? To help you get a better idea of what hostelling is all about, we asked our travel community to define a hostel in three words. Here are some of the best?
<p>
<pre>
🌟Embracing The Unexpected
🌟Literally Adult Playgrounds
🌟Social. Friends. Adventure.
🌟An Experiences Imaginarium
🌟Anything Can Happen
🌟Diverse Social Exchange
🌟Design. Creativity. Interaction.
🌟Price. Location. Social. </pre>
</p>
</p>
</details>
<p></p>
</div>
<div class="container facilities" id= "facilities">
<details>
<summary> What facilities can you expect at a hostel? </summary>
<p>
<ul>
<li>Luxurious beds</li>
<li>Affordable Rent</li>
<li>Social common rooms</li>
<li>Roof terraces</li>
<li>Fun events and activities</li>
<li>Fancy AF bathrooms</li>
<li>Amazing food and drink</li>
<li>Security</li>
</ul>
</p>
</details>
</div>
<div class="container rent" id= "rent">
<details>
<summary> Rent Of A Hostel </summary>
<p> Basically It Depends on what facilities you are getting in a hostel. Mainly in a hostel the charge of (mess , water , electricity , bed , table , chair ) are deducted so in kanpur the range of hostel rent is 4200-6000rs </p>
<p>According to the rents, PG is two or three times higher than the hostel. But the amount you paying should be worthy. For the middle-class people and individuals, the hostel is a better choice. For family oriented people, paying guest is better for them.
</p>
</details>
</div>
<div class="container facilities" id= "security">
<details>
<summary> How Secure You Are In a Hostel? </summary>
<p>
<ul>
<li>Because of Hostel Closing Time You All Have A Boundation to present in a hostel at that time</li>
<li>In case of any medical emergency hostel will provide you a support </li>
<li>Environment of hostel is very much exploring </li>
</ul>
</p>
</details>
</div>
<div class="footer-base " >
<div class="socials border-bottom pb-3 mb-3">
<div class="button1">
<div class="icon"><i class="fab fa-instagram"></i></div>
<span>instagram</span>
</div>
<div class="button1">
<div class="icon"><i class="fas fa-envelope"></i></div>
<span>gmail</span>
</div>
<div class="button1">
<div class="icon"><i class="fab fa-linkedin"></i></div>
<span>linkedIn</span>
</div>
<div class="button1">
<div class="icon"><i class="fab fa-github"></i></div>
<span>github</span>
</div>
</div>
<p class="text-center text-muted">© 2022 All Rights Reserved !</p>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>
</html>