-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout1.html
47 lines (46 loc) · 1.73 KB
/
about1.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>ABOUT</title>
<link rel="stylesheet" href="abstyle.css" type ="text/css" />
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"rel="stylesheet">
</head>
<body>
<div class="Header">
<div class="container">
<input type ="button" value="ABOUT US" />
<div class="wdth"> </div>
<div class="wdth1"> </div>
</div>
</div>
<p> Founded by chaithanya S and chinmayi H is a private organization that works to protect nature and inspire future environmental stewards.We preserve
trees ; ensure clean and healthy environment ; and foster conservation and community stewardship , including environmental, educational and other local
programs in our pririty conservation and geographical areas.</p>
<section class="activities">
<h1>Activities we conduct</h1>
<p>Here are few!!!</p>
<div class="row">
<div class="act-col">
<h3>PLANT A TREE</h3>
<p>Trees provide food and oxygen, help save energy, clean the air, help combat climate change</p><br>
</div>
<div class="act-col">
<h3>VOLUNTEER</h3>
<p>Promote Volunteering for cleanups in communities.</p>
</div>
<div class="act-col">
<h3>EDUCATE</h3>
<p>When you further your own education you help others understand the importance and value of natural resources.</p><br>
</div>
</div>
</section>
<div class="footer">
<nav>
<a href="#"class="icon facebook"><span>facebook</span></a>
<a href="#"class="icon twitter"><span>twitter</span></a>
<a href="#"class="icon github"><span>github</span></a>
<a href="#"class="icon sololearn"><span>instagram</span></a>
<a href="#"class="icon pinterest"><span>pinterest</span></a>
</nav>
</body>
</html>