forked from students-alumni-cell-iitkgp/aam-2016
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sac.php
49 lines (46 loc) · 2.31 KB
/
sac.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
<?php session_start(); ?>
<html>
<head>
<title>13th Annual Alumni Meet · Students' Alumni Cell</title>
<?php include 'topHead.php'; ?>
</head>
<body>
<?php include "navbar.php"; ?>
<div class="container-fluid">
<div class="jumbotron">
<div class="container">
<img src="img/a.png" alt="" id="quotes" />
<div class="container-fluid">
<div align="center">
<h2>Students' Alumni Cell</h2>
</div>
<article align="justify" class="sac">
Over the course of past few years, <strong>Students' Alumni Cell</strong> has emerged
as a key organ of the <strong>Office of Alumni Affairs and International Relations</strong>
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. <br>
Formed as and operating under the Dean,
Alumni Affairs and International Relations, Students' Alumni Cell has been
instrumental in organizing the <a href="http://www.alumnimeet.iitkgp.ernet.in"><strong>Annual Alumni Meet</strong></a>
and <strong>Regional Student-Alumni Meets</strong>,
publishing the quarterly alumni newsletter (<strong>KGPian</strong>), the annual literary
magazine (<strong>Yearnings of Yore</strong>) and the <strong>Annual Yearbook</strong>. <br>
Along with these, the
Cell organises regular guest lectures by distinguished alumni via the
initiatives <strong>"Guest Lecture Conclave"</strong> and the <strong>"E-Guest Lecture Series"</strong>. <br>
Students' Alumni Cell also operates the
<a href="http://www.mentorship.iitkgp.ernet.in"><strong>Student - Alumni Mentorship Programme</strong></a>,
<a href="http://www.webteam.iitkgp.ernet.in/scg"><strong>My Imprint</strong></a> (Giving Back - Alumni contribution)
and organises <strong>Alvida</strong> (the annual farewell dinner).
</article>
</div>
<img src="img/b.png" alt="" id="quotes" class="pull-right" />
</div>
<div class="container" align="center">
<img src="img/team-2.jpg" alt="" width="100%" />
</div>
</div>
</div>
</body>
</html>