-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
419 lines (387 loc) · 16.9 KB
/
index.html
File metadata and controls
419 lines (387 loc) · 16.9 KB
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
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" />
<!-- <link href="bootstrapNoteBook.css" rel="stylesheet" /> -->
<link rel="stylesheet" href="./css/homepage.css" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=warning" />
<link rel="stylesheet" href="./loader/style.css">
</head>
<body>
<!-- loader -->
<div id="preloader">
<img src="https://cdn.dribbble.com/userupload/20810595/file/original-22d819df2e163f2f897f056eb78d1ff6.gif" alt="Loading...">
</div>
<div id="main-content" style="display: none;">
<!-- navbar -->
<nav class="navbar sticky-top navbar-expand-lg bg-light">
<div class="container-fluid">
<a href="#" class="navbar-brand">
<img src="./img/greegadgetLogo.jpeg" alt="Logo" width="75" class="d-inline-block align-text-top" />
Green Gadget
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav ms-auto text-center">
<a class="nav-link" href="homepage.html">Home</a>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Company
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#aboutus">About us</a></li>
<li><a class="dropdown-item" href="#">Leadership</a></li>
<li><a class="dropdown-item" href="#">Advisory</a></li>
<li><a class="dropdown-item" href="#">Awards</a></li>
<li><a class="dropdown-item" href="#">In News</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Explore
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="faq.html">FAQ's</a></li>
<li><a class="dropdown-item" href="carrierpage.html">Careers</a></li>
</ul>
</li>
<a class="nav-link" href="formsbootstrap.html">Contact</a>
</div>
</div>
</div>
</nav>
<div class="container text-center bg-light mt-4 p-4">
<!-- Carousel -->
<div id="carouselExampleDark" class="carousel carousel-dark slide">
<div class="carousel-inner">
<!-- First Slide - Video Background -->
<div class="carousel-item active">
<video class="d-block w-100" autoplay loop muted playsinline>
<source src="./img/WhatsApp Video 2025-03-26 at 01.58.36.mp4" type="video/mp4">
</video>
<div class="carousel-caption text-center">
<div class="caption-container">
<h1 class="carousel-heading">
Transforming E-Waste<br>
into a Greener Future!
</h1>
<div class="button-group">
<a href="formsbootstrap.html" class="btn btn-success btn-sm">Get in Touch</a>
<a href="https://ewaste-estimator-app-1.onrender.com/" class="btn btn-outline-success btn-sm">Estimate
the price</a>
</div>
</div>
</div>
</div>
<!-- Second Slide -->
<div class="carousel-item">
<img src="./img/carouseLImg2.png" class="d-block w-100" alt="Slide 2">
<div class="carousel-caption text-center">
<h2>Join the Green Revolution</h2>
<p>Eco-friendly solutions for a sustainable future.</p>
</div>
</div>
<!-- Third Slide -->
<div class="carousel-item">
<img src="./img/carouseLImg3.png" class="d-block w-100" alt="Slide 3">
<div class="carousel-caption text-center">
<h2>Recycle. Reduce. Reuse.</h2>
<p>Be part of the change and make a difference.</p>
</div>
</div>
</div>
<!-- sliding < button -->
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleDark" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<!-- sliding > button -->
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleDark" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<br><br><br><br><br><br><br><br><br>
<!-- about section -->
<section class="about-section" id="aboutus">
<div class="container">
<br/><br/> <br/><br/>
<h2>About <span id="typing-text" class="green-text">Green Gadget</span></h2>
<p>
In today's digital era, electronic waste is growing at an alarming rate.<br>
Green Gadget is committed to revolutionizing e-waste management by promoting
sustainable practices. <br>We focus on refurbishing, recycling, and responsibly
disposing of electronic devices, ensuring a cleaner and greener future.
</p>
<p>
Our advanced technology and agents reaching to you helps in seamless e-waste segregation, reducing
environmental impact<br> while providing renewed value to old gadgets.
With Green Gadget, every discarded device gets a second chance to make a difference.
</p>
</div>
<br>
<div class="floating-elements">
<img src="./img/circuit.jpeg" class="floating-circuit" alt="Floating Circuit">
<img src="./img/ped.jpg" class="floating-grass" alt="Floating Grass">
</div>
</section>
<br><br><br><br><br><br><br><br><br>
<!-- how it works section -->
<h2 class="text-center mt-4">How it works?</h2>
<div class="container"> <!-- Nested container -->
<div class="row mt-4">
<div class="col-md-4 mb-4 ">
<div class="step-card text-center p-4 rounded shadow">
<img src="https://img.icons8.com/ios/100/ffffff/calendar--v1.png" alt="Schedule">
<h4>List your e-waste</h4>
<p> <br/>Choose the items you want to sell and schedule a pickup.</p>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="step-card text-center p-4 rounded shadow">
<img src="https://img.icons8.com/ios/100/ffffff/truck.png" alt="Pickup">
<h4>Hassle-free pickup</h4>
<p> <br/>Our team collects the e-waste from your doorstep.</p>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="step-card text-center p-4 rounded shadow">
<img src="https://img.icons8.com/ios/100/ffffff/money.png" alt="Payment">
<h4>Claim your payment</h4>
<p>Receive payment within <strong>5 working days</strong> after verification.</p>
</div>
</div>
</div>
</div>
<br><br><br><br><br><br><br><br><br>
<h2 class="section-title">Why Us?</h2>
<div class="container">
<div class="row mt-4">
<div class="col-md-4 mb-4 ">
<div class="why-us-card step-card text-center p-4 rounded shadow">
<img src="https://img.icons8.com/ios/100/ffffff/workflow.png" alt="Automation">
<h4>End-to-End Digital Process</h4>
<p><br/>Seamlessly connects users, collection centers, and recyclers.</p>
</div>
</div>
<div class="col-md-4 mb-4 ">
<div class="why-us-card step-card text-center p-4 rounded shadow">
<img src="https://img.icons8.com/ios/100/ffffff/gift.png" alt="Rewards">
<h4>Incentivized Disposal</h4>
<p><br/>Earn rewards for responsible recycling, increasing participation.</p>
</div>
</div>
<div class="col-md-4 mb-4 ">
<div class="why-us-card step-card text-center p-4 rounded shadow">
<img src="https://img.icons8.com/ios/100/ffffff/artificial-intelligence.png" alt="AI Pricing">
<h4>AI-Based Smart Pricing</h4>
<p><br/><br/>Automated valuation ensures fair pricing for e-waste.</p>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-md-4 mb-4">
<div class="why-us-card">
<img src="https://img.icons8.com/ios/100/ffffff/recycling.png" alt="Easy Disposal">
<br><br>
<h4>Easy E-Waste Disposal</h4>
<p>Request pickup or drop off at verified centers.</p>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="why-us-card">
<img src="https://img.icons8.com/ios/100/ffffff/map-marker.png" alt="Real-Time Tracking">
<h4>Real-Time Tracking</h4>
<p>Get transparent updates from collection to final recycling.</p>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="why-us-card">
<img src="https://img.icons8.com/ios/100/ffffff/earth-care.png" alt="Eco Impact">
<h4>Eco-Friendly Impact</h4>
<p>Supports a circular economy and prevents landfill waste.</p>
</div>
</div>
</div>
</div>
<br><br><br><br><br><br><br>
<!--Content alternative one -->
<div class="row align-items-center">
<div class="col-md-6 order-md-1">
<img src="./img/e waste is toxic.webp" class="img-fluid custom-style" alt="Non-biodegradable waste">
</div>
<div class="col-md-6 order-md-2">
<p>The chemicals from discarded electronics poison our soil, water, and air.
<h6> ~ The same air we breathe. The same water we drink. </h6>
</p>
</div>
</div>
<br>
<div class="row align-items-center">
<div class="col-md-6 order-md-2">
<img src="./img/🌍 Recycling e-waste saves the planet.webp" class="img-fluid custom-style"
alt="Recycling e-waste saves the planet">
</div>
<div class="col-md-6 order-md-1">
<p>When you properly dispose of your old devices, they can be reused instead of ending up in a landfill,
polluting the Earth for centuries.</p>
</div>
</div>
<br>
<div class="row align-items-center">
<div class="col-md-6 order-md-1">
<img src="./img/💰 You might even get rewards.webp" class="img-fluid custom-style" alt="You might even get rewards">
</div>
<div class="col-md-6 order-md-2">
<p>Some e-waste recyclers offer incentives for responsibly disposing of electronics.</p>
<h5>Why waste something that could be valuable?</h5>
</div>
</div>
<br>
<div class="row align-items-center">
<div class="col-md-6 order-md-2">
<img src="./img/its hard.webp" class="img-fluid custom-style" alt="Hard to dispose">
</div>
<div class="col-md-6 order-md-1">
<p>🌱 At <strong>Green Gadget</strong>, we make e-waste disposal effortless. No excuses. No extra effort.
Just a simple way to give your old gadgets a new life—while protecting the planet. 🌍♻️</p>
</div>
</div>
<br>
</div>
<!-- Footer Section -->
<footer >
<div class="container">
<div class="row text-white">
<!-- About Section -->
<div class="col-md-3">
<h4>ABOUT</h4>
<img src="./img/greegadgetLogo.jpeg" alt="Green Gadget Logo" style="width: 150px;">
<p>Green Gadget promotes sustainable e-waste management, empowering responsible recycling for a cleaner
planet.</p>
<a href="privacyPolicy.html" style="color: white; text-decoration: underline;">PRIVACY POLICY</a>
</div>
<!-- Menu Section -->
<div class="col-md-2">
<h4>MENU</h4>
<ul style="list-style: none; padding: 0;">
<li><a href="homepage.html" style="color: white; text-decoration: none;">Home</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"
style="color: white; text-decoration: none;">
Company
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#a">About us</a></li>
<li><a class="dropdown-item" href="#">Leadership</a></li>
<li><a class="dropdown-item" href="#">Advisory</a></li>
<li><a class="dropdown-item" href="#">Awards</a></li>
<li><a class="dropdown-item" href="#">In News</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"
style="color: white; text-decoration: none;">
Explore
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="faq.html">FAQ's</a></li>
<li><a class="dropdown-item" href="carrierpage.html">Careers</a></li>
</ul>
</li>
<li><a href="#" style="color: white; text-decoration: none;">Contact</a></li>
</ul>
</div>
<!-- Contact Section -->
<div class="col-md-3">
<h4>CONTACT</h4>
<p>Green Gadget Solutions Pvt. Ltd.</p>
<p>123 Green Street, Eco City, India</p>
<p><i class="fas fa-phone"></i> +91 98765-43210</p>
<p><i class="fas fa-envelope"></i> support@greengadget.in</p>
<p>CIN: U12345KA2025PTC67890</p>
</div>
</div>
<div class="text-center mt-4">
<p>Copyright © 2025 Green Gadget - Made with ❤️ in India for the World.</p>
</div>
</div>
</footer>
</div>
<script src="./loader/script.js"></script>
<!-- related to nav bar starts -->
<script>
document.addEventListener("DOMContentLoaded", function () {
document.querySelectorAll(".dropdown").forEach(function (dropdown) {
dropdown.addEventListener("show.bs.dropdown", function () {
let menu = this.querySelector(".dropdown-menu");
menu.style.animation = "slideDown 0.3s ease-in-out forwards";
});
dropdown.addEventListener("hide.bs.dropdown", function () {
let menu = this.querySelector(".dropdown-menu");
menu.style.animation = "slideUp 0.3s ease-in-out forwards";
});
});
});
/* Define Slide Down and Slide Up Keyframes */
let style = document.createElement("style");
style.innerHTML = `
@keyframes slideDown {
from { opacity: 0; transform: translateY(-10px); visibility: hidden; }
to { opacity: 1; transform: translateY(0); visibility: visible; }
}
@keyframes slideUp {
from { opacity: 1; transform: translateY(0); visibility: visible; }
to { opacity: 0; transform: translateY(-10px); visibility: hidden; }
}
`;
document.head.appendChild(style);
</script>
<!-- related to nav bar ends -->
<!-- Font Awesome for icons -->
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<script>
function animateValue(id, start, end, duration) {
let obj = document.getElementById(id);
let range = end - start;
let increment = end > start ? 1 : -1;
let stepTime = Math.abs(Math.floor(duration / range));
let current = start;
let timer = setInterval(() => {
current += increment;
// obj.textContent = current;
if (current == end) {
clearInterval(timer);
}
}, stepTime);
}
// Run the animation when the page loads
document.addEventListener("DOMContentLoaded", function () {
animateValue("zeroWasteFacilities", 0, 20, 2000);
animateValue("wastePrevented", 0, 30000, 2500);
animateValue("statesCovered", 0, 6, 2000);
animateValue("livesImpacted", 0, 2, 2500);
});
</script>
<!-- Typed.js Script -->
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
<script>
var typed = new Typed("#typing-text", {
strings: ["About Green Gadget"],
typeSpeed: 50,
backSpeed: 500,
showCursor: true,
loop: false
});
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>
<!-- =pls separate the contaner and footer and resolve th eror 2 donot change any thing else -->