-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathbuy.html
72 lines (60 loc) · 2.92 KB
/
buy.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
<!-- Properties section -->
<div class="container" id='buy-section'>
<div class="section-title text-center">
<h3>RECENT PROPERTIES</h3>
<p>Discover how much the latest properties have been sold for</p>
</div>
<div class="row">
<!--
<div class="col-md-6">
<div class="properties-item set-bg" data-setbg="./frontend/img/properties/1.jpg">
<a href="./buy.html" button class="sale-notic">FOR SALE</button></a>
<div class="properties-info text-white">
<div class="info-warp">
<h5>176 Kingsberry, Dr Anderson</h5>
<p><i class="fa fa-map-marker"></i> Rochester, NY 14626</p>
</div>
<div class="price">$1,777,000</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="properties-item set-bg" data-setbg="./frontend/img/properties/2.jpg">
<a href="./frontend/rent.html" button class="rent-notic">FOR RENT</button></a>
<div class="properties-info text-white">
<div class="info-warp">
<h5>45 Lianne Dr, Greece Street</h5>
<p><i class="fa fa-map-marker"></i> Tasley, VA 23441</p>
</div>
<div class="price">$1255/month</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="properties-item set-bg" data-setbg="./frontend/img/properties/3.jpg">
<a href="./frontend/buy.html" button class="sale-notic">FOR SALE</button></a>
<div class="properties-info text-white">
<div class="info-warp">
<h5>6101 Aqua Ave Apt 603</h5>
<p><i class="fa fa-map-marker"></i> Miami Beach, FL 33141</p>
</div>
<div class="price">$150,000</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="properties-item set-bg" data-setbg="./frontend/img/properties/4.jpg">
<a href="./frontend/buy.html" button class="rent-notic">FOR RENT</button></a>
<div class="properties-info text-white">
<div class="info-warp">
<h5>339 N Oakhurst Dr Apt 303</h5>
<p><i class="fa fa-map-marker"></i> Beverly Hills, CA 90210</p>
</div>
<div class="price">$3000/month</div>
</div>
</div>
</div>
-->
</div>
</div>
<!-- Properties section end -->