-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
258 lines (256 loc) · 12.2 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Accessibility : Scott Logic</title>
<link rel="stylesheet" href="common.css">
</head>
<body>
<h1>L&D Pathway: Accessibility</h1>
<p>
The Accessibility pathway is designed to address the crucial aspect of inclusivity in digital products and services. Accessibility ensures that technology is usable and accessible to all individuals, regardless of their abilities or disabilities. In this pathway, we explore the fundamental principles of inclusive design and the implementation of accessibility standards across various platforms and applications. From web accessibility guidelines to mobile app accessibility best practices, the pathway covers a comprehensive range of topics. By promoting awareness and understanding of accessibility, we aim to empower developers, designers, and stakeholders to create more inclusive and user-friendly digital experiences. Additionally, this pathway offers elective resources that allow learners to delve deeper into specific accessibility topics, further enhancing their expertise and contributing to a more inclusive digital landscape.
</p>
<section>
<h2>Perceivable <span aria-hidden="true">👁</span></h2>
<table>
<thead>
<tr>
<th>Learning Resource</th>
<th>Type</th>
<th>Provider</th>
<th>Duration</th>
<th>Cost</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="./perceivable/focus/" target="_blank">Visual Focus</a></td>
<td><span aria-hidden="true">🖥️</span> Digital Training</td>
<td>Scott Logic</td>
<td>⏱️</td>
<td>Free</td>
</tr>
<tr>
<td><a href="https://www.csun.edu/universal-design-center/web-accessibility-criteria-visual-focus" target="_blank">Visual Focus</a></td>
<td><span aria-hidden="true">🖥️</span> Digital Training</td>
<td>California State University, Northridge (csun.edu)</td>
<td>⏱️</td>
<td>Free</td>
</tr>
<tr>
<td><a href="https://www.bbc.co.uk/accessibility/forproducts/guides/html/image-alternatives/" target="_blank">Image Alternatives</a></td>
<td><span aria-hidden="true">🖥️</span> Digital Training</td>
<td>BBC</td>
<td>⏱️</td>
<td>Free</td>
</tr>
<tr>
<td><a href="https://www.w3schools.com/accessibility/accessibility_color_contrast.php" target="_blank">Colour Contrast</a></td>
<td><span aria-hidden="true">🖥️</span> Digital Training</td>
<td>w3schools</td>
<td>⏱️</td>
<td>Free</td>
</tr>
<tr>
<td><a href="https://css-tricks.com/accessible-web-animation-the-wcag-on-animation-explained/" target="_blank">Animation & Motion</a></td>
<td><span aria-hidden="true">🖥️</span> Digital Training</td>
<td>CSS Tricks</td>
<td>⏱️</td>
<td>Free</td>
</tr>
</tbody>
</table>
</section>
<section>
<h2>Operable <span aria-hidden="true">🕹</span></h2>
<table>
<thead>
<tr>
<th>Learning Resource</th>
<th>Type</th>
<th>Provider</th>
<th>Duration</th>
<th>Cost</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://www.csun.edu/universal-design-center/web-accessibility-criteria-tab-order" target="_blank">Tab Order</a></td>
<td><span aria-hidden="true">🖥️</span> Digital Training</td>
<td>California State University, Northridge (csun.edu)</td>
<td>⏱️</td>
<td>Free</td>
</tr>
<tr>
<td><a href="https://css-tricks.com/how-to-create-a-skip-to-content-link/" target="_blank">Skip to Main</a></td>
<td><span aria-hidden="true">🖥️</span> Digital Training</td>
<td>CSS-Tricks</td>
<td>⏱️</td>
<td>Free</td>
</tr>
<tr>
<td><a href="https://blog.hubspot.com/website/aria-accessibility" target="_blank">ARIA</a></td>
<td><span aria-hidden="true">🖥️</span> Digital Training</td>
<td>HubSpot Blog</td>
<td>⏱️</td>
<td>Free</td>
</tr>
<tr>
<td><a href="https://www.nngroup.com/articles/drop-down-menus/" target="_blank">Dropdowns</a></td>
<td><span aria-hidden="true">🖥️</span> Digital Training</td>
<td>NNGroup</td>
<td>⏱️</td>
<td>Free</td>
</tr>
<tr>
<td><a href="https://www.tpgi.com/single-page-applications" target="_blank">Single Page Applications</a></td>
<td><span aria-hidden="true">🖥️</span> Digital Training</td>
<td>TPGi</td>
<td>⏱️</td>
<td>Free</td>
</tr>
<tr>
<td><a href="https://www.a11y-101.com/design/button-vs-link" target="_blank">Links vs Buttons</a></td>
<td><span aria-hidden="true">🖥️</span> Digital Training</td>
<td>a11y-101</td>
<td>⏱️</td>
<td>Free</td>
</tr>
<tr>
<td><a href="http://web-accessibility.carnegiemuseums.org/code/dialogs/" target="_blank">Dialogs</a></td>
<td><span aria-hidden="true">🖥️</span> Digital Training</td>
<td>Carnegie Museums</td>
<td>⏱️</td>
<td>Free</td>
</tr>
<tr>
<td><a href="https://www.nngroup.com/articles/modal-nonmodal-dialog/" target="_blank">Non-modal vs modal</a></td>
<td><span aria-hidden="true">🖥️</span> Digital Training</td>
<td>NNGroup</td>
<td>⏱️</td>
<td>Free</td>
</tr>
<tr>
<td><a href="https://design.homeoffice.gov.uk/accessibility/notifications" target="_blank">Unobtrusive notifcations</a></td>
<td><span aria-hidden="true">🖥️</span> Digital Training</td>
<td>Home Office</td>
<td>⏱️</td>
<td>Free</td>
</tr>
<tr>
<td><a href="https://theadminbar.com/accessibility-weekly/how-to-make-accessible-popups/" target="_blank">Pop-ups</a></td>
<td><span aria-hidden="true">🖥️</span> Digital Training</td>
<td>The Admin Bar</td>
<td>⏱️</td>
<td>Free</td>
</tr>
</tbody>
</table>
</section>
<section>
<h2>Understandable <span aria-hidden="true">🤔</span></h2>
<table>
<thead>
<tr>
<th>Learning Resource</th>
<th>Type</th>
<th>Provider</th>
<th>Duration</th>
<th>Cost</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://www.linkedin.com/pulse/inclusive-design-create-realistic-user-journey-map-mohammad-rahighi/" target="_blank">User Journey</a></td>
<td><span aria-hidden="true">🖥️</span> Digital Training</td>
<td>LinkedIn</td>
<td>⏱️</td>
<td>Free</td>
</tr>
<tr>
<td><a href="https://www.england.nhs.uk/learning-disabilities/about/get-involved/involving-people/making-information-and-the-words-we-use-accessible/" target="_blank">Understandable Language</a></td>
<td><span aria-hidden="true">🖥️</span> Digital Training</td>
<td>NHS</td>
<td>⏱️</td>
<td>Free</td>
</tr>
<tr>
<td><a href="https://www.accessibility-developer-guide.com/examples/forms/required/" target="_blank">Required Fields</a></td>
<td><span aria-hidden="true">🖥️</span> Digital Training</td>
<td>Microsoft</td>
<td>⏱️</td>
<td>Free</td>
</tr>
<tr>
<td><a href="https://digital.gov/event/2020/08/11/plain-language-basics-online-class/" target="_blank">Plain Language Basics</a></td>
<td><span aria-hidden="true">🖥️</span> Digital Training</td>
<td>U.S. General Services Administration</td>
<td>⏱️</td>
<td>Free</td>
</tr>
<tr>
<td><a href="https://accessibility.huit.harvard.edu/describe-content-images" target="_blank">Understandable Image descriptions</a></td>
<td><span aria-hidden="true">🖥️</span> Digital Training</td>
<td>Harvard University</td>
<td>⏱️</td>
<td>Free</td>
</tr>
</tbody>
</table>
</section>
<section>
<h2>Robust <span aria-hidden="true">🔌</span></h2>
<table>
<thead>
<tr>
<th>Learning Resource</th>
<th>Type</th>
<th>Provider</th>
<th>Duration</th>
<th>Cost</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://abilitynet.org.uk/factsheets/introduction-screen-readers" target="_blank">Screen Readers</a></td>
<td><span aria-hidden="true">🖥️</span> Digital Training</td>
<td>abilitynet</td>
<td>⏱️⏱️</td>
<td>Free</td>
</tr>
<tr>
<td><a href="https://learn.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/accessibility/accessibility-testing-in-devtools" target="_blank">Debugging</a></td>
<td><span aria-hidden="true">🖥️</span> Digital Training</td>
<td>Microsoft</td>
<td>⏱️</td>
<td>Free</td>
</tr>
</tbody>
</table>
</section>
<section>
<h2>Additional Resources <span aria-hidden="true">🤓</span></h2>
<table>
<thead>
<tr>
<th>Learning Resource</th>
<th>Type</th>
<th>Provider</th>
<th>Duration</th>
<th>Cost</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://frontendmasters.com/courses/javascript-accessibility" target="_blank">JavaScript Accessibility Workshop Slides</a></td>
<td><span aria-hidden="true">🖥️</span> Digital Training</td>
<td>Frontend Masters</td>
<td>⏱️⏱️</td>
<td>£39/month</td>
</tr>
</tbody>
</table>
</section>
</body>
</html>