-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhostel.php
More file actions
63 lines (57 loc) · 2.62 KB
/
hostel.php
File metadata and controls
63 lines (57 loc) · 2.62 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>hostel</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/infra.css">
</head>
<body>
<?php
include("header.php");
include("header2.php");
?>
<div id="infra">
<h2 align="center">
Hostel
</h2>
<div class="row">
<div class="col-3 program"><img src="image/hstl1.jpeg" height="150" width="200"></div>
<div class="col-3 program"><img src="image/hstl2.jpeg" height="150" width="200"></div>
<div class="col-3 program"><img src="image/hstl7.png" height="150" width="200"></div>
<div class="col-3 program"><img src="image/hstl8.png" height="150" width="200"></div>
</div>
<p align="justify">
The college provides hostel facilities for girls students. Hostel has three blocks. It has its own mess. The mess caterer provides the healthy and tasty food at very nominal charges. The hostel has family like environment in the most comfortable and conducive manner. Management of the hostel is coordinated by the Chief Warden, Warden, Hostel Superintendent and attendants.
<ol>
<li>
Mr. Davinder Singh Bhatti - Chief Warden
</li>
<li>
Mrs. Ramandeep Kaur - Warden
</li>
<li>
Mr. Ram Sarup - Hostel Superintendent
</li>
<li>
Mr. Amolak Singh - Assistant Warden
</li>
</ol>
</p>
<h2 align="center">
Mess
</h2>
<div class="row">
<div class="col-3 program"><img src="image/hstl3.jpeg" height="150" width="200"></div>
<div class="col-3 program"><img src="image/hstl4.jpeg" height="150" width="200"></div>
<div class="col-3 program"><img src="image/hstl5.jpeg" height="150" width="200"></div>
<div class="col-3 program"><img src="image/hstl6.png" height="150" width="200"></div>
</div>
</div>
<?php
include("footer.php");
?>
</body>
</html>