-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (52 loc) · 3.01 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Architects+Daughter&family=Shadows+Into+Light+Two&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="icon" href="images/icon/icon.ico" />
<title>Deforestation - Home</title>
</head>
<body>
<div class="navbar">
<div class="nav-bar">
<h1><u>DEFORESTATION</u></h1>
<div class="buttons">
<a class="btn" href="pages/consequences.html">Consequences</a>
<a class="btn" href="pages/solutions.html">Solutions</a>
<a class="btn" href="pages/sources.html">Sources</a>
</div>
</div>
<hr class="navbar-hr" />
</div>
<div class="info-row" style="margin-top: 300px">
<img class="chopped-trees" src="images/trees.jpg" alt="deforestation-img" />
<h3 style="text-align: center; margin-top: 5px">Definition</h3>
<h5>Deforestation</h5>
<h5 class="noun"><em>noun</em></h5>
<p class="definition">the action of clearing a wide area of trees.<br />"a key aim is to try to halt widespread deforestation in the Amazon"</p>
</div>
<hr class="hr1" />
<div class="info-row">
<img class="graph-1" src="images/graph1.png" alt="deforestation-graph" />
<p>Since the late 1940s, the Food and Agriculture Organisation (FAO) of the United Nations has been conducting a global assesment of forrest resoureces every 5 to 10 years. According to the graph, Brazil has the most deforested area then every other country during 1990 and 2005. The country has lost around 42 million hectares of forest.</p>
</div>
<hr class="hr1" />
<div class="info-row">
<img class="chopped-trees" src="images/palm_oil_plantation.png" alt="palm_oil_plantation_img" />
<p>Poverty is often blamed to be the underlying cause of mass tropical deforestation, due to it leading people to work in industries that raze trees, such as farming and manufacturing industries, but studies indicate that that explanation is an enormous oversimplification. Although poverty is a factor in deforestation, it is not the sole reason.</p>
</div>
<hr class="hr1">
<div class="info-row">
<img class="graph-1" src="images/agriculture.png" alt="palm_oil_plantation_img" />
<p>Some of the main causes of deforestation are agriculture, forest fires, logging, fuelwood harvesting, mining and climate change. Climate change is both a cause and an effect of deforestation. By drying out tropical rainforests the chances of a forest fires are increased</p>
</div>
<div class="bottom-container">
<h6>© Flynn McDougall. Proudly made <u>without</u> WIX</h6>
</div>
</body>
</html>