-
Notifications
You must be signed in to change notification settings - Fork 2
/
devteam.php
46 lines (45 loc) · 1.55 KB
/
devteam.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jolites | Developers Team</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>Team</span> Jolites</h1>
<p>Meet the brains behind Jolites</p>
</div>
<div class="pull-right">
<img alt="" src="img/thumb1.jpg">
</div>
</div>
<div class="row">
<h3>Jolites Project is an Open Source project but belongs to Jolites. Anyone can get involved in this project. It is under the supervision of <a href="https://www.facebook.com/codersjgecCoders" target="_blank">Coders Firefox Club</a> of Jalpaiguri Government Engineering College.<h3>
<br />
<div class="span4">
<div class="thumbnail">
<img alt="" src="img/mayukh.gif" height="300px" width="auto" />
<div class="caption">
<h2>Mayukh Bhatacharjee</h5>
<p>The One to Look Ahead</p>
<p><a class="btn" href="https://www.facebook.com/mayukhlookahead" target="_blank">View My Profile</a></p>
</div>
</div>
</div>
<div class="span4">
<div class="thumbnail">
<img alt="" src="img/ani.png" height="300px" width="auto" />
<div class="caption">
<h2>Kumar Anirudha</h5>
<p>The One webbing</p>
<p></a> <a class="btn" href="http://anistark.github.io/" target="_blank">Visit My Website</a></p>
</div>
</div>
</div>
</div>
<br /><br />
<?php require_once('foot.php'); ?>
</body>
</html>