forked from akhiljain93/furious-lion
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
26 lines (26 loc) · 1.13 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
<html lang="en-US">
<?php include("includes/head.php"); ?>
<body class="home blog logged-in admin-bar custom-background customize-support">
<div id="container" class="hfeed">
<?php include("includes/header.php"); ?>
<div id="wrapper" class="clearfix">
<div id="featured" class="grid col-940">
<div class="grid col-460">
<h1 class="featured-title">The 15<sup>th</sup> Lok Sabha</h1>
<h2 class="featured-subtitle">Analysis and Visualisation by</h2>
<p>Shivanker Goel (2011CS10298)<br>
Akhil Jain (2011CS50274)<br>
Abhishek kumar (2011CS50272)<br>
</p>
<div class="call-to-action">
<a href="plots.php" class="blue button">Proceed</a>
</div><!-- end of .call-to-action -->
</div><!-- end of .col-460 -->
<div id="featured-image" class="grid col-460 fit"> <img class="aligncenter" src="resources/12sd1.jpg" width="540" height="500" alt=""> </div><!-- end of #featured-image -->
</div><!-- end of #featured -->
</div><!-- end of #wrapper -->
</div><!-- end of #container -->
<?php include("includes/footer.php"); ?>
</div>
</body>
</html>