-
Notifications
You must be signed in to change notification settings - Fork 61
/
hotels.html
508 lines (474 loc) · 21.1 KB
/
hotels.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
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="PyCon India, the premier conference in India on using and developing the Python programming language is conducted annually by the Python developer community and it attracts the best Python programmers from across the country and abroad.">
<meta name="author" content="">
<title>PyCon India 2018 in Hyderabad | October 5th to 9th</title>
<!-- canonical URL -->
<link rel="canonical" href="https://in.pycon.org/2018/faq.html">
<!-- Bootstrap Core CSS -->
<link href="custom/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="./font-awesome/css/font-awesome.min.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111617773-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-111617773-1');
</script>
<!-- Fonts -->
<link href="custom/css/animate.css" rel="stylesheet" />
<link href="custom/css/style.css" rel="stylesheet">
<link href="custom/css/scroll.css" rel="stylesheet">
<link href="custom/css/buttons.css" rel="stylesheet">
<link rel="shortcut icon" href="img/favicon.png">
<link href="https://fonts.googleapis.com/css?family=Montserrat+Alternates:300,400,500,600" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
<!-- Preloader -->
<!-- <div id="preloader">
<div id="load"></div>
</div> -->
<nav class="navbar navbar-custom navbar-fixed-top top-nav-collapse">
<div class="container" style="width: 1170px;">
<a class="navbar-brand" rel="home" href="https://in.pycon.org/2018/" title="PyCon India 2018">
<img src="./img/banner-logo.png" class="nav-logo" alt="banner-logo">
</a>
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html#journey">Journey</a></li>
<li><a href="index.html#speakers">Keynotes</a></li>
<li><a href="index.html#schedule">Schedule</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Events<span class="caret"></span>
<ul class="dropdown-menu">
<li><a href="https://in.pycon.org/cfp/devsprint-2018/proposals/">Devsprints</a></li>
<li><a href="open-spaces.html">Open Spaces</a></li>
</ul>
</li>
<li><a href="index.html#sponsors">Sponsors</a></li>
<li><a href="https://in.pycon.org/blog/">Blog</a></li>
<li class="dropdown active">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Attend<span class="caret"></span>
<ul class="dropdown-menu">
<li><a href="index.html#tickets">Tickets</a></li>
<li><a href="index.html#venue">Venue</a></li>
<li><a href="travel.html">Traveling to Hyderabad</a></li>
<li><a href="hotels.html">Hotels</a></li>
<li><a href="https://goo.gl/forms/iqZ8I3xfzcXXLxQq2">Childcare</a></li>
</ul>
</li>
<li><a href="faq.html">FAQ</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">More<span class="caret"></span>
<ul class="dropdown-menu">
<li><a href="volunteer.html">Volunteer</a></li>
<li><a href="https://goo.gl/forms/R4g5sxjZIXezvp7z1">Community Spaces</a></li>
<li><a href="coc.html">COC</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<!-- Section: about -->
<section id="faq" class="home-section splitsection" style="margin-top:0">
<div class="heading-about">
<div class="container">
<h2>Hotels</h2>
<p>We are pleased to announce OYO Rooms as the Accomodation partner of PyCon India 2018. OYO is happy to host PyCon delegated with their best discounted prices. Feel free to approach Mr Chaitanya Oberoi for any bookings, modifications or other accommodation related issues.</p>
<p>Send PYCON2018 on +91 78372 82141 or send your queries through SMS or Whatsapp in the given number and they will contact you.</p>
<div class="row">
<img src="./img/oyo_rooms_contact_banner.png" alt="OYO Contact" class="img-responsive">
</div>
<p>We have listed below a number of Hotels from their listing which are in close proximity to the Venue.</p>
<!-- New Row with 2 Cards -->
<div class="row">
<!-- Card 1 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/b1m5yM0DJe49">Tara Residency</b></a></h4>
<p>Distance from Venue : Under 3 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 5.00/5</p>
</div>
</div>
<!-- Card 2 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/tvvthfa6011">My Place Kondapur Hicc</b></a></h4>
<p>Distance from Venue : Under 3 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 4.7/5</p>
</div>
</div>
</div>
<!-- End of Row -->
<!-- New Row with 2 Cards -->
<div class="row">
<!-- Card 1 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/69e5yfzemr9">Serene Nest</b></a></h4>
<p>Distance from Venue : Under 3 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 5/5</p>
</div>
</div>
<!-- Card 2 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/a1b4qp4lv8k2">TreeInn Hytechs</b></a></h4>
<p>Distance from Venue : Under 3 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 4.8/5</p>
</div>
</div>
</div>
<!-- End of Row -->
<!-- New Row with 2 Cards -->
<div class="row">
<!-- Card 1 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/h1a85gb8bwr3">Hotel Annapurna</b></a></h4>
<p>Distance from Venue : Under 3 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 4.8/5</p>
</div>
</div>
<!-- Card 2 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/ajh3b95gw5l8">Iconic Living</b></a></h4>
<p>Distance from Venue : Under 3 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 5/5</p>
</div>
</div>
</div>
<!-- End of Row -->
<!-- New Row with 2 Cards -->
<div class="row">
<!-- Card 1 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/3r6np0bpgc24">Hotel Saharsh Grand</b></a></h4>
<p>Distance from Venue : Under 3 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 5/5</p>
</div>
</div>
<!-- Card 2 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/3r6np0bpgc24">Hotel Saharsh Grand</b></a></h4>
<p>Distance from Venue : Under 3 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 5/5</p>
</div>
</div>
</div>
<!-- End of Row -->
<!-- New Row with 2 Cards -->
<div class="row">
<!-- Card 1 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/gaea35isa161">Swiss Legrand</b></a></h4>
<p>Distance from Venue : Under 3 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 3.9/5</p>
</div>
</div>
<!-- Card 2 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/1qvpk5wc8a97">Eaglewood</b></a></h4>
<p>Distance from Venue : Under 3 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 4.6/5</p>
</div>
</div>
</div>
<!-- End of Row -->
<!-- New Row with 2 Cards -->
<div class="row">
<!-- Card 1 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/f3pwy6nq41w6">Hotel Green Stone</b></a></h4>
<p>Distance from Venue : Under 3 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 4.9/5</p>
</div>
</div>
<!-- Card 2 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/1wyj7eu1r4a9">Garden View Inn</b></a></h4>
<p>Distance from Venue : Under 3 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 4.4/5</p>
</div>
</div>
</div>
<!-- End of Row -->
<!-- New Row with 2 Cards -->
<div class="row">
<!-- Card 1 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/o3o7d1sn1wf8">Hotel Rainbow Park</b></a></h4>
<p>Distance from Venue : Under 3 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 4.3/5</p>
</div>
</div>
<!-- Card 2 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/PH1Q7QD8K2t8">Sunshine Castle</b></a></h4>
<p>Distance from Venue : Under 5 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 4.9/5</p>
</div>
</div>
</div>
<!-- End of Row -->
<!-- New Row with 2 Cards -->
<div class="row">
<!-- Card 1 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/p171e9rmylm2">Mirras</b></a></h4>
<p>Distance from Venue : Under 5 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 4.9/5</p>
</div>
</div>
<!-- Card 2 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/n1dhk28d6ua8">Kanha Boutique Hotel</b></a></h4>
<p>Distance from Venue : Under 5 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 4.8/5</p>
</div>
</div>
</div>
<!-- End of Row -->
<!-- New Row with 2 Cards -->
<div class="row">
<!-- Card 1 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/w38lmqsm7l12">Silicon ville</b></a></h4>
<p>Distance from Venue : Under 5 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 4.9/5</p>
</div>
</div>
<!-- Card 2 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/14P5irVON2U8">Delight Inn Gachibowli</b></a></h4>
<p>Distance from Venue : Under 5 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 4.7/5</p>
</div>
</div>
</div>
<!-- End of Row -->
<!-- New Row with 2 Cards -->
<div class="row">
<!-- Card 1 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/VYUt14Vr5w65">OYO Flagship 460 Miyapur</b></a></h4>
<p>Distance from Venue : Under 5 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 4.8/5</p>
</div>
</div>
<!-- Card 2 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/1CwiA7f71nk3">SSR Royal Suites</b></a></h4>
<p>Distance from Venue : Under 5 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 4.2/5</p>
</div>
</div>
</div>
<!-- End of Row -->
<!-- New Row with 2 Cards -->
<div class="row">
<!-- Card 1 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/o10TK0Datd2">Hotel Nera Regency</b></a></h4>
<p>Distance from Venue : Under 5 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 4.8/5</p>
</div>
</div>
<!-- Card 2 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/17nll7evw8c6">Nirvana Inn</b></a></h4>
<p>Distance from Venue : Under 5 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 5/5</p>
</div>
</div>
</div>
<!-- End of Row -->
<!-- New Row with 2 Cards -->
<div class="row">
<!-- Card 1 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/WiFOJ35I7f13">Qualia</b></a></h4>
<p>Distance from Venue : Under 5 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 4.9/5</p>
</div>
</div>
<!-- Card 2 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/y1jdm28VvD9">Hotel Pranava Nivas Apartments</b></a></h4>
<p>Distance from Venue : Under 5 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 4/5</p>
</div>
</div>
</div>
<!-- End of Row -->
<!-- New Row with 2 Cards -->
<div class="row">
<!-- Card 1 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/wlyHjv37r019">Kyn hospitality services</b></a></h4>
<p>Distance from Venue : Under 5 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 5.0/5</p>
</div>
</div>
<!-- Card 2 -->
<div class="col-sm-12 col-md-6">
<div class="card">
<h2><b><a target="_blank" href="https://details.oyorooms.com/hotel_crs/Sp21Sm7tNn5">Hotel Halcyon Suites</b></a></h4>
<p>Distance from Venue : Under 5 KM Radius</p>
<p>Room Category : Classic (2X)</p>
<p>Check-in time : 12:00 PM</p>
<p>Check-out time : 11:00 AM</p>
<p>Hotel Rating : 4.1/5</p>
</div>
</div>
</div>
<!-- End of Row -->
</div>
</div>
</section>
<!-- /Section: about -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<p>Copyright © 2018 Python Software Society of India</p>
</div>
<div class="col-md-4">
<img src="img/footer-logo.png" alt="image">
<br>
<br>
<ul class="list-inline">
<li><a href="https://www.facebook.com/PyConIndia" target="_blank" class="icon"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/pyconindia" target="_blank" class="icon"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://mail.python.org/mailman/listinfo/inpycon" target="_blank" class="icon"><i class="fa fa-envelope" aria-hidden="true"></i></a></li>
<li><a href="mailto:[email protected]" class="icon"><i class="fa fa-ticket" aria-hidden="true"></i></a></li>
</ul>
</div>
<div class="col-md-4">
<a href="http://webchirpy.com" target="_blank"> <img src="img/wc.png" alt="image" class="pull-right img-responsive"> </a>
</div>
</div>
</div>
</footer>
<!-- Core JavaScript Files -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.scrollTo.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/custom.js"></script>
<script src="js/jtline.js"></script>
<script src="js/canvas.js"></script>
</body>
</html>