-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
42 lines (35 loc) · 2.18 KB
/
index.php
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
<?php
define('APP', 'running');
require 'inc/header.php'; ?>
<nav id="nav">
<ul class="cf">
<li class="act"><a href="/" rel="home">Facts</a></li>
<li><a href="causes.php">Causes</a></li>
<li><a href="act.php">Act!</a></li>
</ul>
</nav>
</header>
<main id="cont" class="cf">
<h1 class="p-title"><a href="act.php">A Global Warning to Fight Global Warming</a></h1>
<p>Global warming is the increase of Earth's average surface temperature due to greenhouse gases that collect in the atmosphere. Greenhouse gases such as carbon dioxide (CO<sub>2</sub>) and methane (CH<sub>4</sub>) absorb heat that would otherwise escape from the Earth. No science-fiction, scientifically proved facts.</p>
<section id="list" class="mega cf">
<div>
<h2>Climate Change</h2>
<p>Global warming results in more extreme weather conditions. More natural disasters, like floods and earthquakes, are taking place. Temperatures are getting more extreme. Rain and snowfall are increasing across the globe, on average.</p>
</div>
<div>
<h2>Loss of Biodiversity</h2>
<p>Increases in atmospheric CO<sub>2</sub>, temperature and precipitation, like rain, have significant effects on the growth of organisms. These can be harmful beyond their physiological limits. They affect their distribution and their life cycle directly. Indirect effects are caused by interaction with other species.</p>
</div>
<div>
<h2>Sea Level Rise</h2>
<p>Ice sheets and glaciers are melting by the increasing surface temperature. The water from melting ice results in a rising sea level. Within the foreseeable future, the sea level could rise by 4 to 6 metres or more.</p>
</div>
<div>
<h2>Diseases</h2>
<p>Temperature rise can affect human health and diseases they are exposed to. With increasing rainfall, temperature, water-borne diseases, like malaria, are likely to spread. Heat waves can also cause damage to young and old people.</p>
</div>
</section>
<p>Sounds bad? And <a href="https://en.wikipedia.org/wiki/Global_warming">this is not all</a>. But we can <a href="act.php">do something</a> about it!</p>
</main>
<?php require 'inc/footer.php'; ?>