-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathteam.php
42 lines (32 loc) · 1.04 KB
/
team.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
<?php include('header.php'); ?>
<!-- start body -->
<body onunload="" >
<!-- start dotted pattern -->
<div class="bg-overlay"></div>
<!-- end dotted pattern -->
<!-- start navigation -->
<?php include('menu.php'); ?>
<!-- end navigation -->
<!-- start content wrapper -->
<div class="content page-content">
<div class="page-title">
<h1>Our Team</h1>
</div>
<div class="divider clear"></div>
<div class="inner-content">
<div style="font-size:150%;font-weight:900">
Initiative by - Pankaj Jain<br /><br />
Website Designer - Dhruv<br /><br />
Facebook Page Admin - Vacant<br /><br />
Github Contributor - Mohd. Harris
</div>
<br /><br /><br />
*For Vacant Positions, use the contact form to contact us
</div>
<div class="sidebar">
<img alt="Acharya Kundkund | Jain Muni Locator" src="http://www.vitragvani.com/m/jeevan_parichay/pics/Aarcharya_kundkund.jpg" style="width:200px;margin-right:5px">
</div>
<!-- end widgets -->
</div>
<!-- end content wrapper -->
<?php include('footer.php'); ?>