forked from iptbalrampur/iptbalrampur.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourses.html
More file actions
148 lines (104 loc) · 4.43 KB
/
courses.html
File metadata and controls
148 lines (104 loc) · 4.43 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="Description" content="Institution for computer and paramedical education." />
<meta name="Keywords" content="IPT, balrampur, institute, computer education, paramedical education" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="Distribution" content="Global" />
<meta name="Author" content="Abhishek Srivastava abhishek77in@gmail.com" />
<meta name="Robots" content="index,follow" />
<link rel="stylesheet" href="images/BrightSide.css" type="text/css" />
<title>Courses, Institute of Paramedical and Technology, Balrampur</title>
</head>
<body>
<!-- wrap starts here -->
<div id="wrap">
<div id="header">
<h1 id="logo">IPT<span class="green">Balrampur</span></h1>
<h2 id="slogan">Shaping your career</h2>
<!-- Menu Tabs -->
<ul>
<li><a href="index.html"><span>Home</span></a></li>
<li><a href="aboutus.html"><span>About Us</span></a></li>
<li id="current"><a href="courses.html"><span>Courses</span></a></li>
<li><a href="affiliation.html"><span>Affiliation</span></a></li>
<li><a href="imagegallery.html"><span>Image Gallery</span></a></li>
<li><a href="contactus.html"><span>Contact Us</span></a></li>
</ul>
</div>
<!-- content-wrap starts here -->
<div id="content-wrap">
<img src="images/headerphoto.jpg" width="820" height="120" alt="headerphoto" class="no-border" />
<div id="sidebar" >
<h1>Courses quick links</h1>
<ul class="sidemenu">
<li><a href="doeacc.html">O-Level</a></li>
<li><a href="courses.html">Short-term courses</a></li>
<li><a href="nims.html">Paramadical</a></li>
<li><a href="courses.html">Find out more!</a></li>
</ul>
<h1>Affiliations</h1>
<ul class="sidemenu">
<li><a href="affiliation.html">DOEACC</a></li>
<li><a href="affiliation.html">SHIATS</a></li>
<li><a href="affiliation.html">NIMS</a></li>
</ul>
<h1>Quote of the week</h1>
<p>"The greatest results in life are usually attained by simple means and the exercise of ordinary qualities. These may for the most part be summed in these two: common-sense and perseverance.
"</p>
<p class="align-right">- Owen Feltham</p>
</div>
<div id="main">
<h1>Courses <span class="green">Available</span></h1>
<h3>DOEACC</h3>
<a href="doeacc.html"><img src="images/doeacc_logo1.jpg" width="110" height="120" alt="doeacc logo" class="float-left" /></a>
<br/>
<h3>NIMS</h3>
<a href="nims.html"><img src="images/nims_logo.jpg" width="110" height="120" alt="nims logo" class="float-left" /></a>
<br/>
<h3>SHIATS</h3>
<a href="shiats.html"><img src="images/shiats.jpg" width="110" height="120" alt="shiats logo" class="float-left" /></a>
<br/><br/><br/>
<div style="margin-left:50px;margin-top:150px;">
<h3>Short-Term Courses</h3>
<table>
<tr><th width="150px">Course</th><th>Fee (in Rs.)</th></tr>
<tr><td>Dos, Windows</td><td>500</td></tr>
<tr><td>Tally</td><td>2,000</td></tr>
<tr><td>C, C++</td><td>1,500</td></tr>
<tr><td>Visual Basic</td><td>2,000</td></tr>
<tr><td>MS Office</td><td>1,500</td></tr>
<tr><td>Java</td><td>2,000</td></tr>
<tr><td>Pagemaker</td><td>1,000</td></tr>
<tr><td>Photoshop</td><td>1,000</td></tr>
</table>
</div>
<br />
</div>
<div id="rightbar">
<h1>Admissions Open!</h1>
<p>Admissions are open for all the mentioned courses on the website, for any further queries please give us a call or visit the institution's <a href="contactus.html">office</a>.</p>
<h1>Notice</h1>
<p>Results for O-level scholarship test is out, participants kindly confirm their seats.</p>
</div>
<!-- content-wrap ends here -->
</div>
<!-- footer starts here -->
<div id="footer">
<div class="footer-left">
<p class="align-left">
© 2011 <strong>Institute of Paramedical & Technology</strong> |
Design by <a href="http://www.styleshout.com/">styleshout</a>
</p>
</div>
<div class="footer-right">
<p class="align-right">
<a href="index.html">Home</a>
</p>
</div>
</div>
<!-- footer ends here -->
<!-- wrap ends here -->
</div>
</body>
</html>