-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
234 lines (226 loc) · 11.1 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<!--Import Google Icon Font-->
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.2/css/materialize.min.css">
<link rel="stylesheet" href="./css/index.css">
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>IVEX | Home</title>
<style>
</style>
</head>
<body>
<!--Fixed Navbar-->
<div class="navbar-fixed corona">
<nav>
<div class="nav-wrapper teal accent-1 black-text">
<a href="corona.html" class="title black-text">COVID19 UPDATES:</a>
<ul class="right hide-on-med-and-down">
<li>Sanitised Hotel Environment</li>
<li>Thermal Screening and Mask Mandatory</li>
</ul>
</div>
</nav>
</div>
<!-- NavBar -->
<ul id="dropdown1" class="dropdown-content">
<li><a href="city1.html">Mumbai</a></li>
<li><a href="city2.html">Delhi</a></li>
<li><a href="city3.html">Chicago</a></li>
<li><a href="city4.html">Sydney</a></li>
</ul>
<ul id="dropdown2" class="dropdown-content">
<li><a href="city1.html">Mumbai</a></li>
<li><a href="city2.html">Delhi</a></li>
<li><a href="city3.html">Chicago</a></li>
<li><a href="city4.html">Sydney</a></li>
</ul>
<nav class="main">
<div class="nav-wrapper red">
<a href="index.html" class="brand-logo">IVEX</a>
<a href="#" data-activates="mobile-demo" class="button-collapse"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li><a href="index.html">Home</a></li>
<li><a href="" class="dropdown-button" data-activates="dropdown2">Location<i class="material-icons right">arrow_drop_down</i></a></li>
<li><a href="coupons.html">Coupons</a></li>
<li><a href="about.html">About</a></li>
</ul>
<ul class="side-nav" id="mobile-demo">
<li><a href="index.html">Home</a></li>
<li><a href="" class="dropdown-button" data-activates="dropdown1">Location<i class="material-icons right">arrow_drop_down</i></a></li>
<li><a href="coupons.html">Coupons</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
</nav>
<div class="photos">
<!-- Image Slider -->
<div class="slider">
<ul class="slides">
<li>
<img src="./images/hotel6.jpg">
<div class="caption right-align">
<h4 class="grey-text text-darken-4">OVERVIEW</h4>
<h6 class="grey-text text-darken-4">Chicago,USA</h6>
</div>
</li>
<li>
<img src="./images/hotel2.jpg">
<div class="caption left-align">
<h4 class="grey-text text-lighten-4">LOBBY</h4>
<h6 class="grey-text text-lighten-4">Sydney,Australia</h6>
</div>
</li>
<li>
<img src="./images/hotel4.jpeg">
<div class="caption left-align">
<h4 class="grey-text text-darken-4">SWIMMING POOL</h4>
<h6 class="grey-text text-darken-4">Mumbai,India</h6>
</div>
</li>
<li>
<img src="./images/hotel1.jpeg">
<div class="caption left-align">
<h4 class="grey-text text-lighten-4">ROOM</h4>
<h6 class="grey-text text-lighten-4">Delhi,India</h6>
</div>
</li>
<li>
<img src="/images/hotel3.jpeg">
</li>
<li>
<img src="./images/hotel5.jpg">
</li>
</ul>
</div>
<!--Locations-->
<div class="cities">
<h3 class="center-align black-text">Our Locations</h3>
<div class="row">
<!--Mumbai-->
<div class="col s12 m6 l3">
<div class="card">
<div class="card-image">
<img class="materialboxed" src="./images/Mumbai.jpg">
</div>
<div class="card-content red darken-4">
<a href="city1.html"><h4 class="center-align grey-text text-lighten-4">Mumbai</h4></a>
<p class="center-align grey-text text-lighten-4">Relish the street food,fast life and the Bollywood craze.</p>
</div>
</div>
</div>
<!--Chicago-->
<div class="col s12 m6 l3">
<div class="card">
<div class="card-content red darken-4">
<a href="city3.html"><h4 class="center-align grey-text text-lighten-4">Chicago</h4></a>
<p class="center-align grey-text text-lighten-5">Known for its theme parks,sport teams,food and climate defining the American culture</p>
</div>
<div class="card-image">
<img class="materialboxed" src="./images/chicago5.jpg">
</div>
</div>
</div>
<!--Delhi-->
<div class="col s12 m6 l3">
<div class="card">
<div class="card-image">
<img class="materialboxed" src="./images/delhi5.jpg">
</div>
<div class="card-content red darken-4">
<a href="city2.html"><h4 class="center-align grey-text text-lighten-4">Delhi</h4></a>
<p class="center-align grey-text text-lighten-4">The historical,capital city is a tourist hot spot.</p>
</div>
</div>
</div>
<!--Sydney-->
<div class="col s12 m6 l3">
<div class="card">
<div class="card-content red darken-4">
<a href="city4.html"><h4 class="center-align grey-text text-lighten-4">Sydney</h4></a>
<p class="center-align grey-text text-lighten-4">The Opera House,the beaches and the history of the city define the Australian flavor.</p>
</div>
<div class="card-image">
<img class="materialboxed" src="./images/sydney.jpg">
</div>
</div>
</div>
</div>
</div>
</div>
<!--Reviews-->
<div class="reviews">
<div class="container">
<h3 class="center-align black-text">Awards and Reviews</h3>
<p class="center-align black-text">Embark on a magical journey through this magical world with IVEX Hotels. Explore lands vibrant cultures and delicious cuisine.</p>
<p class="center-align black-text">IVEX Hotels are exceptionally located, close to the airports, railway stations, famous sights and business districts of each city.</p>
<ul class="collapsible">
<li>
<div class="collapsible-header red darken-4 parts">
<i class="material-icons grey-text text-lighten-4">filter_drama</i>
Mr.Lionel Messi
<a href="#!" class="secondary-content stars"><i class="material-icons">grade</i></a>
<a href="#!" class="secondary-content stars"><i class="material-icons">grade</i></a>
<a href="#!" class="secondary-content stars"><i class="material-icons">grade</i></a>
<a href="#!" class="secondary-content stars"><i class="material-icons">grade</i></a>
<a href="#!" class="secondary-content stars"><i class="material-icons">grade</i></a>
</div>
<div class="collapsible-body"><span class="black-text">I had stayed at the Sydney Hotel for a week during the Christmas period.The property is superb with a lot of activities.The rooms and the hotel is clean and well-maintained.The location of the restaurant was amazing right in the main city.Loved my stay..</span></div>
</li>
<li>
<div class="collapsible-header red darken-4 parts">
<i class="material-icons grey-text text-lighten-4">filter_drama</i>
Mr.Azim Shah
<a href="#!" class="secondary-content stars"><i class="material-icons">grade</i></a>
<a href="#!" class="secondary-content stars"><i class="material-icons">grade</i></a>
<a href="#!" class="secondary-content stars"><i class="material-icons">grade</i></a>
<a href="#!" class="secondary-content stars"><i class="material-icons">grade</i></a>
<a href="#!" class="secondary-content stars"><i class="material-icons">grade</i></a>
</div>
<div class="collapsible-body"><span class="black-text">I had stayed at the Mumbai Hotel for 2 days as I had a business meeting there.The staff is very well-trained,helpful and courteous.They arranged a projector for me in my suite and also offered their business hall.Amazing!!!</span></div>
</li>
</ul>
</div>
</div>
<!--Info-->
<div class="info red darken-4 grey-text text-lighten-4">
<div class="container ">
<br>
<h3>Discover the World with IVEX Hotels</h3>
<p>We have been awarded as the best hotel chain for three consecutive years by XYZ.</p>
<p>Our Mumbai and Sydney Branch are among the best hotels in World with numerous awards in various fields.</p>
<p>IVEX Hotels in Mumbai, Delhi, Chicago and Sydney feature IVEX Club Rooms and Suites, designed for discerning business executives who are always on the move. Located on the exclusive IVEX Club Floors, these hotel rooms provide a luxury retreat for guests who need to conduct business in a comfortable yet efficient environment. IVEX Club privileges include a one-way transfer between the hotel and the airport, round the clock butler service and express check-in and check-out at the private club reception. Guests can also enjoy exclusive access to the IVEX Club Lounge for daily breakfast and cocktail hour.</p>
<p>We believe in the Indian philosophy that 'Guest is like God' and we have very well trained and courteous staff always ready to help you all.</p>
<p>IVEX's hotel deals and hotel offers are specially curated to not only give you the best value, but meet your every need and create memories that will last a lifetime.</p>
<p>IVEX Privilege members are eligible for 10% savings on bookings made directly with us.</p>
<p>We look forward to welcoming you at IVEX Hotels.</p>
<br>
</div>
</div>
<footer>
<div class="footer-copyright black white-text">
<div class="container">
Contact Us: iVEXhotels@xyz.com | 9876543210
<a class="grey-text text-lighten-4 right" href="about.html">About</a>
</div>
</div>
</footer>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.2/js/materialize.min.js"></script>
<!--JS for initialising Materialize-->
<script>
$(".button-collapse").sideNav();
$(".dropdown-trigger").dropdown();
$(document).ready(function(){
$('.slider').slider();
});
$(document).ready(function(){
$('.collapsible').collapsible();
});
</script>
</body>
</html>