-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.php
53 lines (44 loc) · 1.25 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<style>
html,body{background-repeat:no-repeat;}
</style>
<title>Students' Alumni Cell · IIT Kharagpur</title>
<?php include 'metatags.php'; ?>
<?php include 'css_include.php';?>
</head>
<body >
<div class="wrap">
<div class="container" >
<?php include 'topheader.php';?>
<?php include 'navbar.php' ;?>
<div id="slide">
<div id="sliderFrame">
<div id="slider">
<img src="img/annualalumnimeet1.jpg" />
<img src="img/sam4.jpg"/>
<img src="img/mentorship1.jpg" />
<img src="img/guestl.jpg" />
<img src="img/giving back.jpg" />
<img src="img/yoy.jpg" />
<img src="img/alvida.jpg"/>
</div>
</div>
</div>
<br>
<h2 style="text-align:center;">What we do? </h2>
<?php include 'column3.php';?>
<h2 style="text-align:center;">Latest Programs</h2>
<?php include 'column4.php' ;?>
<?php include 'midbox.php' ;?>
</div>
<div style="background-image:url('img/vinay.png');width:1315px;background-repeat:no-repeat;margin-left:15px;">
<?php include 'spons-slider.php' ;?>
<?php include 'footer.php';?>
</div>
</div>
<script src="http://thecodeplayer.com/uploads/js/prefixfree-1.0.7.js" type="text/javascript"></script>
<?php include 'js_include.php';?>
</body>
</html>