-
Notifications
You must be signed in to change notification settings - Fork 6
/
annualreport.php
54 lines (53 loc) · 1.94 KB
/
annualreport.php
1
<html> <head> <title>Students' Alumni Cell · IIT Kharagpur</title> <?php include 'css_include.php'; ?> <style> .foo{background-image:url('img/vinay.png');width:1330px;background-repeat:no-repeat;margin-left:15px; } </style> </head> <body> <div class="container"> <?php include 'topheader.php'; ?> <?php include 'navbar.php'; ?> <h2 style="text-align:center">Annual Alumni Report</h2> <h4 style="text-align:center">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.</h4> <h5 style="text-align:center">CLICK the COVER to DOWNLOAD THE pdf Copy</h5> <table class="table table-condensed" style="text-align:center"> <thead> <tr class="danger"> <td>Year</td> <td>Report</td> </tr> <tbody> <tr class="active"> <td>2014-2015<br>(Latest)</td> <td><img src="http://placehold.it/200x250"></td> </tr> <tr class="active"> <td >2013-2014</td> <td><img src="http://placehold.it/200x250"></td> </tr> <tr class="active"> <td >2012-2013</td> <td><img src="http://placehold.it/200x250"></td> </tr> <tr class="active"> <td >2011-2012</td> <td><img src="http://placehold.it/200x250"></td> </tr> <tr class="active"> <td >2010-2011</td> <td><img src="http://placehold.it/200x250"></td> </tr> </tbody> </table> </div> <div class="foo" ><?php include 'spons-slider.php' ;?><?php include 'footer.php';?></div><?php include 'js_include.php';?></body></html>