-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-team.php
More file actions
21 lines (14 loc) · 837 Bytes
/
about-team.php
File metadata and controls
21 lines (14 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php include 'header.php'; ?>
<!--==============================content================================-->
<section id="content">
<div class="main">
<h3><strong>General Info</h3></strong>
<h4>Arun Kumar Pariyar (aka arunpyasi) - Project Leader, Lead Developer</h4>
<h4>Sagar Chettri (aka itsagar)- Project Manager</h4>
<h3><strong>Local Communities Leaders</h3></stong>
<h4>Chitwanix Community Nepal - Jiwan Kumar Tamang</h4>
<h4><a href="https://launchpad.net/chitwanix">Chitwanix Translation Team</a></h4>
<!--<h4> Page Under Construction</h4> -->
</div></section>
<!--==============================footer=================================-->
<?php include 'footer.php'; ?>