-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbhm.html
305 lines (270 loc) · 9.79 KB
/
bhm.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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BHM</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;1,100;1,300&display=swap"rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Assistant&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-header">
<div class="top-left-mail">
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="mailto:[email protected]" target="_blank" style="text-decoration: none; color: white;">[email protected]</a>
</div>
<div class="top-left-map">
<i class="fa fa-map-marker" aria-hidden="true">
<a href="https://goo.gl/maps/Rg5nnckM8oMmReJMA" target="_blank" style="text-decoration: none; color: white;">Gaindakot-4, Kaligandaki Chowk</a></i>
</div>
<div class="top-left-phone">
<i class="fa fa-phone" aria-hidden="true"></i>
<a href="tel:078502188" target="_blank" style="text-decoration: none; color: white;">078 502188, 078 503206</a>
</div>
<div class="top-left-social">
<a href="https://facebook.com/groups/379534882190584" target="_blank" style="color: white;"> <i class="fa fa-facebook" aria-hidden="true"></i></a>
</div>
</div>
<div class="top-menu-bg">
<div class="top-menu-logo">
<img width="70" height="58" src="https://lict.edu.np/wp-content/uploads/2021/01/final.png" class="top-menu-logo" alt="Lumbini ICT Campus">
</div>
<div class="top-menu-list">
<ul class="a">
<li class="x"><a style=text-decoration:none; href="index.html">Home</a></li>
<li class="x"><a style=text-decoration:none; href="aboutus.html">About US</a></li>
<div class="dropdown">
<button class="dropbtn">Courses</button>
<div class="dropdown-content">
<a href="#">BSc.CSIT</a>
<a href="#">BCA</a>
<a href="bim.html">BIM</a>
<a href="bhm.html">BHM</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Our Team</button>
<div class="dropdown-content">
<a href="#">BOD</a>
<a href="#">Teaching Faculty</a>
<a href="#">Visiting Faculty</a>
<a href="#">Non Teaching Faculty</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Downloads</button>
<div class="dropdown-content">
<a href="#">CSIT</a>
<a href="#">BIM</a>
<a href="#">BCA</a>
<a href="#">BHM</a>
</div>
</div>
<li class="x"><a style=text-decoration:none; href="#gallery">Gallery</a></li>
<li class="x"><a style=text-decoration:none; href="#notice">Info Notice</a></li>
<li class="x"><a style=text-decoration:none; href="#events">Events</a></li>
</ul>
</div>
</div>
<div class="cont">
<div class="cont1">
<h1 class="head2">BHM</h1><br><br>
<div class="slider">
<div class="slides">
<!--radio buttons start-->
<input type="radio" name="radio-btn" id="radio1">
<input type="radio" name="radio-btn" id="radio2">
<input type="radio" name="radio-btn" id="radio3">
<!--radio buttons end-->
<!--slide images start-->
<div class="slide first">
<img src="image/BHM1.png" style="width: 100%;">
</div>
<div class="slide">
<img src="image/BHM2.png" style="width: 100%;">
</div>
<div class="slide">
<img src="image/BHM3.png" style="width: 100%;">
</div>
<!--slide images end-->
<!--automatic navigation start-->
<div class="navigation-auto">
<div class="auto-btn1"></div>
<div class="auto-btn2"></div>
<div class="auto-btn3"></div>
</div>
<!--automatic navigation end-->
</div>
<!--manual navigation start-->
<div class="navigation-manual">
<label for="radio1" class="manual-btn"></label>
<label for="radio2" class="manual-btn"></label>
<label for="radio3" class="manual-btn"></label>
</div>
<!--manual navigation end-->
</div>
<!--image slider end-->
<p>4 Years / 8 Semester Programme<br>Bachelor of Hotel Management <strong>(BHM)</strong></p>
<p><strong>Affiliation: </strong>Tribhuvan University<br><strong>Faculty: </strong>Faculty
of
Management<br><strong>Duration: </strong>4 years<br><strong>Academic
System: </strong>Semester
Based</p>
<h3>Course Introduction</h3>
<p>The Bachelor of Hotel Management (BHM) programme of Tribhuvan University has been designed to
prepare the
students to enter the hospitality industry at the supervisory level in area of hotel and
catering
operations.BHM program of Tribhuvan University is a<strong>four year, 8 semester
program</strong> which is offered in more than 10 Hotel Management colleges of
Nepal.</p>
<p>Up on graduation the student of Bachelor of Hotel Management (BHM) will be able to:</p>
<ol>
<li>Occupy supervisory positions in the hotel and catering industry with adequate background of
management
functions</li>
<li>Acquire basic technical and social skills for professional handling of hotel and catering
operations</li>
<li>Apply cost control measures for greater economy and success of business operations</li>
<li>Set standards for quality assurance of the services offered to customers</li>
<li>Develop positive attitudes towards the trade with greater initiative and self confidence in
handling the operations: and
<li>Become a successful entrepreneur in a small/medium size enterprise.</li>
</ol>
<h2>Eligibility for Admission </h3>
<p>The candidate applying for BHM program:</p>
<ol>
<li>Should have successfully completed a twelve year of schooling in the any stream or
equivalent from any
university, board or institution recognized by TU.</li>
<li>Should have secured a minimum of ‘D+’ grade with CGPA 1.8 or more in the 10+2 or
equivalent on each
subjects.</li>
<li>Candidate must pass the Central Management Admission Test conducted by FoM,TU.
</li>
</ol>
<h3>Curriculum Structure</h3>
<p>BHJM program will have eight semesters with 123 credit hours. Each semester shall have
duration of 6 months.</p>
<table>
<thead>
<tr>
<th>Courses</th>
<th>Credit Hours</th>
</tr>
</thead>
<tbody>
<tr>
<td>Compulsory Courses</td>
<td>30</td>
</tr>
<tr>
<td>Core Courses</td>
<td>75</td>
</tr>
<tr>
<td>Industrial Exposure</td>
<td>15</td>
</tr>
<tr>
<td>Elective Courses (Any One)</td>
<td>3</td>
</tr>
</tbody>
</table>
</figure>
<h2>Grading System</h2>
<table>
<thead>
<tr>
<th>Grade</th>
<th>GPA</th>
<th>CGPA</th>
<th>Remarks</th>
</tr>
</thead>
<tbody>
<tr>
<th>A </th>
<td>4</td>
<td>4.0</td>
<td>Distinction</td>
</tr>
<tr>
<th>A-</th>
<td>3.7</td>
<th>3.7 to 3.99</th>
<th>Very Good</th>
</tr>
<tr>
<th>B+</th>
<td>3.3</td>
<th>3.3 to 3.69</th>
<th>First division</th>
</tr>
<tr>
<th>B</th>
<td>3.0</td>
<th>3.0 to 3.29</th>
<th>Second division</th>
</tr>
<tr>
<th>B-</th>
<td>2.7</td>
<th>2.7 to 2.99</th>
<th>Pass in individual paper</th>
</tr>
<tr>
<th>F</th>
<td>2.7 below</td>
<th>Below 2.70</th>
<th>Fail</th>
</tr>
</tbody>
</table>
<h3>Job prospects </h3>
<ol>
<li>Catering Officer</li>
<li>Marketing/ Sales Executives</li>
<li>Hospitality Executives</li>
<li>Food and Beverages</li>
<li>Chefs</li>
<li>Flight Attendent</li>
</ol>
</div>
<div class="cont2">
<form role="search" method="get" class="search-form" action="https://lict.edu.np/">
<label>
<input type="search" class="search-field" placeholder="Search..." value="" name="s">
</label>
<input type="submit" class="search-submit" value="Search">
</form>
<h2>Recent Posts</h2><hr>
<ul>
<li><a href="#">BSc. CSIT Mock Test Result</a></li>
<li><a href="#">CMAT Mock Test Result</a></li>
<li> <a href="#">BCA Entrance Exam Form</a></li>
<li> <a href="#">CSIT Entrance Form</a></li>
<li> <a href="#">CMAT Form Revised</a></li>
</ul>
</div>
</div>
<script type="text/javascript">
var counter = 1;
setInterval(function(){
document.getElementById('radio' + counter).checked = true;
counter++;
if(counter > 3){
counter = 1;
}
}, 3000);
</script>
</body>
<footer>
<div class="footer">
<a href="https://techybug.com" target="_blank" style="color:white; text-decoration: none";>Lumbini ICT Campus © Lumbini ICT Campus 2021. Powered by TECHYBUG</a>
</div>
</footer>
</html>