-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhostelInformation.html
208 lines (201 loc) · 8.25 KB
/
hostelInformation.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
<!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;
}
/* footer base */
.footer-base {
text-align: center;
color: #999;
padding-top: 50px;
}
.socials .button1 {
display: inline-block;
height: 50px;
width: 60px;
color: #999;
}
table {
margin: auto;
margin-top: 20px;
}
table tbody{
background-color: #eee;
}
table td{
padding: 13px 20px;
font-size: 18px;
}
table thead {
background-color: #b4b4b4;
}
table thead th{
font-weight: bold;
font-size: 32px;
padding: 2px 26px;
}
.text-center{
margin-top: 40px;
}
</style>
<title>About US</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="index.html">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>
<h1 class="text-center">Hostel Information</h1>
<table class="justify-content-center text-center" cellspacing = "20px">
<thead>
<tr>
<th>Hostel Name</th>
<th>Contact Number</th>
<th>Address</th>
<th>Rent (Double Seater)</th>
</tr>
</thead>
<tbody>
<tr>
<td>Gopala Hostel (Boys)</td>
<td>7947150773</td>
<td>Gopala Hostel , 172 , Lakhanpur, Khyora, Kanpur, Uttar pradesh 208024</td>
<td>4000</td>
</tr>
<tr>
<td>Shivay Girls Hostel</td>
<td>8299766827</td>
<td>Shivay Girls Hostel, 60-A, Fourth lane from Allahabad Bank, Vikas Nagar Kanpur, Uttar Pradesh 208024</td>
<td>5000</td>
</tr>
<tr>
<td>Lakshmi Boys Hostel</td>
<td>8303693611</td>
<td>Khyora , Kanpur , UttarPradesh , 208024</td>
<td>3000</td>
</tr>
<tr>
<td>Vijaya Laxmi Girl's Hostel</td>
<td>9889891234</td>
<td>Vijay Laxmi Girl's Hostel, 117 , 474 , Geeta Nagar, Kakadeo, Kanpur, UttarPradesh , 208025</td>
<td>5000</td>
</tr>
<tr>
<!-- https://SrajanAgrawal.github.io/CollegeMiniProject -->
<td>Annanya Girl's Hostel</td>
<td>6388224531</td>
<td>Ananya Girls Hostel, 117/Q/85, R.K.Society, Sharda Nagar , Kanpur, Uttar Pradesh 208025</td>
<td>4000</td>
</tr>
<tr>
<td>Maa Girls Hostel</td>
<td>9840386008</td>
<td>Mma Girls Hostel, 395 , Lakanpur, Khyora , Kanpur , UttarPradesh 208024</td>
<td>5000</td>
</tr
</tbody>
</table>
<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>