-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgogreen.html
253 lines (184 loc) · 8.5 KB
/
gogreen.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!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">
<title>Go Green</title>
<link rel="shortcut icon" type="image/png" href="images/leaf.png">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/fontawesome-all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/gogreen.css">
</head>
<body>
<section class="top">
<div class="container">
<div class="row">
<div class="col-md-3">
<h3><img src="images/logo.jpg"></h3>
</div>
<div class="col-md-6">
<div class="center">
<h5>Swachh Bharat Mission</h5>
<p>Ministry of housing & urban affairs</p>
</div>
</div>
<div class="col-md-3">
<h4><span class="clean">CLEAN INDIA </span> <br><span class="green">GREEN INDIA</span> <span class="leaf"> <i class="fas fa-leaf"></i></span></h4>
</div>
</div>
</div>
</section>
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="#"><h3><img src="images/flage.png">   INDIA</h3></a>
</div>
<ul class="nav navbar-nav navbar-right">
<li><a href="home.html"><i class="fas fa-home"></i>  HOME</a></li>
<li><a href="aboutus.html">ABOUT US</a></li>
<li><a href="events.html">EVENTS</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><i class="fas fa-users"></i>  CITIZEN CORNER<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="InsertRequest.jsp">COMPLAINS</a></li>
<li><a href="suggestion.jsp">SUGGESTIONS</a></li>
</ul>
</li>
<li><a href="contact.html"><i class="fas fa-phone"></i>  CONTACT US</a></li>
<li><a href="index.jsp">SIGNUP/REGISTER</a></li>
</ul>
</div>
</div>
</nav>
<section class="reduce">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3>Ways to go Green <i class="fab fa-pagelines"></i></h3>
<p>If you want to help your planet, do not think that there is nothing that can be done. Everyone plays an important part in keeping the environment clean and safe. This means you can do so much and probably more than you think that you can. In fact, we are sharing with you 40 ways that you can go green. These tips are easy and things that anyone can use, so do not wait!</p>
<P>As you can see there is a ton of ways that you can go green. None of them are difficult, and anyone can use them to their advantage. If you care about the world and want to make a difference, know that you can, as proved with these 40 wonderful tips. You can make a difference in the world. Put these tips to good use and the many benefits that come your way will not disappoint you. It is so easy and so simple, why not go green?</P>
<ul>
<li>Involve yourself in making your city clean and green. Encourage everyone in your neighborhood to join or start a recycling program and buy eco-friendly office products..</li>
<li> Keep your tires inflated. Tires that are low of pressure are going to cause more wear on the car and more harm to the environment.</li>
<li>If you have items around the home that you no longer need, do not throw them away. Instead give them to someone who would use them, donate to a thrift store or have a garage sale and put some cash in your pocket.</li>
<li> Check if you can sign up for green power from your utility company. Also, conduct a quick energy audit of your home and replace electrical appliances with energy efficient appliances.</li>
</ul>
</div>
</div>
</div>
</section>
<section class="pictures">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="reduce_img1">
<img src="images/gogreen4.png" height="290px">
</div>
</div>
<div class="col-md-6">
<div class="reduce_cnt1">
<ol>
<li> Turn your computers off at night. Even on energy saving mode you are using a lot of energy.</li>
<li> Turn off lights in the home when they are not being used. This alone can cut energy costs greatly.</li>
<li> Stop rinsing dishes before you put them in the dishwasher. This is a great source of water and energy waste!</li>
<li> Take your own bags with you to the grocery store. You reduce the use of plastic, and we all know how dangerous plastic is to the environment.</li>
<li>Hang dry your clothes rather than use the clothes dryer.</li>
<li>Reduce, Reuse and Recycle. Reduce the usage of packaged food items. Reuse scrap paper. Recycle old jars.</li>
</ol>
</div>
</div>
</div>
</div>
</section>
<section class="action">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="controls">
<img src="images/gogreen5.jpg" height="265px" width="100%">
</div>
</div>
<div class="col-md-4">
<div class="controls">
<img src="images/gogreen9.jpg" height="265px" width="100%">
</div>
</div>
<div class="col-md-4">
<div class="controls">
<img src="images/gogreen6.jpg" height="265px" width="100%">
</div>
</div>
</div>
</div>
</div>
</section>
<section class="pictures2">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="reduce_cnt2">
<ol>
<li> Fix leaky faucets. This includes the toilet and the sinks in the home. Even a small leakage can cause good amount of wastage of water.</li>
<li>Instead of drinking bottled water, install a water cleaning system on your sink. Plastic bottles are usually not recycled.</li>
<li> Cut the shower time in half and see your work into full swing!</li>
<li>Take small shower instead of taking a bath.</li>
<li>Pay all of your bills online. This will not only save you time but will also help to reduce paper wastage.</li>
<li> Unplug all of your electronics when they are not being used.</li>
<li>Pre-heating the oven is often times not necessary and simply eats up energy costs</li>
</ol>
</div>
</div>
<div class="col-md-6">
<div class="reduce_img2">
<img src="images/gogreen3.png" height="370px">
</div>
</div>
</div>
</div>
</section>
<section class="join">
<div class="container">
<div class="col-md-12">
<h2>Join us</h2>
<p>Stay up to date on the latest news and help spread the word.</p>
<div class="media">
<div class="col-md-3">
<div class="social1">
<h3><i class="fas fa-envelope"></i><br>Subscribe</h3>
</div>
</div>
<div class="col-md-3">
<div class="social2">
<h3><i class="fab fa-twitter"></i><br>Twitter</h3>
</div>
</div>
<div class="col-md-3">
<div class="social3">
<h3><i class="fab fa-facebook-f"></i><br>Facebook</h3>
</div>
</div>
<div class="col-md-3">
<div class="social4">
<h3><i class="fab fa-youtube"></i><br>Youtube</h3>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="end">
<div class="container">
<div class="row">
<div class="col-md-12">
<h4> © Ministry of Housing and Urban Affairs,GOVERNMENT OF INDIA </h4>
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/fontawesome-all.min.js"></script>
</body>
</html>