-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaster_plan.php
52 lines (41 loc) · 1.76 KB
/
master_plan.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"?>
<section class="about-seccion">
<div class="container">
<div class="row">
<div class="about-us-heading text-center">
<center><h1 style="border-bottom:1px solid #DCAE27; width:250px;">Master Plan</h1></center>
<!-- <p style="border: 2px solid #DCAE27; width:200px;margin: -13px 550px !important;"></p> -->
</div>
<div class="col-md-3 mt-4 mb-4">
<div class="card" style="width: 100%; height: 251px;">
<div class="card-header">
The Site
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item"><a href="land_mark.php">Land Marks And Access Points</a> </li>
<li class="list-group-item"><a href="location.php">Location</a></li>
<li class="list-group-item"><a href="master_plan.php">Master Plan</a></li>
</ul>
</div>
</div>
<div class="col-md-9 col-sm-12 col-xs-12">
<p></p>
<p>The masterplan of Capital Orchards is a magnificent masterpiece to be admired.
<p>Our segments are such creatively crafted and designed in the top notch manner that will accommodate all the necessities of life, making our place a heavenly abode for its residents.</p>
<p>All the basic necessities, artistic aspects and activities for a healthier happier lifestyle were kept in consideration for the masterplan to be created.</p>
<p>This makes us unique and extraordinary from the cliched planning patterns of real estate development sector.</p>
<p>Your happiness and health is our responsibility and our deliverance of the perfect way of living is your right!</p>
</div>
<div class="col-md-12 col-sm-12 col-xs-12 mt-4 mb-5">
<img src="images/plan.jpeg" alt="" style="width:100%; height:auto">
</div>
</section>
<div class="clearfix"></div>
<!-- </div>
</div>
</div>
-->
<?php
include "social_icons.php";
include "footer.php";
?>