-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
268 lines (253 loc) · 13.9 KB
/
about.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="./css/about.css" rel="stylesheet">
<link href="./css/animate.css" rel="stylesheet">
<link href="./css/banner.css" rel="stylesheet">
<link href="./css/bootstrap.css" rel="stylesheet">
<link href="./css/contact.css" rel="stylesheet">
<link href="./css/elpath.css" rel="stylesheet">
<link href="./css/feature.css" rel="stylesheet">
<link href="./css/jquery.fancybox.min.css" rel="stylesheet">
<link href="./css/materials.css" rel="stylesheet">
<link href="./css/nice-select.css" rel="stylesheet">
<link href="./css/news.css" rel="stylesheet">
<link href="./css/style.css" rel="stylesheet">
<link href="./css/owl.css" rel="stylesheet">
<link href="./css/responsive.css" rel="stylesheet">
<link href="./css/rtl.css" rel="stylesheet">
<link href="./css/service.css" rel="stylesheet">
<!-- Fontawesome Icons -->
<script src="https://kit.fontawesome.com/78155a1a48.js" crossorigin="anonymous"></script>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
<title>Waste 2 Wealth</title>
</head>
<body>
<!-- Top Bar -->
<header class="main-header">
<!-- header-top -->
<div class="header-top">
<div class="top-inner">
<div class="top-left">
<ul class="info-list clearfix">
<li><i class="fa-solid fa-phone"></i> Mobile No: <span>+91 88506 64191</span></li>
<li><i class="fa-solid fa-envelope"></i> Email: <a href="mailto:teamcentennials@gmail.com">teamcentennials@gmail.com</a></li>
<li><i class="fa-solid fa-location-dot"></i> Address: <span>Mumbai,MH, India</span></li>
</ul>
</div>
<div class="top-right">
<ul class="social-links clearfix">
<li><a href="https://twitter.com/waste22wealth"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/company/waste22wealth/about/"><i class="fab fa-linkedin-in"></i></a></li>
</ul>
</div>
</div>
</div>
<!-- header-lower -->
<div class="header-lower">
<div class="outer-box">
<div class="logo-box">
<figure class="logo"><a href=""><img src="./assets/6.png" alt=""></a></figure>
</div>
<div class="menu-area">
<!--Mobile Navigation Toggler-->
<div class="mobile-nav-toggler">
<i class="icon-bar"></i>
<i class="icon-bar"></i>
<i class="icon-bar"></i>
</div>
<nav class="main-menu navbar-expand-md navbar-light clearfix">
<div class="collapse navbar-collapse show clearfix" id="navbarSupportedContent">
<ul class="navigation clearfix">
<li class="current dropdown">
<a href="./index.html">
Home
</a>
</li>
<li class=" dropdown">
<a href="#ABOUT">
About
</a>
</li>
<li class=" dropdown">
<a href="#BLOG">
Blogs
</a>
</li>
<li class=" dropdown">
<a href="#CONTACT">
Contact
</a>
</li>
</ul>
</div>
</nav>
<ul class="menu-right-content">
<li class="btn-box">
<a href="" class="theme-btn btn-one"><span>Download The App Now</span></a>
</li>
</ul>
</div>
</div>
</div>
<!--sticky Header-->
<div class="sticky-header">
<div class="outer-container">
<div class="outer-box">
<div class="logo-box">
<figure class="logo"><a href=""><img src="./assets/6.png" alt=""></a></figure>
</div>
<div class="menu-area">
<nav class="main-menu clearfix">
<!--Keep This Empty / Menu will come through Javascript-->
<div class="collapse navbar-collapse show clearfix" id="navbarSupportedContent">
<!-- <ul class="navigation clearfix">
<li class="current dropdown">
<a href="./index.html">
Home
</a>
</li>
<li class=" dropdown">
<a href="#">
About
</a>
</li>
<li class=" dropdown">
<a href="#">
Blogs
</a>
</li>
<li class=" dropdown">
<a href="#">
Contact
</a>
</li>
</ul> -->
</div>
</nav>
<ul class="menu-right-content">
<li class="btn-box">
<a href="" class="theme-btn btn-one"><span>Download The App Now</span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<!-- Mobile Menu -->
<div class="mobile-menu">
<div class="menu-backdrop"></div>
<div class="close-btn"><i class="fas fa-times"></i></div>
<nav class="menu-box">
<div class="nav-logo"><a href="#"><img src="./assets/6.png" alt="" title=""></a></div>
<div class="menu-outer"><!--Here Menu Will Come Automatically Via Javascript / Same Menu as in Header-->
<div class="collapse navbar-collapse show clearfix" id="navbarSupportedContent">
</div>
</div>
<div class="contact-info">
<h4>Contact Info</h4>
<ul>
<li><i class="fa-solid fa-phone"></i> Mobile No: <span>+91 88506 64191</span></li>
<li><a href="mailto:teamcentennials@gmail.com">teamcentennials@gmail.com</a></li>
<li><i class="fa-solid fa-location-dot"></i> Address: <span>Mumbai,MH, India</span></li>
</ul>
</div>
<div class="social-links">
<ul class="social-links clearfix">
<li><a href="https://twitter.com/waste22wealth"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/company/waste22wealth/about/"><i class="fab fa-linkedin-in"></i></a></li>
</ul>
</div>
</nav>
</div>
<!-- page-title -->
<section class="page-title p_relative centred">
<div class="bg-layer" style="background-image: url(./assets/page-title.jpg);"></div>
<div class="pattern-layer">
<div class="pattern-1" style="background-image: url(./assets/images/shape/shape-14.png);"></div>
<div class="pattern-2" style="background-image: url(assets/images/shape/shape-14.png);"></div>
<div class="pattern-3 rotate-me" style="background-image: url(assets/images/shape/shape-15.png);"></div>
<div class="pattern-4 float-bob-y" style="background-image: url(assets/images/shape/shape-16.png);"></div>
</div>
<div class="auto-container">
<div class="content-box">
<h1>About Us</h1>
<ul class="bread-crumb clearfix">
<li><a href="./index.html">Home</a> <i class="fa-solid fa-chevron-right"></i></li>
<li>About Us</li>
</ul>
</div>
</div>
</section>
<!-- page-title end -->
<section id="about" class="py-5">
<div class="container">
<h2>Help us clean up our communities,And earn rewards for your efforts.</h2>
<p class="my-5">
At Waste2Wealth, we believe in the power of individuals to make a positive impact on their surroundings and the environment. Our mission is to create a sustainable solution that motivates people to take responsibility for keeping their surroundings clean and hygienic.
With the growing concern for littering and waste disposal in public places, we recognized the need for an innovative approach to address this issue. Waste 2 Wealth is our answer to promoting responsible waste management and raising awareness about the importance of keeping our communities clean.
</p>
</div>
<div class="container pt-4">
<h2>Our Vision</h2>
<p class="my-5">
Our vision is to create a world where every individual understands their role in maintaining a clean and healthy environment. We envision communities that are free from litter, where waste is properly managed, and where everyone actively participates in the process of keeping their surroundings clean.
</p>
</div>
<div class="container pt-4">
<h2>Help us clean up our communities,And earn rewards for your efforts.</h2>
<p class="my-5">
Waste2Wealth is a cutting-edge mobile application that empowers individuals to contribute to the cleanliness of their surroundings. Through our user-friendly interface and innovative features, we encourage users to collect waste in their surroundings and dispose of it properly at designated collection centers.
</p>
</div>
<div class="container pt-4">
<h2>Key Features:</h2>
<p class="my-5">
Waste Collection: Our app allows users to easily report and collect waste in their vicinity. With just a few taps, users can notify our system about littered areas and actively participate in the cleanup process.
Reward System: We believe that positive reinforcement is key to promoting lasting change. Waste2Wealth rewards users with points for their active participation in waste collection and disposal. These points can be redeemed for exciting rewards offered by our esteemed third-party partners.
Location Tracking: Our app incorporates background location tracking, ensuring accurate tracking of the user's movements while minimizing battery usage. This feature allows us to provide real-time information about waste accumulation in different areas and optimize cleanup efforts.
Community Engagement: Waste2Wealth is more than just an app; it's a community of like-minded individuals who share a passion for cleanliness and environmental sustainability. Our platform fosters community engagement by providing a space for users to connect, share experiences, and inspire others to join the movement.
</p>
</div>
<div class="container pt-4">
<h2>Join Us</h2>
<p class="my-5">
We invite you to join us on this incredible journey towards a cleaner, healthier future. Together, we can create a significant impact on our environment, one piece of waste at a time. Download Waste2Wealth today and be part of the change.
Together, let's turn waste into wealth and build a sustainable future for generations to come.
Join Waste2Wealth and be the change your community needs.
</p>
</div>
</section>
<!--Scroll to top-->
<div class="scroll-to-top">
<div>
<div class="scroll-top-inner">
<div class="scroll-bar">
<div class="bar-inner" style="width: 9.41066%;"></div>
</div>
<div class="scroll-bar-text">Go To Top</div>
</div>
</div>
</div>
<!-- Scroll to top end -->
<script src="./js/jquery.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/owl.js"></script>
<script src="./js/wow.js"></script>
<script src="./js/validation.js"></script>
<script src="./js/jquery.fancybox.js"></script>
<script src="./js/appear.js"></script>
<script src="./js/isotope.js"></script>
<script src="./js/parallax-scroll.js"></script>
<script src="./js/jquery.nice-select.min.js"></script>
<script src="./js/jQuery.style.switcher.min.js"></script>
<script src="./js/script.js"></script>
</body>
</html>