-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
507 lines (436 loc) · 22.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Ecoholics</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/download-removebg-preview.png" rel="icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/animate/animate.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Top Bar ======= -->
<section id="topbar" class="d-flex align-items-center">
<div class="container d-flex justify-content-center justify-content-md-between">
<div class="contact-info d-flex align-items-center">
<i class="bi bi-envelope-fill"></i><a href="mailto:[email protected]">[email protected]</a>
<i class="bi bi-phone-fill phone-icon"></i> +1 647-784-5115
</div>
<div class="social-links d-none d-md-block">
<a href="https://twitter.com/EcoHolics2021" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="https://www.facebook.com/profile.php?id=100071164902468 " class="facebook"><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/ecoholics2000/" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/eco-holics-316132218/" class="linkedin"><i class="bi bi-linkedin"></i></i></a>
</div>
</div>
</section>
<!-- ======= Header ======= -->
<header id="header" class="d-flex align-items-center">
<div class="container d-flex align-items-center">
<h1 class="logo me-auto"><a href="index.html">Ecoholics</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo me-auto"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#services">Services</a></li>
<li><a class="nav-link scrollto " href="#portfolio">Rewards</a></li>
<li><a class="nav-link scrollto" href="#team">Our Team</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
<li><a class="getstarted scrollto" href="login.html">Get Started</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div id="heroCarousel" data-bs-interval="5000" class="carousel slide carousel-fade" data-bs-ride="carousel">
<ol class="carousel-indicators" id="hero-carousel-indicators"></ol>
<div class="carousel-inner" role="listbox">
<!-- Slide 1 -->
<div class="carousel-item active" style="background-image: url(assets/img/slide/slide-1.jpg)">
<div class="carousel-container">
<div class="container">
<h2 class="animate__animated animate__fadeInDown">Welcome to <span>Ecoholics</span></h2>
<p class="animate__animated animate__fadeInUp">Ecoholics is a recycling trading company, located in Brampton, Ontario, Canada. We are a sound and reputable firm; having specialized in buying, segregating and distributing recyclable materials.</p>
<a href="#about" class="btn-get-started animate__animated animate__fadeInUp scrollto">Read More</a>
</div>
</div>
</div>
<!-- Slide 2 -->
<div class="carousel-item" style="background-image: url(assets/img/slide/slide-2.jpg)">
<div class="carousel-container">
<div class="container">
<h2 class="animate__animated animate__fadeInDown">Why Choose Ecoholics</h2>
<p class="animate__animated animate__fadeInUp">We know what the marketplace needs, we know what is needed, and we know how to procure it. Amongst others, these would include aluminum and copper, paper and cardboard, plastics and, even E-Waste. We segregate our metals based on customer specifications, as well as the unique requirements of the market. And using our computerized search systems, we’re able to monitor supply and demand around the world, thus ensuring competitive pricing, whether we buy or sell.</p>
<a href="#about" class="btn-get-started animate__animated animate__fadeInUp scrollto">Read More</a>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#heroCarousel" role="button" data-bs-slide="prev">
<span class="carousel-control-prev-icon bi bi-chevron-left" aria-hidden="true"></span>
</a>
<a class="carousel-control-next" href="#heroCarousel" role="button" data-bs-slide="next">
<span class="carousel-control-next-icon bi bi-chevron-right" aria-hidden="true"></span>
</a>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Us Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="section-title">
<h2>About Us</h2>
</div>
<div class="row">
<div class="col-lg-6 order-1 order-lg-2">
<img src="assets\img\Capture-removebg-preview.png" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 order-2 order-lg-1 content">
<h3>We know the recycling business</h3>
<p style="text-align:justify">
Ecoholics has been in business since 2019. We are a well-established firm.
We were originally an aluminum recycling company, but have evolved over the years, and today, we segregate and trade all types of non-ferrous metals, E-Waste, and recyclable materials.
Ecoholics operates both locally and globally – we buy, segregate and also distribute non-ferrous metals and recyclable materials for primarily industrial and commercial clients.
We are always improving our operational approach, and have developed proprietary strategies and logistics so we can deliver the most efficient service, the quickest turnaround times, and highly effective follow through.
Staff and employees at Ecoholics are comprised of highly skilled and experienced professionals, people who know and understand the business inside out. We have established our reputation on the fundamentals: full dedication to our clients’ needs; commitment to the highest standards of customer service; and total focus on maintaining an honest, trustworthy operation.
</p>
</div>
</div>
</div>
</section><!-- End About Us Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services">
<div class="container">
<div class="section-title">
<h2>Services</h2>
<h3>We provide several services that will help you with your recycling process</h3>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box iconbox-blue">
<div class="icon">
<img src="assets\img\services\banner_1_image1_Sj583svtPu.png">
</div>
<h4>E-Waste Recycling</h4>
<p> We buy and sell scrap metals and E-waste, while offering the most competitive rates in the GTA based on the dynamics of the market. Learn more about making money with your scrap metal.</p>
<br>
<strong><p>ECO 0.5/E-Waste Item Recycled</p></strong>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box iconbox-orange ">
<div class="icon">
<img src="assets\img\services\banner_1_image1_xfYoeTieor.png">
</div>
<h4>Scrap Metal Recycling</h4>
<p> Scrap copper can be found in household pipes, scrap cables & wires & construction materials. Learn more about making money from your copper.</p>
<br></br>
<strong><p>ECO 0.1/pound of Scrap Metal Recycled</p></strong>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box iconbox-pink">
<div class="icon">
<img src="assets\img\services\banner_1_image1_zmPsQorglP.png" width="100" height="120">
</div>
<h4>Aluminum Recycling</h4>
<p> Drop off your scrap aluminum items including: electric wiring & cables, metal building construction materials from roofs, windows or doors & packaging materials.</p>
<br></br>
<strong><p>ECO 0.01/Aluminum Scraps Recycled</p></strong>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Cta Section ======= -->
<section id="cta" class="cta">
<div class="container">
<div class="row">
<div class="col-lg-9 text-center text-lg-start">
<h4>Your Trash Is Your Treasure</h4>
<p> Turn your recyclable trash into treasure by using Ecoholics where we pay you for your trash.</p>
</div>
<div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn align-middle" href="login.html">Start Now</a>
</div>
</div>
</div>
</section><!-- End Cta Section -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio">
<div class="container">
<div class="section-title">
<h2>Rewards</h2>
<p>Earn rewards for recycling</p>
</div>
<div class="row">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
</ul>
</div>
</div>
<div class="row portfolio-container">
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/ADIDASB2B_fp01.png" class="img-fluid" alt="" width="500">
<div class="portfolio-info">
<h4>Adidas</h4>
<p>Gift Card</p>
<div class="portfolio-links">
<a href="https://www.adidas.ca/en" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets\img\portfolio\UBEREATS_fp01.png" class="img-fluid" alt="" width="500">
<div class="portfolio-info">
<h4>Uber Eats</h4>
<p>Gift Card</p>
<div class="portfolio-links">
<a href="https://www.ubereats.com/ca/" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="assets\img\portfolio\LOWES_fp01.png" class="img-fluid" alt="" width="500">
<div class="portfolio-info">
<h4>Lowe's</h4>
<p>Gift Card</p>
<div class="portfolio-links">
<a href="https://www.lowes.ca/" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="assets\img\portfolio\SPOTIFY_fp01.png" class="img-fluid" alt="" width="500">
<div class="portfolio-info">
<h4>Spotify</h4>
<p>Gift Card</p>
<div class="portfolio-links">
<a href="https://www.spotify.com/us/home/" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets\img\portfolio\WALMART_fp01.png" class="img-fluid" alt="" width="500">
<div class="portfolio-info">
<h4>Walmart</h4>
<p>Gift Card</p>
<div class="portfolio-links">
<a href="https://www.walmart.ca/en" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="assets\img\portfolio\HOLLISTER_fp01.png" class="img-fluid" alt="" width="500">
<div class="portfolio-info">
<h4>Hollister</h4>
<p>Gift Card</p>
<div class="portfolio-links">
<a href="https://www.hollisterco.com/shop/ca" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/DOMINOSB2B_fp01.png" class="img-fluid" alt="" width="500">
<div class="portfolio-info">
<h4>Domino's</h4>
<p>Gift Card</p>
<div class="portfolio-links">
<a href="https://www.dominos.ca/en/" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="assets\img\portfolio\STARBUCKS_fp01.png" class="img-fluid" alt="" width="500">
<div class="portfolio-info">
<h4>Starbucks</h4>
<p>Gift Card</p>
<div class="portfolio-links">
<a href="https://www.starbucks.ca/" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="assets\img\portfolio\Amazon-Brave.png" class="img-fluid" alt="" width="500">
<div class="portfolio-info">
<h4>Amazon</h4>
<p>Gift Card</p>
<div class="portfolio-links">
<a href="http://amazon.ca/" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Section -->
<!-- ======= Team Section ======= -->
<section id="team" class="team section-bg">
<div class="container">
<div class="section-title">
<h2>Our Team</h2>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<img src="assets\img\team\0b34c2da-e802-4ab8-ac1c-d0ef695e9476-removebg-preview.png" alt="" width="450" height="350">
<h4>Pratham Pathak</h4>
<span>Programmer</span>
<div class="social">
<a href="https://github.com/PrathamOG"><i class="bi bi-github"></i></a>
<a href="https://www.devpost.com/PrathamOG"><i class="bi bi-code"></i></a>
<a href="https://www.instagram.com/pratham.p09/"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/pratham-pathak/"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<img src="assets/img/team/jotoro-removebg-preview.png" alt="" width="400" height="400">
<h4>Tirth Nagar</h4>
<span>Programmer</span>
<div class="social">
<a href="https://twitter.com/Agent_SuSpEcT"><i class="bi bi-twitter"></i></a>
<a href="https://www.instagram.com/tirth_n1/"><i class="bi bi-instagram"></i></a>
<a href="https://www.devpost.com/Tirth-Nagar"><i class="bi bi-code"></i></a>
<a href="https://github.com/Tirth-Nagar"><i class="bi bi-github"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<img src="\assets\img\team\IMG_2443-removebg-preview.png" alt="" width="450" height="300">
<h4>Jayprakash Pathak</h4>
<span>Programmer</span>
<div class="social">
<a href="https://www.itsjaypathak.me"><i class="bi bi-globe"></i></a>
<a href="https://github.com/jayprakash07"><i class="bi bi-github"></i></a>
<a href="https://www.devpost.com/jayprakash07"><i class="bi bi-code"></i></a>
<a href="https://www.instagram.com/jayprakash.svg"><i class="bi bi-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Team Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact</h2>
</div>
<div class="row">
<div class="col-lg-5 d-flex align-items-stretch">
<div class="info">
<div class="address">
<i class="bi bi-geo-alt"></i>
<h4>Location:</h4>
<p>Brampton, Ontario</p>
</div>
<div class="email">
<i class="bi bi-envelope"></i>
<h4>Email:</h4>
<p>[email protected]</p>
</div>
<div class="phone">
<i class="bi bi-phone"></i>
<h4>Call:</h4>
<p>+1 647 784 5115</p>
</div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d184531.1931234635!2d-79.89962652344794!3d43.72509658215855!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x882b15eaa5d05abf%3A0x352d31667cc38677!2sBrampton%2C%20ON!5e0!3m2!1sen!2sca!4v1627145985265!5m2!1sen!2sca" width="100%" height="290px" style="border:0;" allowfullscreen></iframe>
</div>
</div>
<div class="col-lg-7 mt-5 mt-lg-0 d-flex align-items-stretch">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="row">
<div class="form-group col-md-6">
<label for="name">Your Name</label>
<input type="text" name="name" class="form-control" id="name" required>
</div>
<div class="form-group col-md-6 mt-3 mt-md-0">
<label for="name">Your Email</label>
<input type="email" class="form-control" name="email" id="email" required>
</div>
</div>
<div class="form-group mt-3">
<label for="name">Subject</label>
<input type="text" class="form-control" name="subject" id="subject" required>
</div>
<div class="form-group mt-3">
<label for="name">Message</label>
<textarea class="form-control" name="message" rows="10" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<h3>Ecoholics</h3>
<p></p>
<div class="social-links">
<a href="https://twitter.com/EcoHolics2021" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://www.facebook.com/profile.php?id=100071164902468" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/ecoholics2000/" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/in/eco-holics-316132218/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
<div class="copyright">
© Copyright 2021 <strong><span>Ecoholics</span></strong>. All Rights Reserved
</div>
<div class="credits">
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>