-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbms_mess.html
52 lines (51 loc) · 3.05 KB
/
bms_mess.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MESS</title>
<link rel="stylesheet" href="mess.css">
</head>
<body>
<div class="hero">
<div class="container">
<div class="article">
<div class="title">
<h1>BMSCE MESS</h1>
</div>
<div class="content">
<h3>Mess Regulations And Charges</h3>
<ul>
<li>The hostel requires all its residents to be members of the mess.
<li>If there is a shortage of accommodation, a limited number of students may be allowed to have mess facility by paying full charges for the academic year and agreeing to join the hostel when accommodation becomes available.</li>
<li> Students who want to avail of the mess facility must submit a request form and sign the mess joining register.</li> <li>The mess timings are fixed, and students must strictly adhere to them. The mess is closed after lunch on every Saturday for maintenance.</li>
<li>The mess follows a self-service disposable system, and no food will be reserved for latecomers.</li>
<li>Non-vegetarian food (chicken only) is served as an extra item on specified days. The mess can be managed by a student committee, but financial control rests with the management.</li>
<li>The menu must be submitted and approved monthly. Students can change from vegetarian to non-vegetarian or vice versa once per semester.</li>
<li>Mess charges are non-refundable.</li>
<li>Boarders are not allowed to interfere with mess staff, and the sole aim of the management is to provide a conducive environment for study and stay. </li>
<li>Management reserves the right to add, alter or delete any rules.</li>
<li>The mess will remain closed for half a day on Saturdays.</li>
<li>Stidents who absent themselves on the date of reopening after a semester vacation will be deemed to have joined the mess where they dined during the previous semester and will be charged accordingly.</li>
</ul>
<div class="timing">
<h3>Mess Timings</h3>
<ul>
<li>Breakfast: 7:30 am to 9:30 am</li>
<li>Lunch: 12:30 pm to 2:00 pm</li>
<li>evening tea/snacks: 4:30 pm to 5:30 pm</li>
<li>Dinner : 7:30 pm to 9:30 pm</li>
</ul>
</div>
</div>
</div>
</div>
<div class="image-section">
<img src="Images/food10.jpg">
<img src="Images/food04.jpg">
<img src="Images/food06.jpg">
</div>
</div>
</body>
</html>