-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHowtohelp.html
More file actions
83 lines (74 loc) · 3.69 KB
/
Howtohelp.html
File metadata and controls
83 lines (74 loc) · 3.69 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
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
<!DOCTYPE html>
<html>
<head>
<title>Endangered Species</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--==============================header=================================-->
<header>
<div style="margin-left:auto; margin-right:auto; width:940px ">
<a href="Index.html"><img src="images/logo.webp" alt="logo" style="height:100px; width:100px;"></a>
<div class="menu_block">
<nav>
<ul class="sf-menu">
<li><a href="Index.html">Home</a></li>
<li><a href="Aboutus.html">About us</a></li>
<li><a href="EndangeredSpecies.html">Endangered Species</a></li>
<li class="current"><a href="Howtohelp.html">How to help</a></li>
<li><a href="Reachformore.html">Reach for more</a></li>
<li><a href="Survey.html">Survey</a></li>
</ul>
</nav>
<div class="clear"></div>
</div>
</div>
</header>
<!--==============================Content=================================-->
<div style="margin-left:auto; margin-right:auto; width:940px ">
<div class="box">
<h3 class="head1">How to help</h3> <!--sytle head1 for the headline-->
<img src="images/reduce.png" style="height:160px; weidth:150px;">
<div>
<div class="text1">Reduce And Reuse</a></div> <!--sytle text1 for the headline-->
<p><li>Reuse items in your household<br>
<li>Buy products that produce less packaging waste
<br><li>Purchasing second-hand furniture, clothes, electronics, and toys
<br><li>Choose reusable bottles for beverages whenever you can
<br><li>Use a reusable bag for your groceries, and carry your own container to the restaurant for the leftovers.</p>
</div>
<div class="clear"></div>
</div>
<div class="box pt1">
<img src="images/soil.jpg" style="height:120px; weidth:120px;">
<div class="text1">Prevent Soil Erosion</a></div>
<p><li>Reuse items in your household
<br><li>Take all necessary measures to prevent soil erosionprotect water resources close by used by wild animals
<br><li>Take all necessary precautions that any loose sediment is kept away from natural waterways</p>
<div class="clear"></div>
</div>
<div class="box pt1">
<img src="images/vegen.jpg" style="height:100px; weidth:100px;">
<div class="extra_wrapper">
<div class="text1">Reduce Or Remove Meat, Dairy And Eggs From Your Diet</a></div>
<p><li>Become a vegan
<br><li>Animal farming is the number one cause of water consumption, pollution, and deforestation
<br><li>Livestock has a higher greenhouse effect on the atmosphere than fossil fuel consumption
<br><li>Farming industry is the principle cause of rainforest demise, soil erosion, habitat loss, species extinction
<br><li>Enormous amounts of food, water, energy, and land are required to raise animals for food
<br><li>By opting to consume exclusively plant-based food, you aid in the rescue of our planet</p>
</div>
<div class="clear"></div>
</div>
</div>
<!--==============================footer=================================-->
<footer>
<div style="margin-left:auto; margin-right:auto; width:940px ">
<div class="footer">Retrived from <br>
10 Ways To Help Endangered Species(2022)<a href= https://www.adoptananimalkits.com/advocate/how-to-help-animals/params/post/1282604/10-ways-to-help-endangered-species rel="dofollow"target=_blank>https://www.adoptananimalkits.com/advocate/how-to-help-animals/params/post/1282604/10-ways-to-help-endangered-species</a></br>
<a href= https://www.epa.gov/recycle/reducing-and-reusing-basics rel="dofollow"target=_blank>https://www.epa.gov/recycle/reducing-and-reusing-basics</a></br>
</div>
</div>
</footer>
</body>
</html>