-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPooranya.html
More file actions
625 lines (625 loc) · 18.3 KB
/
Copy pathPooranya.html
File metadata and controls
625 lines (625 loc) · 18.3 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
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
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="Pooranya" content="Enactus Project Pooranya" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1"
/>
<link
rel="shortcut icon"
href="assets/images/kisspng-enactus-social-media-organization-thompson-rivers-photo-media-logo-5adda7442805f3.7839507615244757161639-176x144.png"
type="image/x-icon"
/>
<meta name="description" content="" />
<title>Pooranya</title>
<link
rel="stylesheet"
href="assets/web/assets/mobirise-icons2/mobirise2.css"
/>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css" />
<link
rel="stylesheet"
href="assets/bootstrap/css/bootstrap-grid.min.css"
/>
<link
rel="stylesheet"
href="assets/bootstrap/css/bootstrap-reboot.min.css"
/>
<link rel="stylesheet" href="assets/parallax/jarallax.css" />
<link rel="stylesheet" href="assets/animatecss/animate.css" />
<link rel="stylesheet" href="assets/dropdown/css/style.css" />
<link rel="stylesheet" href="assets/socicon/css/styles.css" />
<link rel="stylesheet" href="assets/theme/css/style.css" />
<link href="assets/fonts/style.css" rel="stylesheet" />
<link
rel="preload"
href="https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap"
as="style"
onload="this.onload=null;this.rel='stylesheet'"
/>
<noscript>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap"
/>
</noscript>
<link
rel="preload"
as="style"
href="assets/mobirise/css/mbr-additional.css"
/>
<link
rel="stylesheet"
href="assets/mobirise/css/mbr-additional.css"
type="text/css"
/>
</head>
<body>
<section
data-bs-version="5.1"
class="menu menu2 cid-sMof23gVy5"
once="menu"
id="menu2-26"
>
<nav
class="navbar navbar-dropdown navbar-fixed-top navbar-expand-lg"
>
<div class="container">
<div class="navbar-brand">
<span class="navbar-logo">
<a href="index.html#top">
<img
src="assets/images/kisspng-enactus-social-media-organization-thompson-rivers-photo-media-logo-5adda7442805f3.7839507615244757161639-176x144.png"
alt="Mobirise"
style="height: 3.8rem"
/>
</a>
</span>
<span class="navbar-caption-wrap"
><a
class="navbar-caption text-danger text-primary display-7"
href="index.html#top"
>Enactus VITC</a
></span
>
</div>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-bs-toggle="collapse"
data-target="#navbarSupportedContent"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarNavAltMarkup"
aria-expanded="false"
aria-label="Toggle navigation"
>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</button>
<div
class="collapse navbar-collapse"
id="navbarSupportedContent"
>
<ul
class="navbar-nav nav-dropdown nav-right"
data-app-modern-menu="true"
>
<li class="nav-item">
<a
class="nav-link link text-danger text-primary display-4"
href="index.html#top"
>
About us</a
>
</li>
<li class="nav-item">
<a
class="nav-link link text-danger text-primary display-4"
href="Projects.html#top"
>Projects</a
>
</li>
<li class="nav-item">
<a
class="nav-link link text-danger text-primary display-4"
href="Shop.html#top"
>Shop</a
>
</li>
<li class="nav-item">
<a
class="nav-link link text-danger text-primary display-4"
href="Team.html#top"
>Team</a
>
</li>
<li class="nav-item">
<a
class="nav-link link text-danger text-primary display-4"
href="index.html#form5-2g"
>Contact</a
>
</li>
</ul>
</div>
</div>
</nav>
</section>
<section
data-bs-version="5.1"
class="header13 cid-sMof24p7vx mbr-fullscreen mbr-parallax-background"
id="header13-27"
>
<div
class="mbr-overlay"
style="opacity: 0.5; background-color: rgb(35, 35, 35)"
></div>
<div class="align-center container">
<div class="row justify-content-center">
<div class="col-12 col-lg-10">
<h1
class="mbr-section-title mbr-fonts-style mb-3 display-1"
>
<strong>Project Pooranya</strong>
</h1>
<h2
class="mbr-section-subtitle mbr-fonts-style mb-3 display-2"
>
Weaving Hopes. Stitching Happiness. Creating
Legacies
</h2>
</div>
</div>
</div>
</section>
<section
data-bs-version="5.1"
class="content5 cid-sMof25gVk7"
id="content5-28"
>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 col-lg-10">
<h4
class="mbr-section-subtitle mbr-fonts-style mb-4 display-2"
>
Project Pooranya
</h4>
<p class="mbr-text mbr-fonts-style display-7">
Owing to innumerable challenges faced around
logistics of fabric waste, globally, an estimated 92
million tonnes of textiles waste is produced each
year, out of which 70% ends up in landfills and the
rest is incinerated, thus paving the way to more
polluting mayhem. With the aim of rebirthing doomed
fabrics, began the journey of Project Pooranya. We
procure the necessary raw materials required for
production from garment exporters in Chennai and
donations from HappieSouls - an NGO we are partners
with. Our catalog ranges extensively from doormats,
pillow covers, and coasters to bags, pouches, and
masks, with our best-selling products being hair
accessories like scrunchies and headbands. Although
the outbreak of the pandemic was a
never-before-experienced catastrophe, it was not
successful in bringing down our mission. We worked
with double the spirit and collaborated with
<a href="http://yeinudaan.org/">Yein Udaan</a> to
supply ration and other essentials to 200 families
living in the slums. In the month of April 2020, we
joined hands with the Greater Chennai Corporation,
to make masks. 400 masks were made and each mask was
sold at ₹ 20 under an endeavor called Naqaab,
generating employment to our workforce amidst a
country-wide lockdown.
<br />
<br />In the month of May, Pooranya organized a
workshop to teach basic but very essential fabric
101s that included button stitching, embroidery, and
transformation of their old clothes to masks,
potlis, etc. It was conducted as a 2 - day virtual
workshop - “Drab To Fab”, sponsored by
<a href="https://www.dwijproducts.com/">Dwij</a>,
which awarded coupons to every participant and
prizes to winners. The workshop was attended and
loved by over 200 participants. We also aim to make
our workforce more financially independent by
increasing the wages almost twice as much as it is
right now. These stops are mere way pavers to fabric
rebirthing and scrap upcycling - the glorious
destinations of Pooranya.
</p>
</div>
</div>
</div>
</section>
<section
data-bs-version="5.1"
class="image1 cid-sMof25J7Nb"
id="image1-29"
>
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-lg-6">
<div class="image-wrapper">
<img
src="assets/images/pooranya-workforce-1256x943.jpeg"
alt="Mobirise"
/>
</div>
</div>
<div class="col-12 col-lg">
<div class="text-wrapper">
<h3
class="mbr-section-title mbr-fonts-style mb-3 display-2"
>
<strong>Our Workforce</strong>
</h3>
<p class="mbr-text mbr-fonts-style display-7">
Eight visionary and skilled women from
Teynampet, Chennai became a part of Pooranya.
Training sessions with the Fashion Technology
Wing of our University - VIT Chennai and regular
follow-ups were instrumental in the initial
phase of production. In October 2021, to expand
Pooranya and to provide employment to more
people, we got in touch with ten highly skilled
women from Kolathur. Coming from diverse
cultural backgrounds, the women are continuously
working on making better quality products with
every passing day.
</p>
</div>
</div>
</div>
</div>
</section>
<section
data-bs-version="5.1"
class="video2 cid-sMof26SLi3"
id="video2-2b"
>
<div class="container">
<div class="mbr-section-head">
<h4
class="mbr-section-title mbr-fonts-style mb-0 display-2"
>
<strong>National's Video</strong>
</h4>
</div>
<div class="row justify-content-center mt-4">
<div class="col-12 col-md-10 video-block">
<div class="video-wrapper">
<iframe
class="mbr-embedded-video"
src="https://www.youtube.com/embed/yw_HgbSkgQ8?rel=0&amp;showinfo=0&autoplay=0&loop=0"
width="1280"
height="720"
allowfullscreen
></iframe>
</div>
</div>
</div>
</div>
</section>
<section
data-bs-version="5.1"
class="slider2 cid-sMof27tcX5"
id="slider2-2c"
>
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-12">
<div
class="carousel slide"
id="sOrRVsiMH7"
data-ride="carousel"
data-bs-ride="carousel"
data-interval="5000"
data-bs-interval="5000"
>
<ol class="carousel-indicators">
<li
data-slide-to="0"
data-bs-slide-to="0"
class="active"
data-target="#sOrRVsiMH7"
data-bs-target="#sOrRVsiMH7"
></li>
<li
data-slide-to="1"
data-bs-slide-to="1"
class=""
data-target="#sOrRVsiMH7"
data-bs-target="#sOrRVsiMH7"
></li>
<li
data-slide-to="2"
data-bs-slide-to="2"
class=""
data-target="#sOrRVsiMH7"
data-bs-target="#sOrRVsiMH7"
></li>
<li
data-slide-to="3"
data-bs-slide-to="3"
class=""
data-target="#sOrRVsiMH7"
data-bs-target="#sOrRVsiMH7"
></li>
<li
data-slide-to="4"
data-bs-slide-to="4"
class=""
data-target="#sOrRVsiMH7"
data-bs-target="#sOrRVsiMH7"
></li>
</ol>
<div class="carousel-inner">
<div
class="carousel-item slider-image item active"
>
<div class="item-wrapper">
<img
class="d-block w-100"
src="assets/images/pooranya-4-960x1280.jpg"
data-slide-to="5"
data-bs-slide-to="5"
/>
</div>
</div>
<div class="carousel-item slider-image item">
<div class="item-wrapper">
<img
class="d-block w-100"
src="assets/images/pooranya-5-1280x576.jpg"
data-slide-to="0"
data-bs-slide-to="0"
/>
</div>
</div>
<div class="carousel-item slider-image item">
<div class="item-wrapper">
<img
class="d-block w-100"
src="assets/images/pooranya-1-1040x488.jpg"
data-slide-to="1"
data-bs-slide-to="1"
/>
</div>
</div>
<div class="carousel-item slider-image item">
<div class="item-wrapper">
<img
class="d-block w-100"
src="assets/images/pooranya-2-1152x864.jpg"
data-slide-to="2"
data-bs-slide-to="2"
/>
</div>
</div>
<div class="carousel-item slider-image item">
<div class="item-wrapper">
<img
class="d-block w-100"
src="assets/images/pooranya-3-960x1280.jpg"
data-slide-to="3"
data-bs-slide-to="3"
/>
</div>
</div>
</div>
<a
class="carousel-control carousel-control-prev"
role="button"
data-slide="prev"
data-bs-slide="prev"
href="#sOrRVsiMH7"
>
<span
class="mobi-mbri mobi-mbri-arrow-prev"
aria-hidden="true"
></span>
<span class="sr-only visually-hidden"
>Previous</span
>
</a>
<a
class="carousel-control carousel-control-next"
role="button"
data-slide="next"
data-bs-slide="next"
href="#sOrRVsiMH7"
>
<span
class="mobi-mbri mobi-mbri-arrow-next"
aria-hidden="true"
></span>
<span class="sr-only visually-hidden"
>Next</span
>
</a>
</div>
</div>
</div>
</div>
</section>
<section
data-bs-version="5.1"
class="footer6 cid-sMof28Y4us"
once="footers"
id="footer6-2e"
>
<div class="container">
<div class="row content mbr-white">
<div class="col-12 col-md-3 mbr-fonts-style display-4">
<h5
class="mbr-section-subtitle mbr-fonts-style mb-2 display-7"
>
<strong>Address</strong>
</h5>
<p class="mbr-text mbr-fonts-style display-4">
Kelambakkam - Vandalur Rd, Rajan Nagar, Chennai,
Tamil Nadu 600127
</p>
<br />
<h5
class="mbr-section-subtitle mbr-fonts-style mb-2 mt-4 display-7"
>
<strong>Contacts</strong>
</h5>
<p class="mbr-text mbr-fonts-style mb-4 display-4">
Email :
<a href="mailto:[email protected]"
>
<br />
Sidharth :
<a href="tel:+918599847398">+91 85998 47398</a>
<br />Prerna :
<a href="tel:+919945326361">+91 99453 26361</a>
</p>
</div>
<div class="col-12 col-md-3 mbr-fonts-style display-4">
<h5
class="mbr-section-subtitle mbr-fonts-style mb-2 display-7"
>
<strong>Links</strong>
</h5>
<ul class="list mbr-fonts-style mb-4 display-4">
<li class="mbr-text item-wrap">
<a href="Projects.html#top" class="text-primary"
>Projects</a
>
</li>
<li class="mbr-text item-wrap">
<a href="Shop.html#top" class="text-primary"
>Shop@Enactus</a
>
</li>
<li class="mbr-text item-wrap">
<a href="Team.html#top" class="text-primary"
>Team</a
>
</li>
</ul>
<h5
class="mbr-section-subtitle mbr-fonts-style mb-2 mt-5 display-7"
>
<strong>Feedback</strong>
</h5>
<p class="mbr-text mbr-fonts-style mb-4 display-4">
Please send us your ideas, suggestions! Any feedback
would be appreciated.
</p>
</div>
<div class="col-12 col-md-6">
<div class="google-map">
<iframe
style="border: 0"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3890.040704936001!2d80.15123961527867!3d12.84064622121139!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a5259af8e491f67%3A0x944b42131b757d2d!2sVellore%20Institute%20of%20Technology%20-%20VIT%20Chennai!5e0!3m2!1sen!2sin!4v1634223557495!5m2!1sen!2sin"
allowfullscreen=""
></iframe>
</div>
</div>
<div class="col-md-6">
<div class="social-list align-left">
<div class="soc-item">
<a
href="https://www.instagram.com/enactusvitc/"
target="_blank"
>
<span
class="mbr-iconfont mbr-iconfont-social socicon-instagram socicon"
></span>
</a>
</div>
<div class="soc-item">
<a
href="https://www.linkedin.com/company/enactusvitc/mycompany/"
target="_blank"
>
<span
class="mbr-iconfont mbr-iconfont-social socicon-linkedin socicon"
></span>
</a>
</div>
<div class="soc-item">
<a
href="https://www.youtube.com/channel/UCIL-5p7arDPdzuNRkLBX2Jw"
target="_blank"
>
<span
class="mbr-iconfont mbr-iconfont-social socicon-youtube socicon"
></span>
</a>
</div>
<div class="soc-item">
<a href="https://www.facebook.com/enactusvitc/">
<span
class="mbr-iconfont mbr-iconfont-social socicon-facebook socicon"
></span>
</a>
</div>
</div>
</div>
</div>
<div class="footer-lower">
<div class="media-container-row">
<div class="col-sm-12">
<hr />
</div>
</div>
<div class="col-sm-12 copyright pl-0">
<p class="mbr-text mbr-fonts-style mbr-white display-4">
© Copyright Enactus VITC - All Rights Reserved
</p>
</div>
</div>
</div>
</section>
<section
style="
background-color: #fff;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI',
'Roboto', 'Helvetica Neue', Arial, sans-serif;
color: #aaa;
font-size: 12px;
padding: 0;
align-items: center;
display: flex;
"
>
<a
href="https://mobirise.site/b"
style="flex: 1 1; height: 3rem; padding-left: 1rem"
></a>
<p style="flex: 0 0 auto; margin: 0; padding-right: 1rem">
<a href="" style="color: #aaa"> </a>
</p>
</section>
<script src="assets/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/parallax/jarallax.js"></script>
<script src="assets/smoothscroll/smooth-scroll.js"></script>
<script src="assets/ytplayer/index.js"></script>
<script src="assets/dropdown/js/navbar-dropdown.js"></script>
<script src="assets/playervimeo/vimeo_player.js"></script>
<script src="assets/theme/js/script.js"></script>
<div id="scrollToTop" class="scrollToTop mbr-arrow-up">
<a style="text-align: center"
><i
class="mbr-arrow-up-icon mbr-arrow-up-icon-cm cm-icon cm-icon-smallarrow-up"
></i
></a>
</div>
<input name="animation" type="hidden" />
</body>
</html>