-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
spps2.html
78 lines (61 loc) · 3.31 KB
/
spps2.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
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE HTML>
<!--
Phantom by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<link rel="shortcut icon" type="image icon" href="https://res.cloudinary.com/sarabgi/image/upload/v1669190604/index/lplogo_rjgtai.png">
<title>Clean and Green | The City of Las Piñas</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="./Assets/programservicesassets/css/main.css" />
<noscript><link rel="stylesheet" href="./Assets/programservicesassets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="index.php" class="logo">
</a>
<!-- Nav -->
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu -->
<nav id="menu">
<h2>Menu</h2>
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="programservice.html">Menu</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<h1>Clean and Green</h1>
<span class="image main"><img src="https://res.cloudinary.com/sarabgi/image/upload/v1669099548/Programs%20and%20Services/pic1-2_lnsb6l.jpg" alt="" /></span>
<p>From being a backwater municipality to becoming one of the thriving cities in the metro, Las Piñas has maintained its stand on protecting the environment even before the “go green” trend.</p>
<p>Mayor Vergel “Nene” Aguilar made it a point to prioritize projects concerning the environment and its sustainability so the future generations would still be able to live in a green planet. One of the concerns that the local government has addressed is the efficient and regular collection of garbage, which was improved through the procurement of 70 compactor trucks. There is also the mobilization of 700 volunteers from the group Kaagapay sa Kalinisan who aid in keeping the city clean. To maintain the cleanliness of place, there is regular desilting and cleaning up of canals, drainages, and waterways.</p>
<p>The local government also initiated the planting of trees, as well as the landscaping of open spaces to give a greener feel to the cityscape. It has also established a Plant Nursery and Orchidarium within the city.</p>
<p>The city has even garnered accolades for it, one of which is the title of “Cleanest and Greenest City in Metro Manila,” which it received for three consecutive years from 1997 to 1999. It has also gained recognition as the United Nations Awardee on Environmental Program.</p>
</div>
</div>
<!-- Footer -->
</div>
<!-- Scripts -->
<script src="./Assets/programservicesassets/js/jquery.min.js"></script>
<script src="./Assets/programservicesassets/js/browser.min.js"></script>
<script src="./Assets/programservicesassets/js/breakpoints.min.js"></script>
<script src="./Assets/programservicesassets/js/main.js"></script>
<script src="./Assets/programservicesassets/js/util.js"></script>
</body>
</html>