-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex2.html
More file actions
74 lines (58 loc) · 3.21 KB
/
index2.html
File metadata and controls
74 lines (58 loc) · 3.21 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
<!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="stylesheet" href="style2.css">
<link rel="stylesheet" href="style.css">
<title>Climate change Solutions</title>
<style>
p {text-align: center;}
.button {
display: inline-block;
padding: 10px 20px;
text-align: center;
text-decoration: rgb(20, 1, 1);
color: #ee4141;
background-color: #fac518;
border-radius: 10px;
outline: black;
}
</style>
</head>
<body style= "background-color: rgba(53, 132, 250, 0.493);">
<h1 style="border: 1px solid rgb(27, 27, 167); font-size: 60px ; background-color: rgb(34, 57, 190); color: rgb(1, 1, 17);"> Climate Change Solutions </h1>
<h2 class= "climate">Mitigation and Adaptation</h2>
<p class="climate"></p>
<div style="display: flex">
<div>
<h3> Mitigation</h3>
<p>
This involves diminishing the flow of heat trapping greenhouse gases into the atmosphere. This can be accomplished by burning fossil fuels for electricity, heat and transport. The solution for mitigation is to circumvent significant human interference with the climate system and maintain greenhouse gas levels to allow ecosystems to naturally adapt to climate change.
</p>
<h4> Other Solutions include</h4>
<ul>
<li> Investing in energy-efficient appliances </li>
<li> Reducing water waste </li>
<li> Weatherizing </li>
<li> Utilizing Renewable energy</li>
<li> Driving fule efficient vehicles </li>
<li> Shrinking carbon profiles</li>
</ul>
</div><div>
<h3> Adaptation</h3>
<p>
Adapting to changing climate requires being able to adapt for the futures climate change. The expected outcome is to reduce human vulnerability to the negative effects of climate change. These negative effects consist of and arent limited to sea level encroachment, increase of extreme weather events, and food insecurity. Being able to adapt will benefit and increase oppertunities for longer growing seasons and improving yields in various regions.
</p>
<img src= "https://www.irena.org/-/media/Images/IRENA/Agency/Topics/Climate-Change/REcrucial_for_climate_change_infographic.jpg">
</div>
</div>
<b style="text-align:center;"> The world is affected in many ways by the human causes. Together it is our responsibility to make the world a better place by eliminating these critical factors by limiting these causes and leaning towards natural solutions. Make a difference by donating to the cause as it will better the world ---> </b>
<a class="button" href="https://donate.edf.org/give/383962/?ub_tg=57&ub_o=1&ub_cta=6&utm_source=google&utm_campaign=edf_none_pd_acq&utm_medium=search&utm_id=1641232378&wave_code=32&isc=M322A76&gclid=Cj0KCQiA_c-OBhDFARIsAIFg3eyzfXQx9kIl0sWQs1TTXdfrzB0Tpyv1bUIjJ2bZj-jNpYPPcIJae6oaAlnwEALw_wcB&gclsrc=aw.ds#!/donation/checkout?c_src=1641232378&c_src2=google%7C%7Csearch%7C%7Cedf_none_pd_acq">Donate Here</a>
<h3>
<a class="button" href="index3.html" >Previous</a>
<a class="button" href="index.html">Home</a>
</h3>
</body>
</html>