Last active
July 13, 2023 19:47
-
-
Save pazguille/b2be349554dc9b3a67ca859861e2832b to your computer and use it in GitHub Desktop.
Revisions
-
pazguille revised this gist
Sep 16, 2021 . 1 changed file with 18 additions and 18 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,27 +5,27 @@ ## UX - [Accessibility for UX and UI Designers](https://accessibility-for-teams.com/accessibility-for-ux-designers) - [Accessibility guidelines for UX Designers](https://uxdesign.cc/accessibility-guidelines-for-a-ux-designer-c3ba775539be) - [Accessibility in UX Decisions](https://www.getfeedback.com/resources/ux/) - [Accessibility in UX: The case for radical empathy](https://uxmag.com/articles/accessibility-in-ux-the-case-for-radical-empathy) - [Cards for Humanity](https://cardsforhumanity.idean.com/) ## Web - [Digital Accessibility Foundations](https://www.w3.org/WAI/fundamentals/foundations-course/) - [Web Accessibility by Google](https://www.udacity.com/course/web-accessibility--ud891) - [Learn Accessibility by MDN](https://developer.mozilla.org/en-US/docs/Learn/Accessibility) - [Accessibility fundamentals by Google](https://developers.google.com/web/fundamentals/) - [Teach Access Tutorial](https://teachaccess.github.io/tutorial/) - [Accessibility Checklist](https://www.a11yproject.com/checklist/) - [Web Content Accessibility Guidelines](https://www.w3.org/TR/WCAG21/) - [WebAIM's WCAG 2 Checklist](https://webaim.org/standards/wcag/checklist) ## Native - [Accesibilidad en Android](https://developer.android.com/guide/topics/ui/accessibility) - [Usar TalkBack en Android](https://support.google.com/accessibility/android/answer/6283677?hl=es-419) - [Android App Accessibility Checklist](https://www.sitepoint.com/android-app-accessibility-checklist/) - [Accesibilidad en iOS](https://developer.apple.com/accessibility/ios/) - [Usar VoicerOVer en iOS](https://support.apple.com/es-es/guide/iphone/iph3e2e415f/ios) -
pazguille revised this gist
Sep 16, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ # a11y Learning > Una serie de talleres y recursos para que podamos comenzar a implementar buenas prácticas en nuestros diseños y desarrollos: - [Ciclo de formación: Mundo Digital Accessible](https://www.youtube.com/watch?v=7O9ehOyI3yk) ## UX -
pazguille revised this gist
Sep 16, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,7 +11,7 @@ - Accessibility in UX: The case for radical empathy - Cards for Humanity ## Web - Digital Accessibility Foundations - Web Accessibility by Google -
pazguille created this gist
Sep 16, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,31 @@ # a11y Learning > Una serie de talleres y recursos para que podamos comenzar a implementar buenas prácticas en nuestros diseños y desarrollos: - Ciclo de formación: Mundo Digital Accessible ## UX - Accessibility for UX and UI Designers - Accessibility guidelines for UX Designers - Accessibility in UX Decisions - Accessibility in UX: The case for radical empathy - Cards for Humanity ## Web - Digital Accessibility Foundations - Web Accessibility by Google - Learn Accessibility by MDN - Accessibility fundamentals by Google - Teach Access Tutorial - Accessibility Checklist - Web Content Accessibility Guidelines - WebAIM's WCAG 2 Checklist ## Native - Accesibilidad en Android - Usar TalkBack en Android - Android App Accessibility Checklist - Accesibilidad en iOS - Usar VoicerOVer en iOS