forked from students-alumni-cell-iitkgp/aam-2016
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sponsors2012.php
43 lines (37 loc) · 991 Bytes
/
sponsors2012.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
<?php session_start(); ?>
<html>
<head>
<title>13th Annual Alumni Meet · Sponsors</title>
<?php include 'topHead.php'; ?>
</head>
<body>
<?php include "navbar.php"; ?>
<div class="container-fluid" align="center">
</br>
</br>
<h1>Sponsors 2012</h1>
</br>
</br>
<div class="row">
<div class="col-md-4">
<a href="https://www.iocl.com/" target="_blank">
<img src="img/spons/2012/1.jpg" width="200px"height="150px">
</a>
</div>
<div class="col-md-4">
<a href="http://www.infosys.com/pages/index.aspx" target="_blank">
<img src="img/spons/2012/2.jpg" width="250px"height="150px"/>
</a>
</div>
<div class="col-md-4">
<a href="http://www.mallcomindia.com/site/index.php" target="_blank">
<img src="img/spons/2012/3.jpg" width="200px"height="150px"/>
</a>
</div>
</div>
<br>
<br>
<br>
</div>
</body>
</html>