-
Notifications
You must be signed in to change notification settings - Fork 6
/
yore.php
91 lines (82 loc) · 3.27 KB
/
yore.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
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
<html>
<head>
<title>Students' Alumni Cell · IIT Kharagpur</title>
<?php include 'metatags.php'; ?>
<?php include 'css_scripts.php';?>
</head>
<body>
<div class="container">
<div class="row" style="position:absolute;right:10px;">
<?php include 'links.php';?>
</div>
<br><br>
<?php include 'navbar.php' ;?>
<div class="row">
<img src="http://placehold.it/800x400">
<br><br>
</div>
<div class="row" >
<h2 style="text-align:center">YEARNINGS OF YORE</h2>
<div class="col-md-12">
<p style="font-size:20px">
The Students' Alumni Cell, IIT Kharagpur is a voluntary student body working under the aegis of the Office of Alumni Affairs and International Relations. It strives to bridge the gap between IIT Kharagpur and its esteemed alumni community.
Over the course of past few years, the 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. The 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, the Students' Alumni Cell has been instrumental in organising the Annual Alumni Meet, publishing the quarterly alumni newsletter (KGPian), the annual literary magazine (Yearnings of Yore) and the Annual Yearbook (Colours Of Life) and among other things like organising regular guest lectures by distinguished alumni in the campus. The Students' Alumni Cell also operates the Student - Alumni Mentorship Programme, My Imprint (Giving Back - Alumni contribution) and organises Alvida (the annual farewell dinner). We look forward to taking up more initiatives and organizing more such events to foster the bond between the institute and the alumni.
For any queries/information, do write to us: aao@hijli.iitkgp.ernet.in
</p>
</div>
</div>
<br><br>
<div class="row">
<div class="col-md-8">
<img src="http://placehold.it/800x400" >
</div>
<div class="col-md-4">
<img src="http://placehold.it/400x400" >
</div>
</div><br>
<div class="row">
<div class="col-md-6">
<img src="http://placehold.it/600x200" >
<img src="http://placehold.it/600x200" >
</div>
<div class="col-md-6">
<img src="http://placehold.it/600x400" >
</div>
</div><br><br>
<div class="row">
<div class="col-md-3">
<img src="http://placehold.it/200x200" >
</div>
<div class="col-md-3">
<img src="http://placehold.it/200x200" >
</div>
<div class="col-md-3">
<img src="http://placehold.it/200x200" >
</div>
<div class="col-md-3">
<img src="http://placehold.it/200x200" >
</div>
</div><br><br>
<div class="row" style="position:relative;left:30px;">
<div class="col-md-4">
<img src="http://placehold.it/400x200" >
<img src="http://placehold.it/400x200" >
</div>
<div class="col-md-8">
<img src="http://placehold.it/600x400" >
</div>
</div><br><br>
<div class="row" style="position:relative;right:50px;">
<div class="col-md-8">
<img src="http://placehold.it/600x400" >
</div>
<div class="col-md-4">
<img src="http://placehold.it/400x200" >
<img src="http://placehold.it/400x200" >
</div>
</div>
<br><br>
<?php include 'footer.php';?>
<?php include 'script.php';?>
</div>
</html>