-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
524 lines (498 loc) · 27.3 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
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
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
<!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>KudaCam | Home</title>
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="./images/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon_io/favicon-16x16.png">
<!-- bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous">
</script>
<link rel="stylesheet" href="./css/style.css">
<!-- fontawesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- aos -->
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
</head>
<body>
<div class="preloader" id="preloader"></div>
<main>
<header>
<nav class="navbar navbar-expand-md">
<div class="container">
<a class="navbar-brand fs-2 fw-bold" href="#">KudaCam</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span><i class="fa-solid fa-bars fs-2"></i></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="nav navbar-nav mb-2 mb-lg-0">
<li class="nav-item">
<a class="fs-5 fw-bold nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item dropdown">
<a class="fs-5 fw-bold nav-link dropdown-toggle" href="#" id="navbarDropdown"
role="button" data-bs-toggle="dropdown" aria-expanded="false">
Data
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="./aqi.html">Air Quality Index</a></li>
<li><a class="dropdown-item" href="./leaderboard.html">Leadboard</a></li>
</ul>
</li>
<li class="nav-item">
<a class="fs-5 fw-bold nav-link" href="#">Impact</a>
</li>
<li class="nav-item">
<a class="fs-5 fw-bold nav-link" href="joinus.html">Join Us</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<section id="banner">
<div class="image-overlay-container">
<div class="img-fluid">
<div class="overlay">
<div class="text">
<div data-aos="fade-up" data-aos-duration="1000">
<p class="fs-1 fw-bold">For the People<br>By the People</p>
<p class="fs-2">Be a responsible citizen and volunteer with us to make our city clean</p>
</div>
</div>
</div>
</div>
</section>
<section id="quote">
<div class="container h-100">
<div class="d-flex justify-content-center align-items-center h-100">
<div class="col col-lg-9 col-xl-7">
<div data-aos="flip-left">
<div class="card" style="border-radius: 15px;">
<div class="card-body p-5">
<div class="text-center mb-4 pb-2">
<img src="https://mdbcdn.b-cdn.net/img/Photos/new-templates/bootstrap-quotes/bulb.webp"
alt="Bulb" width="100">
</div>
<figure class="text-center mb-0">
<blockquote class="blockquote">
<p class="pb-3">
<i class="fas fa-quote-left fa-xs text-primary"></i>
<span class="lead font-italic">"Be the change you wish to see in the
world."</span>
<i class="fas fa-quote-right fa-xs text-primary"></i>
</p>
</blockquote>
<figcaption class="blockquote-footer mb-0">
Mahatma Gandhi
</figcaption>
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="steps" class="steps">
<div class="container">
<div class="row no-gutters" data-aos="fade-up">
<div class="col-lg-6 col-md-6 content-item" data-aos="fade-up" data-aos-delay="100">
<span>01</span>
<h4>Connect</h4>
<p class="fs-5">First download our official apk and do register yourself.
</p>
</div>
<div class="col-lg-6 col-md-6 content-item" data-aos="fade-up" data-aos-delay="200">
<span>02</span>
<h4>Identify</h4>
<p class="fs-5">Identify an issue and then upload the picture </p>
</div>
<div class="col-lg-6 col-md-6 content-item" data-aos="fade-up" data-aos-delay="300">
<span>03</span>
<h4>Feedback</h4>
<p class="fs-5">Validate the work done by the workers and then provide a valid feedback.
</p>
</div>
<div class="col-lg-6 col-md-6 content-item" data-aos="fade-up" data-aos-delay="100">
<span>04</span>
<h4>Claim</h4>
<p class="fs-6">If the request is not resolved due to some issues by worker you can claim unresolved request and can clean it to level up your profile and get featured</p>
</div>
</div>
</div>
</section>
<section id="counts" class="counts">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 text-center" data-aos="zoom-out-down">
<img src="./images/complain.png">
<p class="fs-3 mt-1">65</p>
<p class="fs-5 fw-bold">Total Complaints</p>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 text-center" data-aos="zoom-out-down">
<img src="./images/person.png">
<p class="fs-3 mt-1">65</p>
<p class="fs-5 fw-bold">Complaints Resolved</p>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 text-center" data-aos="zoom-out-down">
<img src="./images/people.png">
<p class="fs-3 mt-1">65</p>
<p class="fs-5 fw-bold">Happy Users</p>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 text-center" data-aos="zoom-out-down">
<img src="./images/event.png">
<p class="fs-3 mt-1">65</p>
<p class="fs-5 fw-bold">Total Events</p>
</div>
</div>
</div>
</section>
<section id="faq">
<div class="wrapper bg-white rounded shadow">
<div class="h3 text-primary text-center mb-4">Frequently Asked Questions</div>
<div class="accordion accordion-flush border-top border-start border-end" id="myAccordion">
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne"> <button
class="accordion-button collapsed border-0" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseOne" aria-expanded="false"
aria-controls="flush-collapseOne">Is partnering with another app worth it</button> </h2>
<div id="flush-collapseOne" class="accordion-collapse collapse border-0"
aria-labelledby="flush-headingOne" data-bs-parent="#myAccordion">
<div class="accordion-body p-0">
<div class="list-unstyled m-0">
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Enim quasi laudantium
accusantium? Excepturi minima illo velit porro blanditiis! Quis officiis
laboriosam nostrum voluptatum fugit quisquam eligendi neque excepturi similique
nulla!</p>
</div>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne"> <button
class="accordion-button collapsed border-0" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseTwo" aria-expanded="false"
aria-controls="flush-collapseTwo">How should I develop my app over time?</button> </h2>
<div id="flush-collapseTwo" class="accordion-collapse collapse border-0"
aria-labelledby="flush-headingOne" data-bs-parent="#myAccordion">
<div class="accordion-body p-0">
<div class="list-unstyled m-0">
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Enim quasi laudantium
accusantium? Excepturi minima illo velit porro blanditiis! Quis officiis
laboriosam nostrum voluptatum fugit quisquam eligendi neque excepturi similique
nulla!</p>
</div>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne"> <button
class="accordion-button collapsed border-0" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseThree" aria-expanded="false"
aria-controls="flush-collapseThree">How often should the app be updated?</button> </h2>
<div id="flush-collapseThree" class="accordion-collapse collapse border-0"
aria-labelledby="flush-headingOne" data-bs-parent="#myAccordion">
<div class="accordion-body p-0">
<div class="list-unstyled m-0">
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Enim quasi laudantium
accusantium? Excepturi minima illo velit porro blanditiis! Quis officiis
laboriosam nostrum voluptatum fugit quisquam eligendi neque excepturi similique
nulla!</p>
</div>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne"> <button
class="accordion-button collapsed border-0" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseFour" aria-expanded="false"
aria-controls="flush-collapseFour">Who should be targeting?</button> </h2>
<div id="flush-collapseFour" class="accordion-collapse collapse border-0"
aria-labelledby="flush-headingOne" data-bs-parent="#myAccordion">
<div class="accordion-body p-0">
<div class="list-unstyled m-0">
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Enim quasi laudantium
accusantium? Excepturi minima illo velit porro blanditiis! Quis officiis
laboriosam nostrum voluptatum fugit quisquam eligendi neque excepturi similique
nulla!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="mockup" class="masthead m-auto">
<div class="container px-5">
<div class="row gx-5 align-items-center">
<div class="col-lg-6">
<div class="mb-5 mb-lg-0 text-center text-lg-start">
<h1 class="display-1 lh-1 mb-3">Join us in this revloution</h1>
<p class="lead fw-normal text-muted mb-5">Lorem ipsum dolor sit, amet consectetur
adipisicing elit. Atque voluptas ratione nam nihil </p>
<div class="d-flex flex-column flex-lg-row align-items-center">
<a href="#!"><img class="app-badge" src="./images/app-store-badge.svg" alt="..." /></a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="masthead-device-mockup">
<div class="device-wrapper">
<div class="device device-mockup" data-device="iPhoneX" data-orientation="portrait"
data-color="black">
<div class="screen bg-black">
<img src="./images/WhatsApp Image 2022-03-14 at 8.49.17 PM (1).png"
class="mockup-img">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="team" class="section-bg">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h3 class="section-title text-center mb-5">Our Team</h3>
</div>
<div class="row d-flex justify-content-center">
<div class="col-lg-2 col-md-4 team-profile col-sm-6">
<div class="member">
<div class="pic"><img src="./images/om-profile.jpg" alt=""></div>
<h4>Om Patil</h4>
<span>Team Leader</span>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-4 team-profile col-sm-6">
<div class="member">
<div class="pic"><img src="./images/vighnesh-profile.jpg" alt=""
class="img-fluid"></div>
<h4>Vighnesh Manjrekar</h4>
<span>Web devloper</span>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-4 team-profile col-sm-6">
<div class="member">
<div class="pic"><img src="./images/samvid-profile.jpg" alt="" class="img-fluid"></div>
<h4>Samvid Patil</h4>
<span>Flutter developer</span>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-4 team-profile col-sm-6">
<div class="member">
<div class="pic"><img src="./images/jayesh-profile.jpeg" alt=""></div>
<h4>Jayesh Shinde</h4>
<span>Web Devloper</span>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-4 team-profile col-sm-6">
<div class="member">
<div class="pic"><img id="jaydip-profile-img" src="./images/jaydip-profile.jpg" alt=""
class="img-fluid"></div>
<h4>Jaydip Pawar</h4>
<span>Android Developer</span>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-4 col-sm-6">
<div class="member">
<div class="pic"><img src="./images/farhat-profile.jpeg" alt=""></div>
<h4>Farhat Naik</h4>
<span>UI/UX Developer</span>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="bg-light text-center text-lg-start">
<div class="text-center p-3 footer-bg">
© 2022 KudaCam:
<a class="text-dark" href="#">KudaCam.com</a>
</div>
</footer>
</main>
<script>
var loader =document.getElementById("preloader")
window.addEventListener("load",function(){
loader.style.display="none";
})
</script>
</body>
<script>
const quotes = [{
title: "I alone cannot change the world, but I can cast a stone across the waters to create many ripples.",
author: "Mother Teresa"
},
{
title: "Everyone thinks of changing the world, but no one thinks of changing himself.",
author: "Leo Tolstoy"
},
{
title: "Most people want to change the world to improve their lives, but the world they need to change first is the one inside themselves.",
author: "John C. Maxwell"
},
{
title: "You don’t have to change the world. You just have to change what you pay attention to in the world. And that, it turns out, is hugely powerful",
author: "Vishen Lakhiani"
},
{
title: "A person might be an expert in any field of knowledge or a master of many material skills and accomplishments. But without inner cleanliness his brain is a desert waste.",
author: "Sathya Sai Baba"
},
{
title: "So great is the effect of cleanliness upon man, that it extends even to his moral character. Virtue never dwelt long with filth; nor do I believe there ever was a person scrupulously: attentive to cleanliness, who was a consummate villain.",
author: "Benjamin Thompson"
},
{
title: "To keep the air fresh among words is the secret of verbal cleanliness.",
author: "Dejan Stojanovic"
},
{
title: "Clean out a corner of your mind and creativity will instantly fill it",
author: "Dee Hock"
},
{
title: "Cleanliness and order are not matters of instinct; they are matters of education, and like most great things, you must cultivate a taste for them.",
author: "Benjamin Disraeli"
},
{
title: "Cleanliness may be defined to be the emblem of purity of mind.",
author: "Joseph Addison"
},
{
title: "You are here in order to enable the world to live more amply, with greater vision, with a finer spirit of hope and achievement. You are here to enrich the world.",
author: "Woodrow Wilson"
},
{
title: "If you want to change the world, start with yourself.",
author: "Mahatma Gandhi"
},
{
title: "I alone cannot change the world, but I can cast a stone across the waters to create many ripples.",
author: "Mother Teresa"
},
{
title: "The only way forward, if we are going to improve the quality of the environment, is to get everybody involved.",
author: "Richard Rogers"
},
{
title: "Environment is no one’s property to destroy; it’s everyone’s responsibility to protect.",
author: "Mohith Agadi"
},
{
title: "Littering is a crime, but they are not enforcing the law. We need to educate the youths on why littering is bad and the effect litter has on neighbourhoods.",
author: "Johnnise Downs"
}, {
title: "Don’t be a litter bag. Help keep your community clean.",
author: "Anonymous"
},
{
title: "It gives people the power to say ‘I just witnessed littering and I don’t like littering in my community. I’m going to turn this over and see if I can get this stopped.",
author: "Mark Pope"
},
{
title: "I alone cannot change the world, but I can cast a stone across the waters to create many ripples.",
author: "Mother Teresa"
},
{
title: "I alone cannot change the world, but I can cast a stone across the waters to create many ripples.",
author: "Mother Teresa"
},
{
title: "I alone cannot change the world, but I can cast a stone across the waters to create many ripples.",
author: "Mother Teresa"
},
{
title: "There is nothing permanent except change.",
author: "Heraclitus"
},
{
title: "Today was good. Today was fun. Tomorrow is another one.",
author: "Dr. Suess"
},
{
title: " Play to your strengths. If you aren’t great at something, do more of what you’re great at.",
author: "Jason Lemkin"
},
{
title: " Change in all things is sweet.",
author: "Aristotle"
},
{
title: "You have within you the strength, the patience, and the passion to reach for the stars to change the world.",
author: "Harriet Tubman"
},
{
title: "Not everything that is faced can be changed, but nothing can be changed untill it is faced.",
author: "James Baldwin"
},
{
title: "Life will only change when you become more committed to your dreams than you are to your comfort zone.",
author: "Billy Cox"
},
{
title: "You cannot discover new oceans unless you have the courage to lose the sight of the shore.",
author: "Andre Gide"
},
{
title: "The measure of intelligence is the ability to change.",
author: "Albert Einstein"
}
]
window.addEventListener('DOMContentLoaded', (event) => {
AOS.init();
const quote = quotes[Math.floor(Math.random() * quotes.length)]
document.querySelector('.lead.font-italic').innerHTML = quote.title
document.querySelector('.blockquote-footer.mb-0').innerHTML = quote.author
});
</script>
</html>