forked from students-alumni-cell-iitkgp/sac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalvida.php
74 lines (59 loc) · 3.49 KB
/
alvida.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
<html>
<head>
<title>Alvida</title>
<link rel="stylesheet" href="css/materialize.min.css">
<link rel="icon" href="img/meet_14.png">
<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">
<style type="text/css">
@media only screen and (min-width: 768px){
.ac-aam img{
margin-left: 80px;
}
}
@media only screen and (max-width: 468px){
.ac-aam img{ height: 30%;
margin: 0px auto;
max-width:100%;
}
}
</style>
<script>
$(document).ready(function(){
$('.slider').slider({full_width: true});
});
</script>
</head>
<body>
<div class="_wrapper">
<?php include 'navbar.php';?>
<img src="img/indexslider/alvida.jpg" width="100%">
<div class="row" style="padding:0% 8% 0% 8%;"><br>
<div class="center-align" >
<div class="col l12 z-depth-1" style=" "><br>
<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>Alvida</b> - The Annual Farewell Dinner</h4> </div>
</center>
<p class="summit text_align" style="padding:1% 10% 6% 10%;">
When we look back to our college days, we plunge into a pool of nostalgia and savour
the sweet and salty taste of life that was offered to us then.The strangers who turned
out be great friends, the unknown roads which became familiar and the experiences that would be cherished as beautiful memories forever are some of the gems embedded in their overwhelming hearts as they leave the place. To treasure these moments, we have Alvida - the annual farewell dinner held for the passing out batch to get together and share their memorable stories of the moments they spent in the institute.
<br><br>
The farewell dinner - Alvida - is generally held in the month of April. It has gained popularity among the final year batches as something to look forward to. It's rare to have most of your batchmates together at one location - sharing a great dinner, laughing at the fun stories they created and discussing about what lies ahead; Alvida gives the students exactly this opportunity. Since the event is also attended by the faculty of IIT Kharagpur, it also gives the graduating students a chance to thank their teachers for preparing them to face the challenging world out there and imparting to them the knowledge they would need to become winners in life.
<br><br>
Alvida is not a goodbye to the graduating students as the name might indicate. It is IIT Kharagpur wishing its graduating batch good luck for the new roads. The connection between the students and the institute is one made for life and the event simply cements the essence of this relationship. Alvida is not the end but the beginning of a new chapter.
</p>
</div>
</div> </div>
<!--div class="col l4 s12 m4">
<div class="info z-depth-2">
</div>
</div-->
<?php include 'alvida_slider.php';?>
</div>
<?php include 'footer.php';?>
</body>
</html>