-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbout.html
More file actions
42 lines (32 loc) · 1.67 KB
/
Copy pathAbout.html
File metadata and controls
42 lines (32 loc) · 1.67 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
<!DOCTYPE html>
<html>
<head>
<title>
About
</title>
<body style="background-color:#69CDD3;">
<link href= "projectcss.css" rel = "stylesheet">
</head>
<body id ="AboutBodyTag">
<ul><a href="index.html"<h1> Home </h1></a></ul>
<div>
<p class="mission"> <h3>Mission </h3>
<p> Our mission is to help people understand about the Climate change in a very simple way.With the rapid globalization and industrilaiztion, our human activities causes change in climate and ultimately we all becomce the vitimcs of climate change.So even if it is a small effort from my side, i hope this website help people get basic idea about the climate change and practice the methods to limit the climate change. Together we can protect our mother nature and live in better, clean environment.Do follow some of the methods mentioned in the website and let us all live in better community.</p>
</div>
<div>
<h3>About me</h3>
I am Karma Yangden from Bhutan. As our country is a mountainous country we are blessed with fresh air and clean water and also we are carbon negative country. I hope people really care about the climate change and its effects and take actions to limit climate change. I hope everyone suffereless from climate change effects and enjoy our stay here on earth.Happy Stay on Earth! :)</p>
</div>
<div class="myform">
<h3>Tell Us About yourself</h3>
<p> Your Name </p>
<input>
<br>
<p> Email </p>
<input>
<br>
<p> <About You> </p>
<p> Any Message </p>
<textarea></textarea>
</body>
</html>