-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout_new.html
43 lines (37 loc) · 1.62 KB
/
about_new.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset ="UTF-8">
<title> ALTER - Make a change </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section id="header">
<div class="topnav">
<a href="index.html">Home</a>
<a href="news.html">News</a>
<a href="contact.html">Contact</a>
<a class="active" href="#about">About</a>
</div>
<div class = "container">
<div class="about-text">
<br>
<br>
<br>
<br>
<h1><b>About</b> </h1>
<br>
<p> <b> We aim to make awareness regarding climate change, a more central and visible part for the people.It is high time we redirect our technology, science and ingenuity to transform our lifestyle and economies, ensure equality and promote a sustainable future for all. We have to redesign products in order to better reuse them, so that raw materials and minerals are easier to recover. <b>
<br>
<br>
<b>With the current focus on our climate change impacts, the embodied CO2 emission or “Carbon footprint” is often used as an environmental performance indicator for our products or production activities. We made this "Carbon Footprint Estimator". Carbon emissions from your lifestyle choices, from transportation to diet, impact the climate. This is a global problem, but you can be a part of the solution.
<br>
<br>
#MakeAChange
</b>
</p>
<br>
</div>
</section>
<br>
<br>