-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (35 loc) · 3.45 KB
/
index.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
<html>
<head>
<title> Let's Talk Carbon Footprint </title>
<link type="text/css" rel="stylesheet" href="main-lets-talk-carbon-footprint.css" />
</head>
<body class="body-aspects">
<header class="header"> Let's Talk Carbon Footprint </header>
<nav>
<ul class="navmenu">
<li class="navitems"> <a href="https://howseth06.github.io/lets-talk-carbon-footprint-home/">Home</a></li>
<li class="navitems"> <a href="https://howseth06.github.io/lets-talk-carbon-footprint-1/">Carbon Footprint</a></li>
<li class="navitems"> <a href="https://howseth06.github.io/lets-talk-carbon-footprint-2/">Reducing</a></li>
<li class="navitems"> <a href="https://howseth06.github.io/lets-talk-carbon-footprint-3/">Outlook</a></li>
<li class="navitems"> <a href="https://howseth06.github.io/lets-talk-carbon-footprint-4/">Experiment</a></li>
</ul>
</ul>
</nav>
<!--This is the site descripton below -->
<center> <b> <i> <u> <h3> Welcome to Let's Talk Carbon Footprint! Here, we are dedicated to informing everyone all there is to know surrounding the carbon footprint. Our site spans over four different content areas. Look below to learn more about them. </h3> </center> </i> </b> </u>
<div class="rightside">
<u> <b> <center> <h3> Reducing A Carbon Footprint </h3> </center> </u> </b>
<center> <p> Did you know that the average American carbon footprint is 16 tons? This is extremely high considering the the global average carbon footprint is only 4 tons. So, we need to reduce our carbon footprint. Reducing a carbon footprint seems like it may be complicated, but <a href="https://howseth06.github.io/lets-talk-carbon-footprint-2/">this guide</a> is very straightforward. </center> </p>
<u> <b> <center> <h3> Experiment on the Carbon Footprint </h3> </center> </u> </b>
<center> <p> To gain a better understanding of the carbon footprint, I conducted an experiment. During this experiment I learned a lot about calculating a carbon footprint, and some new questions came up. <a href="https://howseth06.github.io/lets-talk-carbon-footprint-4/">This page</a> is great to learn about calculating a carbon footprint and my cool experiment! </center> </p>
</div> <!--Closing rightside div tag -->
<div class="leftside">
<u> <b> <center> <h3> What Is A Carbon Footprint? </h3> </center> </u> </b>
<center> <p> The carbon footprint has been talked about a lot in climate change and sustainability. There's even those online carbon footprint calculators. Although, what is a carbon footprint? <a href="https://howseth06.github.io/lets-talk-carbon-footprint-1/">On this page</a>, you can learn more about what a carbon footprint is and direct and indirect actions. </center> </p>
<u> <b> <center> <h3> Outlook on Sustainability </h3> </center> </u> </b>
<center> <p> It may seem like the United States is projected to be skyrocketing in carbon emissions for the future, but it’s the opposite. Outlook on Sustainability is all about statistics and projections surrounding carbon emissions. It even features a graph from Our World in Data. <a href="https://howseth06.github.io/lets-talk-carbon-footprint-3/">This page</a> is great if your are concerned about the future of our climate. </center> </p>
</div> <!--Closing leftside div tag -->
<div class="clearfloat"> </div>
<footer class="footer"> Let's Talk Carbon Footprint | <a href="https://sethphoward.wordpress.com/"> Created by Seth Howard </footer>
</body>
</html>