forked from students-alumni-cell-iitkgp/sac_website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyoy.php
88 lines (81 loc) · 3.42 KB
/
yoy.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
<html>
<head>
<title>Students' Alumni Cell · IIT Kharagpur</title>
<?php include 'metatags.php'; ?>
<?php include 'css_include.php';?>
<style>
.image{
padding:8px;
}
.foo{
background-image:url('img/vinay.png');width:1330px;background-repeat:no-repeat;margin-left:15px; }
a:hover
{
text-decoration: none;
}
</style>
</head>
<body>
<div class="container">
<?php include 'topheader.php';?>
<?php include 'navbar.php' ;?>
<h2 style="text-align:center;margin-top:80px;">YEARNINGS OF YORE</h2><br><br>
<img src="img/indexslider/yoy.jpg" width="1150">
<div class="row">
<p style="text-align:justify;padding:35px;">
Yearnings of Yore is an assorted collection of memoirs, which contains literary pieces and photographs/sketches collected from the alumni. The meaning is clear from the name itself which expresses a longing for former times The Magazine is given as a souvenir to all alumni attending the meet. It aims to create a sense of nostalgia among the alumni community through literary pieces relating to their time in the institute. It helps the alumni reconnect to long lost memories hidden under the vacuum of time.<br>
Through this initiative, not only the alumni attending the meet, but also those who have to give it a miss due to some reasons, get a chance to connect to fellow alumni. Every alumni is requested to share articles, photos , stories or any other media relating to their memories of the institute.<br>
Also, literary pieces by the current batch of students are incorporated in the collection. This helps the alumni get an idea of the current students’ perspective towards the institute
<br>The last edition of the memoir features various mesmerizing articles by both the student and the alumni community. From a short dictionary written by an alumnus, describing words used exclusively in Kharagpur over time to a poem written by a student, describing his journey since the first year, every piece had a unique aspect.Thus, Yearnings of Yore ends up becoming something much more than a memoir. It’s a mirror showing the present generation, the life of the past and vice versa.
</p>
</div>
<div class="row" >
<div class="col-md-6" >
<div class="image" style="padding:8px;">
<a href="yoy2015.pdf"><img src="img/yoy/5.jpg" height="312" width="250">
<br>
Yearnings of Yore 2015</a>
</div></div>
<div class="col-md-6">
<div class="image" style=";padding:8px;">
<img src="img/yoy/4.jpg" height="312" width="250">
<br>
Yearnings of Yore 2014
</div></div>
</div>
<div class="row">
<div class="col-md-6" >
<div class="image" style="padding:8px;">
<img src="img/yoy/1.jpg" height="312" width="250">
<br>
Yearnings of Yore 2010
</div></div>
<div class="col-md-6">
<div class="image" style="padding:8px;">
<img src="img/yoy/2.jpg" height="312" width="250">
<br>
Yearnings of Yore 2008
</div></div>
</div>
<div class="row">
<div class="col-md-6" >
<div class="image" style=";padding:8px;">
<img src="img/yoy/3.jpg" height="312" width="250">
<br>
Yearnings of Yore 2006
</div></div>
<div class="col-md-6" >
<div class="image" style="padding:8px;">
<img src="img/yoy/11.jpg" height="312" width="250">
<br>
Yearnings of Yore 2005
</div></div>
</div>
</div>
<div class="foo">
<?php include 'spons-slider.php' ;?>
<?php include 'footer.php';?>
</div>
<?php include 'js_include.php';?>
</body>
</html>