generated from t4glabs/tailwind-starter-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstories.html
More file actions
260 lines (202 loc) · 15.6 KB
/
stories.html
File metadata and controls
260 lines (202 loc) · 15.6 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Nunito&display=swap" rel="stylesheet">
<link href="output.css" rel="stylesheet">
<title>Sachcha Prayas</title>
<link rel="icon" type="image/x-icon" href="public/image/logo.png" />
</head>
<body class="bg-gray-5100 font-sans leading-normal tracking-normal">
<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 font-family-class top-0 left-0 bg-white text-white md:right-0">
<div x-data="{ open: false }"
class="p-2 flex flex-col md:items-center md:justify-between md:flex-row md:px-6 lg:px-8 ">
<div class="flex flex-row items-center justify-between">
<a href="index.html"><img src="public/image/logo.png" alt="logo" class="h-full w-16"></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-600">
<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 nav-link-color text-lg rounded-lg md:mt-0 hover:text-red-600 hover:bg-gray-50 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="index.html">Home</a>
<a class="px-4 py-2 mt-2 nav-link-color text-lg rounded-lg md:mt-0 hover:text-red-600 hover:bg-gray-50 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="#">About Us</a>
<!-- **** -->
<a class=" px-4 py-2 mt-2 nav-link-color text-lg bg-transparent rounded-lg hover:text-red-600 hover:bg-gray-50 md:mt-0 md:ml-4 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="our-work.html">Our Work</a>
<a class=" px-4 py-2 mt-2 nav-link-color text-lg bg-transparent rounded-lg hover:text-red-600 hover:bg-gray-50 md:mt-0 md:ml-4 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=" px-4 py-2 mt-2 nav-link-color text-lg bg-transparent rounded-lg hover:text-red-600 hover:bg-gray-50 md:mt-0 md:ml-4 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="new-gallery.html">Gallery</a>
<a class=" px-4 py-2 mt-2 nav-link-color text-lg bg-transparent rounded-lg hover:text-red-600 hover:bg-gray-50 md:mt-0 md:ml-4 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none focus:shadow-outline"
href="contact.html">Contact Us</a>
<a class=" px-4 py-2 mt-2 text-lg bg-transparent rounded-lg text-red-600 bg-gray-100 md:mt-0 md:ml-4 hover:text-gray-900 focus:text-gray-900 focus:bg-gray-200 focus:outline-none focus:shadow-outline "
href="donate.html">Donate</a>
<div id="google_translate_element"></div>
</nav>
</div>
<!-- red border -->
<div class="border-4 border-orange-400 border-back-color"></div>
</div>
<!-- *** header end **** -->
<!-- body -->
<!-- out mission -->
<!-- end Current Scenario and Challenges -->
<section>
<div class="container mx-auto lg:px-6 px-6 lg:py-12 py-4 lg:text-left mt-4 lg:mt-0">
<div class="mt-12 lg:mt-0 ">
<h1 class="lg:text-4xl font-bold capitalize text-lg pb-4 px-12 text-center">
Amrita Soni
</h1>
<div class="mx-auto text-justify text-base mb-6 lg:px-12">
<p class="mx-auto text-justify text-base ">
Amrita Soni’s father passed away when she was just 16 years old, just as she was preparing for the 11th grade. Being the eldest child, she had to quit her studies to take responsibility for her mother and siblings. Her mother, Urmila Soni, decided to teach her daughter the skill of sewing so that she could support the family. It was thus that she came to Sachcha Prayas.
</p>
<p class="mx-auto text-justify text-base ">
Amrita quickly grasped the skill. With time, she saved enough money to buy a new sewing machine worth ₹6,000. She began earning between ₹1000 to ₹1500 per month by taking sewing orders from her village. With Parvez Khan’s support, she secured a sewing job at Ritu Beauty Products General Store. She now earns approximately ₹5000 per month. Moreover, she earns around ₹3000 by stitching around three sarees. Amrita has not only improved her financial condition but has also taught sewing to 15 girls in her village, empowering them to earn their livelihoods.
</p>
<p class="mx-auto text-justify text-base ">
Her younger sister, Aarti Soni, has also learned the skill and is contributing to the family's income.
</p>
</div>
</div>
</section>
<!-- end out mission -->
<div class="flex justify-center">
<div class="border-2 border-orange-400 border-back-color w-1/2 "></div>
</div>
<!-- Durgabai Sahu -->
<section>
<div class="container mx-auto lg:px-6 px-6 lg:py-12 py-4 lg:text-left mt-4 lg:mt-0">
<div class="mt-12 lg:mt-0 ">
<h1 class="lg:text-4xl font-bold capitalize text-lg pb-4 px-12 text-center">
Durgabai Sahu
</h1>
<div class="mx-auto text-justify text-base mb-6 lg:px-12">
<p class="mx-auto text-justify text-base ">
Durgabai Sahu, 40, who lives in Hardauli Bargi Nagar gram panchayat, first faced severe financial difficulties 11 years ago when her husband, Ram Sahu suffered losses in his contracting business. He fell ill soon after and Durgabai recalls that they exhausted all their savings on his medical treatment. Durgabai enrolled in a 3-month training program at the organisation and started sewing from home using an old sewing machine. Soon, she gradually started taking on readymade garment orders. She eventually expanded her business, with four to five sewing machines at her house. </p>
<p class="mx-auto text-justify text-base ">
With the guidance of the organisation, she began to earn a significant income through her work on readymade garments. Eventually, she even started a small grocery shop in her neighbourhood. Durga Bai also taught sewing to some women in her neighbourhood, helping them earn a livelihood. She also trained twelve women at her workshop, who eventually found employment.
</p>
<p class="mx-auto text-justify text-base ">
Her journey continued with the establishment of a self-help group called Bhagyalakshmi, which now includes twelve other women, all engaged in the readymade clothing business. They have also started receiving stitching orders for dresses and uniforms at the district and regional levels.
</p>
</div>
</div>
<!-- <div class="flex justify-center"> -->
</section>
<!--end Durgabai Sahu story -->
<div class="flex justify-center">
<div class="border-2 border-orange-400 border-back-color w-1/2 "></div>
</div>
<!-- Nuri Begum story -->
<section>
<div class="container mx-auto lg:px-6 px-6 lg:py-12 py-4 lg:text-left mt-4 lg:mt-0">
<div class="mt-12 lg:mt-0 ">
<h1 class="lg:text-4xl font-bold capitalize text-lg pb-4 px-12 text-center">
Nuri Begum
</h1>
<div class="mx-auto text-justify text-base mb-6 lg:px-12">
<p class="mx-auto text-justify text-base ">
Nuri Begum, who has never been to school, lives in the small village of Hardauli in Bargi Nagar, with her husband Sheikh Mahboob and four children. She always harboured a strong desire to do something meaningful. The first few years of marriage was one of extreme poverty. Nuri wanted to support her family, and that is how she ended up learning sewing at Sachcha Prayas.</p>
<p class="mx-auto text-justify text-base ">
Interestingly, Nuri cannot read or write, nor does she know how to take measurements or cut patterns. However, with a sharp mind for calculations, Nuri has become proficient in the field of sewing. Neha Sharma, the master trainer at Sachha Prayas, explains that Nuri would visualise things in her mind and learned to sew and embroider with precision.
</p>
<p class="mx-auto text-justify text-base ">
Today, she earns thousands of rupees by sewing blouses, petticoats, gowns, salwar suits, and various designer attires. Nuri reveals that she has set up a flour mill in her home through the income she made by sewing. She earns around ₹8,000 to ₹10,000 rupees a month. Moreover, under the guidance of the organisation, she formed a self-help group named Sandhya Self-Help Group during the pandemic. The group soon got the opportunity to sew dresses for children from the first grade to the eighth grade through the Jabalpur District Panchayat. In the first instance, 1762 dresses were sewn and sent to the district panchayat within the 90-day deadline. This resulted in repeat orders. The group’s bank account has a deposit of ₹60,000 now, which she uses to assist the women in her group in times of need. Nuri has included approximately 15 women from her neighbourhood in her efforts, teaching them the skill of tailoring and providing them with employment.
</p>
</div>
</div>
</section>
<!-- Nuri Begum story end -->
<!-- footer -->
<div class="border-4 border-orange-400 border-back-color"></div>
<footer class="bg-white p-4 text-white" aria-labelledby="footer-heading">
<!-- <h2 id="footer-heading" class="sr-only">Footer</h2> -->
<div class="mx-auto max-w-7xl px-6 pb-4 sm:pt-24 lg:px-16 pt-2 lg:pt-12 text-black">
<div class="">
<div class="flex flex-col lg:flex-row justify-between lg:gap-20 gap-12">
<!-- 1111 -->
<div class="mt-2 xl:mt-0 max-w-xl">
<h3 class="text-lg font-semibold leading-6 text-black">Address</h3>
<p class="mt-2 text-baseleading-6 text-black font-family-class">Near to Police Chauki Bus Stand,
Gram Panchayat Harduli Bargi Nagar, district Jabalpur, Pin code – 482056
</p>
</div>
<!-- 22222 -->
<div class="mt-2 xl:mt-0 text-black">
<h3 class="text-lg font-semibold leading-6 ">Contact Us</h3>
<p class="mt-2 text-baseleading-6 font-family-class"> +91-9424708153, 6263797445</p>
<p class="mt-2 text-baseleading-6 font-family-class">prayasjbp23@yahoo.in</p>
</div>
</div>
</div>
<div class="mt-16 border-t border-black pt-8 sm:mt-20 md:flex md:items-center md:justify-between lg:mt-8">
<div class="flex space-x-6 md:order-2">
<a href="https://www.facebook.com/parwez.khan.1671 " class="text-gray-500 hover:text-green-600">
<span class="sr-only">Facebook</span>
<svg class="h-10 w-10" 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=" " class="text-gray-500 hover:text-green-600">
<span class="sr-only">Twitter</span>
<svg class="h-10 w-10" 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>
</div>
<!-- copyright -->
<div>
<p class="mt-8 mb-2 text-base leading-5 text-black md:order-1 md:mt-0 font-family-class">©
Copyright
Sachcha Prayas
- All rights reserved.</p>
<p class="mt-12 text-sm leading-5 md:order-1 md:mt-0 text-black font-family-class">
built with 💙 by <a
href="https://t4glabs.discourse.group/u?cards=no&group=Tech4Good-Fellows&order=likes_received&period=all"
target="_blank" class="li-text-color hover:text-green-600 hover:underline">Tech4Good
Fellows</a> &
Hosted Freely on <a href="https://github.com/t4glabs/sachcha-prayas-website"
class="li-text-color hover:text-green-600 hover:underline">Github
Pages</a>
</a>
</p>
</div>
</div>
</div>
</footer>
<script type="text/javascript">
const toggleButtons = document.querySelectorAll('.toggle-dropdown');
const dropdownContents = document.querySelectorAll('.dropdown-content');
toggleButtons.forEach((button, index) => {
button.addEventListener('click', () => {
const isOpen = !dropdownContents[index].classList.contains('hidden');
dropdownContents[index].classList.toggle('hidden', isOpen);
const arrowIcon = button.querySelector('.arrow-down');
arrowIcon.classList.toggle('rotate-180', !isOpen);
});
});
function googleTranslateElementInit() {
new google.translate.TranslateElement({ pageLanguage: 'en' }, 'google_translate_element');
}
</script>
<script type="text/javascript"
src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</body>
</html>