-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththreats2.html
116 lines (102 loc) · 6.11 KB
/
threats2.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!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">
<title>CLAMB</title>
<!--font awesome cdn-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!--css file-->
<link rel="stylesheet" href="css/style.css">
<!--animation file-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
</head>
<body>
<!--header section starts-->
<header class="header animate__animated animate__fadeInDown">
<a href="index.html" class="logo"><i class="fas fa-tree"></i>CLAMB</a>
<nav class="navbar">
<a href="index.html">Home</a>
<a href="threats1.html">Animals</a>
<a href="threats2.html">Forests</a>
<a href="threats3.html">Poles</a>
<a href="cff.html">#CFF</a>
<a href="articles.html">Articles</a>
<a href="social.html">Social</a>
</nav>
<div id="menu-btn" class="fas fa-bars"></div>
<a href="mailto:[email protected]" class="btn">Contact</a>
</header>
<!--header section ends-->
<!--home section starts-->
<section class="home" id="home">
<div class="image animate__animated animate__fadeInLeft">
<img src="images/foresthead.svg" alt="">
</div>
<div class="content animate__animated animate__fadeInRight">
<h3><span class="line-down">Deforestation</span></h3>
<p>One of the biggest causes of climate change is Carbon Dioxide, which is a greenhouse gas. As a result of forest land destruction, a big amount of gases are being released into the atmosphere which contributes to Carbon Dioxide concentration.</p>
</div>
</section>
<section class="contents" id="contents">
<div class="box-container-2">
<div class="heading">
<span>About Climate Change</span>
<h1>What are the threats ?</h1></div>
<div class="box-2-2">
<p>Plants like forests photosynthesis for living. This means that they take carbon dioxide from the atmosphere and release Oxygen. So they're the touchstone of the Carbon Cycle. Climate change is mostly caused by the corruption of this cycle. Therefore, we need to help nature to keep balance.</p>
<img src="images/forpar.jpg" alt="">
<br><p class="forpar">Most of the people are living nearby forests, depending on them for fuel, food, medicines, and building materials. Especially we use them for timber products. Global demand for timber products is expected to more than triple over the next three decades. This requirement and demand caused the loss of around 40% of the world's forests. According to WWF, an area the size of a football pitch is being destroyed every second. This is why we have to take some steps urgently.</p>
</div></div>
</section>
<!--home section ends-->
<!--slide show starts-->
<div class="container">
<div class="slide-container active">
<div class="heading">
<h1>Reasons of Deforestation</h1></div>
<div class="slide">
<div class="image">
<img src="images/agriculture.svg">
</div>
<div class="content">
<h3><span class="line-down">Agriculture</span></h3>
<p>Agriculture is one of the biggest reasons. While the world's population is increasing, food consumption increases, too.<br><br>
But this consumption is not just coming from necessity. Big Business companies have the aim to make people eat more.
<br><br>They use monosodium glutamate and other chemicals to affect the human brain about hunger. This makes people eat more than they need to. The industry is set up in cattle ranches to meet the requests. Latin America is the most affected area by this.</p>
</div>
</div></div>
<div class="slide-container">
<div class="heading">
<h1>Reasons of Deforestation</h1></div>
<div class="slide">
<div class="image">
<img src="images/populationinc.png">
</div>
<div class="content">
<h3><span class="line-down">Increasement of World Population</span></h3>
<p>While the population of the world is increasing, the need for resources increases, too. <br><br> Even the inequality of resources is the more effective one, people have to do something about breeding. Because while the population is increasing, increasing speed is going up, too. <br><br> Some scientists say that the world can't feed 10 billion people. We have time to do something, but we should manage it with legislation, too. We may also discover new resources outside of the world but it's clear that it's a reason for climate change.</p>
</div>
</div></div>
<div class="slide-container">
<div class="heading">
<h1>Reasons of Deforestation</h1></div>
<div class="slide">
<div class="image">
<img src="images/fossil-fuel.png">
</div>
<div class="content">
<h3><span class="line-down">Fossil Fuels</span></h3>
<p>As all we know, fossil fuels are the most important problem that we should solve. They're obstacles which we should pass for a clean environment.<br><br>Coal, petroleum, natural gas, tar sands, etc. are the most used ones. They contain carbon and were formed as a result of geological processes.<br><br>When we use them, we release CO<sub>2</sub> to the atmosphere and it triggers the greenhouse effect. It wraps the earth and because of that, the earth can't reflect the light which comes from the sun. It causes heating up.</p>
</div>
</div></div>
<div id="prev" onclick="prev()"> < </div>
<div id="next" onclick="next()"> > </div>
</div>
<!--slide show ends-->
<!--javascript file-->
<script src="js/script.js"></script>
</body>
</html>
<div>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>