-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDeforestation_solution.html
126 lines (123 loc) · 5.77 KB
/
Deforestation_solution.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
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="Style.css">
<link rel="icon" type="image/x-icon" href="Amazon_Guardian_Favicon.png">
<title>Solution - Amazon Guardian</title>
</head>
<!--Header section-->
<header class="header-main">
<div class="header-main-logo">
<img src="Amazon_Guardian_Logo.png" alt="Amazon Guardian Logo">
</div>
<!--Navigation-->
<nav class="header-main-nav">
<ul>
<li><a href="Homepage.html" class="nav-link">Home</a></li>
<li><a href="Deforestation_solution.html" class="nav-link">Soultion</a></li>
</ul>
</nav>
<div class="header-main-sm"> <!--Social Media Icons-->
<a href="#" class="social-media-icon"><img src="instagram-color.png" alt="Instagram"></a>
<a href="#" class="social-media-icon"><img src="facebook-color.png" alt="Facebook"></a>
</div>
<div class="header-main-moto">
<h3>PRESERVE. PROTECT. <br> RESTORE.</h3>
</div>
</header>
<body>
<table border="0" width="1500">
<tr>
<td width="750" style="padding-left: 80px;">
<h2>Why Forests Matter</h2>
<br>
<ul>
<li><b>Biodiversity Loss:</b> Many species live in trees. Loss of unique genetic codes, medicines and ecological services are also experienced as well.
</li>
<li><b>Climate Crisis:</b> Forests absorb carbon dioxide, serving as carbon sinks in nature. This means that when we clear-cut, we are releasing stored carbon thereby amplifying global warming.
</li>
<li><b>Human Impact:</b> By forests, the native communities mean nutrition, civilization, and a source of money. When deforestation takes place, this becomes disturbed.
</li>
</ul>
</td>
<td>
<img src="Deforestation_logging.jpg" alt="Deforestation Logging" width="100">
</td>
</tr>
</table>
<table border="0" width="1500">
<tr>
<td width="750" style="padding-left: 80px;">
<h2>What we can do?</h2>
<br>
<ul>
<li>Plant trees in your backyard or community.</li>
<li>Support organizations that work towards reforestation.</li>
<li>Reduce paper usage by going digital and using recycled paper products.</li>
<li>Choose sustainably sourced wood products and furniture.</li>
<li>Consume less meat or opt for sustainably sourced and certified products.</li>
<li>Recycle and reuse paper, cardboard, and other forest-based products.</li>
<li>Support companies that use sustainable and responsible forestry practices.</li>
<li>Advocate for stricter regulations and policies against deforestation.</li>
<li>Participate in community initiatives and tree-planting events.</li>
<li>Spread awareness about the importance of forests and the consequences of deforestation.</li>
</ul>
</td>
<td>
<iframe width="560" height="315" src="https://www.youtube.com/embed/yQDeBztGMGg?si=MQ1cBOEj291qRHSO" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</td>
</tr>
</table>
<table border="0" width="1500">
<tr>
<td style="padding-left: 80px;">
<h2>Here are some way you can help now:</h2>
<br>
<ul>
<li><a href="https://www.arborday.org/" target="_blank">Support the Arbor Day Foundation</a> that works towards reforestation.</li>
<li><a href="https://www.ran.org/" target="_blank">Donate to Rainforest Action Network</a> to protect forests and indigenous rights.</li>
</ul>
</td>
<td>
<img src="donation-box.jpg" alt="Donation Box" width="100">
</td>
</tr>
</table>
<table border="0" width="1500">
<tr>
<td width="650" style="padding-left: 80px;">
<center>
<h2>Contact Me</h2>
<br>
<p><a href="mailto: [email protected]" style="color: #d68167;">[email protected]</a></p>
<br>
<p>Phone: 123-456-7890</p>
</center>
</td>
<td>
<h2>Send a Message</h2>
<br>
<form>
<label for="fname">Name:</label><br>
<input type="text" id="fname" name="fname"><br>
<br>
<label for="email">Email:</label><br>
<input type="email" id="email" name="email" required><br>
<br>
<label for="message">Message:</label><br>
<textarea id="message" name="message" rows="9" cols="70"></textarea><br>
<br>
<input type="submit" value="Submit" href="Deforestation_solution.html" class="button">
</form>
</td>
</tr>
</table>
<script src="script.js"></script>
<footer>
<br></br>
<p> Amazon Guardian© 2024, All Rights Reserved</p>
</footer>
</body>
</html>