forked from programmersoham/GoGreen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (51 loc) · 2.01 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
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Go Green</title>
<link rel="stylesheet" href="style2.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="navigation container">
<div class="nav-brand">Go Green</div>
<ul class="non-bullet nav-pills">
<li class="list-inline">
<a href="/" class="link link-active">Home</a>
</li>
<li class="list-inline">
<a href="shop.html" class="link">ragepicker</a>
</li>
<li class="list-inline">
<a href="casestudy.html" class="link">case studies</a>
</li>
</ul>
</nav>
<header class="hero">
<img src="assets/images/undraw_country_side_re_0dou.svg" alt="Coder Image" class="hero-img">
<h1 class="hero-heading"><span class="heading-inverted">Go Green</span></h1>
</header>
<section class="section">
<div class="contaier container-cesnter">
<p>
<section class="section">
<div class="contaier container-center">
like waste generation lead to pollution, global warming
and due to imbalance in the eco-system, we see natural calamities , endangering species , climate
change etc
.Hence , we realised it was high time to spread awareness about Zero waste lifestyle.In case you
dont know , it is a
lifestyle that involves Producing no
non biodegradable trash by making small changes like replacing your plastic toothbrush with a bamboo
one.
</section>
</p>
</div>
</section>
<footer class="footer">
<div class="footer-header">Made with love by team Go Green</div>
</footer>
</body>
</html>