-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathourfocus.html
More file actions
409 lines (398 loc) · 14.1 KB
/
ourfocus.html
File metadata and controls
409 lines (398 loc) · 14.1 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
<!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" />
<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>Our focus</title>
</head>
<body>
<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="index.html"
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="#"
class="opacity-80 active:opacity-100 text-md font-bold text-['#555555'] hover:text-black"
>Contact</a
>
</li>
</ul>
</nav>
</header>
<section
class="bg-[url('/images/prison.jpg')] bg-cover bg-center h-[50vh] 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-[50%] w-[100%]">
<p class="font-bold text-5xl text-white uppercase">Our Focus</p>
<p class="text-[#312755] font-bold mt-8">
<a href="./ourfocus.html">It is the stigmatized, marginalized and the community's well-being that matter </a>
</p>
<button>
</button>
</div>
</section>
<div class="bg-white text-center text-[25px] pt-8 pb-8">
<h3 class=" font-bold text-center uppercase font-white">WHY THE PRISONS, THE YOUTH AND THE COMMUNITY MATTERS</h3>
<p class="font-light text-[15px] ">An NGO (Non-Governmental Organization) focusing on prison-related issues can play a vital role in advocating for the rights and well-being of incarcerated individuals, promoting criminal justice reform, and addressing the challenges faced by both prisoners and their families. Here's a brief overview of what such an NGO might do:
Advocacy and Awareness:
The NGO can raise awareness about issues within the prison system, such as overcrowding, inadequate healthcare, violence, and lack of access to
Advocacy and Awareness:
The NGO can raise awareness about issues within the prison system, such as overcrowding, inadequate healthcare, violence, and lack of access to education and rehabilitation programs. Through campaigns, media outreach, and educational initiatives, the NGO can promote public understanding of these challenges.
Prisoner Support and Rehabilitation:
The NGO can provide support services to incarcerated individuals, including legal assistance, counseling, and rehabilitation prog
Reentry and Reintegration:
Upon prisoners' release, the NGO can help facilitate their reintegration into society. This might involve providing support in finding employment, housing, and social services to reduce the likelihood of re-offending.
Training and Capacity Building:
The NGO can offer training programs for prison staff, law enforcement, and other stakeholders to promote better understanding of human rights, effective rehabilitation methods, and alternative approaches to punishment.</p>
</div>
<footer
class="grid mt-0 bg-[#302755] text-[#fff] relative bg-cover h-[50vh] w-[100vw] grid-cols-5 p-[50px] gap-[10px] z-[-11] py-[150px]"
>
<div
class="absolute top-0 left-0 bottom-0 right-0 bg-[rgba(0,0,0,0.58)] z-[-10]"
></div>
<nav class="">
<p class="uppercase mb-[20px] tracking-[1.2px] text-[14px] font-bold">
About Reformise
</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>
</footer>
<script>
// Get the button and the dropdown menu elements
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>