forked from vaibhavsingh97/ichsa2018
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NationalAdvisoryCommitee.php
38 lines (36 loc) · 1.76 KB
/
NationalAdvisoryCommitee.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
<?php
$title = "National Advisory Committee | ICHSA 2018";
$id_name = 'id="national-advisory-committee"';
include 'include/php/head.php';
?>
<main>
<div class="container">
<h4 class="heading">National Advisory Committee</h4>
<div class="divider"></div>
<div class="section">
<div class="row">
<div class="col s12">
<div class="collection z-depth-3">
<p class="collection-item">1. Prof. Kusum Deep, IIT Roorkee</p>
<p class="collection-item">2. Prof. Swagatam Das, ISI Kolkata</p>
<p class="collection-item">3. Prof. Laxmidhar Behera, IIT Kanpur</p>
<p class="collection-item">4. Prof. Ajit Kumar Verma, IIT Bombay</p>
<p class="collection-item">5. Prof. Mohan K. Kadalbajoo, LNMIIT, Jaipur</p>
<p class="collection-item">6. Dr. Manoj Kumar, MNNIT Allahabad</p>
<p class="collection-item">7. Dr. J.C. Bansal, South Asian University, New Delhi</p>
<p class="collection-item">8. Dr. Kedar Nath Das, NIT Silchar</p>
<p class="collection-item">9. Dr. Manoj Thakur, IIT Mandi</p>
<p class="collection-item">10. Dr. Krishna Pratap Singh, IIIT Allahabad</p>
<p class="collection-item">11. Dr. Harish RTU, Kota</p>
<p class="collection-item">12. Dr. Amreek Singh, DRDO Chandigarh</p>
<p class="collection-item">13. Prof. Sangeeta Sabharwal, NSIT Delhi</p>
<p class="collection-item">14. Prof. U.C. Gupta, IIT Kharagpur</p>
</div>
</div>
</div>
</div>
</div>
</main>
<?php
include 'include/php/foot.php';
?>