-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccommodation.php
202 lines (143 loc) · 9.75 KB
/
accommodation.php
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
<!DOCTYPE html>
<html lang = "en-gb" dir = "ltr">
<head>
<title>Accommodation</title>
<base href="/mes/" />
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name = "viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href = "style.css" />
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="javascript/jquery-1.10.2.js"></script>
</head>
<body>
<!------------ACTIVE TAB STYLE-------------------->
<style>
#accommodation-active {
color: black !important;
background-color: white !important;
}
</style>
<!------------------------------------heading----------------------------------------->
<div id="heading-placeholder">
<?php
$include_path = "/var/www/html/mes";
$use_page="TRUE";
include("$include_path/components/heading.php");
?>
</div>
<!---------------------------------end of heading------------------------------------->
<!---------------------------------Navigation bar------------------------------------->
<div id="nav-placeholder">
<?php
include("$include_path/components/navigation-bar.php");
?>
</div>
<!-----------------------------end of Navigation bar----------------------------------->
<div class="container">
<div class="row">
<!--------------------------------page main content------------------------------->
<div class="col-md-8">
<h2 role="none"><strong><span style="font-size:17pt;text-align:justify;color:#008080;">Accommodation<br /></strong></span></h2>
<h2 role="none"><strong><span style="font-size:14pt;text-align:justify;color:#008080;">Option 1: UoH Campus Accommodation<br /></strong></span></h2>
<p>We have several guest houses (campus accommodation) available on the University of Hyderabad (UoH) campus itself, many very close to the conference venue and some at a distance of about one kilometre from the venue. Most of the rooms in these guesthouses are double occupancy or triple occupancy rooms. There are a few single occupancy rooms, but they are not necessarily the best rooms. Taken together, we will be able to accommodate 150 to 170 participants in the guest house rooms.</p>
<p>The guest house is primarily meant for occasional visitors to the University. So, they provide <strong>clean, but very basic facilities</strong> such as beds, attached bathroom (no bath tub, only shower/bucket, western style toilet, geysers for hot water), fan/AC, provision for using mosquito repellent, cupboards, table and chair.</p>
<p>As the accommodation on the campus is limited, we prefer not to offer double and triple occupancy rooms as single occupancy rooms. However, if there are only very few takers for campus accommodation, we may be able to offer a few double occupancy rooms as single occupancy rooms. This means, those who opt for campus accommodation should be prepared for sharing one’s room with another person.</p>
<p>While the facilities in the rooms will be limited, campus accommodation gives you a huge, beautiful, air and sound pollution- free open space to go for long walks, hang out together and so on.</p>
<p>Campus accommodation can cost you something between 105 to 500 INR (Indian Rupees) (approximately 1.5 to 6 euros) per person per day depending on if one opts for a triple occupancy room or a double occupancy room. Please note that these are rough estimates.<strong>Please note that payments will have to be made by you directly and in Indian rupees at the guest house office.</strong></p>
<p>The allotment of rooms will be done by us based on your requirements, considerations of age and health, additional responsibility one has as an IC member, and on ‘first come first served’ basis.</p>
<p>If you want to stay on the campus you must fill in the <a href = "media/accommodation/application_form.doc" target = "_blank" download>application form</a> and let us know the following:</p>
<ol>
<li>What kind of accommodation you prefer- a single, double or a triple occupancy room?</li>
<li>Do you have an accompanying person?</li>
<li>If you are coming alone and prefer a shared accommodation, who do you want to share your room with?</li>
<li>Are you a person with special needs? If yes, what kind of facility would you need?</li>
</ol>
<p>Pictures of rooms in UoH campus guest houses:</p>
<div class="row">
<div class="col-sm-3 col-xs-12 col-md-3 col-lg-3">
<figure>
<a href = "media/accommodation/Single1.jpg" target = "_blank"><img style="margin: 10px; float: left;" src="media/accommodation/Single1.jpg" alt="Single seater" width="100%" /></a>
<figcaption>Fig.1 - Single room.</figcaption>
</figure>
</div>
<div class="col-sm-4 col-xs-12 col-md-4 col-lg-4">
<figure>
<a href = "media/accommodation/Double1.jpg" target = "_blank"><img style="margin: 10px; float: left;" src="media/accommodation/Double1.jpg" alt="Double seater" width="100%" /></a>
<figcaption>Fig.2 - Double occupancy room.</figcaption>
</figure>
</div>
<div class="col-sm-4 col-xs-12 col-md-4 col-lg-4">
<figure>
<a href = "media/accommodation/Double2.jpg" target = "_blank"><img style="margin: 10px; float: left;" src="media/accommodation/Double2.jpg" alt="Another view of Double seater" width="100%" /></a>
<figcaption>Fig.3 -Another view of Double occupancy room.</figcaption>
</figure>
</div>
</div>
<div class="row">
<div class="col-sm-5 col-xs-12 col-md-5 col-lg-5">
<figure>
<a href = "media/accommodation/3Shared.jpg" target = "_blank"><img style="margin: 10px; float: left;" src="media/accommodation/3Shared.jpg" alt="Three seater" width="100%" /></a>
<figcaption>Fig.4 - Triple occupancy room.</figcaption>
</figure>
</div>
<div class="col-sm-5 col-xs-12 col-md-5 col-lg-5">
<figure>
<a href = "media/accommodation/Another3shared.jpg" target = "_blank"><img style="margin: 10px; float: left;" src="media/accommodation/Another3shared.jpg" alt="Three seater" width="100%" /></a>
<figcaption>Fig.5 -Also Triple occupancy room.</figcaption>
</figure>
</div>
</div>
<br />
<strong>Please note the following :</strong><br />
<ol>
<li>We are working on allocation of rooms for the applicants. It should be ready by 12th December.</li>
<li>We think we should be able to accommodate all those who asked for campus accommodation. So, wait for a few days.</li>
<li>You will be able to check into your rooms from 27th January and can leave on the 3rd February.</li>
</ol>
<h2 role="none"><strong><span style="font-size:14pt;text-align:justify;color:#008080;">Option 2: Hotel Accommodation<br /></strong></span></h2>
<p>If you prefer not to stay on the campus, there are a few hotels in the neighbourhood of the University where you could book a room. The rooms could cost something between 1140 to 4000 INR (14 to 48 euros) per day. The bookings will have to be done by you.</p>
<p>Here is a list of hotels near the university as found on trip advisor:</p>
<a href = "https://www.tripadvisor.in/HotelsNear-g297586-d7889818-University_of_Hyderabad-Hyderabad_Hyderabad_District_Telangana.html" target = "_blank">https://www.tripadvisor.in/HotelsNear-g297586-d7889818-University_of_Hyderabad-Hyderabad_Hyderabad_District_Telangana.html</a>
<h2 role="none"><strong><span style="font-size:14pt;text-align:justify;color:#008080;">Option 3:Guest House accommodation outside the UoH Campus<br /></strong></span></h2>
<p>We have contacted another residential campus near UoH where we may be able to book a few rooms. These may be comparable to the rooms in the University of Hyderabad campus in cost and in the facilities offered. Once we have a confirmation from them, we will update you with more details on this. We will need this only if we have exhausted the campus accommodation.</p>
</div>
<!------------------------end of page main content------------------------------->
<!------------------------------------sidebar------------------------------------>
<div class="col-md-4">
<div class="row">
<div id="sidebar-dates-placeholder">
<?php
include("$include_path/components/sidebar-dates.php");
?>
</div>
</div>
<div class="row">
<?php
include("$include_path/components/poster.php");
?>
</div>
<div class="row">
<div id="sidebar-photos-placeholder">
<?php
include("$include_path/components/sidebar-photos.php");
?>
</div>
</div>
</div>
<!---------------------------------end ofsidebar-------------------------------->
</div>
</div>
<!-----------------footer---------------------------->
<div id="footer-placeholder">
<?php
include("$include_path/components/footer.php");
?>
</div>
<!------------end of footer--------------------------->
</body>
</html>