-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
176 lines (140 loc) · 8.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home</title>
<!-- Google/Custom font -->
<link href='http://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
<!-- Bootstrap css -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- Font awesome 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="css/style.css">
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" href="img/apple-touch-icon-precomposed.png">
<link rel="shortcut icon" type="image/png" href="img/favi-con.png"/>
</head>
<body>
<header class="header_area" style="background-color: white;">
<div class="header_bottom">
<div class="container">
<div class="main_header">
<div class="row">
<div class="col-md-3 col-sm-2">
<div class="logo">
<a href="index.html"><img src="img/logo1.png" alt="Site Logo"></a>
</div>
</div>
<div class="col-md-9 col-sm-10 nav_area">
<nav class="main_menu">
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="accommodation.html">Accommodation</a></li>
<li><a href="Facilities&Services.html">Facilities</a></li>
<li><a href="Location&ContactUs.html">ContactUs</a></li>
<li><a href="Reservation.html">Reservation</a></li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="container" style="background-color: white;padding:0;">
<section class="about_us_area section-padding">
<div class="container" style="background-color: white;margin-top:10px;padding-top:10px;">
<div id="myCarousel" class="carousel slide" data-ride="carousel" style="width:100%;height:50%;">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="img/banner.jpg" alt="Los Angeles" style="width:100%;height:400px;">
</div>
<div class="item">
<img src="img/grandRoom.jpg" alt="Chicago" style="width:100%;height:400px;">
</div>
<div class="item">
<img src="img/familyRoom.jpg" alt="New York" style="width:100%;height:400px;">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="row">
<div class="col-md-12">
<div class="section_heading" style="text-align: center;">
<img src="img/logo.png">
<h2>WHO WE ARE?</h2>
</div>
</div>
</div>
<div class="row">
<div class="container intro" >
<div class="vision">
<i>"Lotus Boutique Hotel, your friendly and hospitable hotel brand is now available at Kuala Lumpur City Centre (KLCC)."</i>
</div>
<p>Inspiring Touches For Rooms Uniquely Refreshing!<br>
<b>Creating something new…</b></p>
<p>For far too long, the hotel scene in Kuala Lumpur remains true to the tried and norm. There are the myriad of international 5-star hotels dedicated to serving trappings of luxury for the affluent visitor and for the business and leisure travellers, choices abound with a host of pragmatic and convenient array of value-for-money budget and 3-star hotels all over Kuala Lumpur. In the development of Hotel Maison Boutique as we remain faithful to the term “boutique”, the challenge was clearly cut out to deliver refreshing living concepts that will set apart the new establishment with its innovative ideas, dynamic pull factor and sustainable attractions.</p>
<p>The Hotel Maison Boutique, in its quest to spruce and liven up the KL hotel scene, believes it has something unique to offer; nuggets of inspirational abodes you’ll probably thought only exist in Vegas or Paris.</p>
<p>Step into KL’s first and one-of-its kind boutique hotel where thematic rooms merge “rest, experiential and memories” to unique levels as you keep company with iconic names in the entertainment world, rejuvenate your senses in different realms and partake serene, restful surroundings. All in a very cosy 4-storey enclave located off Jalan Changkat Thamby Dollah, near Jalan Pudu, that is also close to the heart of the city’s popular shopping destinations.</p>
</div>
</div>
</div>
</section>
<br>
<section>
<div class="container img-btm" >
<div class="row">
<img src="img/banner.jpg" width="330" height="230">
<img src="img/banner.jpg" width="330" height="230">
<img src="img/banner.jpg" width="330" height="230">
</div>
</div>
</section>
</div>
<footer class="footer_area">
<div class="footer_bottom">
<div class="container">
<div class="row">
<div class="col-sm-4">
<p>© 2017 Lotus Hotel. All rights reserved</p>
</div>
<div class="col-sm-8">
<nav class="footer_menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="accommodation.html">Accommodation</a></li>
<li><a href="Facilities&Services.html">Facilities</a></li>
<li><a href="Location&ContactUs.html">ContactUs</a></li>
<li><a href="Reservation.html">Reservation</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</footer>
<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="https://maps.googleapis.com/maps/api/js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>