-
Notifications
You must be signed in to change notification settings - Fork 0
/
green_investment.php
88 lines (70 loc) · 2.67 KB
/
green_investment.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
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
<style>
.social ul li{
width: 189px !important;
}
</style>
<?php include "header.php"?>
<section class="about-seccion">
<div class="container">
<div class="row">
<div class="about-us-heading text-center">
<h1>Green Investment</h1>
<!-- <p style="border: 2px solid #DCAE27; width:150px;margin: -13px 570px !important;"></p> -->
</div>
<?php
include "social_icons.php";
?>
<div class="col-md-3 mt-3 mb-3">
<div class="card" style="width: 100%;">
<div class="card-header">
Why capital orchards
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item"><a href="">What We Offer</a>
<ul class="sub-sidebar">
<li><a href="smart_economy.php">Smart Economy</a></li>
<li><a href="privacy.php">Privacy</a></li>
<li><a href="green_environment.php">Green Environment</a></li>
</ul>
</li>
<li class="list-group-item"><a href="">Why We Are Different</a>
<ul class="sub-sidebar">
<li><a href="nature_come_first.php">Nature Come First</a></li>
<li><a href="zero_waste.php">Zero Waste</a></li>
<li><a href="renewable_energy.php">Renewable Energy</a></li>
</ul>
</li>
<li class="list-group-item"><a href="">Global Environment Factor</a>
<ul class="sub-sidebar">
<li><a href="climate_chnage.php">Climate Change</a></li>
<li><a href="green_investment.php">Green Investment</a></li>
<li><a href="initiatives.php">Initiative Unhealthier Lifestyle</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="col-md-9 col-sm-12 col-xs-12 mt-4">
<div class="row">
<div class="col-md-7">
<div class="about-us-text">
<h5>Green Investment</h5>
<p>Investing at the right place helps you shape your future with exponential profitability. For this Capital Orchards promises to make your dreams come true!</p>
<p>A good environment consists of all the aspects which make a human being strive better in their daily life activities. Provision of activities to the residents in a perfect eco-friendly, bio-diverse environment is the need of the hour. This can only be done if the work life is balanced with mind refreshing activities which will make your investments favorable.</p>
<p>It focuses on the idea of a better economic environment by working on the natural aspects of the mother earth which makes Capital Orchards stand out from the rest.</p>
</div>
</div>
<div class="col-md-5 col-sm-12 col-xs-12 smart">
<img src="images/6.jpg" alt="" class="img-responsive" style="height:356px !important;">
</div>
</div>
</div>
</div>
</div>
</section>
<div class="clearfix"></div>
<!-- </div>
</div>
</div>
-->
<?php include "footer.php"?>