-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter_diploma_pattern.php
58 lines (55 loc) · 2.73 KB
/
footer_diploma_pattern.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
<!DOCTYPE html>
<html>
<title>ToDoIst - Diploma pattern in S. B. M. polytechnic</title>
<header><link rel="stylesheet" type="text/css" href="css/diplomasandwich_layout.css"></header>
<body>
<?php
include("main_header.php");
include("navigation.php");
?>
<div style=" height:80px; width:100%; background-color:rgba(255,255,255,0.001);">
</div>
<div id="ContentPlaceHolder1_Content_Inc1_divPragraph" style="width:90%; margin-left:5%;">
<div class='content_paragraph'><div class='heading2'>Three Year Fulltime Diploma</div>
<div>
<p>In 2001 , institute ventured into the emerging field Computer Engineering and information technology catering to the demands of industries under leadership of SVKM.<br />
<br />
SBM Polytechnic offers two non sandwich pattern full time diplomas in Computer Engineering and information technology. Both the courses are self financed. Each Course is Three Years Full Time Diploma in Information Technology (Un-aided) with Non-Sandwich Semester-Pattern having Multipoint Entry & Credit System. The student has to complete the course in six terms to award diploma .<br />
<br />
The students are exposed to industry by organizing industrial tours and visits during their studies. Also course includes soft skills .</p>
</div>
<div class='clear'></div>
</div>
<div class="content_paragraph" style="width:60%; margin-left:20%; ">
<div>
<center>
<table cellpadding="0" cellspacing="0" align="center" class="dmsTemp" id="results" style="display: block;" width="100%">
<tbody>
<tr>
<th class="compName" data-title="Course" width="30%">Course</th>
<th class="compName" data-title="Year ofEstablishment" width="30%">Year Establishment</th>
<th class="compName" data-title="Sanctioned Intake" width="70%">Sanctioned Intake</th>
</tr>
<tr>
<td class="compName" data-title="Course" width="30%"><center>Computer Engineering</center></td>
<td class="compName" data-title="Year ofEstablishment" width="30%"><center>2001</center></td>
<td class="compName" data-title="Sanctioned Intake" width="70%"><center>(60)</center></td>
</tr>
<tr>
<td class="compName" data-title="Course" width="30%"><center>Information Technology</center></td>
<td class="compName" data-title="Year ofEstablishment" width="30%"><center>2002</center></td>
<td class="compName" data-title="Sanctioned Intake" width="70%"><center>(40)</center></td>
</tr>
</tbody>
</table>
</center>
</div>
</div>
<p align="left"><font face="Arial"><a href="index.php">Back</a></font></p>
</div>
<div style="margin-top:30px;"></div>
<?php
include("IndexFooter.php");
?>
</body>
</html>