-
Notifications
You must be signed in to change notification settings - Fork 2
/
team.php
37 lines (34 loc) · 1.45 KB
/
team.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
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="css/form.css">
<style>
p
{
font-size: 22px;
text-align: justify;
}
</style>
</head>
<body><?php include 'navbar.php';?>
<div style="background-color:rgba(51, 122, 183, 1);color:white;padding:20px;text-align:justify">
<h1>Students' Alumni Cell</h1>
<p>Over the course of past few years, Students' Alumni Cell has emerged as a key organ of
the Office of Alumni Affairs and International Relations in executing its yearlong events and
activities. Students' Alumni Cell continuously endeavours to strengthen the relations of the alumni
of this Institute and their alma mater.
Formed as and operating under the Dean, Alumni Affairs and International Relations, Students' Alumni Cell has
been instrumental in organizing the Annual Alumni Meet and Regional Student-Alumni Meets, publishing the
quarterly alumni newsletter (KGPian), the annual literary magazine (Yearnings of Yore) and the Annual Yearbook.
Along with these, the Cell organises regular guest lectures by distinguished alumni via the initiatives "Guest
Lecture Conclave" and the "E-Guest Lecture Series".
Students' Alumni Cell also operates the Student - Alumni Mentorship Programme, My Imprint
(Giving Back - Alumni contribution) and organises Alvida (the annual farewell dinner).</p>
</div>
<?php
include 'contact_new.php';
include 'footer.php';
?>
</body>
</html>