-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
49 lines (43 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Students' Alumni Cell · IIT Kharagpur</title>
<?php include 'metatags.php'; ?>
<?php include 'css_include.php';?>
</head>
<body >
<br>
<div class="container">
<?php include 'topheader.php';?>
<?php include 'navbar.php' ;?>
<div id="slide">
<div id="sliderFrame">
<div id="slider">
<img src="img/1.jpg" />
<img src="img/2.jpg"/>
<center><img src="img/3.jpg" /></center>
<img src="img/4.jpg" />
<img src="img/1.jpg" />
</div>
</div>
</div>
<br>
<<<<<<< HEAD
<h2 style="text-align:center;">What Does SAC Do</h2>
=======
<h2 style="text-align:center;">What does students’ alumni cell do </h2>
>>>>>>> 8fdb3431ac5f139af5d5fed62057f630d96c534a
<?php include 'column3.php';?>
<div class="row" style="position:fixed;right:30px;top:320px;width:80px;">
<button class="btn btn-success">feedback</button>
</div>
<h2 style="text-align:center;">Latest Works</h2>
<?php include 'column4.php' ;?>
<?php include 'midbox.php' ;?>
<?php include 'spons-slider.php' ;?>
<?php include 'footer.php';?>
<?php include 'js_include.php';?>
</div>
<br><br>
</body>
</html>