-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathadmissions.html
207 lines (184 loc) · 5.95 KB
/
admissions.html
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
<title>LFTC :: Admission</title>
<link href="css/style.css" rel="stylesheet" type="text/css" >
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/nav.js"></script>
</head>
<body>
<div id="header">
<div id="title">
<div id="logo">
<a href="index.html"><img src="images/logo.png" alt="logo"></a>
</div>
<form action="#">
<div id="searchbox">
<input type="text" id="textbox" placeholder="Search LFC">
<button type="submit" id="search" value="search">submit</button>
</div>
</form>
</div>
</div>
<div id="menuHolder">
<div id="menu">
<!--start -->
<div id="nav">
<ul>
<li class="first">
<a href="about.html">About</a>
</li>
<li>
<a href="admissions.html">Admission</a>
</li>
<li>
<a href="404.html">Notice</a>
</li>
<li class="second" style="z-index:99999; display:block;">
<a href="department.html">Departments</a>
<ul class="subnav" style="width: 200px; overflow: hidden; height: 0px;z-index:1;">
<li><a href="#" style="text-indent: 20px;"> </a></li>
<li><a href="Department.html#BCT" style="text-indent: 20px;">BE Computer</a></li>
<li><a href="department.html#BEX" style="text-indent: 20px;">BE Electronics</a></li>
<li><a href="department.html#BEL" style="text-indent: 20px;">BE Electrical</a></li>
<li><a href="department.html#BIT" style="text-indent: 20px;">BIT</a></li>
<li><a href="department.html#BIM" style="text-indent: 20px;">BIM</a></li>
</ul>
</li>
</li>
<div class="clear"></div>
</ul>
</div>
</div>
<!-- end-->
</div>
</div>
<div id="contentother">
<div id="admissioncontent">
<div class="smenu">
<ul>
<li><a href="#admission">Admission Procedure</a></li>
<li><a href="#scholarship">Scholarships</a></li>
<li><a href="#fee">Fee Structure</a></li>
<li><a href="#intake">Annual Intake</a></li>
</ul>
</div>
<div class="scont">
<h2><a name="admission">Admission procedure and requirement</a></h2>
<p>Admission for Bachelor's Program in Engineering under TU, normally opens in the month of August. Students willing to join Leapfrog College must pass the entrance examination conducted by Institute of Engineering (IOE).
IOE conducts entrance test in Mathematics, Physics, Chemistry, English and Basic Concept of Drawing. All questions are of objectives type and the time duration of the test is 3 hours in one seating.
Students with I.Sc. (Physical group or Biological group with Extra Maths) or 10+2 in Science (Physical group or Biological group with Extra Maths) or Diploma in Engineering and scoring at least 45% in respective examinations are eligible to apply for the entrance test conducted by Institute of Engineering (IOE), Pulchowk.
LFTC selects students according to the merit list in entrance test conducted by IOE. International students do not have to appear in entrance tests.
Special entrance committee selects them for admission.
For admission for IT and IM, please contact our college directly. </p>
<h2><a name="scholarship">Scholarships</a></h2>
<h3>Regular Scholarship</h3>
<p>10% of the admitted students get full scholarship</p>
<h3>Need based Scholarship for Meritorious Student</h3>
<p>One student from each faculty gets the full scholarship according to the need and merit.</p>
<h2><a name="fee">Fee Structure</a></h2>
<p> We have the cheapest fee structure among the private engineer colleges of Nepal. The fee for the courses provided by LFTC is shown below.</p>
<table>
<tr>
<td>SN</td>
<td>BE Computer</td>
<td>BE Electronics</td>
<td>BE Electrical</td>
<td>BIT</td>
<td>BIM</td>
</tr>
<tr>
<td>Annual</td>
<td>Nrs. 100000</td>
<td>Nrs. 100000</td>
<td>Nrs. 100000</td>
<td>Nrs.75000</td>
<td>Nrs.75000</td>
</tr>
<tr>
<td>monthly</td>
<td>Nrs. 2000</td>
<td>Nrs. 2000</td>
<td>Nrs. 2000</td>
<td>Nrs. 1500</td>
<td>Nrs. 1500</td>
</tr>
</table>
<h2><a name="intake">Annual Intake</a></h2>
<p> We have limited seats for each department. Details of our annual intake is as shown below.</p>
<table>
<tr>
<td>Courses</td>
<td>Annual Intake</td>
<td>Duration(yrs)</td>
</tr>
<tr>
<td>BE computer</td>
<td>40</td>
<td>4</td>
</tr>
<tr>
<td>BE Electronics</td>
<td>40</td>
<td>4</td>
</tr>
<tr>
<td>BE Electrical</td>
<td>40</td>
<td>4</td>
</tr>
<tr>
<td>BIT</td>
<td>40</td>
<td>4</td>
</tr>
<tr>
<td>BIM</td>
<td>40</td>
<td>4</td>
</tr>
</table>
</div>
</div>
</div>
<div id="footercontainer">
<div id="footer">
<div id="contact">
<h2>Get in Touch</h2>
<p>
Telephone:+977 - 01- 5534403<br>
Fax:+977 1 5534456<br>
P.O.Box: 5645, Kupondole, Kathmandu<br>
E-mail:[email protected]<br>
Kupondole, Kathmandu, Nepal
</p>
</div>
<div id="social">
<h2>Get Connected</h2>
<div id="facebook">
<img src="images/footer/faceb.png" title="facebook" alt="facebook" height="50px" width="50px">
</div>
<div id="twitter">
<img src="images/footer/twitterb.png" title="twitter" alt="twitter" height="50px" width="50px">
</div>
<div id="linkedin">
<img src="images/footer/linkedinb.png" title="linkedin" alt="linkedin" height="50px" width="50px"><br>
</div>
<div id="youtube">
<img src="images/footer/youtubelogob.png" title="youtube" alt="youtube" height="50px" width="50px"><br>
</div>
</div>
<div id="misc">
<h2>Misc</h2>
<p>
Sitemap<br>
Terms and conditions<br>
Privacy Policy<br>
Career options
</p>
</div>
</div>
</div>
<div id="copyright">(C) Leapfrog Technology College, a college wing of Leapfrog Technology Inc.</div>
</body>
</html>