-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
485 lines (447 loc) · 33.3 KB
/
index.html
File metadata and controls
485 lines (447 loc) · 33.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href = "/dist/output.css" rel ="stylesheet">
<link href="/style.css" rel="stylesheet" />
<link rel="stylesheet" href="./input.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
<script src="https://cdn.tailwindcss.com"></script>
<title>ReformRise — Empowering Change Behind Bars</title>
</head>
<body class="">
<header class="flex justify-between px-[10%] py-[1%]">
<a href="" class="" >
<img src="./images/RR.png" alt="Reformaze Logo" width="5%" height="5%" />
</a>
<nav class="ml-[-80%]">
<ul class="flex gap-10">
<li><a href="#" class="opacity-80 active:opacity-100 text-md font-bold text-['#555555'] hover:text-black">Home</a></li>
<div class="relative inline-flex items-center">
<button id="dropdownDelayButton" data-dropdown-toggle="dropdownHover" data-dropdown-delay="0" data-dropdown-trigger="hover" class="text-[#555555] hover:text-black font-bold rounded-lg text-md text-center inline-flex items-center" type="button">
Our Focus <svg class="w-2.5 h-2.5 ml-2.5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m1 1 4 4 4-4"/>
</svg>
</button>
<!-- Dropdown menu -->
<div id="dropdownDelay" class="z-10 hidden bg-white mt-2 divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-gray-700 absolute top-full left-0">
<ul class="py-2 text-sm text-stone-950 dark:text-stone-950" aria-labelledby="dropdownDelayButton">
<li>
<a href="./ourfocus.html" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-[#5ED053] dark:hover:text-white">Prison</a>
</li>
<li>
<a href="./ourfocus.html" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-[#5ED053] dark:hover:text-white">Youth</a>
</li>
<li>
<a href="./ourfocus.html" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-[#5ED053] dark:hover:text-white">Community</a>
</li>
</ul>
</div>
</div>
<li><a href="about.html" class="opacity-80 active:opacity-10 text-md font-bold text-['#555555'] hover:text-black">About Us</a></li>
<li>
<div class="relative inline-flex items-center">
<button id="dropdownDelayButton" data-dropdown-toggle="dropdownHover" data-dropdown-delay="0" data-dropdown-trigger="hover" class="text-[#555555] hover:text-black font-bold rounded-lg text-md text-center inline-flex items-center" type="button">
Projects <svg class="w-2.5 h-2.5 ml-2.5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 6">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m1 1 4 4 4-4"/>
</svg>
</button>
<!-- Dropdown menu -->
<div id="dropdownDelay" class="z-10 bg-white mt-2 divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-gray-700 absolute top-full left-0">
<ul class="py-2 text-sm text-stone-950 dark:text-stone-950" aria-labelledby="dropdownDelayButton">
<li>
<a href="./projects.html" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-[#5ED053] dark:hover:text-white">Career Development</a>
</li>
<li>
<a href="./projects.html" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-[#5ED053] dark:hover:text-white">Litigation</a>
</li>
<li>
<a href="./projects.html" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-[#5ED053] dark:hover:text-white">Re-integration</a>
</li>
</ul>
</div>
</div>
</li>
<li><a href="blog.html" class="opacity-80 active:opacity-100 text-md font-bold text-['#555555'] hover:text-black">Blog</a></li>
<li>
<a href="contact.html" class="opacity-80 active:opacity-100 text-md font-bold text-['#555555'] hover:text-black">Contact</a>
</li>
</ul>
</nav>
</header>
<!-- Hero Section -->
<section class="bg-[url('/images/businessman.png')] bg-cover bg-bottom h-[80vh] bg-no-repeat relative text-center ">
<div class="absolute bg-[rgba(0,0,0,0.6)] top-0 bottom-0 left-0 right-0 "></div>
<div class=" animate absolute bottom-[30%] w-[100%]">
<p class="font-bold text-7xl text-white uppercase">Contribute <span class="font-light">to the</span> Reform</p>
<p class="text-white text-3xl font-light mt-8">To <span class="font-bold"> Empower</span>, <span class="font-bold">Reform</span>, and <span class="font-bold">Transform</span> Lives</p>
<button class="bg-[#5ED053] rounded-lg h-16 w-[15%] px-5 mt-10 hover:bg-transparent hover:border-2 hover:border-white text-white uppercase text-sm font-bold tracking-wide">Donate Now</button>
</div>
</section>
<div class="bg-[#312755] text-center uppercase text-[25px] font-semibold pt-8 pb-8">
<p class="text-white">A NEW REVOLUTION, A NEW BEGINNING</p>
</div>
<section class="my-20">
<div class="relative">
<p class="text-center uppercase text-[25px] font-semibold">Projects. Support Us</p>
<hr class="w-[10%] absolute left-[44.5%] "></hr>
</div>
<p class="text-stone-500 text-md font-semibold text-center mt-8 mb-14">
Partner with ReformRise NGO to revolutionize mental health
, rehabilitation, and justice in prisons.<br> Join us in transforming lives today.
</p>
<div class="grid grid-cols-3 ml-16 gap-10">
<div class="flex flex-col items-center text-center gap-4 border-2 w-96 p-6 justify-center">
<div class="bg-stone-200 h-28 w-28 hover:bg-[#302755] rounded-full hover:text-white flex items-center justify-center">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-12 h-12">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 18v-5.25m0 0a6.01 6.01 0 001.5-.189m-1.5.189a6.01 6.01 0 01-1.5-.189m3.75 7.478a12.06 12.06 0 01-4.5 0m3.75 2.383a14.406 14.406 0 01-3 0M14.25 18v-.192c0-.983.658-1.823 1.508-2.316a7.5 7.5 0 10-7.517 0c.85.493 1.509 1.333 1.509 2.316V18" />
</svg>
</div>
<p class="text-bold text-xl text-center text-[#5ED053]">Access to Mental Health Services</p>
<p>With the idea of collaboration, RRI collaborates with healthcare professionals
for assessments and counseling, offering support within prisons.</p>
</div>
<div class="flex flex-col items-center text-center gap-4 border-2 w-96 p-6 justify-center">
<div class="bg-stone-200 h-28 w-28 hover:bg-[#302755] hover:text-white rounded-full flex items-center justify-center">
<ion-icon name="school-outline" class="text-6xl font-extrabold"></ion-icon>
</div>
<p class="text-bold text-xl text-center text-[#5ED053]">Awareness and Education</p>
<p>RRI increases mental health awareness in prisons through workshops and training for inmates and staff.
staff .</p>
</div>
<div class="flex flex-col items-center text-center gap-4 border-2 w-96 p-8 justify-center">
<div class="bg-stone-200 h-28 w-28 hover:bg-[#302755] hover:text-white rounded-full flex items-center justify-center">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-12 h-12">
<path stroke-linecap="round" stroke-linejoin="round" d="M9 12.75L11.25 15 15 9.75m-3-7.036A11.959 11.959 0 013.598 6 11.99 11.99 0 003 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285z" />
</svg>
</div>
<p class="text-bold text-xl text-center text-[#5ED053]">Advocacy and Policy Reform</p>
<p>By advocating for policy reforms, RRI advocates for policy changes to better mental health conditions in prisons, working with authorities.</p>
</div>
<div class="flex flex-col items-center text-center gap-4 border-2 w-96 p-6 justify-center">
<div class="bg-stone-200 h-28 w-28 hover:bg-[#302755] hover:text-white rounded-full flex items-center justify-center">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-12 h-12">
<path stroke-linecap="round" stroke-linejoin="round" d="M9.53 16.122a3 3 0 00-5.78 1.128 2.25 2.25 0 01-2.4 2.245 4.5 4.5 0 008.4-2.245c0-.399-.078-.78-.22-1.128zm0 0a15.998 15.998 0 003.388-1.62m-5.043-.025a15.994 15.994 0 011.622-3.395m3.42 3.42a15.995 15.995 0 004.764-4.648l3.876-5.814a1.151 1.151 0 00-1.597-1.597L14.146 6.32a15.996 15.996 0 00-4.649 4.763m3.42 3.42a6.776 6.776 0 00-3.42-3.42" />
</svg>
</div>
<p class="text-bold text-xl text-center text-[#5ED053] ">Skill Acquisition</p>
<p>RRI focuses on skill development to empower inmates with practical abilities for successful reintegration..</p>
</div>
<div class="flex flex-col items-center text-center gap-4 border-2 w-96 p-6 justify-center">
<div class="bg-stone-200 h-28 w-28 hover:bg-[#302755] hover:text-white rounded-full flex items-center justify-center">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-12 h-12">
<path stroke-linecap="round" stroke-linejoin="round" d="M15.182 15.182a4.5 4.5 0 01-6.364 0M21 12a9 9 0 11-18 0 9 9 0 0118 0zM9.75 9.75c0 .414-.168.75-.375.75S9 10.164 9 9.75 9.168 9 9.375 9s.375.336.375.75zm-.375 0h.008v.015h-.008V9.75zm5.625 0c0 .414-.168.75-.375.75s-.375-.336-.375-.75.168-.75.375-.75.375.336.375.75zm-.375 0h.008v.015h-.008V9.75z" />
</svg>
</div>
<p class="text-bold text-xl text-center text-[#5ED053] ">Rehabilitation Programs</p>
<p>RRI aids inmates with mental health issues through vocational training, personal growth, and post-release support.</p>
</div>
<div class="flex flex-col items-center text-center gap-4 border-2 w-96 p-6 justify-center">
<div class="bg-stone-200 h-28 w-28 hover:bg-[#302755] hover:text-white rounded-full flex items-center justify-center">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-12 h-12">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 3v17.25m0 0c-1.472 0-2.882.265-4.185.75M12 20.25c1.472 0 2.882.265 4.185.75M18.75 4.97A48.416 48.416 0 0012 4.5c-2.291 0-4.545.16-6.75.47m13.5 0c1.01.143 2.01.317 3 .52m-3-.52l2.62 10.726c.122.499-.106 1.028-.589 1.202a5.988 5.988 0 01-2.031.352 5.988 5.988 0 01-2.031-.352c-.483-.174-.711-.703-.59-1.202L18.75 4.971zm-16.5.52c.99-.203 1.99-.377 3-.52m0 0l2.62 10.726c.122.499-.106 1.028-.589 1.202a5.989 5.989 0 01-2.031.352 5.989 5.989 0 01-2.031-.352c-.483-.174-.711-.703-.59-1.202L5.25 4.971z" />
</svg>
</div>
<p class="text-bold text-xl text-center text-[#5ED053] ">Litigation</p>
<p>RRI stands for justice, assisting prisoners in seeking legal redress, ensuring their rights are protected and upheld..</p>
</div>
</div>
</section>
<!-- Data and analysis section -->
<section class="bg-[url('/images/stats.jpg')] relative bg-cover bg-center h-[40vh] mt-16 ">
<div class="absolute bg-[rgba(0,0,0,0.6)] top-0 bottom-0 left-0 right-0 "></div>
<div class="flex justify-around items-center pt-28">
<div class="z-10 flex flex-col items-center gap-6">
<div class="text-white flex flex-col items-center gap-2 justify-center">
<ion-icon name="earth-outline" class="text-6xl"></ion-icon>
<p class="text-white text-xl ">26</p>
<p class="text-white uppercase text-xl font-semibold tracking-wider">African Countries</p>
</div>
</div>
<div class="z-10">
<div class="text-white flex flex-col items-center gap-2 justify-center">
<ion-icon name="people-outline" class="text-6xl"></ion-icon>
<p class="text-white text-xl ">1000</p>
<p class="text-white uppercase text-xl font-semibold tracking-wider">Beneficiaries</p>
</div>
</div>
<div class="z-10">
<div class="text-white flex flex-col items-center gap-2 justify-center">
<ion-icon name="shapes-outline" class="text-6xl"></ion-icon>
<p class="text-white text-xl ">26</p>
<p class="text-white uppercase text-xl font-semibold tracking-wider">Projects</p>
</div>
</div>
</div>
</div>
</section>
<section class="mt-28">
<div class="relative">
<p class="text-center uppercase text-[20px] text-[#302755]">Our Founders</p>
<hr class="w-[10%] absolute left-[44.5%]"></hr>
</div>
<div class="grid grid-cols-2 mt-10 justify-items-center px-64 gap-16">
<div class="flex flex-col relative pt-8 justify-center items-center bg-[#F5F5F5] w-[400px]">
<img src="./images/regina.jpeg" alt="Laptop image" height='80px' width='100px' class="hover:shadow-[rgba(0,0,0,0)] ml-[5%] absolute -top-12 border-[6px] border-white rounded-full hover:shadow-inner" >
<div class="flex flex-col pt-8 justify-center m-6 ">
<p class="text-stone-700 w-72">
Dedicated to creating positive change and fostering social impact, Regina is a co-founder of ReformRise.
Drawing on over 7 years of experience in Data Science and Education, Reginais a driving force behind Reform's mission.
As a visionary leader, Regina has been instrumental in shaping ReformRise's purpose and initiatives. With a deep-rooted commitment to the training, rehabilitation and reintegration of prisoners into the society,
she spearheads efforts to give prisoners the Mucha coveted second chance, striving to make a lasting difference in their lives.
</p>
<p class="text-stone-600 font-semibold text-center">Regina R. Agaren</p>
<ul class="flex gap-5 items-center justify-center mt-3">
<li><a href="https://www.linkedin.com/in/regina-agaren-9696bab9"><ion-icon name="logo-linkedin"></ion-icon></a></li>
<li><a href="https://twitter.com/BendelHybrid"><ion-icon name="logo-twitter"></ion-icon></a></li>
<li><a href="https://www.facebook.com/gina.whyte?mibextid=ZbWKwL"><ion-icon name="logo-facebook"></ion-icon></a></li>
<li><a href="https://github.com/BendelHybrid" target="_blank"><ion-icon name="logo-github"></ion-icon></a></li>
</ul>
</div>
</div>
<div class="flex flex-col relative pt-8 justify-center items-center bg-[#F5F5F5] w-[400px]">
<img src="./images/Cilla.jpg" alt="Laptop image" height='100px' width='100px' class="hover:shadow-[rgba(0,0,0,0)] ml-[5%] absolute border-[6px] border-white -top-12 rounded-full hover:shadow-inner" >
<div class="flex flex-col justify-center m-6 ">
<p class="text-stone-700 w-72">
As a heart-centered woman entrepreneur,
I have gained tech skills and continue to learn about technology to help keep us all safe in the cyber world.
It is my call to everyone to get involved by teaching about cyber security and how we can protect businesses, ourselves, our family and friends and our countries as a whole.
I am a seasoned systems and automations expert, who is using technology to transform lives and businesses, because technology is <strong>FREEDOM</strong>.
</p>
<p class="text-stone-600 font-semibold text-center mt-3">Priscilla Azilafu</p>
<ul class="flex gap-5 items-center justify-center mt-3">
<li><a href="https://www.linkedin.com/in/regina-agaren-9696bab9"><ion-icon name="logo-linkedin"></ion-icon></a></li>
<li><a href="https://twitter.com/BendelHybrid"><ion-icon name="logo-twitter"></ion-icon></a></li>
<li><a href="https://www.facebook.com/gina.whyte?mibextid=ZbWKwL"><ion-icon name="logo-facebook"></ion-icon></a></li>
<li><a href="https://github.com/pazil24" target="_blank"><ion-icon name="logo-github"></ion-icon></a></li>
</ul>
</div>
</div>
<div class="flex flex-col relative pt-8 justify-center items-center bg-[#F5F5F5] w-[400px]">
<img src="./images/favour.png.jpeg" alt="Laptop image" height='100' width='100px' class="hover:shadow-[rgba(0,0,0,0)] ml-[5%] absolute -top-12 border-[6px] border-white rounded-full hover:shadow-inner" >
<div class="flex flex-col justify-center m-6 ">
<p class="text-stone-700 w-72">
A Passionate Art Director with 5 years of hands-on experience in Advertising Agencies & Fin-techs.
To create various materials to provide information about the company's offerings. Eyes for style, color, and texture. Talented and inventive professional, Certified in Product Design, Digital Marketing & Product management paired with expertise in Photoshop,
Illustrator, After Effects, and Premiere Pro. Polished in managing and creating business-to-business and
business-to-consumer marketing materials for web and print.
</p>
<p class="text-stone-600 font-semibold text-center">Favour Joseph</p>
<ul class="flex gap-5 items-center justify-center mt-3">
<li><a href="http://linkedin.com/in/favour-joseph-044315239"><ion-icon name="logo-linkedin"></ion-icon></a></li>
<li><a href="https://www.facebook.com/gina.whyte?mibextid=ZbWKwL"><ion-icon name="logo-twitter"></ion-icon></a></li>
<li><a href="https://instagram.com/fjjdcreative?igshid=OGQ5ZDc2ODk2ZA==" target="_blank"><ion-icon name="logo-instagram"></ion-icon></a></li>
<li><a href="https://github.com/FavourJumoke" target="_blank"><ion-icon name="logo-github"></ion-icon></a></li>
</ul>
</div>
</div>
<div class="flex flex-col relative pt-8 justify-center items-center bg-[#F5F5F5] w-[400px]">
<img src="./images/myimg.jpeg" alt="Laptop image" height='100px' width='100px' class="hover:shadow-[rgba(0,0,0,0)] ml-[5%] absolute -top-12 border-[6px] border-white rounded-full hover:shadow-inner" >
<div class="flex flex-col justify-center m-6 ">
<p class="text-stone-700 w-72">
A passionate and driven front-end developer, I thrive on challenges and have a natural curiosity
for understanding complex systems, enabling me to find innovative solutions efficiently.I always striving for excellence and delivering exceptional results. With a constant thirst for knowledge and staying ahead in the industry, I actively seek new ideas and technologies.
I am an enthusiastic and dedicated on creating captivating user experiences in the dynamic field of web development.
</p>
<p class="text-stone-600 font-semibold text-center">Ndemo Veronica</p>
<ul class="flex gap-5 items-center justify-center mt-3">
<li><a href="https://www.linkedin.com/in/regina-agaren-9696bab9" target="_blank"><ion-icon name="logo-linkedin"></ion-icon></a></li>
<li><a href="https://twitter.com/NdemoVeronica" target="_blank"><ion-icon name="logo-twitter"></ion-icon></a></li>
<li><a href="https://www.facebook.com/gina.whyte?mibextid=ZbWKwL" target="_blank"><ion-icon name="logo-facebook"></ion-icon></a></li>
<li><a href="https://github.com/Veronicandemo" target="_blank"><ion-icon name="logo-github"></ion-icon></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials Sections -->
<section class="bg-[url('/images/womansmilling.jpg')] relative bg-cover bg-center -z-30 h-[50vh] mt-16 items-center" >
<div class="absolute bg-[rgba(0,0,0,0.7)] top-0 bottom-0 left-0 right-0 -z-10 "></div>
<h2 class="font-extrabold text-center pt-4 text-4xl tracking-wider uppercase text-white">
Testimonials
</h2>
<!-- <div id="indicators-carousel" class="relative w-full" data-carousel="static">
Carousel wrapper
<div class="relative h-56 overflow-hidden rounded-lg md:h-96">
Item 1
<div class="flex-col duration-700 ease-in-out justify-center gap-3 items-center mt-[5%] " data-carousel-item="active">
<img src="./images/avatar-anisha.png" width="54px" alt="Anisha Photo">
<p class="uppercase tracking-wider text-white font-extrabold"> - John D.</p>
<p class="uppercase tracking-wider text-white font-light">Kenya</p>
<p class="w-[560px] text-white text-center">
<q>ReformRise gave me a second chance at life. After being unjustly imprisoned for a decade, their litigation program fought tirelessly for my freedom. Thanks to their dedication,
I'm now back with my family, rebuilding my life and making up for lost time.
My gratitude knows no bounds.</q>
</p>
</div>
<div class="flex-col duration-700 ease-in-out justify-center gap-3 items-center mt-[5%] " data-carousel-item="active">
<img src="./images/avatar-anisha.png" width="54px" alt="Anisha Photo">
<p class="uppercase tracking-wider text-white font-extrabold"> - John D.</p>
<p class="uppercase tracking-wider text-white font-light">Kenya</p>
<p class="w-[560px] text-white text-center">
<q>ReformRise gave me a second chance at life. After being unjustly imprisoned for a decade, their litigation program fought tirelessly for my freedom. Thanks to their dedication,
I'm now back with my family, rebuilding my life and making up for lost time.
My gratitude knows no bounds.</q>
</p>
</div>
<div class="flex-col duration-700 ease-in-out justify-center gap-3 items-center mt-[5%] " data-carousel-item="active">
<img src="./images/avatar-anisha.png" width="54px" alt="Anisha Photo">
<p class="uppercase tracking-wider text-white font-extrabold"> - John D.</p>
<p class="uppercase tracking-wider text-white font-light">Kenya</p>
<p class="w-[560px] text-white text-center">
<q>ReformRise gave me a second chance at life. After being unjustly imprisoned for a decade, their litigation program fought tirelessly for my freedom. Thanks to their dedication,
I'm now back with my family, rebuilding my life and making up for lost time.
My gratitude knows no bounds.</q>
</p>
</div>
</div>
Slider indicators
<div class="absolute z-30 flex space-x-3 -translate-x-1/2 bottom-5 left-1/2">
<button type="button" class="w-3 h-3 bg-white rounded-full" aria-current="true" aria-label="Slide 1" data-carousel-slide-to="0"></button>
<button type="button" class="w-3 h-3 bg-white rounded-full" aria-current="false" aria-label="Slide 2" data-carousel-slide-to="1"></button>
<button type="button" class="w-3 h-3 bg-white rounded-full" aria-current="false" aria-label="Slide 3" data-carousel-slide-to="2"></button>
</div>
Slider controls
<button type="button" class="absolute top-0 left-0 z-30 flex items-center justify-center h-full px-4 cursor-pointer group focus:outline-none" data-carousel-prev>
<span class="inline-flex items-center justify-center w-10 h-10 rounded-full bg-white/30 dark:bg-gray-800/30 group-hover:bg-white/50 dark:group-hover:bg-gray-800/60 group-focus:ring-4 group-focus:ring-white dark:group-focus:ring-gray-800/70 group-focus:outline-none">
<svg class="w-4 h-4 text-white dark:text-gray-800" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 6 10">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 1 1 5l4 4"/>
</svg>
<span class="sr-only">Previous</span>
</span>
</button>
<button type="button" class="absolute top-0 right-0 z-30 flex items-center justify-center h-full px-4 cursor-pointer group focus:outline-none" data-carousel-next>
<span class="inline-flex items-center justify-center w-10 h-10 rounded-full bg-white/30 dark:bg-gray-800/30 group-hover:bg-white/50 dark:group-hover:bg-gray-800/60 group-focus:ring-4 group-focus:ring-white dark:group-focus:ring-gray-800/70 group-focus:outline-none">
<svg class="w-4 h-4 text-white dark:text-gray-800" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 6 10">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m1 9 4-4-4-4"/>
</svg>
<span class="sr-only">Next</span>
</span>
</button>
</div>
-->
</section>
<!-- Blog and Events section -->
<section class="mt-24 mb-24">
<div class="mb-12">
<div class="relative">
<p class="text-center uppercase text-[20px] ">Blogs and Events</p>
<hr class="w-[10%] absolute left-[44.5%] "></hr>
</div>
<!-- <p class="text-stone-500 text-center mt-4 mb-10">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quasi cumque
earum atque tenetur.
</p> -->
</div>
<div class="flex justify-center gap-5">
<div class="flex">
<div class="bg-stone-200 h-16 flex justify-center items-center w-16 p-6 rounded-full">
<p class="text-center font-extrabold text-stone-600"><ion-icon name="calendar-number-outline" class="text-2xl font-bold"></ion-icon></p></div>
<div class="flex ml-3 flex-col gap-3 justify-center items-center">
<p class="font-semibold ">Convicts in Africa: <br> A Historical Perspective and Importance of Second Chances</p>
<p class="font-light text-stone-500 w-[30rem]">
Throughout history, Africa has faced significant challenges in dealing with convicts within its society.
From colonial times to the present day, the continent has witnessed various factors contributing to the
high rate of incarceration. This blog explores the historical background of convicts in Africa, the
hardships they face within and outside prison, and the importance of providing second chances to these
individuals. Additionally, it emphasizes the need for organizations that can foster hope and
rehabilitation among convicts, creating opportunities for their reintegration into society.
</p>
<a href="blog.html" class="text-[#5ED053] flex justify-center items-center">Read More <span class="mt-2 ml-2 text-xl"><ion-icon name="chevron-forward-outline"></ion-icon></span></a>
</div>
</div>
<div class="flex justify-center ">
<div class="bg-stone-200 h-16 flex justify-center items-center w-16 p-6 rounded-full">
<p class="text-center font-extrabold text-stone-600"><ion-icon name="calendar-number-outline" class="text-2xl font-bold"></ion-icon></p></div>
<div class="flex ml-3 flex-col gap-3 justify-center items-center">
<p class="font-semibold -mt-14 ">Pulling Convicts out of the Ditch of Depression and Stigmatization </p>
<p class="font-light text-stone-500 w-[30rem]">
When we talk about addressing mental health issues, one group that often gets neglected is the prison population.
Incarcerated individuals not only face the challenges of confinement but also grapple with the burden of depression,
anxiety, and stigmatization. In Africa, where there is already a lack of mental health resources, the plight of convicts sometimes goes unnoticed.
However, the Reform Rise Initiative (RRI) has emerged as a beacon of hope...
</p>
<a href="blog.html" class="text-[#5ED053] flex justify-center items-center">Read More <span class="mt-2 ml-2 text-xl"><ion-icon name="chevron-forward-outline"></ion-icon></span></a>
</div>
</div>
</div>
</section>
<footer class="grid bg-[#302755] text-[#fff] relative bg-cover h-[50vh] grid-cols-5 p-[50px] gap-[10px] z-[-11] py-[150px]">
<nav class="">
<p class="uppercase mb-[20px] tracking-[1.2px] text-[14px] font-bold">About ReformRise</p>
<p class="text-[13px]">Facilis ipsum reprehenderit nemo molestias.
Aut cum mollitia reprehenderit. Eos cumque dicta adipisci architecto culpa amet.</p>
</nav>
<nav class="">
<p class="uppercase mb-[20px] tracking-[1.2px] text-[14px] font-bold">Learning</p>
<ul class="">
<li><a class="opacity-70 text-[14px] hover:underline " href="#">Course</a></li>
<li><a class="opacity-70 text-[14px] hover:underline" href="#">Blog</a></li>
<li><a class="opacity-70 text-[14px] hover:underline" href="#"> Contact</a></li>
<li><a class="opacity-70 text-[14px] hover:underline" href="#">Terms</a></li>
</ul>
</nav>
<nav class="">
<p class="uppercase mb-[20px] tracking-[1.2px] text-[14px] font-bold">Learn and Grow</p>
<ul class="">
<li><a class="opacity-70 text-[14px] hover:underline" href="#"> Blog</a></li>
<li><a class="opacity-70 text-[14px] hover:underline" href="#"> Privacy</a></li>
<li><a class="opacity-70 text-[14px] hover:underline" href="#">Testimonilas</a></li>
<li><a class="opacity-70 text-[14px] hover:underline" href="#">Handbook</a></li>
<li><a class="opacity-70 text-[14px] hover:underline" href="#">Help desk</a></li>
</ul>
</nav>
<nav class="nav-col">
<p class="footer-heading uppercase mb-[20px] tracking-[1.2px] text-[14px] font-bold">Engage Us</p>
<ul class="footer-nav">
<li><a class="footer-link opacity-70 text-[14px] hover:underline" href="#"> Blog</a></li>
<li><a class="footer-link opacity-70 text-[14px] hover:underline" href="#"> Privacy</a></li>
<li><a class="footer-link opacity-70 text-[14px] hover:underline" href="#">Testimonilas</a></li>
<li><a class="footer-link opacity-70 text-[14px] hover:underline" href="#">Handbook</a></li>
<li><a class="footer-link opacity-70 text-[14px] hover:underline" href="#">Help desk</a></li>
</ul>
</nav>
<nav class="nav-col">
<p class="footer-heading uppercase mb-[20px] tracking-[1.2px] text-[14px] font-bold">Legal</p>
<ul class="footer-nav">
<li><a class="footer-link opacity-70 text-[14px] hover:underline" href="#"> Blog</a></li>
<li><a class="footer-link opacity-70 text-[14px] hover:underline" href="#"> Privacy</a></li>
<li><a class="footer-link opacity-70 text-[14px] hover:underline" href="#">Testimonilas</a></li>
<li><a class="footer-link opacity-70 text-[14px] hover:underline" href="#">Handbook</a></li>
<li><a class="footer-link opacity-70 text-[14px] hover:underline" href="#">Help desk</a></li>
</ul>
</nav>
<div class="absolute top-0 left-0 bottom-0 right-0 bg-[rgba(0,0,0,0.51)] z-[-10]"></div>
</footer>
<script>
const dropdownButton = document.getElementById('dropdownDelayButton')
const dropdownMenu = document.getElementById('dropdownDelay')
// Add event listener for button hover
dropdownButton.addEventListener('mouseenter', () => {
dropdownMenu.classList.remove('hidden')
})
// Add event listener for mouse leave (hide menu)
dropdownButton.addEventListener('mouseleave', () => {
// Use a delay before hiding the menu to allow time for moving to the menu
setTimeout(() => {
dropdownMenu.classList.add('hidden')
}, 800) // Adjust the delay as needed
})
// Add event listener for menu hover (prevent hiding on menu hover)
dropdownMenu.addEventListener('mouseenter', () => {
dropdownMenu.classList.remove('hidden')
})
// Add event listener for menu mouse leave (hide menu)
dropdownMenu.addEventListener('mouseleave', () => {
dropdownMenu.classList.add('hidden')
})
</script>
</body>
</html>