-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
267 lines (234 loc) · 10.5 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
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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Environmental Website</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<a href="#" class="logo"><i class="fas fa-seedling"></i>Green</a>
<nav class="navbar">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#home">About</a></li>
<li><a href="#home">Services</a></li>
<li><a href="#home">Project</a></li>
<li><a href="#home">Donate</a></li>
<li><a href="#home">Post</a></li>
</ul>
</nav>
<div class="fas fa-bars"></div>
</header>
<section class="home" id="home">
<div class="content">
<h1>Greehnouse Gas</h1>
<p>Greenhouse gas emissions - Greenhouse gases are gases that trap heat in the Earth's atmosphere and contribute to the greenhouse effect, which is the warming of the planet's surface. The most common greenhouse gases are carbon dioxide (CO2), methane (CH4), nitrous oxide (N2O), and fluorinated gases. </p>
<a href="#"><button class="btn">Explore</button></a>
</div>
</section>
<section class="about" id="about">
<h1 class="heading"><i class="fas fa-quote-left"></i>About Us<i class="fas fa-quote-right"></i></h1>
<div class="row">
<div class="image">
<img src="nature2.jpg" alt="">
</div>
<div class="content">
<h3>Together we can save the planet</h3>
<p>Human activities, such as burning fossil fuels for energy, deforestation, and agriculture, have significantly increased the concentration of greenhouse gases in the atmosphere. This has led to a rise in global temperatures, causing climate change and its associated impacts, such as sea-level rise, more frequent and severe heatwaves, droughts, floods, and extreme weather events.</p>
<a href="#"><button class="btn">Learn More</button></a>
</div>
</div>
<div class="box-container">
<div class="box">
<i class="fas fa-users"></i>
<h3>1000+</h3>
<p>Blogs</p>
</div>
<div class="box">
<i class="fas fa-tree"></i>
<h3>1000+</h3>
<p>Activists</p>
</div>
<div class="box">
<i class="fas fa-donate"></i>
<h3>1000+</h3>
<p>Donations recieved</p>
</div>
</div>
</section>
<section class="service" id="service">
<h1 class="heading"> <i class="fas fa-quote-left"></i>Our Services<i class="fas fa-quote-right"></i></h1>
<div class="box-container">
<div class="box">
<i class="fas fa-seeding"></i>
<h3>planting</h3>
<p> Spread awareness about the importance of reducing greenhouse gas emissions and encourage others to take action.</p>
</div>
<div class="box">
<i class="fas fa-recycle"></i>
<h3>recycle</h3>
<p> Recycle, compost, and reuse as much as possible. Minimize food waste by planning meals and only buying what is needed.</p>
</div>
<div class="box">
<i class="fas fa-hand-holding-water"></i>
<h3>Saving</h3>
<p> Turn off lights and appliances when they are not in use. Use energy-efficient light bulbs and appliances. Consider investing in renewable energy sources like solar panels.</p>
</div>
<div class="box">
<i class="fas fa-tree"></i>
<h3>Tree Saving</h3>
<p>Participate in local tree planting programs or organize your own. Planting trees in your backyard or community can help to combat deforestation and provide additional benefits like shade and wildlife habitat.</p>
</div>
<div class="box">
<i class="fas fa-tree"></i>
<h3>Tree Saving</h3>
<p>Participate in local tree planting programs or organize your own. Planting trees in your backyard or community can help to combat deforestation and provide additional benefits like shade and wildlife habitat.</p>
</div>
<div class="box">
<i class="fas fa-solar-panel"></i>
<h3>Solar Planel</h3>
<p>Support policies that promote the use of renewable energy sources, such as wind and solar power.</p>
</div>
</div>
</section>
<section class="project" id="project">
<h1 class="heading"><i class= "fas fa-quote-left"></i>Our Projects<i class= "fas fa-quote-right"></i></h1>
<div class="box-container">
<div class="box">
<img src="nature3.jpg" alt="">
<div class="icons">
<a style="--i:1;" href="#" class="fas fa-heart"></a>
<a style="--i:2;"href="#" class="fas fa-share"></a>
<a style="--i:3;"href="#" class="fas fa-comment"></a>
</div>
</div>
<div class="box">
<img src="nature4.jpg" alt="">
<div class="icons">
<a style="--i:1;" href="#" class="fas fa-heart"></a>
<a style="--i:2;"href="#" class="fas fa-share"></a>
<a style="--i:3;"href="#" class="fas fa-comment"></a>
</div>
</div>
<div class="box">
<img src="nature5.jpg" alt="">
<div class="icons">
<a style="--i:1;" href="#" class="fas fa-heart"></a>
<a style="--i:2;"href="#" class="fas fa-share"></a>
<a style="--i:3;"href="#" class="fas fa-comment"></a>
</div>
</div>
<div class="box">
<img src="nature6.jpg" alt="">
<div class="icons">
<a style="--i:1;" href="#" class="fas fa-heart"></a>
<a style="--i:2;"href="#" class="fas fa-share"></a>
<a style="--i:3;"href="#" class="fas fa-comment"></a>
</div>
</div>
<div class="box">
<img src="nature7.jpg" alt="">
<div class="icons">
<a style="--i:1;" href="#" class="fas fa-heart"></a>
<a style="--i:2;"href="#" class="fas fa-share"></a>
<a style="--i:3;"href="#" class="fas fa-comment"></a>
</div>
</div>
<div class="box">
<img src="nature8.jpg" alt="">
<div class="icons">
<a style="--i:1;" href="#" class="fas fa-heart"></a>
<a style="--i:2;"href="#" class="fas fa-share"></a>
<a style="--i:3;"href="#" class="fas fa-comment"></a>
</div>
</div>
</div>
</section>
<section class="donate" id="donate">
<h1 class="heading"><i class="fas fa-quote-left"></i>Donate Us<i class="fas fa-quote-right"></i></h1>
<div class="video-container">
<video src="sea-24216.mp4" loop autoplay muted></video>
</div>
<div class="form-container">
<form action="">
<div class="inputBox">
<input type="text" placeholder="first name">
<input type="text" placeholder="last name">
</div>
<div class="inputBox">
<input type="email" placeholder="enter your email">
<select name="" id="">
<option value="" selected disabled>Donation Amount</option>
<option value="$5">$5</option>
<option value="$10">$10</option>
<option value="$15">$15</option>
<option value="$20">$20</option>
<option value="$25">$25</option>
</select>
</div>
<textarea name="" id="" cols="30" rows="10" placeholder="message (optional)"></textarea>
<input type="submit" class="btn">
</form>
</div>
</section>
<section class="post" id="post">
<h1 class="heading"><i class="fas fa-quote-left"></i>Our recent posts <i class="fas fa-quote-right"></i></h1>
<div class="box-container">
<div class="box">
<img src="s1.jpg" alt="">
<div class="content">
<span><i class="fas fa-calendar"></i>Jan 2, 2023</span>
<h3>First Environmental Project</h3>
<p>We beileve in mtaking the first and forrmost steps in improving the effects of greenhouse gases and work towards the same as community</p>
<a href="#"><button class="btn">read more</button></a>
</div>
</div>
<div class="box">
<img src="s2.jpg" alt="">
<div class="content">
<span><i class="fas fa-calendar"></i>Jan 12, 2023</span>
<h3>Second Environmental Project</h3>
<p>We beileve in mtaking the first and forrmost steps in improving the effects of greenhouse gases and work towards the same as community</p>
<a href="#"><button class="btn">read more</button></a>
</div>
</div>
<div class="box">
<img src="s3.jpg" alt="">
<div class="content">
<span><i class="fas fa-calendar"></i>Jan 18, 2023</span>
<h3>Third Environmental Project</h3>
<p>We beileve in mtaking the first and forrmost steps in improving the effects of greenhouse gases and work towards the same as community</p>
<a href="#"><button class="btn">read more</button></a>
</div>
</div>
</div>
</section>
<section class="footer">
<div class="box-container">
<div class="box">
<a href="#" class="logo"><i class="fas fa-seeding"></i>Green</a>
<p>This website provides information on the science of climate change, greenhouse gas emissions, and strategies to mitigate climate change.</p>
</div>
<div class="box">
<h3 class="share">share</h3>
<a href="#">Facebook</a>
<a href="#">Twitter</a>
<a href="#">Instagram</a>
<a href="#">Github</a>
</div>
<div class="box">
<h3 class="letter">newsletter</h3>
<form action="">
<input form="email" placeholder="enter your email">
<button type="submit" class="fas fa-paper-plane"></button>
</form>
</div>
</div>
<h1 class="credit">created by <span>Simerpreet seehra, Anjali Singh</span> | all rights reserved |</h1>
</section>
<script src="web.js"></script>
</body>
</html>