-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
231 lines (220 loc) · 11.2 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
223
224
225
226
227
228
229
230
231
<!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="bootstrap-4.5.2-dist/css/bootstrap.css">
<link rel="stylesheet" href="bootstrap-4.5.2-dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<Title>Sukhmani Hostel | Home</Title>
</head>
<body onload="myfunction()">
<div id="loading"></div>
<nav class="navbar navbar-expand-md navbar-dark">
<!-- Brand/logo -->
<a class="navbar-brand" href="index.html">
<img src="css/images/logo/logo1.png" alt="logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<!-- Links -->
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link text-center current" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-center" href="registration/registration.html">Registration</a>
</li>
<li class="nav-item">
<a class="nav-link text-center" href="gallery/gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link text-center" href="contactus/contact.html">Contact Us</a>
</li>
<li class="nav-item text-center">
<a class="nav-link text-center" href="aboutus/about.html">About Us</a>
</li>
</ul>
</div>
</nav>
<br>
<h1><b>Welcome to the Sukhmani Hostel!!!</b></h1>
<br>
<div class="container-fluid col-sm-12" id="para">
<p> Sukhmani Hostel is one of the oldest & best hostels in the Nanded. Sukhmani Hostel in Nanded provides
students only accommodations with a beautiful garden and a terrace. Located around a 10-minute walk from
<strong>Shri Guru Gobind Singhji Institute of Engineering and Technology</strong>, also 2.6 km away from
<strong>Railway Station Nanded</strong> & 1 km from <strong>Dr. Shankarrao Chavan Government Medical
College & Hospital.</strong> The best thing is that the tourist point <strong><a
href="https://goo.gl/maps/yDd9TnEJ1jrLe1PK9" target="_blank">"Kaleshwar"</a></strong> is just 2
km away from hostel. </p>
<p>The students are provided with basic amenities like cot, table, chair, cupboard in their rooms. Complete
with a private bathroom, all rooms at the hostel are equipped with air conditioning, and washing
machine. The rooms are spacious, airy, and illuminated with the surroundings landscaped with greenary.
Atmosphere around hostel is fresh & calm, very helpful to those who regularly doing exercise & Yoga.
Students common rooms have TV sets and carrom. The water supply is for 24 hours. A generator ensures
electric power supply to hostel for 24 hours. The hostel campus maintenance like cleaning /sweeping, pest
control is out sourced. The electrical repairs, and security services are round the clock.
</p>
</div>
<br>
<br>
<div id="demo" class="container carousel slide carousel-fade" data-ride="carousel" data-interval="3000">
<!-- Indicators -->
<ul class="carousel-indicators">
<li data-target="#demo" data-slide-to="0" class="active"></li>
<li data-target="#demo" data-slide-to="1"></li>
<li data-target="#demo" data-slide-to="2"></li>
<li data-target="#demo" data-slide-to="3"></li>
<li data-target="#demo" data-slide-to="4"></li>
<li data-target="#demo" data-slide-to="5"></li>
<li data-target="#demo" data-slide-to="6"></li>
</ul>
<!-- The slideshow -->
<div class=" container carousel-inner">
<div class="carousel-item active">
<img src="css/images/building.jpg" alt="hostel building" width="1000" height="550">
</div>
<div class="carousel-item">
<img src="css/images/morning.jpg" alt="morning" width="1100" height="550">
</div>
<div class="carousel-item">
<img src="css/images/bed.jpg" alt="beds" width="1100" height="550">
</div>
<div class="carousel-item">
<img src="css/images/friends.jpg" alt="night" width="1100" height="550">
</div>
<div class="carousel-item">
<img src="css/images/zula.jpg" alt="night" width="1100" height="550">
</div>
<div class="carousel-item">
<img src="css/images/evening.jpg" alt="night" width="1100" height="550">
</div>
<div class="carousel-item">
<img src="css/images/garden.jpg" alt="night" width="1100" height="550">
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#demo" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#demo" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
<br>
<br>
<div class="container-fluid">
<div class="row">
<section class="col-md-5">
<h2 id="features"><b>Features:</b></h2>
<ul>
<li>Suitable rent</li>
<li>Fresh environment</li>
<li>Mentor's friendly behaviour</li>
<li>Festival celebrations</li>
<li>Farewell party for last year students</li>
<li>Regular maintenance</li>
</ul>
<hr class="visible-xs">
</section>
<section class="col-md-7">
<h2 id="facilities"><b>Facilities:</b></h2>
<ul>
<li>Basic amenities like cot, table, chair, cupboard</li>
<li>Spacious, airy & clean rooms</li>
<li>24 hours water supply</li>
<li>Washing machine & dryer</li>
<li>A generator ensures 24 hours electicity</li>
<li>Wi-Fi</li>
</ul>
<hr class="visible-xs">
</section>
</div>
</div>
<br>
<h1 id="rooms"><i class="fa fa-star" aria-hidden="true"></i> OUR ROOMS <i class="fa fa-star" aria-hidden="true"></i>
</h1>
<br><br>
<div class="card-deck">
<div class="container">
<div class="row" style="justify-content: center;">
<div class="card text-white text-center col-md-4" style="background-image: url(css/scatacombs.jpg);">
<div class="card-body">
<h4 class="card-title">CATACOMB</h4>
<p class="card-text">4 PERSON SHARED</p>
<br>
<a href="rooms/catacombs.html">View Profile</a>
</div>
</div>
<div class="card text-white text-center col-md-4" style="background-image: url(css/ssuper\ suite.jpg);">
<div class="card-body">
<h4 class="card-title">SUPER SUITE</h4>
<p class="card-text">3 PERSON SHARED</p>
<br>
<a href="rooms/super_suite.html">View Profile</a>
</div>
</div>
<div class="card text-white text-center col-md-4" style="background-image: url(css/sking\ lodge.jpg);">
<div class="card-body">
<h4 class="card-title">KING LODGE</h4>
<p class="card-text">2 PERSON SHARED</p>
<br>
<a href="rooms/king_lodge.html">View Profile</a>
</div>
</div>
</div>
</div>
</div>
<br>
<footer class="panel-footer" id="contactus">
<div class="container">
<div class="row">
<section id="hours" class="col-md-4">
<span><i class="fa fa-hourglass" aria-hidden="true"></i> Hostel Office Hours:</span><br>
Mon-Fri: 10:00am - 05:00pm<br>
Saturday: 11:15am - 02:00pm<br>
<strong>"Sunday Closed"</strong>
<hr class="visible-xs">
</section>
<section id="address" class="col-md-4">
<span><i class="fa fa-address-card" aria-hidden="true"></i> Address:</span><br>
Near Kaleshwar Kamaan,<br>
Vishnupuri, Nanded, <br>
Maharashtra 431606 <br>
<a href="#" style="text-decoration: none; color: white;">
<i class="fa fa-envelope" aria-hidden="true"></i> info@smhostel.com</a><br>
<i class="fas fa-phone-volume"></i> +91 0123456789
<hr class="visible-xs">
</section>
<section id="map" class="col-md-4 container-fluid">
<span><i class="fa fa-map-marker" aria-hidden="true"></i> How to reach us:</span><br>
<div class="embed-responsive embed-responsive-16by9">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3769.8831969951366!2d77.28659371490173!3d19.1127793870668!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bce29f82842e1e7%3A0x80eaa5a09af7a59a!2sSukhmani%20Hostel!5e0!3m2!1sen!2sin!4v1600238266469!5m2!1sen!2sin"
frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false"
tabindex="0"></iframe>
</div>
</section>
</div><br>
<div class="text-center">
Thanks for visiting the site!
</div>
<a class="gotopbtn" href="#"> <i class="fas fa-arrow-up"></i> </a>
</div>
</footer>
<script>
var preload = document.getElementById('loading');
var myfunction = function() {
preload.style.display = 'none';
}
</script>
</body>
</html>