-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout1.php
29 lines (23 loc) · 1.37 KB
/
about1.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
<?php
include('header.php')
<h1>Team WnCC</h1><br>
<div>The awesome Scratch Day is conducted by the Web and Coding Club of IIT B. The team comprises of the following members:
<ul>
<li>Sushant Hiray <i>Manager</i></li>
<li>Guna Prasad <i>Manager</i></li>
<li>Aditya Kumar Akash <i>Convener</i></li>
<li>Prateek Chandan <i>Convener</i></li>
<li>Pranav Tiwari <i>Convener</i></li>
<li>Ranveer Agarwal <i>Convener</i></li>
<li>Rohit Kumar <i>Convener</i></li>
<li>Sai Priyatham <i>Convener</i></li>
<li>Syamantak Naskar <i>Convener</i></li>
<li>Manish Goregaokar <i>Convener</i></li>
</ul>
</div>
<br>
<div>Send your love by joining the WnCC <a target="_blank" href="https://groups.google.com/forum/#!forum/wncc_iitb" >Google Group</a> and following our <a href="http://www.facebook.com/wncc.iitb">Facebook Page</a>
</div>
<br>
include('footer.php')
?>