-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrooms-tariff.php
More file actions
22 lines (15 loc) · 2.48 KB
/
rooms-tariff.php
File metadata and controls
22 lines (15 loc) · 2.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php include 'header.php';?>
<div class="spacer"></div>
<div class="container">
<h2 class="cent">Rooms & Tariff</h2>
<!-- form -->
<div class="row">
<div class="col-sm-6 wowload fadeInUp"><div class="rooms"><img src="images/photos/room1.JPG" class="img-responsive col-12"><div class="info"><h3>ROOM CK-1</h3><p>Spacious rooms with a nice view to a green ambiance.They also have a variety of colours to satisfy interests of various types of clients</p><a href="room-details.php?room=CK-1" class="btnx">Tour the room</a></div></div></div>
<div class="col-sm-6 wowload fadeInUp"><div class="rooms"><img src="images/photos/room2.JPG" class="img-responsive col-12"><div class="info"><h3>ROOM JB-2</h3><p>Spacious rooms with a nice view to a green ambiance.They also have a variety of colours to satisfy interests of various types of clients</p><a href="room-details.php?room=JB-2" class="btnx">Tour the room</a></div></div></div>
<div class="col-sm-6 wowload fadeInUp"><div class="rooms"><img src="images/photos/room3.JPG" class="img-responsive col-12"><div class="info"><h3>ROOM AC-3</h3><p>Spacious rooms with a nice view to a green ambiance.They also have a variety of colours to satisfy interests of various types of clients</p><a href="room-details.php?room=AC-3" class="btnx">Tour the room</a></div></div></div>
<div class="col-sm-6 wowload fadeInUp"><div class="rooms"><img src="images/photos/room4.JPG" class="img-responsive col-12"><div class="info"><h3>ROOM NC-4</h3><p>Spacious rooms with a nice view to a green ambiance.They also have a variety of colours to satisfy interests of various types of clients</p><a href="room-details.php?room=NC-4" class="btnx">Tour the room</a></div></div></div>
<div class="col-sm-6 wowload fadeInUp"><div class="rooms"><img src="images/photos/room5.JPG" class="img-responsive col-12"><div class="info"><h3>ROOM AC-5</h3><p>Spacious rooms with a nice view to a green ambiance.They also have a variety of colours to satisfy interests of various types of clients</p><a href="room-details.php?room=AC-5" class="btnx">Tour the room</a></div></div></div>
<div class="col-sm-6 wowload fadeInUp"><div class="rooms"><img src="images/photos/room6.JPG" class="img-responsive col-12"><div class="info"><h3>ROOM KC-6</h3><p>Spacious rooms with a nice view to a green ambiance.They also have a variety of colours to satisfy interests of various types of clients</p><a href="room-details.php?room=KC-6" class="btnx">Tour the room</a></div></div></div>
</div>
</div>
<?php include 'footer.php';?>