-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroom-details.php
52 lines (41 loc) · 2.73 KB
/
room-details.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
<?php include 'header.php';?>
<div class="container">
<h1 class="title">Luxirious Suites</h1>
<!-- RoomDetails -->
<div id="RoomDetails" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="item active"><img src="images/photos/8.jpg" class="img-responsive" alt="slide"></div>
<div class="item height-full"><img src="images/photos/9.jpg" class="img-responsive" alt="slide"></div>
<div class="item height-full"><img src="images/photos/10.jpg" class="img-responsive" alt="slide"></div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#RoomDetails" role="button" data-slide="prev"><i class="fa fa-angle-left"></i></a>
<a class="right carousel-control" href="#RoomDetails" role="button" data-slide="next"><i class="fa fa-angle-right"></i></a>
</div>
<!-- RoomCarousel-->
<div class="room-features spacer">
<div class="row">
<div class="col-sm-12 col-md-5">
<p>Space in your house How to sell faster than your neighbors How to make a strategic use. To discourage you by telling. To discourage you by telling. I m going to outline 14 different ways that I ve found you. The real goal of any talk or speech. The real goal of any talk or speech. I m going to outline 14 different ways that I ve found you. The real goal of any talk or speech. I m going to outline 14 different ways that I ve found you. The real goal of any talk or speech. To discourage you by telling. To discourage you by telling. Space in your house How to sell faster than your neighbors How to make a strategic use. The real goal of any talk or speech.</p>
<p>By Learning Ways To Become Peaceful. One of the greatest barriers to making the sale is your prospect's natural. Don't stubbornly. Don't stubbornly. Don't stubbornly. -And Gain Power By Learning Ways To Become Peaceful. </p>
</div>
<div class="col-sm-6 col-md-3 amenitites">
<h3>Amenitites</h3>
<ul>
<li>One of the greatest barriers to making the sale is your prospect.</li>
<li>Principle to work to make more money while having more fun.</li>
<li>Unlucky people. Don't stubbornly.</li>
<li>Principle to work to make more money while having more fun.</li>
<li>Space in your house How to sell faster than your neighbors</li>
</ul>
</div>
<div class="col-sm-3 col-md-2">
<div class="size-price">Size<span>44 sq</span></div>
</div>
<div class="col-sm-3 col-md-2">
<div class="size-price">Price<span>$200.00</span></div>
</div>
</div>
</div>
</div>
<?php include 'footer.php';?>