mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-30 20:49:49 +02:00
Add: Accessibility (resources) (#2175)
* Add Resources for Accessibility * Add WebAIM's website and WAVE tool
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
# Accessibility
|
||||
|
||||
Guidelines for how you approach accessibility and how you leverage colour, hierarchy and assistive technologies to help your users.
|
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.w3.org/WAI/fundamentals/accessibility-intro/'>Introduction to Web Accessibility</BadgeLink>
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Learn/Accessibility/What_is_accessibility'>What is Accessibility? by Mozilla</BadgeLink>
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.w3.org/WAI/fundamentals/accessibility-principles/'>Accessibility Principles</BadgeLink>
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://webaim.org/'>WebAIM's Website (Web Accessibility In Mind)</BadgeLink>
|
||||
<BadgeLink badgeText='Tool' href='https://wave.webaim.org/'>WAVE Web Accessibility Evaluation Tool</BadgeLink>
|
||||
|
Reference in New Issue
Block a user