forked from itscodenation/hackathon-19-20
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathland.html
More file actions
32 lines (29 loc) · 2.34 KB
/
land.html
File metadata and controls
32 lines (29 loc) · 2.34 KB
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
<!DOCTYPE html>
<html>
<title> Land Page</title>
<head>
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:700i" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/land.css">
</head>
<body id="land-page">
<div id="land">
</div>
<h1> Land and Forest</h1>
<p id="quirky">What happened to the forest in your neighbourhood where there's construction going on?</p>
<h1> Information </h1>
<p> Deforestation affects the people and animals where trees are cut, as well as the wider world. Removing trees deprives the forest of portions of its canopy, which blocks the sun's rays during the day and retains heat at night. That disruption leads to more extreme temperature swings that can be harmful to plants and animals. Farming, grazing of livestock, mining, and drilling combined account for more than half of all deforestation. Forestry practices, wildfires and, in small part, urbanization account for the rest.
Deforestation also contributes to global warming, since when they are cut down, their stored carbon is released into the air as carbon dioxide (greenhouse effect)</p>
<h1> Help </h1>
<li>Plant more trees and plants! Also avoid or boycott wooden products as they contribute to deforestation.</li>
<li>Go paperless! Try to use paper as least as possible, and do not waste any existent sheets.</li>
<li>Recycle any paper and cardboard you own, in order to avoid using new ones.</li>
<li>Avoid buying products with palm oil! It mostly comes from cleared land, contributing to deforestation.</li>
<h1> Donations/Volunteer </h1>
<li><a href= "https://www.milliontreesnyc.org/">A Million Trees NYC</a></li>
<li><a href= "https://www.nycgovparks.org/trees/street-tree-planting">Street Tree Planning</a></li>
</body>
<a href="page-one.html"> <img id="arrow" src="https://www.pinclipart.com/picdir/middle/129-1292750_arrow-pointing-14-buy-clip-art-white-arrow.png"> </a>
</html>