-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
283 lines (259 loc) · 17.6 KB
/
about.html
File metadata and controls
283 lines (259 loc) · 17.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
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!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>about us</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="#" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-[#5ED053] dark:hover:text-white">Prison</a>
</li>
<li>
<a href="#" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-[#5ED053] dark:hover:text-white">Youth</a>
</li>
<li>
<a href="#" 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 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="#" 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="#" class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-[#5ED053] dark:hover:text-white">Litigation</a>
</li>
<li>
<a href="#" 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>
<section class="bg-[url('/images/hands.png')] bg-cover bg-center h-[70vh] bg-no-repeat relative text-center">
<div class="absolute bg-[rgba(0,0,0,0.7)] top-0 bottom-0 left-0 right-0"></div>
<div class="animate absolute bottom-[30%] w-[100%]">
<p class="font-semibold text-5xl uppercase text-white">We are a <strong class="text-[#5dd154]">NON-PROFIT</strong></p>
<p class="text-white text-2xl mt-8">Empowering Change Behind Bars</p>
<a href="#learn"><button class="bg-[#5dd154] hover:bg-transparent hover:border-2 rounded-full h-16 w-[15%] px-5 mt-10 text-white uppercase text-sm font-bold tracking-wide">Learn more</button></a>
</div>
</section>
<section id="learn" class="my-28 items-center gap-16 mx-16 justify-around">
<div class="flex ml-28 gap-4 justify-center flex-col">
<h2 class="font-bold text-3xl text-center text-[#302755]">Welcome to an organization with inmates at heart</h2>
<p class="text-md text-center text-stone-700">Welcome to ReformRise, a non-governmental organization (NGO) with offices in Nigeria, South Africa
and Kenya. We work tirelessly to improve the state of the prisons in Africa. Our goal is to initiate and
support system reforms so that prisoners are re-integrated into society as better citizens and useful
contributors to the work force. To accomplish this, we must change the way prisons are currently run in
Nigeria. We encourage prison management to bring humanity into the prison system. We provide
instruction to teach prisoners skills to prepare them for jobs when they are released. Under our
auspices, training programs are incorporated into the prison system that help prisoners become self-reliant, improve their self-esteem, and make them more likely to survive successfully when re-integrated
into their respective communities upon release.</p>
</div>
</section>
<section>
<div class="mb-5">
<h3 class="text-center font-bold text-3xl text-[#302755] my-4">Mission</h3>
<p class="text-center text-stone-700 text-md">ReformRise is dedicated to transform the despair into hope by meeting people at the crossroads of life
by providing innovative, <br>compassionate, restorative and effective practices to inmates and youths in our
community.</p>
</div>
<div>
<h3 class="text-center font-bold text-3xl text-[#302755] my-3">Vision</h3>
<p class="text-center text-stone-700 mb-8 text-md">At ReformRise, we envision a world where every individual, regardless of their circumstances, has the
opportunity to unlock their potential,<br> contribute to society, and receive fair treatment under the law.
We are driven by a passion for positive change and social justice.</p>
</div>
<div>
<h3 class="text-center font-bold text-3xl my-4 text-[#302755]" >Our Values</h3>
<ul class="grid grid-cols-3 justify-center gap-6 mx-16">
<li class="text-stone-700"><span class="font-extrabold tracking-wider uppercase text-[#302755]">Love</span> <br>We endeavor to show love to everyone at the crossroads of life</li>
<li class="text-stone-700"><span class="font-extrabold tracking-wider uppercase text-[#302755]">Compassion</span><br> Serve in compassion and kindness</li>
<li class="text-stone-700"><span class="font-extrabold tracking-wider uppercase text-[#302755]">Hope</span><br> Champion hope, change and community
</li>
<li class="text-stone-700"><span class="font-extrabold tracking-wider uppercase text-[#302755]">Intervention</span><br>We connect with people at a critical time in their lives so that they have an
<li class="text-stone-700"><span class="font-extrabold tracking-wider uppercase text-[#302755]">Intervention</span><br>We connect with people at a critical time in their lives so that they have an
opportunity to move forward in a more positive direction with optimism and resolve</li>
<li class="text-stone-700"><span class="font-extrabold tracking-wider uppercase text-[#302755]">Transformation</span><br> We relentlessly pursue all avenues of action until all prisons serve as a place of
learning and reform</li>
<li class="text-stone-700"><span class="font-extrabold tracking-wider uppercase text-[#302755]">Accountability</span><br> We hold ourselves accountable to the youth we help, to justice systems
worldwide, and ultimately to ourselves as humanitarians</li>
</ul>
</div>
</section>
<section class="my-20">
<div class="relative">
<p class="text-center uppercase text-[20px] text-[#302755] ">Our Trainings</p>
<hr class="w-[10%] absolute left-[44.5%] ">
</div>
<p class="text-stone-500 text-center mt-4 mb-10">
By participating in these vocational courses, <br>
beneficiaries will not only acquire practical skills <br>
but also gain a sense of empowerment and a chance for meaningful <br>
reintegration into society.
</p>
<div class="grid grid-cols-3 gap-10">
<div class="flex flex-col items-center text-center gap-2 justify-center">
<div class="bg-stone-200 h-24 w-24 hover:bg-[#312755] hover:text-white rounded-full flex items-center justify-center">
<ion-icon name="shirt-outline" class="text-4xl"></ion-icon>
</div>
<p class="text-semibold text-xl text-center text-[#5dd154] font-semibold">Fashion Design</p>
<p>Learn fashion sketching, fabrics, sewing. <br>Potential careers in catering, restaurant management, or becoming a chef.</p>
</div>
<div class="flex flex-col items-center text-center justify-center">
<div class="bg-stone-200 h-24 w-24 hover:bg-[#312755] hover:text-white rounded-full flex items-center justify-center">
<ion-icon name="pizza-outline" class="text-5xl "></ion-icon>
</div>
<p class="font-semibold text-xl text-center text-[#5dd154]">Cookery Arts</p>
<p>Gain culinary expertise, learn food prep, safety, and presentation. <br>
Potential careers in catering, restaurant management, or becoming a chef.</p>
</div>
<div class="flex flex-col items-center gap-2 text-center justify-center">
<div class="bg-stone-200 h-24 w-24 hover:bg-[#312755] hover:text-white rounded-full flex items-center justify-center">
<ion-icon name="hammer-outline" class="text-5xl "></ion-icon>
</div>
<p class="font-semibold text-xl text-center text-[#5dd154]">Carpentry</p>
<p>Master woodworking, create furniture, cabinetry, structures<br>
Careers as a carpenter or launching your own ventures.</p>
</div>
<div class="flex flex-col items-center gap-2 text-center justify-center">
<div class="bg-stone-200 h-24 w-24 hover:bg-[#312755] hover:text-white rounded-full flex items-center justify-center">
<ion-icon name="clipboard-outline" class="text-5xl "></ion-icon>
</div>
<p class="font-semibold text-xl text-center text-[#5dd154]">Digital Marketing</p>
<p>Explore the art of promoting businesses online. <br>
Learn about social media, content creation, and online advertising.</p>
</div>
<div class="flex flex-col items-center gap-2 text-center justify-center">
<div class="bg-stone-200 h-24 w-24 hover:bg-[#312755] hover:text-white rounded-full flex items-center justify-center">
<ion-icon name="business-outline" class="text-5xl "></ion-icon>
</div>
<p class="font-semibold text-xl text-center text-[#5dd154]">Virtual Assisting</p>
<p>Develop administrative and organizational abilities <br>
to assist businesses remotely.</p>
</div>
<div class="flex flex-col items-center gap-2 text-center justify-center">
<div class="bg-stone-200 h-24 w-24 hover:bg-[#312755] hover:text-white rounded-full flex items-center justify-center">
<ion-icon name="laptop-outline" class="text-5xl "></ion-icon>
</div>
<p class="font-semibold text-xl text-center text-[#5dd154]">Website Development</p>
<p>Master coding, build and maintain websites.<br>
Career in web development for an organization onsite or as a freelancer.</p>
</div>
</div>
</div>
</section>
<footer class="grid mt-0 bg-[#312755] text-[#fff] relative bg-cover h-[50vh] 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.49)] 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="#">Testimonials</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>