forked from students-alumni-cell-iitkgp/sac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyearbook.php
130 lines (110 loc) · 5.23 KB
/
yearbook.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<html>
<head>
<title>Yearbook</title>
<link rel="icon" href="img/meet_14.png">
<link rel="stylesheet" href="css/materialize.min.css">
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class="_wrapper">
<?php include 'navbar.php';?>
<div class="row">
<div style="padding:3% 8% 6% 8%;">
<div class="col l12 m12 s12 z-depth-2">
<center>
<div class="heading ac-head" style="border:3px black solid; display: inline-block; padding-top: 2px; margin: 3px;padding-right: 20px;padding-left: 20px;" >
<h4><b>Yearbook </b></h4> </div>
</center>
<p class="text_align" style="padding:1% 10% 1% 10%">
The yearbook is a dedicated volume that captures the nostalgic memories of the graduating batch of our Institute.
The beautiful years spent in the Institute are engraved and expressed via photos and writeups which is given as a souvenir of departure from the Institute. Few years down the road when they will walk down the memory lane, the yearbook will be the light which will lit up the faded memories and show the path through the old forgotten ways. The visuals of those old fleeting memories, photographs of their batch-mates, stills from the events that took place, inspiring words from that professor they looked up to and the aroma of the Institute that assisted them to foster their real self lies hidden in the pages of the yearbook. It gives them an opportunity to relive the golden days of their life, a beautiful chapter that always made the preface of their biography.
<br><br>
The Students' Alumni Cell works throughout the year to publish three separate yearbooks, one for each
of the graduating batches of the Undergraduate, Post Graduate and Research Scholar programs.
The Director, the Dean of Alumni Affairs and International Relations, are among many professors
who wish the graduating batches for their lives beyond KGP in their own ways. Sections, dedicated to each of the
departments include a message from the Head of Departments other than mentioning the names and photographs of its graduating students.
The yearbook also showcase all the events that IIT Kharagpur had organized in the preceding year.
Each year, the Students' Alumni Cell strives to make the yearbook as wholesome and complete which could entail the different prospects of life of the alumni.
</p>
<div >
<a style="margin-left: 41%; " class="waves-effect waves-light btn-large " href="http://www.sac.iitkgp.ac.in/yearbook/" target="_blank" >YEARBOOK PORTAL</a>
<br>
<br>
</div>
</div>
</div>
</div>
<br><br>
<div class="container" style="width:100%;">
<div class="row" style="margin:auto;width:90%;">
<div class="col s12 m6 l3 offset-l1">
<a href="https://drive.google.com/drive/folders/0ByPZPiiPCG8_dl9fc2I2bFdHUmc" target="_blank">
<div class="card z-depth-0 _card" >
<div class="card-image">
<img src="img/yearbook/year17.jpg" style="height: 354px" >
</a>
</div>
<div class="card-content">
<p>Yearbook 2017</p>
</div>
</div>
</a>
</div>
<div class="col s12 m6 l3">
<div class="card z-depth-0 _card">
<div class="card-image">
<a href="https://drive.google.com/file/d/0B2DrxeNIhpL0dGNlc0RpYjhXcFk/view?ts=59fd5ae5" target="_blank">
<img src="img/yearbook/year16.jpg">
</a>
</div>
<div class="card-content">
<p>Yearbook 2016</p>
</div>
</div>
</div>
<div class="col s12 m6 l3">
<div class="card z-depth-0 _card">
<div class="card-image">
<a href="https://drive.google.com/file/d/0B29Q9s5AMUD7Zl83cklZdEV5bzQ/view?ts=59fd6a04" target="_blank">
<img src="img/yearbook/year2015.jpg">
</a>
</div>
<div class="card-content">
<p class="text_align">Yearbook 2015</p>
</div>
</div>
</div>
</div>
<div class="row" style="width:90%;">
<div class="col s12 m6 l3 offset-l3">
<div class="card z-depth-0 _card">
<div class="card-image">
<img src="img/yearbook/year2014.jpg">
</div>
<div class="card-content">
<p class="text_align">Yearbook 2014</p>
</div>
</div>
</div>
<div class="col s12 m6 l3">
<div class="card z-depth-0 _card">
<div class="card-image">
<img src="img/yearbook/year2013.jpg" style="height:354px;">
</div>
<div class="card-content">
<p>Yearbook 2013</p>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include 'footer.php'; ?>
</body>
<script type="text/javascript" src="js/style.js"></script>
</html>