-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAccomodation.html
108 lines (107 loc) · 6.1 KB
/
Accomodation.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
<!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>Accommodation</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/1fa1ca49fa.js" crossorigin="anonymous"></script>
</head>
<style>
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300&family=Open+Sans&family=Tiro+Kannada&display=swap');
.body{
font-family: 'Open Sans', sans-serif;
}
.divide{
margin-top: 50px;
}
</style>
<body>
<div id="events">
<div class="container">
<!-- ---hostels---- -->
<h1 class="sub-title">THE BMSETH HOSTELS</h1>
<div class="work-list">
<div class="work">
<img src="Images/Ih-bmsce.jpg">
<div class="layer">
<h3>HOSTEL UNIT-I : MAIN HOSTEL</h3>
<p>The Indian Main Hostel for male students was built in 1977 with a plinth area of 39,000 sq. ft. The hostel has a ground plus two floors and a small basement, and it can accommodate 150 pre-final and final year male students in single rooms.</p>
<a href="hostel-list.html" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="Images/girlHostel.jpg">
<div class="layer">
<h3>GIRLS HOSTEL BLOCK UNIT-II</h3>
<p>The block constructed between 1980-1984 accommodates female students with a plinth area of 42,586 sq. feet. The hostel has Ground plus 5 floors with 125 fully furnished rooms.The hostel is managed by the International Co-operation division.</p>
<a href="hostel-list.html"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="Images/bmsce hostel2.jpg">
<div class="layer">
<h3>Hostel Unit-III: BOYS HOSTEL</h3>
<p>A unit constructed in 2003 accommodates 288 boys with a plinth area of 5,611.29 sq meters (60,377.48 sq. ft.) including a basement, ground, and five upper floors. Each floor consists of three wings with 8 twin-sharing rooms per wing.</p>
<a href="hostel-list.html"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="Images/bmsHostel.jpg">
<div class="layer">
<h3>Hostel Unit-IV: GIRLS HOSTEL</h3>
<p>A hostel building constructed in 2003 is exclusively for 117 girl students with a plinth area of 5402 sq. meters (5,8125 sq. ft.). The hostel has a basement, ground, and three upper floors, with three students accommodated in each room.</p>
<a href="hostel-list.html"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="Images/bmsce hostel2.jpg">
<div class="layer">
<h3>Main Hostel (Phase-1) (GIRLS HOSTEL)</h3>
<p>This newly constructed hostel is also exclusively for girl students. This new hostel building with a plinth area of 539 sq meters (5,799.64 sq. ft.) comprising of basement, ground and three upper floors was completed in the year 2012 to accommodate 76 girls.</p>
<a href="hostel-list.html"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="Images/mph.JPG">
<div class="layer">
<h3>Multi-Purpose Hall</h3>
<p>This is used for conducting the meetings, seminars, functions organized by the management, cultural programs, farewell functions, get-togethers,etc. This hall is equipped with a stage and can accommodate about 200 peoples, attached with a green room, required furniture and audio systems.</p>
<a href="hostel-list.html"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
<div class="divide">
<h1 class="sub-title">ACCOMODATION FACILITIES</h1>
<div class="work-list">
<div class="work">
<img src="Images/hostel-room2.jpg">
<div class="layer">
<h3>HOSTEL ROOMS</h3>
<p>All rooms are fully furnished.Each student is provided with a wardrobe, study table, chair, cot and book storing cabinet.</p>
<a href="acc-galary.html" target="_blank"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="Images/hostel-washroom.jpg">
<div class="layer">
<h3>HOSTEL WASHROOMS</h3>
<p>The hostel washrooms are clean and hygenic.</p>
<a href="acc-galary.html"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="Images/bmsce hostel2.jpg">
<div class="layer">
<h3>DATA CENTER</h3>
<p>The Data Center of BMSCE is responsible to provides 24/7 Internet facility to the hostelites.</p>
<a href="bms_data_center.html"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>