-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIndex.html
292 lines (244 loc) · 10.2 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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
<!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>Environment Friend</title>
<link rel="shortcut icon" type="image/x-icon" href="./favicon/favicon.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" />
<link rel="stylesheet" href="./css/utility.css">
<link rel="stylesheet" href="./css/lightbox.min.css">
<link rel="stylesheet" href="./css/style.css">
</head>
<body id="home">
<header class="head">
<div class="navbar top" id="navbar">
<a href="#home"><h1 class="logo">
<i class="fas fa-seedling"></i>
<span class="text-primary"> Environment</span> Friend
</h1>
</a>
<ul>
<li><a href="#home" id="current">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#effect">Effects</a></li>
<li><a href="#stats">Stats</a></li>
<li><a href="#vln">Volunteer</a></li>
</ul>
</div>
<div class="content" id="content">
<h1>Lets make <span class="text-primary"> EARTH </span>a better place to live.</h1>
<p>Don't Let The Waste Go Waste.</p>
<a href="#about" class="btn"><i class="fas fa-chevron-right"></i>Read More</a>
</div>
</header>
<section id="about" class="about flex-columns">
<div class="row">
<div class="column">
<div class="column1">
<img src="./img/home/env1.jpg" >
</div>
</div>
<div class="column">
<div class="column2 bg-primary">
<h4>
Why is Waste Management required??
</h4>
<h1>Take a look here</h1>
<p>
Waste management reduces the effect of waste on the environment, health, and so on. It can also help reuse or recycle resources, such as; paper, cans, glass, and so on. There is various type of waste management that include the disposal of solid, liquid, gaseous, or hazardous substances.
</p>
<a href="why.html" class="btn btn-outline"><i class="fas fa-chevron-right"></i> Read More</a>
</div>
</div>
</div>
</section>
<section id="effect" class="effect flex-grid sec-padding">
<header class="section-header">
<h4>
This is some sight of
</h4>
<h2>
Waste Management
</h2>
<p>
We all should learn to manage the waste produced by us.
</p>
</header>
<div class="row">
<div class="column">
<a href="./img/effect/effect1.jpg" data-lightbox="effect" data-title="Recycle and reuse used bottles/cups">
<img src="./img/effect/effect1.jpg" alt="" style="height:200px">
</a>
<a href="./img/effect/effect2.jpg" data-lightbox="effect" data-title="Waste Recycling plant. A place for reformation.">
<img src="./img/effect/effect2.jpg" alt="" style="height:200px">
</a>
</div>
<div class="column">
<a href="./img/effect/effect3.jpg" data-lightbox="effect" data-title="Use eco friendly grocery bags.">
<img src="./img/effect/effect3.jpg" alt="" style="height:200px">
</a>
<a href="./img/effect/effect4.jpg" data-lightbox="effect" data-title="Segregation of Recyclable waste is important. Know your waste.">
<img src="./img/effect/effect4.jpg" alt="" style="height:200px">
</a>
</div>
<div class="column">
<a href="./img/effect/effect5.jpg" data-lightbox="effect" data-title="Labeling of different types of waste.">
<img src="./img/effect/effect5.jpg" alt="" style="height:200px">
</a>
<a href="./img/effect/effect6.jpg" data-lightbox="effect" data-title="Landfills are a good yet not very feasible way of disposing the waste.In the long run, it is bad for Environment.">
<img src="./img/effect/effect6.jpg" alt="" style="height:200px">
</a>
</div>
<div class="column">
<a href="./img/effect/effect7.jpg" data-lightbox="effect" data-title="Try to plant as many green soldiers as possible.">
<img src="./img/effect/effect7.jpg" alt="" style="height:200px">
</a>
<a href="./img/effect/effect8.jpg" data-lightbox="effect" data-title="Factories must find better alternatives for the waste generation and treatment.">
<img src="./img/effect/effect8.jpg" alt="" style="height:200px">
</a>
</div>
</div>
</section>
<section id="stats" class="stats flex-columns flex-reverse">
<div class="row">
<div class="column">
<div class="column1">
<img src="./img/home/stats.jpg" >
</div>
</div>
<div class="column">
<div class="column2 bg-secondry">
<h1>Statistics</h1>
<p>
Get an insight of the waste produced by us. Dont just take a look, try to realize how much waste are we producing and how much waste can be avoided.
</p>
<a href="./stats.html" class="btn btn-secondry btn-outline"><i class="fas fa-chevron-right"></i> Read Statistics</a>
</div>
</div>
</div>
</section>
<section id="r3" class="r3 sec-padding">
<header class="section-header">
<h4>
This is what
</h4>
<h2>
YOU HAVE TO DO
</h2>
<p>
Just follow these three simple steps...
</p>
</header>
<div class="icons">
<div class="box">
<img src="./img/team/r1.jpg" alt="">
</div>
<div class="box">
<img src="./img/team/r2.jpg" alt="">
</div>
<div class="box">
<img src="./img/team/r3.jpg" alt="">
</div>
</div>
</div>
</section>
<section id="help" class="stats flex-columns flex-reverse">
<div class="row">
<div class="column">
<div class="column1">
<img src="./img/home/help.jpg" alt="blog">
</div>
</div>
<div class="column">
<div class="column2 bg-secondry">
<h1>How can you Help?</h1>
<p>
In this section, there are some general tips to help the nature. Try to adapt few and see the differnce.
</p>
<a href="./help.html" class="btn btn-secondry btn-outline"><i class="fas fa-chevron-right"></i> More Info</a>
</div>
</div>
</div>
</section>
<section id="vln" class="vln flex-columns">
<div class="row">
<div class="column">
<div class="column1">
<img src="./img/home/vln.jpg" >
</div>
</div>
<div class="column">
<div class="column2 bg-light">
<h1>If you wish to volunteer...</h1>
<form name="contact" action="" class="volunteer-form" method="POST" data-netlify="true">
<div class="formcontrol">
<label for="name">Name</label>
<input type="text" name="name" placeholder="Enter your Name">
</div>
<div class="formcontrol">
<label for="email">E-mail</label>
<input type="email" name="email" placeholder="Enter your Email">
</div>
<div class="formcontrol">
<label for="phone">Phone</label>
<input type="text" name="phone" placeholder="Enter your Phone no.">
</div>
<div class="formcontrol">
<label for="photo">Upload a picture of you helping EARTH</label>
<input type="file" name="photo" placeholder="Upload A Pic">
</div>
<input type="submit" value="Send" id="submit" class="btn" style="margin:0px">
</form>
</div>
</div>
</div>
</section>
<footer class="footer bg-dark">
<div class="social">
<a href=""><i class="fab fa-facebook"></i></a>
<a href=""><i class="fab fa-twitter"></i></a>
<a href=""><i class="fab fa-instagram"></i></a>
<a href=""><i class="fab fa-youtube"></i></a>
</div>
<p>Copyright ©, The Environment Friend 2021</p>
<p>A SKYNET Initiative</p>
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="js/lightbox.min.js"></script>
<script>
let scrolled = false;
const navbar =document.getElementById('navbar');
window.onscroll = function(){
if(window.pageYOffset>100){
navbar.classList.remove('top');
if(!scrolled){
navbar.style.transform= 'translateY(-70px)';
}
setTimeout(function(){
navbar.style.transform= 'translateY(0px)';
scrolled=true;
},250)
}else
{
navbar.classList.add('top');
scrolled=false;
}
}
</script>
<script>
window.watsonAssistantChatOptions = {
integrationID: "054589b4-f12f-45df-973a-08015606092e", // The ID of this integration.
region: "eu-gb", // The region your integration is hosted in.
serviceInstanceID: "5d5be852-1fef-4f9a-91a7-d7a5dd9910ee", // The ID of your service instance.
onLoad: function(instance) { instance.render(); }
};
setTimeout(function(){
const t=document.createElement('script');
t.src="https://web-chat.global.assistant.watson.appdomain.cloud/loadWatsonAssistantChat.js";
document.head.appendChild(t);
});
</script>
</body>
</html>