forked from aswanthkoleri/IIIC-IIITA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
why.php
63 lines (25 loc) · 1.81 KB
/
why.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?php require("header.php"); ?>
<section id="fh5co-services" data-section="why">
<div class="container subheading">
<div class="row">
<div class="col-md-12 section-heading text-left">
<h2 class=" left-border to-animate">Why IIIC?</h2>
</div>
</div>
</div>
<div class="container content">
<ol>
<li><h3>Register for PhD and Masters by research program and get degrees for the R&D problem of your venture*.</h3></li>
<li><h3>Earn by working as Tutor cum Research Assistant, Teaching cum Research Fellowship and other part-time employment programs</h3></li>
<li><h3>Earn by taking highly specialized courses relevant to the venture, independently or in collaboration with IIIT-A.</h3></li>
<li><h3>Register for PhD and Masters by research program and get degrees for the R&D problem of your venture*.</h3></li>
<li><h3>Earn by working as Tutor cum Research Assistant, Teaching cum Research Fellowship and other part-time employment programs</h3></li>
<li><h3>Earn by taking highly specialized courses relevant to the venture, independently or in collaboration with IIIT-A.</h3></li>
<li><h3>Register for PhD and Masters by research program and get degrees for the R&D problem of your venture*.</h3></li>
<li><h3>Earn by working as Tutor cum Research Assistant, Teaching cum Research Fellowship and other part-time employment programs</h3></li>
<li><h3>Earn by taking highly specialized courses relevant to the venture, independently or in collaboration with IIIT-A.</h3></li>
</ol>
</div>
</div>
</section>
<?php require("footer.php"); ?>