-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathadmission.php
58 lines (45 loc) · 3.99 KB
/
admission.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
<?php
include 'header.php';
?>
<!--=========== BEGINlibrary page ================-->
<div class="container" >
<div class="row" style="position: relative; padding-top: 100px; padding-bottom: 50px;">
<div class="col-lg-12 col-md-12">
<div class="col-lg-12 col-md-12" style="text-align: left;">
<h1>Admissions</h1>
<p>The admission procedure for all Degree/Diploma/ Post Graduate programs is normally carried out as per the norms charted out under the guidelines of ACPC ( Admission Committee For Professional Courses) in the months of June-July, every year. At Ahmedabad Institute of Technology, admissions / enrollments are carried out on merit basis. The admission dates are announced periodically in major Gujarati and English dailies (Newspapers)</p>
<table width="90%" border="1" >
<tbody><tr>
<td ><b>SR NO.</b></td>
<td ><b>TYPE OF COURSES</b></td>
<td ><b>WEBSITE</b></td>
</tr>
<tr>
<td >1</td>
<td align="left">Degree Engineering,Diploma to Degree,ME.</td>
<td ><a href="http://www.jacpcldce.ac.in/" style="color: #0996db" target="_blank">www.jacpcldce.ac.in</a></td>
</tr>
<tr>
<td >2</td>
<td align="left">Degree Engineering,Diploma to Degree,ME.</td>
<td ><a href="http://www.acpdc.in/" style="color: #0996db" target="_blank">www.acpdc.in</a></td>
</tr>
<tr>
<td >3</td>
<td align="left">MBA</td>
<td ><a href="http://www.gtu.ac.in/gcet/" style="color: #0996db" target="_blank">www.gtu.ac.in/gcet</a></td>
</tr>
<tr>
<td >4</td>
<td align="left">On line admission process</td>
<td ><a href="http://www.gujacpc.in/" style="color: #0996db" target="_blank">www.gujacpc.nic.in</a></td>
</tr>
</tbody></table>
</div>
</div>
</div>
</div>
</div>
<?php
include 'footer.php';
?>