-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
119 lines (108 loc) · 6.28 KB
/
index.html
File metadata and controls
119 lines (108 loc) · 6.28 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
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
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main id="main">
<div class="topnav">
<a class="active" href="index2.html">How To Help</a>
<a href="index3.html">More Information</a>
<a
id="tribute-link"
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"
target="_blank"
>Donate</a>
<h1 id="title"> The Climate Change Foundation</h1>
<p> Striving To Make A Better World For Future Generations</p>
<style>
* {
box-sizing: border-box;
}
.row {
display: flex;
}
/* Create three equal columns that sits next to each other */
.column {
flex: 33.33%;
padding: 8px;
border-radius: 25px;
padding: 20px;
width: 200px;
}
</style>
</head>
<body>
<div class="row">
<div class="column">
<img src="https://www.fairobserver.com/wp-content/uploads/2021/07/Climate-change-news.jpg" alt="World split" style="width:100%">
</div>
<div class="column">
<img src="https://www.psychologicalscience.org/redesign/wp-content/uploads/2017/01/Earth-melting-above-ocean-e1485893153798-609x419.jpg" alt="Melting Earth" style="width:100%">
</div>
<div class="column">
<img src="https://static.stacker.com/s3fs-public/croppedshutterstock656066002jpg.JPEG" alt="Trees with and without Climate Change" style="width:100%">
</div>
</div>
<h2 id="headline">Influencial Individuals Supporting Climate Change Reform</h2>
<div class="row">
<div class="column" style="background-color:rgb(87, 146, 97);">
<h4>Alexandria Ocasio-Cortez</h4>
<img src="https://assets.apolitical.co/images/lists/most-influential-climate-100/alexandria-ocasiocortez.jpg" alt="World split" style="width:100%">
<p>Alexandria Ocasio-Cortez is an American politician and activist. She is the lead advocate for the Green New Deal, a proposed set of economic stimulus programs to address climate change and economic inequality, under which the US would transform its infrastructure with a rapid shift to clean energy.</p>
</div>
<div class="column" style="background-color:rgb(87, 146, 97);">
<h4>Anne Hidalgo</h4>
<img src="https://assets.apolitical.co/images/lists/most-influential-climate-100/anne-hidalgo.jpg" alt="World split" style="width:100%">
<p>Anne Hidalgo has served as the mayor of Paris since 2014. She jointly hosted the Climate Summit for Local Leaders in December 2015 with Michael Bloomberg, the UN Secretary-General’s Special Envoy for Cities and Climate Change, before being elected to the chairship of C40 Cities, an organisation bringing together the 90 leading global cities on the issue of climate change. </p>
</div>
<div class="column" style="background-color:rgb(87, 146, 97);">
<h4>Anthony Nyong</h4>
<img src="https://assets.apolitical.co/images/lists/most-influential-climate-100/anthony-nyong.jpg" alt="World split" style="width:100%">
<p>Anthony Nyong is currently the director of Climate Change and Green Growth at the African Development Bank Group, where he leads its efforts to transition Africa to low-carbon and climate-resilient development. In his previous positions at the AfDB, Nyong led efforts to mainstream climate change policies throughout the AfDB's development efforts,</p>
</div>
</div>
<section id="tribute-info">
<h3 id="headline">Significant Dates Related to Climate Change</h3>
<ul>
<li><strong>1970</strong> - First ever Earth Day where organizers brought topics such as toxic waste and pollution to the world stage</li>
<li>
<strong>1980</strong> - THeat waves and droughts severly hit California bringing climate change and global warming large media coverage
</li>
<li>
<strong>1988</strong> - The United Nations launched its Intergovermental Panel on Climate Change (IPCC)
</li>
<li>
<strong>1997</strong> - The Rio Earth Summit was an international conference that discussed sustainable development
</li>
<li>
<strong>1997</strong> - Developed nations gathered in Kyoto, Japan, to agree on a historic climate plan — it was the first agreement between nations to mandate the reduction of greenhouse gases.
</li>
<li>
<strong>2000</strong> - Between 2000 and 2019, nine of the hottest years ever recorded took place, but fossil fuel consumption was still rising ever higher.
</li>
<li>
<strong>2014</strong> - Pacific Islanders began to sound the alarm as rising sea levels threatened land and livelihoods.
</li>
</ul>
<blockquote
cite="https://www.globalcitizen.org/en/content/important-moments-climate-history-in-photos/"
>
<p>
"We have a single mission: to protect and hand on the planet to the next generation"
</p>
<cite>-- Francois Hollande</cite>
</blockquote>
<h3>
If you have time, you should read more about Climate Change on
<a
id="tribute-link"
href="https://climate.nasa.gov/"
target="_blank"
>NASA's Climate Change research</a>
</h3>
</section>
</main>
</body>
</html>