-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsustainability.php
72 lines (34 loc) · 1.77 KB
/
sustainability.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
<?php
session_start();
$pagetitle="Sustainability";
include("includes/head.php");
?>
<div id="maincontent" class="subpage">
<div class="container">
<div class="textcontent">
<h2>Sustainability</h2>
<p class="mainpara">LandShape passionately believes that sustainability should underlie everything which we, as humans, do on planet Earth. </p>
<p class="mainpara blockquote">“Sustainable development is development that meets the needs of the present without compromising the ability of future generations to meet their own needs.” <span class="em">(United Nations, 1987)</span></p>
<div class="contentblockcontainer">
<div class="contentblock">
<p> LandShape believes that sustainability should be paramount to landscape design, informing and shaping designs of all scales and
situations, from rural national parks to inner city gardens.</p>
<p>LandShape promotes all aspects of sustainability within landscape design and construction, from simple measures such as the
provision of green and living roofs in garden structures to large scale ecological improvements. LandShape works with ecologists and
arboriculturalists to provide design solutions which respond best to the natural environment in which they sit.</p>
</div><!--contentblock 1-->
<div class="contentblock">
<div class="contentimage">
<img src="graphics/logstore.jpg" alt="log store with planting on roof">
<p class="caption">Small scale sustainable solutions in garden design: a living roof to a simple garden wood store provides habitats and food for insects and birds, and looks good too!</p>
</div>
</div><!--contentblock 2-->
</div> <!--contentblockcontainer-->
</div> <!--textcontent-->
</div> <!--container-->
</div> <!--maincontent-->
<?php
include("includes/footer.php");
?>
</body>
</html>