-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprograms.php
More file actions
49 lines (43 loc) · 1.64 KB
/
programs.php
File metadata and controls
49 lines (43 loc) · 1.64 KB
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
<title> Programs Running in Institute</title>
<?php
include("php/baseup.php");
?>
<head>
<link rel="stylesheet" type="text/css" href="css/programs.css">
</head>
<body>
<div id = "programs_div" >
<h2>
Programs Running in the Department
</h2>
<p>
The department of ECE at IIITA has claimed itself as a unique talent pool of the institute with better ranks preferring this core branch. The unique blend of IT and ECE have made our students adroit to face the tough challenges of ECE branch like VLSI, Communication Engineering, Robotics coupled with coding and other IT perspectives. The department of ECE is competent and apt enough, aided by world class infrastructure and facilities to bring practical knowledge at par with the global standard level.
</p> <br>
<p>
Details of subjects running in various programs can be found using following links :
</p>
<table id = "programs_table">
<tr>
<td> <a href = "btech.php" > B.Tech (ECE) </a> </td>
</tr>
<tr>
<td> <a href = "https://mi.iiita.ac.in/" > M.Tech (MI) </a> </td>
</tr>
<tr>
<td> <a href = "dbtechbme.php" > Dual Degree BTech (ECE) and MTech Biomedical Engineering </a> </td>
</tr>
<tr>
<td> <a href = "dbtechmi.php" > Dual Degree BTech (ECE) and MTech (MI) </a> </td>
</tr>
<tr>
<td> <a href = "dbtechmba.php" > Dual Degree BTech (ECE) and MBA </a> </td>
</tr>
<tr>
<td> <a href = "imiphd.php" > Integrated MTech(MI) and PhD </a> </td>
</tr>
</table>
</div>
</body>
<?php
include("php/basedown.php");
?>