-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccommodation.html
262 lines (262 loc) · 9.69 KB
/
accommodation.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
<!DOCTYPE html>
<html>
<head>
<title>Accommodation - Tok Aman Bali Beach Resort</title>
<link rel="shortcut icon" href="icon/tok aman bali icon.png">
<link rel="stylesheet" type="text/css" href="css/top-bottom.css">
<link href='https://fonts.googleapis.com/css?family=Open Sans' rel='stylesheet'>
<style type="text/css">
.accommodation {background-color: #ededed;padding: 20px;}
.intro {margin: 0 auto;width: 750px;}
.intro p {font-size: 20px;}
.some-image {display: flex;flex-wrap: wrap;} /*untuk buat semua child element in a row dan tidak terlebih screen*/
.room {width: 40%;background-color: white;margin: 30px 50px;box-shadow: 10px 10px 5px grey;border-radius: 30px;}
/*saiz width & margin main peranan child yang satu row jadi dua row*/
.room img {width: 525px;border-radius: 30px;}.desc {margin: 0 15px;}
.btn-book input {width: 525px;height: 40px;font-size: 18px;border-radius: 30px;}
.others {display: flex;flex-wrap: wrap;width: 80%;margin: 0 auto;}
.top-btn a {position: absolute;left: 70%;}
.home-btn {margin: 5px auto;width: 10%;}.home-btn img {padding-left: 35px;width: 30px;height: 30px;}
</style>
</head>
<body>
<div class="header" id="header">
<div class="logo-wrap">
<a href="index.html">
<img src="img/logo.png" alt="Tok Aman Bali Logo">
</a>
</div>
<div class="form">
<form action="#" method="get">
<div id="form-i">
<br>
<input type="submit" name="available" value="CHECK RATES AND AVAILABILITY">
</div>
<div id="form-i">
<label>Promo code</label>
<input type="text" name="code">
</div>
<div id="form-i">
<label>Adults</label>
<select name="adult" id="adult">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
</select>
</div>
<div id="form-i">
<label>Rooms</label>
<select name="room" id="room">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
</select>
</div>
<div id="form-i">
<label>Staying for</label>
<select name="night" id="night">
<option value="1">1 night</option>
<option value="2">2 night</option>
<option value="3">3 night</option>
<option value="4">4 night</option>
<option value="5">5 night</option>
<option value="6">6 night</option>
<option value="7">7 night</option>
<option value="8">8 night</option>
<option value="9">9 night</option>
<option value="10">10 night</option>
</select>
</div>
<div id="form-i">
<label>Check in</label>
<input type="date" name="date" id="date">
</div>
</form>
</div>
<div class="nav">
<ul>
<li><a href="promotions.html">PROMOTIONS</a></li>
<li><a href="the-story.html">THE STORY</a></li>
<li><a href="accommodation.html" class="active">ACCOMMODATION</a></li>
<li><a href="dining.html">DINING</a></li>
<li><a href="meetings.html">MEETINGS</a></li>
<li><a href="facilities.html">FACILITIES</a></li>
<li><a href="attractions.html">ATTRACTIONS</a></li>
<li><a href="contact-us.html">CONTACT US</a></li>
<li><a href="associate-hotels.html">ASSOCIATE HOTELS</a></li>
</ul>
</div>
</div>
<div class="image-wrap">
<img src="img/pool-2-3-900x600.jpg" alt="Tok Aman Bali Beach Resort">
</div>
<div class="accommodation">
<div class="intro">
<center><h1>Accommodations</h1></center>
<p>100 deluxe rooms and suites are elegantly furnished, offering a unique style décor with a double or twin bedroom and a Cleopatra sofa. For maximum comfort of our guests, we offer four types of room namely Deluxe Room (Double/Twin), Deluxe Triple, Deluxe Family (connecting rooms) and Suite. Each room (30 square meters) features spacious indoor bathroom with individual shower and bathtub that overlooking the bedroom. All rooms are facing the natural lagoon with a serene surrounding.</p>
</div>
<div class="some-image">
<div class="room">
<img src="img/9-TABBR_Deluxe-Twin-900x600.jpg" alt="deluxe-room">
<center><h4>Deluxe Room</h4></center>
<div class="desc">
<p><strong>Room Capacity :<br>
</strong>2 adults</p>
<p><strong>Room Facilities</strong> :</p>
<ul>
<li>Non Smoking Rooms</li>
<li>Air – Conditioning</li>
<li>Ceiling Fan</li>
<li>Personal Care Toiletries</li>
<li>Writing Table</li>
<li>Hair Dryer</li>
<li>Long Bathtub</li>
<li>Cubical Shower</li>
<li>Mini Refrigerator</li>
<li>LCD TV with selected Astro Channel</li>
<li>DVD Player</li>
<li>Electronic Safe Box</li>
<li>Personal Care Toiletries</li>
<li>Coffee & Tea Making Facilities</li>
<li>Complimentary Drinking Water</li>
<li>Internet Access – Wireless (Complimentary)</li>
</ul>
<p><strong>Room Size:</strong> 30 square metres<br>
<strong>Bed(s):</strong> 1 Queen Bed or 2 Twin Beds</p>
</div>
<div class="btn-book">
<a href="booking.html" target="_blank"><input type="submit" name="book" value="Book Now"></a>
</div>
</div>
<div class="room">
<img src="img/8-TABBR_Deluxe-Double-900x600.jpg" alt="deluxe-triple">
<center><h4>Deluxe Triple</h4></center>
<div class="desc">
<p><strong>Room Capacity :<br>
</strong>3 adults</p>
<p><strong>Room Facilities</strong> :</p>
<ul>
<li>Non Smoking Rooms</li>
<li>Air – Conditioning</li>
<li>Ceiling Fan</li>
<li>Personal Care Toiletries</li>
<li>Writing Table</li>
<li>Hair Dryer</li>
<li>Long Bathtub</li>
<li>Cubical Shower</li>
<li>Mini Refrigerator</li>
<li>LCD TV with selected Astro Channel</li>
<li>DVD Player</li>
<li>Electronic Safe Box</li>
<li>Personal Care Toiletries</li>
<li>Coffee & Tea Making Facilities</li>
<li>Complimentary Drinking Water</li>
<li>Internet Access – Wireless (Complimentary)</li>
</ul>
<p><strong>Room Size:</strong> 30 square metres<br>
<strong>Bed(s):</strong> 1 King Bed or 1 Twin Beds</p>
</div>
<div class="btn-book">
<a href="booking.html" target="_blank"><input type="submit" name="book" value="Book Now"></a>
</div>
</div>
<div class="room">
<img src="img/20160610_TABBR_Family-Room.jpg" alt="family-room">
<center><h4>Family Room</h4></center>
<div class="desc">
<p><strong>Room Capacity :<br>
</strong>5 adults</p>
<p><strong>Room Facilities</strong> :</p>
<ul>
<li>Non Smoking Rooms</li>
<li>Air – Conditioning</li>
<li>Ceiling Fan</li>
<li>Personal Care Toiletries</li>
<li>Writing Table</li>
<li>Hair Dryer</li>
<li>Long Bathtub</li>
<li>Cubical Shower</li>
<li>Mini Refrigerator</li>
<li>LCD TV with selected Astro Channel</li>
<li>DVD Player</li>
<li>Electronic Safe Box</li>
<li>Personal Care Toiletries</li>
<li>Coffee & Tea Making Facilities</li>
<li>Complimentary Drinking Water</li>
<li>Internet Access – Wireless (Complimentary)</li>
</ul>
<p><strong>Room Size:</strong> 30 square metres<br>
<strong>Bed(s):</strong> 1 King Bed and 1 single bed</p>
</div>
<div class="btn-book">
<a href="booking.html" target="_blank"><input type="submit" name="book" value="Book Now"></a>
</div>
</div>
<div class="room">
<img src="img/20160610_TABBR_Suite-2-900x600.jpg" alt="suite">
<center><h4>Suite</h4></center>
<div class="desc">
<p><strong>Room Capacity :<br>
</strong>2 adults</p>
<p><strong>Room Facilities</strong> :</p>
<ul>
<li>Non Smoking Rooms</li>
<li>Air – Conditioning</li>
<li>Ceiling Fan</li>
<li>Personal Care Toiletries</li>
<li>Writing Table</li>
<li>Hair Dryer</li>
<li>Long Bathtub</li>
<li>Cubical Shower</li>
<li>Mini Refrigerator</li>
<li>LCD TV with selected Astro Channel</li>
<li>DVD Player</li>
<li>Electronic Safe Box</li>
<li>Personal Care Toiletries</li>
<li>Coffee & Tea Making Facilities</li>
<li>Complimentary Drinking Water</li>
<li>Internet Access – Wireless (Complimentary)</li>
</ul>
<p><strong>Room Size:</strong> 30 square metres<br>
<strong>Bed(s):</strong> 1 King Bed</p>
</div>
<div class="btn-book">
<a href="booking.html" target="_blank"><input type="submit" name="book" value="Book Now"></a>
</div>
</div>
<div class="others">
<div class="top-btn">
<a href="#header"><img src="icon/back-to-top.png" title="Back to top"></a>
</div>
<div class="home-btn">
<a href="index.html"><img src="icon/home-icon.png" alt="home" title="Go to home page"></a>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="media">
<h3>FOLLOW US</h3>
<a href="#"><img src="icon/fb.png" alt="fb"></a>
<a href="#"><img src="icon/twitter.png" alt="twitter"></a>
<a href="#"><img src="icon/ig.png" alt="ig"></a>
<h4>MEDIA & NEWS</h4>
</div>
<div class="location">
<p>Address: Lot 2222(1), Pantai Bisikan Bayu, Semerak 22222, Pasir Puteh, Kelantan, Malaysia
<br>Tel No: +600-000-0000
<br>Fax No: +600-000-0000
<br>Email: klkki@hsm.my
</p>
</div>
<div class="reserved">
<p>© Personal Project</p>
</div>
</div>
</body>
</html>