-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresources.html
339 lines (264 loc) · 18.2 KB
/
resources.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>GREEN CODE TITANS</title>
<!-- CSS FILES -->
<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=Montserrat:wght@500;600;700&family=Open+Sans&display=swap" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-icons.css" rel="stylesheet">
<link href="css/templatemo-topic-listing.css" rel="stylesheet">
</head>
<body id="top">
<main>
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="images/LogoSample_ByTailorBrands (1).jpg" alt="Topic" class="bi-back" width="70" height="70">
</a>
<div class="d-lg-none ms-auto me-4">
<a href="#top" class="navbar-icon bi-person smoothscroll"></a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-lg-5 me-lg-auto">
<li class="nav-item">
<a class="nav-link click-scroll active" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll active" href="index.html">Browse Topics</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll active" href="index.html">How it works</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll active" href="index.html">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll active" href="index.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll active" href="resources.html">Resources</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle active" href="#" id="navbarLightDropdownMenuLink" role="button" data-bs-toggle="dropdown" aria-expanded="false">Pages</a>
<ul class="dropdown-menu dropdown-menu-light" aria-labelledby="navbarLightDropdownMenuLink">
<li><a class="dropdown-item" href="contact.html">Contact Form</a></li>
<li><a class="dropdown-item" href="communityforums.html">Community</a></li>
<li><a class="dropdown-item" href="events.html">Events</a></li>
<li><a class="dropdown-item " href="feedback.html">Feedback</a></li>
<li><a class="dropdown-item" href="https://greenjob.vercel.app/">Jobs</a></li>
</ul>
</li>
</ul>
<div class="d-none d-lg-block">
<a href="#top" class="navbar-icon bi-person smoothscroll"></a>
</div>
</div>
</div>
</nav>
<section id="resource-hub" class="resource-hub-section section-padding">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h2 class="mb-5">Resource Hub</h2>
<p class="mb-4">A central page providing links to valuable resources categorized by disability type, offering tools, information, and guidance.</p>
</div>
<!-- Categories -->
<div class="col-lg-6 col-md-12 mb-4">
<div class="category-card bg-light p-4 shadow">
<h4>Visual Impairments</h4>
<ul>
<li><a href="https://www.freedomscientific.com/products/software/jaws/" target="_blank">Screen Readers</a></li>
<li><a href="https://glaucoma.org/articles/assistive-technology" target="_blank">Magnifiers</a></li>
<li><a href="https://www.amazon.co.uk/Echo-and-Alexa-Devices/b?ie=UTF8&node=10983873031" target="_blank">Voice-Controlled Devices</a></li>
</ul>
</div>
</div>
<div class="col-lg-6 col-md-12 mb-4">
<div class="category-card bg-light p-4 shadow">
<h4>Mobility Assistance</h4>
<ul>
<li><a href="https://acemobility.co.ke/" target="_blank">Wheelchair-Accessible Transport</a></li>
<li><a href="https://greymarkelevators.co.ke/elevator-and-escalator-types/disabled-elevators/" target="_blank">Ramps & Elevators</a></li>
<li><a href="https://www.enableme.ke/en/topics/building-accessibility-817" target="_blank">Home Modifications</a></li>
</ul>
</div>
</div>
<div class="col-lg-6 col-md-12 mb-4">
<div class="category-card bg-light p-4 shadow">
<h4>Hearing Impairments</h4>
<ul>
<li><a href="https://ncpwd.go.ke/assistive-device/" target="_blank">Hearing Aids</a></li>
<li><a href="https://otter.ai/" target="_blank">Captioning Tools</a></li>
<li><a href="https://libguides.wits.ac.za/deaf_and_hardofhearing/signlanguage" target="_blank">Sign Language Resources</a></li>
</ul>
</div>
</div>
<div class="col-lg-6 col-md-12 mb-4">
<div class="category-card bg-light p-4 shadow">
<h4>Mental Health Support</h4>
<ul>
<li><a href="https://www.enableme.ke/en/article/rehabilitation-and-therapies-8854" target="_blank">Therapy Options</a></li>
<li><a href="https://www.enableme.ke/en/article/6-organizations-for-people-with-disabilities-in-kenya-8602" target="_blank">Support Groups</a></li>
<li><a href="https://help.unhcr.org/kenya/kakuma/pwd/#:~:text=Persons%20with%20disabilities%20can%20contact,free%20Helpline%20(Telephone)%3A%201517" target="_blank">Crisis Helplines</a></li>
</ul>
</div>
</div>
<div class="col-lg-6 col-md-12 mb-4">
<div class="category-card bg-light p-4 shadow">
<h4>Legal Aid</h4>
<ul>
<li><a href="https://www.ohchr.org/en/instruments-mechanisms/instruments/convention-rights-persons-disabilities#:~:text=States%20Parties%20shall%20prohibit%20all,against%20discrimination%20on%20all%20grounds." target="_blank">Anti-Discrimination Laws</a></li>
<li><a href="https://www.pilnet.org/pro-bono-legal-assistance-of-persons-with-disability-toolkit/" target="_blank">Pro Bono Legal Services</a></li>
<li><a href="https://www.ohchr.org/en/instruments-mechanisms/instruments/convention-rights-persons-disabilities" target="_blank">Know Your Rights</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="disability-data-section section-padding" id="disability-data">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 col-12 text-center mb-5">
<h2 class="mb-4">Inclusion of Disability Data</h2>
<p>Understanding the global and local impact of disabilities is crucial for creating an inclusive society.</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-12 mb-4">
<div class="custom-block bg-white shadow-lg p-4 h-100">
<h5 class="mb-3">Global/Local Stats</h5>
<p>Approximately 15% of the world’s population, or an estimated 1 billion people, live with disabilities. The most common types of disabilities include visual, hearing, mobility, and cognitive impairments.</p>
<small class="text-muted">Source: <a href="https://www.who.int/disabilities/world_report/2011/report.pdf" target="_blank">WHO</a>, <a href="https://www.cdc.gov/ncbddd/disabilityandhealth/data.html" target="_blank">CDC</a></small>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12 mb-4">
<div class="custom-block bg-white shadow-lg p-4 h-100">
<h5 class="mb-3">Employment Rates among PWD</h5>
<p>The employment rate of people with disabilities (PWD) is significantly lower than those without disabilities. Only 36% of working-age PWD are employed compared to 75% of people without disabilities.</p>
<small class="text-muted">Source: <a href="https://www.bls.gov/news.release/disabl.toc.htm" target="_blank">Bureau of Labor Statistics</a></small>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12 mb-4">
<div class="custom-block bg-white shadow-lg p-4 h-100">
<h5 class="mb-3">Impact of Technology</h5>
<p>Technological advancements such as assistive devices, AI-driven tools, and accessibility features in mainstream tech have improved quality of life, accessibility, and independence for many PWD.</p>
<small class="text-muted">Source: <a href="https://www.un.org/development/desa/disabilities/news/news/accessibility-and-technology.html" target="_blank">UN</a></small>
</div>
</div>
</div>
</div>
</section>
<section class="contact-section section-padding section-bg" id="section_5">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12 text-center">
<h2 class="mb-5">Get in touch</h2>
</div>
<div class="col-lg-5 col-12 mb-4 mb-lg-0">
<iframe class="google-map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3975.3447364809697!2d36.821946!3d-1.286389!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x182f101b5d61b5f9%3A0x1c69a62a4888f60c!2sNairobi%2C%20Kenya!5e1!3m2!1sen!2sus!4v1697650228734!5m2!1sen!2sus" width="100%" height="250" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="col-lg-3 col-md-6 col-12 mb-3 mb-lg- mb-md-0 ms-auto">
<h4 class="mb-3">Head office</h4>
<p>Nairobi &, KENYA</p>
<hr>
<p class="d-flex align-items-center mb-1">
<span class="me-2">Phone</span>
<a href="tel: +254733959357" class="site-footer-link">
+254733959357
</a>
</p>
<p class="d-flex align-items-center">
<span class="me-2">Email</span>
<a href="mailto:[email protected]" class="site-footer-link">
</a>
</p>
</div>
<div class="col-lg-3 col-md-6 col-12 mx-auto">
<h4 class="mb-3">LAIKIPIA OFFICE</h4>
<p>Laikipia, KENYA</p>
<hr>
<p class="d-flex align-items-center mb-1">
<span class="me-2">Phone</span>
<a href="tel: +254 795 715469" class="site-footer-link">
+254 795 715469
</a>
</p>
<p class="d-flex align-items-center">
<span class="me-2">Email</span>
<a href="mailto:[email protected]" class="site-footer-link">
</a>
</p>
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer section-padding">
<div class="container">
<div class="row">
<div class="col-lg-3 col-12 mb-4 pb-2">
<a class="navbar-brand" href="index.html">
<img src="images/LogoSample_ByTailorBrands (1).jpg" alt="Topic" class="bi-back" width="150" height="150">
</a>
</div>
<div class="col-lg-3 col-md-4 col-6">
<h6 class="site-footer-title mb-3">Resources</h6>
<ul class="site-footer-links">
<li class="site-footer-link-item">
<a href="#" class="site-footer-link">Home</a>
</li>
<li class="site-footer-link-item">
<a href="#" class="site-footer-link">How it works</a>
</li>
<li class="site-footer-link-item">
<a href="#" class="site-footer-link">FAQs</a>
</li>
<li class="site-footer-link-item">
<a href="contact.html" class="site-footer-link">Contact</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-4 col-6 mb-4 mb-lg-0">
<h6 class="site-footer-title mb-3">Information</h6>
<p class="text-white d-flex mb-1">
<a href="tel: +254796769964" class="site-footer-link">
+254796769964
</a>
</p>
<p class="text-white d-flex">
<a href="mailto:[email protected]" class="site-footer-link">
</a>
</p>
</div>
<div class="col-lg-3 col-md-4 col-12 mt-4 mt-lg-0 ms-auto">
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
English</button>
</div>
<p class="copyright-text mt-lg-5 mt-4">Copyright © 2024 GREENCODETITANS. All rights reserved.
<br><br>Design: <a rel="nofollow" href="https://www.linkedin.com/in/emmanuel-ndua" target="_blank">EMMANUEL</a></p>
</div>
</div>
</div>
</footer>
<!-- JAVASCRIPT FILES -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/click-scroll.js"></script>
<script src="js/custom.js"></script>
</body>
</html>