forked from anistark/jolites
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php
48 lines (48 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jolites</title>
<?php
require_once('header.php');
?>
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit clearfix">
<div class="pull-left span5">
<h1><span>Welcome</span> to Jolites</h1>
<p>Jalpaiguri Government Engineering College's Facebook</p><br />
<p><a class="btn btn-info btn-large" href="oxwall/">Enter</a></p>
</div>
<div class="pull-right">
<img src="img/logo.png" width="500px" height="auto" />
</div>
</div>
<div class="row">
<div class="span4">
<div class="thumbnail">
<img alt="" src="img/thumb1.jpg" width="auto" height="280px" />
<div class="caption">
<h5>Our Developer Team</h5>
<p>The developers who made this possible.</p>
<p><a class="btn btn-primary" href="devteam.php">The Team</a></p>
</div>
</div>
</div>
<div class="span4">
<div class="thumbnail">
<img alt="" src="img/thumb2.jpg" width="auto" height="280px" />
<div class="caption">
<h5>Our Contributors</h5>
<p>Jolites is backed up by a very strong and enthusiastic developers team who work to keep jolites afloat.</p>
<p></a> <a class="btn" href="contributors.php">See all our contributors</a></p>
</div>
</div>
</div>
<!--div class="span4">
<a class="thumbnail" href="contactus.php">
<img alt="" src="img/thumb3.jpg"></a>
<h5>Contact Us!</h5>
</div-->
</div>
<?php require_once('foot.php'); ?>
</body>
</html>