-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
934 lines (756 loc) · 50.9 KB
/
Copy pathindex.html
File metadata and controls
934 lines (756 loc) · 50.9 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
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
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zenith</title>
<link href="output.css" rel="stylesheet">
<!-- font for heading -->
<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@700&display=swap" rel="stylesheet">
<!-- font for paragraphs -->
<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=Public+Sans:wght@400&display=swap" rel="stylesheet">
<script defer data-domain="zenithsociety.in" src="https://analytics.aikyamhq.com/js/script.file-downloads.hash.outbound-links.pageview-props.tagged-events.js"></script>
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
</head>
<body class="paragraphs-font font-sans leading-normal tracking-normal text-gray-700 text-base">
<!-- Header section start -->
<div class="w-full text-gray-300 bg-white drop-shadow-md">
<div x-data="{ open: false }"
class="p-4 flex flex-col lg:px-8 mx-auto md:items-center md:justify-between md:flex-row gap-8 px-2">
<div class="flex flex-row items-center justify-between">
<a href="index.html"><img src="public/img/logo.png" alt="logo" class="h-full w-44"></a>
<button aria-label="hamberger-btn" 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 text-red-800">
<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>
<!-- Navbar link -->
<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-base font-semibold text-black rounded-lg md:mt-0 hover:text-sky-600 hover:bg-gray-50 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" aria-label="navbar-links"
class="text-black flex flex-row items-center w-full px-4 py-2 mt-2 text-sm text-left bg-transparent rounded hover:bg-gray-50 hover:text-red-800 md:w-auto md:inline md:mt-0 focus:outline-none focus:shadow-outline">
<span>ABOUT US </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-36">
<div class="px-2 py-2 bg-white rounded-md shadow text-black">
<a class="block px-4 py-2 mt-2 text-sm bg-transparent rounded hover:bg-gray-50 hover:bg-gray-50 hover:text-red-800 md:mt-0 focus:outline-none focus:shadow-outline"
href="our-story.html">OUR STORY</a>
<a class="block px-4 py-2 mt-2 text-sm bg-transparent rounded hover:bg-gray-50 hover:text-red-800 md:mt-0 focus:outline-none focus:shadow-outline"
href="team.html">TEAM</a>
</div>
</div>
</div>
<!-- **** -->
<a class="text-black px-4 py-2 mt-2 text-sm bg-transparent rounded hover:bg-gray-50 hover:text-red-800 md:mt-0 focus:outline-none focus:shadow-outline"
href="our-work.html">OUR WORK</a>
<a class="text-black px-4 py-2 mt-2 text-sm bg-transparent rounded hover:bg-gray-50 hover:text-red-800 md:mt-0 focus:outline-none focus:shadow-outline"
href="spaces.html">SPACES</a>
<!-- <a class="text-black px-4 py-2 mt-2 text-sm bg-transparent rounded hover:bg-gray-50 hover:text-red-800 md:mt-0 focus:outline-none focus:shadow-outline"
href="stories.html">STORIES</a> -->
<a class="text-black px-4 py-2 mt-2 text-sm bg-transparent rounded hover:bg-gray-50 hover:text-red-800 md:mt-0 focus:outline-none focus:shadow-outline"
href="media-publication.html">MEDIA/PUBLICATIONS</a>
<a class="text-black px-4 py-2 mt-2 text-sm bg-transparent rounded hover:bg-gray-50 hover:text-red-800 md:mt-0 focus:outline-none focus:shadow-outline"
href="get-involved.html">WORK WITH US</a>
<a class="text-black px-4 py-2 mt-2 text-sm bg-transparent rounded hover:bg-gray-50 hover:text-red-800 md:mt-0 focus:outline-none focus:shadow-outline"
href="contact.html">CONTACT US</a>
<a class="text-white px-4 py-2 mt-2 text-sm header-color rounded hover:bg-red-800 md:mt-0 focus:outline-none focus:shadow-outline"
href="donate.html">DONATE</a>
</nav>
<!-- Navbar link End -->
</div>
<!-- Header Js -->
<script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.x.x/dist/alpine.min.js" defer></script>
<div class="header-color line-height"></div>
</div>
<!-- Header section End -->
<!-- hero Section started -->
<section class="flex justify-center bg-cover bg-[url('public/img/new-hero-img.jpg')] pt-60 pb-56">
<div class="absolute inset-x-0 -top-40 -z-10 transform-gpu overflow-hidden blur-3xl sm:-top-80"
aria-hidden="true">
<div class="relative left-[calc(50%-11rem)] aspect-[1155/678] w-[36.125rem] -translate-x-1/2 rotate-[30deg] bg-gradient-to-tr from-[#ff80b5] to-[#9089fc] opacity-20 sm:left-[calc(50%-30rem)] sm:w-[72.1875rem]"
style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)">
</div>
</div>
<div class="flex justify-center max-w-screen-xl px-8 py-8 mx-auto ">
<div class="mr-auto place-self-center bg-cover">
<h1
class=" heading-font-family max-w-4xl mb-4 text-3xl font-bold tracking-normal leading-none md:text-5xl xl:text-5xl text-center text-white">
EMPOWERING COMMUNITIES
</h1>
<h1
class="heading-font-family max-w-3xl mb-4 text-3xl font-bold tracking-normal leading-none md:text-5xl xl:text-5xl text-center text-white">
TO ACCESS JUSTICE</h1>
<p
class="paragraphs-font text-center max-w-3xl mb-6 font-medium text-black lg:mb-8 md:text-lg lg:text-xl text-white">
We build capabilities in community members through an ecosystem of resources,
skills and tools of law to identify and voice their struggles, and
act towards designing innovative justice solutions </p>
</div>
</div>
</section>
<!-- hero Section End -->
<section>
<div class="px-6 py-12 back-color text-gray-800 lg:text-left">
<div class="container mx-auto xl:px-20">
<div class="grid lg:grid-cols-2 gap-4 flex items-center justify-center mb-2">
<div>
<h1
class="heading-font-family max-w-sm mb-4 text-3xl font-bold tracking-normal leading-9 lg:text-5xl text-start text-color">
WHY
</h1>
<h1
class="heading-font-family max-w-sm mb-4 text-3xl font-bold tracking-normal leading-9 lg:text-5xl text-start text-color">
COMMUNITY
</h1>
<h1
class="heading-font-family max-w-sm mb-4 text-3xl font-bold tracking-normal leading-9 lg:text-5xl text-start text-color">
EMPOWERMENT?</h1>
</div>
<div class="lg:mt-0">
<p class="paragraphs-font max-w-2xl font-medium text-base p-2">
We are based in the Chambal Gwalior region, where the issues of social justice are borne
from the unequal structures (class, caste and gender) leading to violent crimes and extreme
discrimination. Justice is inaccessible to the marginalised communities, particularly the
Adivasi and Dalit communities in this region, due to: </p>
<div
class="grid lg:grid-cols-3 md:grid-cols-3 gap-2 flex items-center justify-center gap-x-6 p-2">
<div class="flex flex-col justify-center items-center">
<img src="public/img/home-page-icon/Lack of understanding of Rights 1.png"
alt="Lack of understanding of" class="icon-size">
<h3 class="heading-font-family font-bold text-sm text-color pt-2 text-center">Lack of
understanding of rights</h3>
</div>
<div class="flex flex-col justify-center items-center">
<img src="public/img/home-page-icon/Inability to exercise and enforce their right.png"
alt="Inability to
exercise and enforce their right" class="icon-size">
<h3 class="heading-font-family font-bold text-sm text-color pt-2 text-center">Inability
to
exercise and enforce their right</h3>
</div>
<div class="flex flex-col justify-center items-center">
<img src="public/img/home-page-icon/Failure of the state 1.png"
alt="Failure of the state to deliver justice" class="icon-size">
<h3 class="heading-font-family font-bold text-sm text-color pt-2 text-center">Failure of
the
state to deliver justice</h3>
</div>
</div>
<p class="paragraphs-font max-w-2xl font-medium text-base mt-3 p-2">
This leads to these communities remaining marginalised both socially and economically.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Card Section -->
<section class="bg-white">
<div class="lg:px-28 lg:py-8 md:px-24 bg-white text-gray-800 text-center lg:text-left p-4 ">
<div class="p-6">
<h1
class="heading-font-family text-3xl font-semibold text-color capitalize sm:text-4 xl lg:p-6 text-center">
How does Zenith address this?
</h1>
</div>
<!-- <div class=""> -->
<!-- animation card 1 -->
<div class="grid lg:grid-cols-2 md:grid-cols-2 gap-x-24 gap-y-12 lg:px-12 flex justify-center">
<div class="flex justify-end">
<div class="max-w-lg">
<a class="relative block h-full bg-gray-900 group" href="/access-to-justice.html">
<img class=" object-cover absolute inset-0 object-coverw-3/5 w-full h-full group-hover:opacity-50"
src="public/img/AJP.png" />
<div class="relative pt-5 pr-7 pb-5">
<div class="mt-40">
<div class="transition-all transform
translate-x-0 opacity-0
group-hover:opacity-100
group-hover:translate-x-8">
<div class="pb-4 pt-4 pr-4">
<p class="text-lg text-white pb-8 text-start">
Empowering marginalised communities to access justice and solve justice
problems through legal aid and capacity building.
</p>
<button class="px-4 py-2 text-sm
text-white bg-red-800">
Access to Justice program
</button>
</div>
</div>
</div>
</div>
</a>
</div>
</div>
<div class="max-w-lg">
<a class="relative block h-full bg-gray-900 group" href="/CLE.html">
<img class=" object-cover absolute inset-0 object-coverw-3/5 w-full h-full group-hover:opacity-50"
src="public/img/CLE.jpg" />
<div class="relative pt-5 pr-7 pb-5">
<div class="mt-40">
<div class="transition-all transform
translate-x-0 opacity-0
group-hover:opacity-100
group-hover:translate-x-8">
<div class="pb-4 pt-4 pr-4">
<p class="text-lg text-white pb-8 text-start">
We engage Law Students in clinical legal aid work to build capacities,
perspectives, and empathy to work towards building just and equitable spaces
in society
</p>
<button class="px-4 py-2 text-sm
text-white bg-red-800">
Clinical Legal Education
</button>
</div>
</div>
</div>
</div>
</a>
</div>
</div>
</section>
<section class="bg-white">
<div class="lg:px-8 lg:py-8 bg-white text-gray-800 text-center lg:text-left p-4">
<div class="p-6">
<h1
class="heading-font-family text-3xl font-semibold text-red-900 capitalize sm:text-4 xl lg:p-6 text-center">
What’s our approach?
</h1>
</div>
<div class="container mx-auto lg:px-16">
<div class="grid lg:grid-cols-3 sm:grid-cols-3 grid-cols-1 gap-8 flex items-center justify-center">
<div class="back-color p-2 lg:p-6 w-full flex items-center flex-col gap-4 h-96">
<img src="public/img/home-page-icon/Legal.png" class="icon-size-second" alt="LEGAL AID" />
<h3 class="heading-font-family font-bold text-base text-color pt-2 text-center"> LEGAL
AID </h3>
<div class="h-full flex items-end">
<div class="h-39 flex items-center">
<p class="max-w-2xl font-medium items-end text-base text-center p-4 ">
Providing legal support and equipping people with knowledge and tools to understand
and
enforce their rights. </p>
</div>
</div>
</div>
<div class="back-color p-2 lg:p-6 w-full flex items-center flex-col gap-4 h-96">
<img src="public/img/home-page-icon/Building-justice.png" class="icon-size-second"
alt="BUILDING JUSTICE MAKING CAPABILITIES" />
<h3 class="heading-font-family font-bold text-base text-color pt-2 text-center">
BUILDING JUSTICE
MAKING CAPABILITIES</h3>
<div class="h-full flex items-end">
<div class="h-39 flex items-center">
<p class="max-w-2xl font-medium text-base text-center p-4">
Empowering people with justice making capabilities - activating their agency to
solve
justice problems.
</p>
</div>
</div>
</div>
<div class="back-color p-2 lg:p-6 w-full flex items-center flex-col gap-4 h-96">
<img src="public/img/home-page-icon/Grassroot.png" class="icon-size-second"
alt="GRASSROOT STORYTELLING" />
<h3 class="heading-font-family font-bold text-base text-color pt-2 text-center">
GRASSROOT
STORYTELLING </h3>
<div class="h-full flex items-end">
<div class="h-39 flex items-center ">
<p class="max-w-2xl font-medium text-base text-center p-4">
Raising awareness and inspiring action through stories from the grassroots.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Card Section -->
<!-- Impact Section -->
<div class=" relative text-white">
<img src="public/img/second-img.png" alt="" class="lg:h-full w-full h-104">
<!-- anand start -->
<div class="absolute lg:top-12 top-8 lg:left-12 left-10 rounded shadow-md header-color w-72 lg:w-112">
<div class=" lg:p-8 p-4 ">
<h2 class="lg:text-6xl text-2xl">1,68,56,000+</h2>
<p class="font-medium my-2">
Total monetory impact made through
out Malanpur Labour Pillar
</p>
<button class="bg-red-800 hover:bg-red-900 lg:px-4 px-3 py-2 font-medium">
<a href="access-to-justice.html#malanpur"> Know More about the project ></a>
</button>
</div>
</div>
<div class="hidden lg:block header-color absolute lg:right-12 lg:bottom-12 rounded shadow-md lg:w-88 w-72">
<div class="lg:p-8 p-4">
<h2 class="lg:text-6xl text-2xl">1,650 +</h2>
<p class="my-2 font-medium">Claims were made in 2022</p>
<button class="bg-red-800 hover:bg-red-900 lg:px-4 px-3 py-2 font-medium">
<a href="access-to-justice.html#malanpur"> Know More about the project ></a>
</button>
</div>
</div>
<div class="header-color absolute left-10 bottom-8 lg:hidden rounded shadow-md lg:w-88 w-72">
<div class="lg:p-8 p-4">
<h2 class="lg:text-6xl text-2xl">1,650 +</h2>
<p class="my-2 font-medium">Claims were made in 2022</p>
<button class="bg-red-800 hover:bg-red-900 lg:px-4 px-3 py-2 font-medium">
<a href="access-to-justice.html#malanpur"> Know More about the project ></a>
</button>
</div>
</div>
<!-- anand end -->
</div>
<!-- Impact Section -->
<!-- justice Enablers -->
<div class="bg-white">
<div class="mx-auto max-w-7xl px-4 py-16 sm:px-6 lg:px-20">
<div class=" grid grid-cols-1 gap-y-6 sm:grid-cols-2 sm:gap-x-6 lg:gap-8 items-center">
<div>
<h1
class="heading-font-family max-w-5xl lg:mb-2 text-3xl font-bold tracking-normal leading-8 sm:text-4xl sm:text-start text-color sm:text-center">
We believe in power of</h1>
<h1
class="heading-font-family max-w-5xl lg:mb-2 text-3xl font-bold tracking-normal leading-8 sm:text-4xl sm:text-start text-color sm:text-center">
the people to become </h1>
<h1
class="heading-font-family max-w-5xl lg:mb-4 text-3xl font-bold tracking-normal leading-8 sm:text-4xl sm:text-start text-color sm:text-center">
justice enablers</h1>
<p class="max-w-lg text-base lg:text-2xl">
There are no linear solutions to justice.
</p>
<p class="max-w-lg text-base lg:text-lg py-3">
The heart of our vision lies in democratizing
power to enable action towards finding hyperlocal justice solutions.
</p>
<div class="lg:p-0 lg:pt-4">
<a href="/stories.html"
class="paragraphs-font inline-flex items-center justify-center px-5 py-2 text-base font-medium text-center bg-red-800 text-white border border-gray-300 rounded hover:bg-red-900 focus:ring-4 focus:bg-sky-100 dark:text-white dark:border-gray-700 dark:hover:bg-gray-700 dark:focus:ring-gray-800">
know our philosophy >
</a>
</div>
</div>
<div class="mb-12 lg:mb-0">
<img src="public/img/JusticeEnablers.png" class="w-full rounded shadow-lg" alt="icon" />
</div>
</div>
</div>
</div>
<!-- justice Enablers -->
<!-- stories -->
<div class="back-color py-24 sm:py-16">
<div class="mx-auto max-w-7xl px-6 lg:px-16">
<div class="mx-auto max-w-6xl lg:mx-0 p-1">
<h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl heading-font-family text-color">
Stories of change</h2>
<h2 class="mt-6 text-base font-bold tracking-tight text-gray-900 sm:text-lg heading-font-family ">
We bring to you stories from the ground which connect, inform and inspire. </h2>
</div>
<ul role="list"
class="mx-auto mt-16 grid grid-cols-1 gap-x-8 gap-y-12 md:grid-cols-3 lg:mx-0 lg:max-w-none lg:grid-cols-3">
<li class="bg-white p-2 rounded-lg">
<img class="aspect-[3/2] w-full object-cover" src="./public/img/Blogs/Blog 1 picture.png" alt="">
<h3 class="heading-font-family text-color mt-6 text-2xl font-semibold leading-8 tracking-tight p-2">
Village of Widows: Stories of Resilience</h3>
<p class="text-base leading-7 text-gray-700 p-2">In an era of Metaverse, Midjourney and expeditions
to Mars, we turn away from those who are right in front of us. On the stairway to create spaces
in other dimensions, we ask you to refocus...
</p>
</li>
<!-- More people... -->
<li class="bg-white p-2 rounded-lg">
<img class="aspect-[3/2] w-full object-cover" src="./public/img/Blogs/blog 2 picture.png" alt="">
<h3 class="heading-font-family text-color mt-6 text-2xl font-semibold leading-8 tracking-tight p-2">
“I won’t let my daughter be chained to the norms of patriarchy.”</h3>
<p class="text-base leading-7 text-gray-700 p-2">I was denied the opportunity to finish my education
and was married off at fifteen years old. I’ve been the ‘Bharatiya naari’ society expects me to
be and lived in fear for many years. I was mistreated....
</p>
</li>
<!-- More people... -->
<li class="bg-white p-2 rounded-lg">
<img class="aspect-[3/2] w-full object-cover" src="./public/img/Blogs/blog 3.JPG" alt="">
<h3 class="heading-font-family text-color mt-6 text-2xl font-semibold leading-8 tracking-tight p-2">
The Subaltern Can Speak: Are you listening?</h3>
<p class="text-base leading-7 text-gray-700 p-2">Malanpur is an industrial town in Madhya Pradesh
with a population of over thirty thousand. It reels with community leaders and a population
adamant to fight for its rights. With a promise of better jobs and...
</p>
</li>
</ul>
</div>
</div>
<!-- stories -->
<!--Support our work -->
<div class="bg-red-900">
<div class="mx-auto max-w-7xl px-4 py-8 sm:px-6 lg:px-16">
<div class="mt-4 grid grid-cols-1 gap-y-6 sm:grid-cols-2 sm:gap-x-6 lg:gap-8 justify-center items-center">
<div>
<h1 class="heading-font-family text-3xl sm:text-4xl font-bold text-white p-2 ">
<p class="heading-font-family">
Support
</p>
<p class="heading-font-family">
our
</p>
<p class="heading-font-family">
work
</p>
</h1>
</div>
<div class=" lg:mb-0 sm:place-self-center rounded-lg p-1">
<p class="max-w-4xl text-gray-200 md:text-lg lg:text-1xl p-2 text-start">
You can play your part by contributing monetarily to support community workers, paralegals and
lawyers working at the ground. Your contributions will help us support their work, and maintain
essential infrastructure. </p>
<!-- <a href="donate.html">
<button class="bg-gray-900 text-white font-bold py-2 px-4 rounded-lg text-xl shadow-lg">
DONATE
</button> -->
<div class="lg:p-0 lg:pt-4">
<a href="donate.html"
class="paragraphs-font inline-flex items-center justify-center px-6 py-3 text-lg font-medium text-center bg-gray-900 text-white border rounded hover:bg-red-900 ">
Donate us >
</a>
</div>
<!-- </a> -->
</div>
</div>
</div>
</div>
<!-- Support our work-->
<!-- power of spaces* -->
<div class="">
<div class="mx-auto max-w-7xl px-4 py-8 sm:px-6 lg:px-16">
<div class="mt-4 grid grid-cols-1 gap-y-6 sm:grid-cols-2 sm:gap-x-6 lg:gap-8 justify-center items-center">
<div class=" lg:mb-0 sm:place-self-center bg-white rounded-lg p-1">
<img src="public/img/Transformative spaces.jpg" class="power-of-Spaces-2 rounded" alt="logo" />
</div>
<div class="px-2">
<h1
class="heading-font-family max-w-5xl lg:mb-2 text-3xl font-bold tracking-normal leading-8 sm:text-4xl sm:text-start text-color sm:text-center">
We believe in the
</h1>
<h1
class="heading-font-family max-w-5xl lg:mb-2 text-3xl font-bold tracking-normal leading-8 sm:text-4xl sm:text-start text-color sm:text-center">
transformative </h1>
<h1
class="heading-font-family max-w-5xl lg:mb-4 text-3xl font-bold tracking-normal leading-8 sm:text-4xl sm:text-start text-color sm:text-center">
power of spaces</h1>
<p class="max-w-4xl text-gray-700 md:text-lg lg:text-1xl py-3 text-start">
Empowering communities, enabling collaboration and fostering a sense of belongingness
between them by providing safe physical spaces. </p>
<!-- <a class="text-red-800 apply-link" href="spaces.html">
Check out our spaces</a> -->
<div class="lg:p-0 lg:pt-4">
<p class="max-w-2xl font-medium text-justify lg:text-lg pb-2">
<a href="spaces.html"
class="paragraphs-font inline-flex items-center justify-center px-5 py-2 text-base font-medium text-center bg-red-800 text-white border border-gray-300 rounded hover:bg-red-900 focus:ring-4 ">
Check out our spaces >
</a>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- power of spaces -->
<section class="p-4 back-color lg:py-12 py-4">
<h1 class="heading-font-family text-lg font-semibold text-red-900 capitalize sm:text-2xl p-4 text-center">
OUR COLLABORATORS </h1>
<div
class="lg:px-24 px-2 mx-auto mt-10 grid grid-cols-1 gap-x-8 gap-y-16 sm:grid-cols-2 lg:mx-0 lg:max-w-none lg:grid-cols-4 justify-center items-center">
<img src="public/img/Partners-Img/sruthi-logo.png" alt="" class="w-56 ">
<img src="public/img/Partners-Img/azim-premji-foundation.png" alt="" class="w-56 ">
<img src="public/img/Partners-Img/agami-logo-svg-lightbg.svg" alt="" class="w-56 h-20">
<!-- <img src="public/img/Partners-Img/Logo_Neev_f-300x138.png" alt="" class="w-56 h-20"> -->
<img src="public/img/Partners-Img/csj-logo.png" alt="" class="w-50 h-28">
<img src="public/img/Partners-Img/rnp-logo.png" alt="" class="w-56 h-20">
<img src="public/img/Partners-Img/anil-divan.png" alt="" class="w-56 h-20 object-contain">
<img src="public/img/Partners-Img/Neev Foundation Collaborator.jpg" alt="" class="w-24 h-24">
</div>
</section>
<!-- partners -->
<!-- <section class="p-4 back-color ">
<h1 class="heading-font-family text-3xl font-semibold text-color capitalize sm:text-4xl p-4 text-center">
Our Collaborators </h1>
<section class="partner-logo">
<div class="marquee-parent">
<div class="marquee">
<ul class="marquee-content">
<li><img alt="Client's logo" src="public/img/Partners-Img/sruthi-logo.jpg"></li>
<li><img alt="Client's logo" src="public/img/Partners-Img/Azim_Premji_University_logo..webp">
</li>
<li><img alt="Client's logo" src="public/img/Partners-Img/agami-logo-svg-lightbg.svg"
class="bg-white"></li>
<li><img alt="Client's logo" src="public/img/Partners-Img/Logo_Neev_f-300x138.png"
class="bg-white"></li>
</li>
<li><img alt="Client's logo" src="public/img/Partners-Img/csj-logo.jpeg"></li>
<li><img alt="Client's logo" src="public/img/Partners-Img/rnp-logo.jpeg">
<li><img alt="Client's logo" src="public/img/Partners-Img/anil-divan.png"></li>
</ul>
</div>
</div>
</section>
</section> -->
<!-- partners end -->
<!-- Testimonials Section end -->
<div class="bg-white py-24 sm:py-16">
<div class="mx-auto max-w-7xl px-6 lg:px-8">
<div class="mx-auto max-w-xl text-center">
<h1
class="heading-font-family text-3xl font-semibold text-color capitalize sm:text-4xl p-2 text-center">
Testimonials</h1>
</div>
<div class="mx-auto mt-6 flow-root lg:mx-0 lg:max-w-none">
<div class="-mt-8 grid grid-cols-1 lg:grid-cols-2 lg:px-8">
<!-- <a href=""> -->
<div class="pt-8 sm:inline-block sm:w-full sm:px-4">
<figure class="rounded-lg back-color lg:p-8 p-4 text-base leading-6">
<blockquote class="text-gray-900">
<p>“It was only in Shivpuri that I truly understood the power of Zeniths work to
unlock the capacity for change in a regional ecosystem. The careful tending of
relationships across state and society; the development of not just legal but
community organizing capacity; and the mobilization of a large number of young
people in the process of effecting change. Zenith can become a model for how
sustainable change can be effected for the most vulnerable.”</p>
</blockquote>
<figcaption class="mt-6 flex items-center gap-x-4">
<img class="h-20 w-20 rounded-full bg-gray-50"
src="public/img/testimonials/Sachin malhan.png" alt="">
<div>
<div class="font-semibold text-gray-900">Sachin Malhan</div>
<div class="text-gray-600 text-color">Co- founder Agami
</div>
</div>
</figcaption>
</figure>
</div>
<!-- </a> -->
<!-- <a href=""> -->
<div class="pt-8 sm:inline-block sm:w-full sm:px-4 ">
<figure
class="rounded-lg back-color lg:p-8 p-4 text-base leading-6 testimonial-div flex flex-col justify-between"
style="height: 360px;">
<blockquote class="text-gray-900">
<p>“Zenith taught me how it's equally important to work with the government while
seeking accountability from them. I also learned social and political realities
surrounding the access to justice and a holistic approach to resolve justice issues.
Being around nature every time was delightful bonus :).”</p>
</blockquote>
<figcaption class="mt-6 flex items-center gap-x-4">
<img class="h-20 w-20 rounded-full bg-gray-50"
src="public/img/testimonials/Samrath .jpg" alt="">
<div>
<div class="font-semibold text-gray-900">Samrath Kaur Khalsi</div>
<div class="text-gray-600 text-color">Law Student</div>
</div>
</figcaption>
</figure>
</div>
<!-- </a> -->
</div>
</div>
</div>
</div>
<!-- Testimonials Section end -->
<!-- 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-6 pb-8 pt-20 sm:pt-24 lg:px-8 lg:pt-24">
<div class="grid xl:grid-cols-4 xl:gap-8 lg:grid-cols-4 md:grid-cols-2 sm:grid-cols-2 gap-x-8 gap-y-6">
<div class="text-white">
<a href="index.html"><img src="public/img/zenith-white-logo.png" alt="logo" class=" w-44"></a>
<div class="flex space-x-6 md:order-2 mt-12">
<a href="https://www.facebook.com/zenithfeelthechange "
class="text-gray-500 hover:text-gray-400">
<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/zenithssle/ " class="text-gray-500 hover:text-gray-400">
<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/Zenithssle" class="text-gray-500 hover:text-gray-400">
<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/zenith-society-for-socio-legal-empowerment/"
class="text-gray-500 hover:text-gray-400">
<span class="sr-only">LinkedIn</span>
<svg class="sw-6 h-6" aria-hidden="true" focusable="false" data-prefix="fab"
data-icon="linkedin" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"
data-fa-i2svg="">
<path fill="currentColor"
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z">
</path>
</svg>
</a>
</div>
<!-- policies -->
<div class=" pt-8 ">
<p><a class="text-sm text-gray-400 hover:text-red-400" href="terms-conditions.html">Terms &
Conditions</a></p>
<p><a class="text-sm text-gray-400 hover:text-red-400" href="privacy-policy.html"> Privacy
Policy</a></p>
<p><a class="text-sm text-gray-400 hover:text-red-400" href="refund-cancellation.html">Refund
and Cancellation</a>
</p>
</div>
</div>
<div class="text-white">
<h1 class="heading-font-family text-lg text-white capitalize lg:text-2xl mb-4">
IN MEDIA </h1>
<!-- <p class="mt-2 text-sm leading-6 text-gray-300">The latest news, articles, and resources, sent to
your inbox weekly.</p> -->
<div class="media-flex">
<div class="news-list-item">
<div class="item-image">
<a
href="https://www.downtoearth.org.in/news/environment/ngt-stops-mining-in-ecologically-sensitive-madhav-national-park-in-madhya-pradesh-85290">
<img width="58" height="58"
src="public/img/Instagram-img/older pics/zenith-insta-1.jpg"
class="attachment-thumbnail size-thumbnail wp-post-image" alt="a">
</div>
<div class="item-text-holder">
<h6 class="item-title">NGT stops mining </h6>
<div class="item-date"> 04 October 2022</div>
</div>
</a>
</div>
<div class="divider"></div>
<div class="news-list-item">
<div class="item-image">
<a
href="https://www.newsclick.in/challenges-administrative-transitions-affect-migrant-workers-most">
<img width="58" height="100" src="public/img/Instagram-img/zenith-insta-2.jpg"
class="attachment-thumbnail size-thumbnail wp-post-image h-full" alt="a">
</div>
<div class="item-text-holder">
<h6 class="item-title">Malanpur-Migrant Workers </h6>
<div class="item-date">19 Feb 2022</div>
</div>
</a>
</div>
</div>
</div>
<div class="text-white">
<h1 class="heading-font-family text-lg text-white capitalize lg:text-2xl mb-4">INSTAGRAM </h1>
<!-- <p class="mt-2 text-sm leading-6 text-gray-300">The latest news, articles, and resources, sent to
your inbox weekly.</p> -->
<div class="instagram-grid">
<div class="mkd-instagram-item-holder">
<a href="https://www.instagram.com/zenithssle/" target="_blank">
<img class="insta-img" src="public/img/Instagram-img/zenith-insta-1.jpg" alt="">
</a>
</div>
<div class="mkd-instagram-item-holder">
<a href="https://www.instagram.com/zenithssle/" target="_blank">
<img class="insta-img" src="public/img/Instagram-img/zenith-insta-2.jpg" alt="">
</a>
</div>
<div class="mkd-instagram-item-holder">
<a href="https://www.instagram.com/zenithssle/" target="_blank">
<img class="insta-img" src="public/img/Instagram-img/zenith-insta-3.webp" alt="">
</a>
</div>
<div class="mkd-instagram-item-holder">
<a href="https://www.instagram.com/zenithssle/" target="_blank">
<img class="insta-img" src="public/img/Instagram-img/zenith-insta-4.webp" alt="">
</a>
</div>
<div class="mkd-instagram-item-holder">
<a href="https://www.instagram.com/zenithssle/" target="_blank">
<img class="insta-img" src="public/img/Instagram-img/zenith-insta-5.webp" alt="">
</a>
</div>
<div class="mkd-instagram-item-holder">
<a href="https://www.instagram.com/zenithssle/" target="_blank">
<img class="insta-img" src="public/img/Instagram-img/zenith-insta-6.webp" alt="">
</a>
</div>
</div>
</div>
<!-- </div> -->
<div class="mt-10 xl:mt-0">
<h1 class="heading-font-family text-lg text-white capitalize lg:text-2xl mb-4">
SUBSCRIBE</h1>
<p class="mt-2 text-sm leading-6 text-gray-300">The latest news, articles, and resources,
sent to
your inbox weekly.</p>
<form class="mt-6 sm:flex sm:max-w-md">
<label for="email-address" class="sr-only">Email address</label>
<input type="email" name="email-address" id="email-address" autocomplete="email" required
class="w-full min-w-0 appearance-none rounded-md border-0 bg-white/5 px-3 py-1.5 text-base text-white shadow-sm ring-1 ring-inset ring-white/10 placeholder:text-gray-500 focus:ring-2 focus:ring-inset focus:ring-indigo-500 sm:w-64 sm:text-sm sm:leading-6 xl:w-full"
placeholder="Enter your email">
<div class="mt-4 sm:ml-4 sm:mt-0 sm:flex-shrink-0">
<button type="submit"
class="flex w-full items-center justify-center rounded-md bg-orange-700 px-3 py-2 text-sm text-white shadow-sm hover:bg-orange-800 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-500">Subscribe</button>
</div>
</form>
</div>
</div>
<div class="mt-6 border-t border-white/10 pt-8 sm:mt-20 flex justify-center lg:mt-24">
<p class="mt-8 text-sm leading-5 text-gray-400 md:order-1 md:mt-0 ">© Zenith Society for Social
Legal Empowerment. All rights reserved.</p>
</div>
<p class="mt-4 text-xs leading-5 md:order-1 md:mt-0 text-gray-300 flex justify-center">
Built with ❤️ by
<a href="https://oasishq.org/" class="text-gray-300 hover:text-red-400 px-1" target="_blank">OASIS</a>
partner
<a href="https://aikyamfellows.org/" class="text-gray-300 hover:text-red-400 px-1" target="_blank">
aikyam fellows </a>
using
<a href="https://github.com/t4glabs/zenith" class="text-gray-300 hover:text-red-400 px-1"> Github
Pages</a>
</a>
</p>
</div>
</footer>
<!-- </footer> -->
<!-- Js Files -->
<script src="index.js"></script>
</body>
</html>