-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
53 lines (51 loc) · 2.41 KB
/
index.php
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
<!DOCTYPE html>
<html>
<head>
<title>Welcome!</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="font-awesome-4.7.0/css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="css/custom-styles-home.css">
<script type="text/javascript" src="js/jquery-3.4.1.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/popper.js"></script>
</head>
<body>
<?php include('navbar.php'); ?>
<div class="jumbotron " id="main-jumbotron-home">
<div class="container">
<h1 class="display-4">Hall Management Centre</h1>
<p class="lead">Indian Institute of Technology, Kharagpur</p>
<hr class="my-4">
<p class="lead">
<a class="btn btn-primary btn-lg" href="news.php" role="button">News</a>
</p>
</div>
</div>
<div class="container">
<p>
Indian Institute of Technology Kharagpur is the oldest IIT and has the largest campus area among all the IITs. The appeal of vast expanses
of green, sweeping trees everywhere and the classic architecture blends in with the creative lifestyle
of young KGPians. Full residential campus away from the hustle-bustle of city life accelerates the
student life towards social and creative gatherings and develops among them the extra-ordinary skill in
all the spheres.
</p>
<p>
The campus plays a major role in students’ academic and social life, making the KGP stay most memorable days of their life and making them ready to shine in the World. One key element of this campus experience is one's 'Hall of Residence'.
</p>
<p>
The institute is fully residential. Students are accommodated in 22 Halls of Residence and the staff is
provided with quarters. Accommodation for visitors is arranged in the Technology Guest House, CEC Guest
House, Alumni Guest House or CTS Visitors Hall, or if need arises, in students' Hall of Residence.
</p>
<p>
It won't be an exageration to say that the Hall is one of the key anchors of Student Life at IIT-KGP.
Halls at Kharagpur are places to live, nurture, grow and excel. We dedicate this application towards
the unique 'Hall Culture' of IIT Kharagpur.
</p>
</div>
<br>
<br>
<br>
<br>
</body>
</html>