-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
757 lines (618 loc) · 50.5 KB
/
team.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
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
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Team</title>
<meta name="author" content="name">
<meta name="description"
content="
Meet our talented team - the heart of our organization. Discover their expertise, dedication, and unique contributions that drive our mission. Explore our diverse and dynamic backgrounds, united in making a positive difference. Together, we achieve goals and create impact.">
<meta name="keywords" content="keywords,here">
<link href="output.css" rel="stylesheet">
<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=Poppins:wght@300&display=swap" rel="stylesheet">
</head>
<body class="font-style bg-white font-sans leading-normal tracking-normal">
<!-- Header section start -->
<!-- <script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.x.x/dist/alpine.min.js" defer></script> -->
<div class="w-full text-gray-300 bg-black p-4">
<div x-data="{ open: false }"
class="flex flex-col max-w-screen-xl px-4 mx-auto md:items-center md:justify-between md:flex-row md:px-6 lg:px-8">
<div class="p-4 flex flex-row items-center justify-between">
<a href="index.html"
class="text-lg font-semibold tracking-widest text-white uppercase rounded-lg focus:outline-none focus:shadow-outline">TYCIA
Foundation</a>
<button class="md:hidden rounded-lg focus:outline-none focus:shadow-outline" @click="open = !open">
<svg fill="currentColor" viewBox="0 0 20 20" class="w-6 h-6">
<path x-show="!open" fill-rule="evenodd"
d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM9 15a1 1 0 011-1h6a1 1 0 110 2h-6a1 1 0 01-1-1z"
clip-rule="evenodd"></path>
<path x-show="open" fill-rule="evenodd"
d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z"
clip-rule="evenodd"></path>
</svg>
</button>
</div>
<nav :class="{'flex': open, 'hidden': !open}"
class="flex-col flex-grow pb-4 md:pb-0 hidden md:flex md:justify-end md:flex-row">
<a class="px-4 py-2 mt-2 text-sm font-semibold text-gray-900 bg-gray-200 rounded-lg md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="index.html">Home</a>
<!-- <div @click.away="open = false" class="relative" x-data="{ open: false }">
<button @click="open = !open"
class="flex flex-row items-center w-full px-4 py-2 mt-2 text-sm font-semibold text-left bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:focus:text-white dark-mode:hover:text-white dark-mode:focus:bg-gray-600 dark-mode:hover:bg-gray-600 md:w-auto md:inline md:mt-0 md:ml-4 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline">
<a href="education.html">Education</a>
<svg fill="currentColor" viewBox="0 0 20 20" :class="{'rotate-180': open, 'rotate-0': !open}"
class="inline w-4 h-4 mt-1 ml-1 transition-transform duration-200 transform md:-mt-1">
<path fill-rule="evenodd"
d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z"
clip-rule="evenodd"></path>
</svg>
</button>
<div x-show="open" x-transition:enter="transition ease-out duration-100"
x-transition:enter-start="transform opacity-0 scale-95"
x-transition:enter-end="transform opacity-100 scale-100"
x-transition:leave="transition ease-in duration-75"
x-transition:leave-start="transform opacity-100 scale-100"
x-transition:leave-end="transform opacity-0 scale-95"
class="absolute right-0 w-full mt-2 origin-top-right rounded-md shadow-lg md:w-48">
<div class="px-2 py-2 bg-white rounded-md shadow dark-mode:bg-gray-800 text-black">
<a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="unnati.html">Unnati</a>
<a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="digital-mount.html">Digital Mount</a>
</div>
</div>
</div> -->
<a class="px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 md:mt-0 md:ml-4 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="education.html">Education</a>
<a class="px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 md:mt-0 md:ml-4 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="criminal-justice.html">Criminal Justice</a>
<a class="px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 md:mt-0 md:ml-4 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="youth-leadership.html">Youth Leadership</a>
<a class="px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 md:mt-0 md:ml-4 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="livelihoods.html">Livelihoods</a>
<a class="px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 md:mt-0 md:ml-4 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="disaster-releif.html">Disaster Relief</a>
<div @click.away="open = false" class="relative" x-data="{ open: false }">
<button @click="open = !open"
class="flex flex-row items-center w-full px-4 py-2 mt-2 text-sm font-semibold text-left bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:focus:text-white dark-mode:hover:text-white dark-mode:focus:bg-gray-600 dark-mode:hover:bg-gray-600 md:w-auto md:inline md:mt-0 md:ml-4 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline">
<span>More</span>
<svg fill="currentColor" viewBox="0 0 20 20" :class="{'rotate-180': open, 'rotate-0': !open}"
class="inline w-4 h-4 mt-1 ml-1 transition-transform duration-200 transform md:-mt-1">
<path fill-rule="evenodd"
d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z"
clip-rule="evenodd"></path>
</svg>
</button>
<div x-show="open" x-transition:enter="transition ease-out duration-100"
x-transition:enter-start="transform opacity-0 scale-95"
x-transition:enter-end="transform opacity-100 scale-100"
x-transition:leave="transition ease-in duration-75"
x-transition:leave-start="transform opacity-100 scale-100"
x-transition:leave-end="transform opacity-0 scale-95"
class="absolute right-0 w-full mt-2 origin-top-right rounded-md shadow-lg md:w-48">
<div class="px-2 py-2 bg-white rounded-md shadow dark-mode:bg-gray-800 text-black">
<a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="our-story.html">Our Story </a>
<a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="team.html">Team</a>
<a class="block px-4 py-2 mt-2 text-sm font-semibold bg-transparent rounded-lg dark-mode:bg-transparent dark-mode:hover:bg-gray-600 md:mt-0 hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="donate.html">Donate</a>
</div>
</div>
</div>
</nav>
</div>
</div>
<!-- Header section end -->
<!-- Main body Start -->
<div class="bg-white py-12 sm:py-4">
<div class="mx-auto max-w-7xl px-6 lg:px-8">
<div class="mx-auto max-w-2xl">
<h1 class="text-2xl lg:text-4xl font-bold text-gray-800 capitalize text-center lg:pt-4">
Our Team
</h1>
<!-- <p class="mt-6 text-lg leading-8 text-gray-600">We’re a dynamic group of individuals who are passionate
about what we do and dedicated to delivering the best results for our clients.</p> -->
</div>
<ul role="list"
class="mx-auto mt-14 grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:grid-cols-2 lg:mx-0 lg:max-w-none lg:grid-cols-3">
<!-- 1 Team -->
<li class="flex justify-center bg-gray-100 flex-col p-4 rounded-2xl">
<img class="aspect-[3/2] rounded-2xl object-cover" src="public/img/Team/team1.webp" alt="">
<ul role="list" class="mt-6 flex gap-x-6 justify-center">
<li>
<h3 class="text-center text-lg font-semibold leading-8 tracking-tight text-gray-900">
Saanchi
</li>
<!-- <li class="pt-1">
<a href="#" class="text-black hover:text-gray-500 pt-2">
<span class="sr-only">LinkedIn</span>
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true">
<path fill-rule="evenodd"
d="M16.338 16.338H13.67V12.16c0-.995-.017-2.277-1.387-2.277-1.39 0-1.601 1.086-1.601 2.207v4.248H8.014v-8.59h2.559v1.174h.037c.356-.675 1.227-1.387 2.526-1.387 2.703 0 3.203 1.778 3.203 4.092v4.711zM5.005 6.575a1.548 1.548 0 11-.003-3.096 1.548 1.548 0 01.003 3.096zm-1.337 9.763H6.34v-8.59H3.667v8.59zM17.668 1H2.328C1.595 1 1 1.581 1 2.298v15.403C1 18.418 1.595 19 2.328 19h15.34c.734 0 1.332-.582 1.332-1.299V2.298C19 1.581 18.402 1 17.668 1z"
clip-rule="evenodd" />
</svg>
</a>
</li> -->
</ul>
<h2 class="text-lg text-center tracking-tight text-gray-900 sm:text-lg">Co-Founder and CEO</h2>
<p class="text-base leading-7 text-gray-600 p-2">Saanchi is a social entrepreneur by experience and
a
passionate advocate of gender justice who strives in all she does, to treat each person with
dignity. She did her bachelors in education and master in business administration and social
work with a major in women and child development. Saanchi's decade in the non-profit sector has
provided her with expertise in program design, strategy, and implementation.</p>
</li>
<!-- 2 Team -->
<li class="flex justify-center bg-gray-100 flex-col p-4 rounded-2xl">
<img class="aspect-[3/2] rounded-2xl object-cover" src="public/img/Team/team2.webp" alt="">
<ul role="list" class="mt-6 flex gap-x-6 justify-center">
<li>
<h3 class="text-center text-lg font-semibold leading-8 tracking-tight text-gray-900">
Mohit Raj
</li>
<li class="pt-1">
<a href="https://www.linkedin.com/in/mohitraj99/"
class="text-black hover:text-gray-500 pt-2">
<span class="sr-only">LinkedIn</span>
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true">
<path fill-rule="evenodd"
d="M16.338 16.338H13.67V12.16c0-.995-.017-2.277-1.387-2.277-1.39 0-1.601 1.086-1.601 2.207v4.248H8.014v-8.59h2.559v1.174h.037c.356-.675 1.227-1.387 2.526-1.387 2.703 0 3.203 1.778 3.203 4.092v4.711zM5.005 6.575a1.548 1.548 0 11-.003-3.096 1.548 1.548 0 01.003 3.096zm-1.337 9.763H6.34v-8.59H3.667v8.59zM17.668 1H2.328C1.595 1 1 1.581 1 2.298v15.403C1 18.418 1.595 19 2.328 19h15.34c.734 0 1.332-.582 1.332-1.299V2.298C19 1.581 18.402 1 17.668 1z"
clip-rule="evenodd" />
</svg>
</a>
</li>
</ul>
<h2 class="text-lg text-center tracking-tight text-gray-900 sm:text-lg"> Co-Founder and CGO
</h2>
<p class="text-base leading-7 text-gray-600 p-2"> Mohit Raj holds Post Graduation in NGO Management
from Jamia Millia Islamia University in Delhi.
Since co-founding TYCIA, Mohit has worked on designing, implementing and monitoring impactful
projects. Mohit's 10+ years of innovative achievement in the development sector have earned him
recognition as both an Ashoka Fellow and an Obama Foundation Scholar.</p>
</li>
<!-- 3 Team -->
<li class="flex justify-center bg-gray-100 flex-col p-4 rounded-2xl">
<img class="aspect-[3/2] rounded-2xl object-cover" src="public/img/Team/team3.webp" alt="">
<ul role="list" class="mt-6 flex gap-x-6 justify-center">
<li>
<h3 class="text-center text-lg font-semibold leading-8 tracking-tight text-gray-900">
Gauri Sharma
</li>
<!-- <li class="pt-1">
<a href="#" class="text-black hover:text-gray-500 pt-2">
<span class="sr-only">LinkedIn</span>
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true">
<path fill-rule="evenodd"
d="M16.338 16.338H13.67V12.16c0-.995-.017-2.277-1.387-2.277-1.39 0-1.601 1.086-1.601 2.207v4.248H8.014v-8.59h2.559v1.174h.037c.356-.675 1.227-1.387 2.526-1.387 2.703 0 3.203 1.778 3.203 4.092v4.711zM5.005 6.575a1.548 1.548 0 11-.003-3.096 1.548 1.548 0 01.003 3.096zm-1.337 9.763H6.34v-8.59H3.667v8.59zM17.668 1H2.328C1.595 1 1 1.581 1 2.298v15.403C1 18.418 1.595 19 2.328 19h15.34c.734 0 1.332-.582 1.332-1.299V2.298C19 1.581 18.402 1 17.668 1z"
clip-rule="evenodd" />
</svg>
</a>
</li> -->
</ul>
<h2 class="text-lg text-center tracking-tight text-gray-900 sm:text-lg">Lead, Criminal Justice
</h2>
<p class="text-base leading-7 text-gray-600 p-2"> After graduating in Social Work from Tata
Institute of Social Sciences, Gauri wrote her PhD in Rehabilitation of Prisoners with
orientation from Delhi University. Looking for innovative projects in her field, she became
engaged with program design and curriculum generation TYCIA's work with incarcerated youth.
Gauri has two young daughters, and enjoys weekend family trips and dancing.
</p>
</li>
<!-- 4 Team -->
<li class="flex justify-center bg-gray-100 flex-col p-4 rounded-2xl">
<img class="aspect-[3/2] rounded-2xl object-cover" src="public/img/Team/team4.webp" alt="">
<ul role="list" class="mt-6 flex gap-x-6 justify-center">
<li>
<h3 class="text-center text-lg font-semibold leading-8 tracking-tight text-gray-900">
Eleena George
</li>
<li class="pt-1">
<a href="https://www.linkedin.com/in/eleena-george-763567148/"
class="text-black hover:text-gray-500 pt-2">
<span class="sr-only">LinkedIn</span>
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true">
<path fill-rule="evenodd"
d="M16.338 16.338H13.67V12.16c0-.995-.017-2.277-1.387-2.277-1.39 0-1.601 1.086-1.601 2.207v4.248H8.014v-8.59h2.559v1.174h.037c.356-.675 1.227-1.387 2.526-1.387 2.703 0 3.203 1.778 3.203 4.092v4.711zM5.005 6.575a1.548 1.548 0 11-.003-3.096 1.548 1.548 0 01.003 3.096zm-1.337 9.763H6.34v-8.59H3.667v8.59zM17.668 1H2.328C1.595 1 1 1.581 1 2.298v15.403C1 18.418 1.595 19 2.328 19h15.34c.734 0 1.332-.582 1.332-1.299V2.298C19 1.581 18.402 1 17.668 1z"
clip-rule="evenodd" />
</svg>
</a>
</li>
</ul>
<h2 class="text-lg text-center tracking-tight text-gray-900 sm:text-lg">Lead, Criminal Justice</h2>
<p class="text-base leading-7 text-gray-600 p-2">It is while she was reading authors like Foucault
as a Sociology student at Ambedkar University in Delhi that Eleena’s interest came to prisons.
Since coming to TYCIA, Eleena has been on-ground in prisons across Delhi NCR, helping design and
implement contextualized educational projects focused around empowering current and former
inmates and their communities.
</p>
</li>
<!-- 5 Team -->
<li class="flex justify-center bg-gray-100 flex-col p-4 rounded-2xl">
<img class="aspect-[3/2] rounded-2xl object-cover" src="public/img/Team/team5.webp" alt="">
<ul role="list" class="mt-6 flex gap-x-6 justify-center">
<li>
<h3 class="text-center text-lg font-semibold leading-8 tracking-tight text-gray-900">
Prakash Raikwar
</li>
<!-- <li class="pt-1">
<a href="#" class="text-black hover:text-gray-500 pt-2">
<span class="sr-only">LinkedIn</span>
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true">
<path fill-rule="evenodd"
d="M16.338 16.338H13.67V12.16c0-.995-.017-2.277-1.387-2.277-1.39 0-1.601 1.086-1.601 2.207v4.248H8.014v-8.59h2.559v1.174h.037c.356-.675 1.227-1.387 2.526-1.387 2.703 0 3.203 1.778 3.203 4.092v4.711zM5.005 6.575a1.548 1.548 0 11-.003-3.096 1.548 1.548 0 01.003 3.096zm-1.337 9.763H6.34v-8.59H3.667v8.59zM17.668 1H2.328C1.595 1 1 1.581 1 2.298v15.403C1 18.418 1.595 19 2.328 19h15.34c.734 0 1.332-.582 1.332-1.299V2.298C19 1.581 18.402 1 17.668 1z"
clip-rule="evenodd" />
</svg>
</a>
</li> -->
</ul>
<h2 class="text-lg text-center tracking-tight text-gray-900 sm:text-lg">Lead, Community Initiatives
</h2>
<p class="text-base leading-7 text-gray-600 p-2"> With his roots in Bundelkhand, Madhya Pradesh,
Prakash is a long-time Delhi resident who works with TYCIA to implement projects targeted at
improving the lives of Delhi's urban migrant population. Prakash has impressive repertoire of
on-ground experience with projects connected to youth, sanitation, and health. Prakash has one
teenage son and in his free time, he enjoys acting in street-plays.
</p>
</li>
<!-- 6 Team -->
<li class="flex justify-center bg-gray-100 flex-col p-4 rounded-2xl">
<img class="aspect-[3/2] rounded-2xl object-cover" src="public/img/Team/team6.webp" alt="">
<ul role="list" class="mt-6 flex gap-x-6 justify-center">
<li>
<h3 class="text-center text-lg font-semibold leading-8 tracking-tight text-gray-900">
Tousif Alishah
</li>
<!-- <li class="pt-1">
<a href="#" class="text-black hover:text-gray-500 pt-2">
<span class="sr-only">LinkedIn</span>
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true">
<path fill-rule="evenodd"
d="M16.338 16.338H13.67V12.16c0-.995-.017-2.277-1.387-2.277-1.39 0-1.601 1.086-1.601 2.207v4.248H8.014v-8.59h2.559v1.174h.037c.356-.675 1.227-1.387 2.526-1.387 2.703 0 3.203 1.778 3.203 4.092v4.711zM5.005 6.575a1.548 1.548 0 11-.003-3.096 1.548 1.548 0 01.003 3.096zm-1.337 9.763H6.34v-8.59H3.667v8.59zM17.668 1H2.328C1.595 1 1 1.581 1 2.298v15.403C1 18.418 1.595 19 2.328 19h15.34c.734 0 1.332-.582 1.332-1.299V2.298C19 1.581 18.402 1 17.668 1z"
clip-rule="evenodd" />
</svg>
</a>
</li> -->
</ul>
<h2 class="text-lg text-center tracking-tight text-gray-900 sm:text-lg">Lead, Tribal Rights</h2>
<p class="text-base leading-7 text-gray-600 p-2"> It is with an immense expertise in groundwork that
Tousif joined TYCIA in 2018 and contributed with his knowledge and skills to make a difference
for the Korku tribe. With a wealth of experience in education and livelihoods, Tousif truly
knows how to engage the community and how to create inclusive initiatives. With his enthusiastic
nature he energizes people around him and likes singing catchy songs.
</p>
</li>
<!-- 7 Team -->
<li class="flex justify-center bg-gray-100 flex-col p-4 rounded-2xl">
<img class="aspect-[3/2] rounded-2xl object-cover" src="public/img/Team/team7.webp" alt="">
<ul role="list" class="mt-6 flex gap-x-6 justify-center">
<li>
<h3 class="text-center text-lg font-semibold leading-8 tracking-tight text-gray-900">
Pramila Chauhan
</li>
<!-- <li class="pt-1">
<a href="#" class="text-black hover:text-gray-500 pt-2">
<span class="sr-only">LinkedIn</span>
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true">
<path fill-rule="evenodd"
d="M16.338 16.338H13.67V12.16c0-.995-.017-2.277-1.387-2.277-1.39 0-1.601 1.086-1.601 2.207v4.248H8.014v-8.59h2.559v1.174h.037c.356-.675 1.227-1.387 2.526-1.387 2.703 0 3.203 1.778 3.203 4.092v4.711zM5.005 6.575a1.548 1.548 0 11-.003-3.096 1.548 1.548 0 01.003 3.096zm-1.337 9.763H6.34v-8.59H3.667v8.59zM17.668 1H2.328C1.595 1 1 1.581 1 2.298v15.403C1 18.418 1.595 19 2.328 19h15.34c.734 0 1.332-.582 1.332-1.299V2.298C19 1.581 18.402 1 17.668 1z"
clip-rule="evenodd" />
</svg>
</a>
</li> -->
</ul>
<h2 class="text-lg text-center tracking-tight text-gray-900 sm:text-lg">Co-Lead, Tribal Rights</h2>
<p class="text-base leading-7 text-gray-600 p-2"> Being a Korku woman herself, Pramila is deeply
committed to improve and empower her community. With TYCIA, Pramila has not only created a
Korku-Hindi-Korku dictionary but also takes the lead in field operation for TYCIA's work with
the Korku tribe. Encouraging and enabling Korku children to stay in school is what gets Pramila
out of bed every day, and in her free time, she loves watching old Hindi movies.
</p>
</li>
<!-- 8 Team -->
<li class="flex justify-center bg-gray-100 flex-col p-4 rounded-2xl">
<img class="aspect-[3/2] rounded-2xl object-cover" src="public/img/Team/team8.webp" alt="">
<ul role="list" class="mt-6 flex gap-x-6 justify-center">
<li>
<h3 class="text-center text-lg font-semibold leading-8 tracking-tight text-gray-900">
Tabish Bilal
</li>
<li class="pt-1">
<a href="https://www.linkedin.com/in/tabishbilal1991/"
class="text-black hover:text-gray-500 pt-2">
<span class="sr-only">LinkedIn</span>
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true">
<path fill-rule="evenodd"
d="M16.338 16.338H13.67V12.16c0-.995-.017-2.277-1.387-2.277-1.39 0-1.601 1.086-1.601 2.207v4.248H8.014v-8.59h2.559v1.174h.037c.356-.675 1.227-1.387 2.526-1.387 2.703 0 3.203 1.778 3.203 4.092v4.711zM5.005 6.575a1.548 1.548 0 11-.003-3.096 1.548 1.548 0 01.003 3.096zm-1.337 9.763H6.34v-8.59H3.667v8.59zM17.668 1H2.328C1.595 1 1 1.581 1 2.298v15.403C1 18.418 1.595 19 2.328 19h15.34c.734 0 1.332-.582 1.332-1.299V2.298C19 1.581 18.402 1 17.668 1z"
clip-rule="evenodd" />
</svg>
</a>
</li>
</ul>
<h2 class="text-lg text-center tracking-tight text-gray-900 sm:text-lg"> Lead, Youth Leadership &
Education</h2>
<p class="text-base leading-7 text-gray-600 p-2"> Tabish graduated from Jamia Millia Islamia where
he studied Human Resources Management. A short experience in the corporate world
post-graduation, it became clear to Tabish that it was the development sector that moved him.
Tabish began working with TYCIA on Criminal Justice, and has now transitioned to lead Youth
Leadership and Education initiatives. In his free time, he likes playing and watching football.
</p>
</li>
<!-- 9 Team -->
<li class="flex justify-center bg-gray-100 flex-col p-4 rounded-2xl">
<img class="aspect-[3/2] rounded-2xl object-cover" src="public/img/Team/team9.webp" alt="">
<ul role="list" class="mt-6 flex gap-x-6 justify-center">
<li>
<h3 class="text-center text-lg font-semibold leading-8 tracking-tight text-gray-900">
Vishwas Bhutani
</li>
<li class="pt-1">
<a href="https://www.linkedin.com/in/vishwas-bhutani-106453136/"
class="text-black hover:text-gray-500 pt-2">
<span class="sr-only">LinkedIn</span>
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true">
<path fill-rule="evenodd"
d="M16.338 16.338H13.67V12.16c0-.995-.017-2.277-1.387-2.277-1.39 0-1.601 1.086-1.601 2.207v4.248H8.014v-8.59h2.559v1.174h.037c.356-.675 1.227-1.387 2.526-1.387 2.703 0 3.203 1.778 3.203 4.092v4.711zM5.005 6.575a1.548 1.548 0 11-.003-3.096 1.548 1.548 0 01.003 3.096zm-1.337 9.763H6.34v-8.59H3.667v8.59zM17.668 1H2.328C1.595 1 1 1.581 1 2.298v15.403C1 18.418 1.595 19 2.328 19h15.34c.734 0 1.332-.582 1.332-1.299V2.298C19 1.581 18.402 1 17.668 1z"
clip-rule="evenodd" />
</svg>
</a>
</li>
</ul>
<h2 class="text-lg text-center tracking-tight text-gray-900 sm:text-lg">Lead, Finance, Admin, and HR
</h2>
<p class="text-base leading-7 text-gray-600 p-2"> Vishwas is a commerce graduate from the University
of Delhi, who, in the midst of exams to become a chartered accountant, took a 'leap of faith'
and decided to work for an NGO out of a desire to fulfill his humane duty towards helping others
making the most of this lifetime. In his free time, Vishwas enjoys reading biographies, and
collecting rare currencies.
</p>
</li>
<!-- ************** -->
<!-- 10 Team -->
<li class="flex justify-center bg-gray-100 flex-col p-4 rounded-2xl">
<img class="aspect-[3/2] rounded-2xl object-cover" src="public/img/Team/team10.webp" alt="">
<ul role="list" class="mt-6 flex gap-x-6 justify-center">
<li>
<h3 class="text-center text-lg font-semibold leading-8 tracking-tight text-gray-900">
Richa Sundra
</li>
<li class="pt-1">
<a href="https://www.linkedin.com/in/richa-sundra-0472a5167/"
class="text-black hover:text-gray-500 pt-2">
<span class="sr-only">LinkedIn</span>
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true">
<path fill-rule="evenodd"
d="M16.338 16.338H13.67V12.16c0-.995-.017-2.277-1.387-2.277-1.39 0-1.601 1.086-1.601 2.207v4.248H8.014v-8.59h2.559v1.174h.037c.356-.675 1.227-1.387 2.526-1.387 2.703 0 3.203 1.778 3.203 4.092v4.711zM5.005 6.575a1.548 1.548 0 11-.003-3.096 1.548 1.548 0 01.003 3.096zm-1.337 9.763H6.34v-8.59H3.667v8.59zM17.668 1H2.328C1.595 1 1 1.581 1 2.298v15.403C1 18.418 1.595 19 2.328 19h15.34c.734 0 1.332-.582 1.332-1.299V2.298C19 1.581 18.402 1 17.668 1z"
clip-rule="evenodd" />
</svg>
</a>
</li>
</ul>
<h2 class="text-lg text-center tracking-tight text-gray-900 sm:text-lg">Lead, Livelihoods</h2>
<p class="text-base leading-7 text-gray-600 p-2"> Richa has eight years of experience in social work
and is an expert in curating, incubating and mentoring self-sustainable small-scale projects
targeting adolescent girls and young women in the areas of health and livelihood. With TYCIA,
Richa is engaged in program design and implementation of our livelihood programs supporting
women from communities at risk across India.
</p>
</li>
<!-- ************** -->
<!--11 Team -->
<li class="flex justify-center bg-gray-100 flex-col p-4 rounded-2xl">
<img class="aspect-[3/2] rounded-2xl object-cover" src="public/img/Team/team11.webp" alt="">
<ul role="list" class="mt-6 flex gap-x-6 justify-center">
<li>
<h3 class="text-center text-lg font-semibold leading-8 tracking-tight text-gray-900">
Rayan Mehta
</li>
<li class="pt-1">
<a href="https://www.linkedin.com/in/rayan-mehta-21b8a5180/"
class="text-black hover:text-gray-500 pt-2">
<span class="sr-only">LinkedIn</span>
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true">
<path fill-rule="evenodd"
d="M16.338 16.338H13.67V12.16c0-.995-.017-2.277-1.387-2.277-1.39 0-1.601 1.086-1.601 2.207v4.248H8.014v-8.59h2.559v1.174h.037c.356-.675 1.227-1.387 2.526-1.387 2.703 0 3.203 1.778 3.203 4.092v4.711zM5.005 6.575a1.548 1.548 0 11-.003-3.096 1.548 1.548 0 01.003 3.096zm-1.337 9.763H6.34v-8.59H3.667v8.59zM17.668 1H2.328C1.595 1 1 1.581 1 2.298v15.403C1 18.418 1.595 19 2.328 19h15.34c.734 0 1.332-.582 1.332-1.299V2.298C19 1.581 18.402 1 17.668 1z"
clip-rule="evenodd" />
</svg>
</a>
</li>
</ul>
<h2 class="text-lg text-center tracking-tight text-gray-900 sm:text-lg"> Lead, Ground Reporting and
Communications
</h2>
<p class="text-base leading-7 text-gray-600 p-2"> Rayan studied Journalism at Osmania University in
Hyderabad, his hometown. He joined TYCIA in the pandemic out of a burning need he felt to
document both the horrors of the crisis, as well as the efforts of those who were helping out.
At TYCIA, Rayan is in charge of photo/video documenting projects, and when he has time, he
enjoys watching movies and riding his motorcycle.
</p>
</li>
<!-- ************** -->
<!-- 12 Team -->
<li class="flex justify-center bg-gray-100 flex-col p-4 rounded-2xl">
<img class="aspect-[3/2] rounded-2xl object-cover" src="public/img/Team/team12.webp" alt="">
<ul role="list" class="mt-6 flex gap-x-6 justify-center">
<li>
<h3 class="text-center text-lg font-semibold leading-8 tracking-tight text-gray-900">
Navdha Mehra
</li>
<!-- <li class="pt-1">
<a href="#" class="text-black hover:text-gray-500 pt-2">
<span class="sr-only">LinkedIn</span>
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true">
<path fill-rule="evenodd"
d="M16.338 16.338H13.67V12.16c0-.995-.017-2.277-1.387-2.277-1.39 0-1.601 1.086-1.601 2.207v4.248H8.014v-8.59h2.559v1.174h.037c.356-.675 1.227-1.387 2.526-1.387 2.703 0 3.203 1.778 3.203 4.092v4.711zM5.005 6.575a1.548 1.548 0 11-.003-3.096 1.548 1.548 0 01.003 3.096zm-1.337 9.763H6.34v-8.59H3.667v8.59zM17.668 1H2.328C1.595 1 1 1.581 1 2.298v15.403C1 18.418 1.595 19 2.328 19h15.34c.734 0 1.332-.582 1.332-1.299V2.298C19 1.581 18.402 1 17.668 1z"
clip-rule="evenodd" />
</svg>
</a>
</li> -->
</ul>
<h2 class="text-lg text-center tracking-tight text-gray-900 sm:text-lg">Co-Lead, Admin, Finance &
Human Resources</h2>
<p class="text-base leading-7 text-gray-600 p-2"> Navdha joined TYCIA as a way to integrate her
life-long desire to help people with her career interests in human resources and finance. She
has completed her graduation., and is currently working on a masters' degree in Economics. In
her spare time, Navdha enjoys listening to regional music, and is known to be an excellent
listener
.</p>
</li>
<!-- ************** -->
<!-- 13 Team -->
<li class="flex justify-center bg-gray-100 flex-col p-4 rounded-2xl">
<img class="aspect-[3/2] rounded-2xl object-cover" src="public/img/Team/team13.webp" alt="">
<ul role="list" class="mt-6 flex gap-x-6 justify-center">
<li>
<h3 class="text-center text-lg font-semibold leading-8 tracking-tight text-gray-900">
Lindsay Saligman
</li>
<li class="pt-1">
<a href="https://www.linkedin.com/in/lindsay-saligman-15b663b8/"
class="text-black hover:text-gray-500 pt-2">
<span class="sr-only">LinkedIn</span>
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true">
<path fill-rule="evenodd"
d="M16.338 16.338H13.67V12.16c0-.995-.017-2.277-1.387-2.277-1.39 0-1.601 1.086-1.601 2.207v4.248H8.014v-8.59h2.559v1.174h.037c.356-.675 1.227-1.387 2.526-1.387 2.703 0 3.203 1.778 3.203 4.092v4.711zM5.005 6.575a1.548 1.548 0 11-.003-3.096 1.548 1.548 0 01.003 3.096zm-1.337 9.763H6.34v-8.59H3.667v8.59zM17.668 1H2.328C1.595 1 1 1.581 1 2.298v15.403C1 18.418 1.595 19 2.328 19h15.34c.734 0 1.332-.582 1.332-1.299V2.298C19 1.581 18.402 1 17.668 1z"
clip-rule="evenodd" />
</svg>
</a>
</li>
</ul>
<h2 class="text-lg text-center tracking-tight text-gray-900 sm:text-lg"> Lead, Drafting and
Reporting</h2>
<p class="text-base leading-7 text-gray-600 p-2"> Lindsay is an American law student who first
became involved with TYCIA when she accidentally found herself in India at the height of the
COVID-19 pandemic. She currently supports us across thematics with drafting and reports. Lindsay
is passionate intercultural understanding, the transformative power of education, and finding
excuses to return to India.
</p>
</li>
<!-- ************** -->
<!-- 14 Team -->
<li class="flex justify-center bg-gray-100 flex-col p-4 rounded-2xl">
<img class="aspect-[3/2] rounded-2xl object-cover" src="public/img/Team/team14.webp" alt="">
<!-- <ul role="list" class="mt-6 flex gap-x-6 justify-center">
<li>
<h3 class="text-center text-lg font-semibold leading-8 tracking-tight text-gray-900">
Prakash Raikwar
</li>
<li class="pt-1">
<a href="#" class="text-black hover:text-gray-500 pt-2">
<span class="sr-only">LinkedIn</span>
<svg class="h-5 w-5" fill="currentColor" viewBox="0 0 20 20" aria-hidden="true">
<path fill-rule="evenodd"
d="M16.338 16.338H13.67V12.16c0-.995-.017-2.277-1.387-2.277-1.39 0-1.601 1.086-1.601 2.207v4.248H8.014v-8.59h2.559v1.174h.037c.356-.675 1.227-1.387 2.526-1.387 2.703 0 3.203 1.778 3.203 4.092v4.711zM5.005 6.575a1.548 1.548 0 11-.003-3.096 1.548 1.548 0 01.003 3.096zm-1.337 9.763H6.34v-8.59H3.667v8.59zM17.668 1H2.328C1.595 1 1 1.581 1 2.298v15.403C1 18.418 1.595 19 2.328 19h15.34c.734 0 1.332-.582 1.332-1.299V2.298C19 1.581 18.402 1 17.668 1z"
clip-rule="evenodd" />
</svg>
</a>
</li>
</ul> -->
<h2 class="text-lg text-center tracking-tight text-gray-900 sm:text-lg"> Grassroots field staff and
volunteers
</h2>
<p class="text-base leading-7 text-gray-600 p-2">We appreciate the motivation and dedication of our
100+ on-ground team members and volunteers helping us achieve our vision across India.
</p>
</li>
<!-- ************** -->
</ul>
</div>
</div>
<!-- Team Section End -->
<!--joining -->
<div class="my-20">
<h1 class="text-center text-2xl font-bold px-8 ">Interested in joining TYCIA?</h1>
<p class="text-center mt-5 text-1 px-8 ">Follow us on Social Media for job openings, or send over
an
email with
how
you'd like to
be involved. </p>
</div>
<!-- Footer Start -->
<footer class="bg-gray-900" aria-labelledby="footer-heading">
<h2 id="footer-heading" class="sr-only">Footer</h2>
<div class="mx-auto max-w-7xl px-8 pb-8 sm:pt-8">
<div class="xl:grid xl:grid-cols-3 xl:gap-8">
<div class="grid lg:grid-cols-2 gap-8 xl:col-span-2">
<div class="pt-4 lg:pt-0">
<h1 class="text-2xl font-bold text-white capitalize lg:text-4xl p-2">TYCIA
Foundation
</h1>
<p class="max-w-2xl mb-6 font-light text-gray-400 font-thin lg:mb-8 md:text-lg lg:text-xl p-2">
Turn Your
Concern Into Action </p>
</div>
</div>
<div class="mt-10 xl:mt-0">
<p class="mt-2 text-sm leading-6 text-gray-300">
99994 81241 | 98711 92983</p>
<p class="mt-2 tex
t-sm leading-6 text-gray-300">
<a
href="mailto:tyciafoundation@gmail.com?subject=supporting tycia">tyciafoundation@gmail.com</a>
</p>
<p class="mt-2 text-sm leading-6 text-gray-300">N-33, 2nd Floor, Greenpark Extension,New
Delhi-110016</p>
</div>
</div>
<div class="mt-8 border-t border-white/10 pt-2 sm:mt-8 md:flex md:items-center md:justify-between">
<div class="flex space-x-6 md:order-2">
<a href="https://www.facebook.com/TYCIAFoundation/" class="text-gray-500 hover:text-white">
<span class="sr-only">Facebook</span>
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path fill-rule="evenodd"
d="M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12c0 4.991 3.657 9.128 8.438 9.878v-6.987h-2.54V12h2.54V9.797c0-2.506 1.492-3.89 3.777-3.89 1.094 0 2.238.195 2.238.195v2.46h-1.26c-1.243 0-1.63.771-1.63 1.562V12h2.773l-.443 2.89h-2.33v6.988C18.343 21.128 22 16.991 22 12z"
clip-rule="evenodd" />
</svg>
</a>
<a href="https://www.instagram.com/tyciafoundation/" class="text-gray-500 hover:text-white">
<span class="sr-only">Instagram</span>
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path fill-rule="evenodd"
d="M12.315 2c2.43 0 2.784.013 3.808.06 1.064.049 1.791.218 2.427.465a4.902 4.902 0 011.772 1.153 4.902 4.902 0 011.153 1.772c.247.636.416 1.363.465 2.427.048 1.067.06 1.407.06 4.123v.08c0 2.643-.012 2.987-.06 4.043-.049 1.064-.218 1.791-.465 2.427a4.902 4.902 0 01-1.153 1.772 4.902 4.902 0 01-1.772 1.153c-.636.247-1.363.416-2.427.465-1.067.048-1.407.06-4.123.06h-.08c-2.643 0-2.987-.012-4.043-.06-1.064-.049-1.791-.218-2.427-.465a4.902 4.902 0 01-1.772-1.153 4.902 4.902 0 01-1.153-1.772c-.247-.636-.416-1.363-.465-2.427-.047-1.024-.06-1.379-.06-3.808v-.63c0-2.43.013-2.784.06-3.808.049-1.064.218-1.791.465-2.427a4.902 4.902 0 011.153-1.772A4.902 4.902 0 015.45 2.525c.636-.247 1.363-.416 2.427-.465C8.901 2.013 9.256 2 11.685 2h.63zm-.081 1.802h-.468c-2.456 0-2.784.011-3.807.058-.975.045-1.504.207-1.857.344-.467.182-.8.398-1.15.748-.35.35-.566.683-.748 1.15-.137.353-.3.882-.344 1.857-.047 1.023-.058 1.351-.058 3.807v.468c0 2.456.011 2.784.058 3.807.045.975.207 1.504.344 1.857.182.466.399.8.748 1.15.35.35.683.566 1.15.748.353.137.882.3 1.857.344 1.054.048 1.37.058 4.041.058h.08c2.597 0 2.917-.01 3.96-.058.976-.045 1.505-.207 1.858-.344.466-.182.8-.398 1.15-.748.35-.35.566-.683.748-1.15.137-.353.3-.882.344-1.857.048-1.055.058-1.37.058-4.041v-.08c0-2.597-.01-2.917-.058-3.96-.045-.976-.207-1.505-.344-1.858a3.097 3.097 0 00-.748-1.15 3.098 3.098 0 00-1.15-.748c-.353-.137-.882-.3-1.857-.344-1.023-.047-1.351-.058-3.807-.058zM12 6.865a5.135 5.135 0 110 10.27 5.135 5.135 0 010-10.27zm0 1.802a3.333 3.333 0 100 6.666 3.333 3.333 0 000-6.666zm5.338-3.205a1.2 1.2 0 110 2.4 1.2 1.2 0 010-2.4z"
clip-rule="evenodd" />
</svg>
</a>
<a href="https://twitter.com/tycia_1" class="text-gray-500 hover:text-white">
<span class="sr-only">Twitter</span>
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path
d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84" />
</svg>
</a>
<a href="https://www.linkedin.com/company/projectsecondchance/"
class="text-gray-500 hover:text-white">
<svg fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="0" class="w-5 h-5" viewBox="0 0 24 24">
<path stroke="none"
d="M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-7a6 6 0 016-6zM2 9h4v12H2z">
</path>
<circle cx="4" cy="4" r="2" stroke="none"></circle>
</svg>
</a>
</div>
<p class="mt-8 text-xs leading-5 text-gray-300 md:order-1 md:mt-0">© 2023 Your Company, Inc. All
rights
reserved.</p>
</div>
<p class="mt-8 text-xs leading-5 md:order-1 md:mt-0 text-gray-300">
Built with ❤️ by
<a href="https://oasishq.org/" class="text-gray-300 hover:text-white hover:underline" target="_blank">OASIS</a>
partner
<a href="https://aikyamfellows.org/" class="text-gray-300 hover:text-white hover:underline" target="_blank">
aikyam fellows </a>
using
<a href="https://github.com/t4glabs/tyciafoundation" class="text-gray-300 hover:text-white hover:underline"
target="_blank">Github Pages</a>
Tailwind
</p>
</div>
</footer>
<!-- Footer End -->
<script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.x.x/dist/alpine.min.js" defer></script>
<script src="index.js"></script>
</body>
</html>