-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccommodation.php
94 lines (85 loc) · 3.22 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
<!doctype html>
<html lang="en">
<head>
<title>Conference Registration Fee | SIN 2017</title>
<?php require 'php_includes/imports.php'; ?>
<link href="assets/css/k.css" rel="stylesheet">
<style type="text/css">
.rwd-table {
margin: auto;
}
th, td {
text-align: center !important;
vertical-align: middle !important;
}
.auto-style1 {
font-weight: normal;
}
</style>
</head>
<body class="profile-page">
<!-- Navbar -->
<?php require 'php_includes/navbar.php'; ?>
<!-- End Navbar -->
<div class="wrapper">
<div class="header header-filter" style="background-image:url(assets/img/background/mujBg.jpg);"></div>
<div class="main main-raised">
<section class="section">
<div class="container">
<div class="row">
<h2 class="title text-center">Accommodation</h2>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h4 style="text-align: left;">We look forward to
welcoming you to Jaipur for SIN2017. In order to help
with your planning, the following accommodation options
are available: </h4>
<h4 style="text-align: left;">
1. MUJ Guest House: Limited accommodation is available at
MUJ guest house only on <span class="auto-style1"><strong>
<em>first come first server basis</em></strong></span>.</h4>
<h4 class="auto-style1">
Room Tariff: 800 INR.</h4>
<h4 style="text-align: left;">
2. Hotel Highway King: You may also book your
room in Hotel Highway King (near to MUJ campus)
.</h4>
<h4 class="auto-style1"> Room Tariff:
1800 INR.</h4>
<br><br><h4 class="auto-style1">For more information, please
contact:</h4>
<h4 class="auto-style1">Mr. Shashank Sharma
<br>+91-9166837260
<br>
[email protected]</h4>
</div>
</div><br>
<div class="row">
</div><br><br>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
</div>
</div>
</div>
</section>
<!-- Social Links -->
<?php require 'php_includes/social.php'; ?>
</div>
</div>
<!-- Footer -->
<?php require 'php_includes/footer.php'; ?>
</body>
<!-- Core JS Files -->
<script src="assets/js/jquery.min.js" type="text/javascript"></script>
<script src="assets/js/bootstrap.min.js" type="text/javascript"></script>
<script src="assets/js/material.min.js"></script>
<!-- Plugin for the Sliders, full documentation -->
<script src="assets/js/nouislider.min.js" type="text/javascript"></script>
<!-- Control Center for activating the ripples, parallax effects, scripts from the example pages etc -->
<script src="assets/js/material-kit.js" type="text/javascript"></script>
<script type="text/javascript">
$().ready(function(){
// the body of this function is in assets/material-kit.js
$(window).on('scroll', materialKit.checkScrollForTransparentNavbar);
});
</script>
</html>