diff --git a/slides/00-Introduction/01-faqs.md b/slides/00-Introduction/01-faqs.md index e920bf6..a9b4727 100755 --- a/slides/00-Introduction/01-faqs.md +++ b/slides/00-Introduction/01-faqs.md @@ -10,7 +10,7 @@ Teach Access is a collective of leading tech companies, academic institutions an **What is the Teach Access Tutorial?** -The Teach Access Tutorial is a hands-on tutorial that covers some best practices for writing accessible software and designing inclusive experiences. +The Teach Access Tutorial is a hands-on tutorial that covers some best practices for writing accessible software and designing inclusive experiences. **What assistive technologies can I use with this tutorial?** @@ -19,16 +19,16 @@ The tutorial should work with most assistive technologies, but Apple's VoiceOver **Where can I find more information on accessibility?** Here are a few resources to get you started: -- Web Content Accessibility Guidelines: -- WebAIM: +- Web Content Accessibility Guidelines: +- WebAIM: **What are some good, free, developer tools for accessibility?** -- WAVE by WebAIM for general website accessibility: +- WAVE by WebAIM for general website accessibility: - Juicy Studio's Readability Test: - -- Vischeck's Color Blindness Checker: + +- Vischeck's Color Blindness Checker: **Are there jobs in the field of accessibility?** -Definitely, and the industry is growing. Take a look here: +Definitely, and the industry is growing. Take a look here: diff --git a/slides/02-Developers/02-images.html.md b/slides/02-Developers/02-images.html.md index e316936..f2187fe 100755 --- a/slides/02-Developers/02-images.html.md +++ b/slides/02-Developers/02-images.html.md @@ -40,4 +40,4 @@ we put an accessible text label in the HTML. If an image is decorative, we can h reader users by giving it an empty label (`alt=""`). After the completing the exercise below, you can learn a lot more about writing good alt text for images by checking out [WebAIM's resource on the -topic](http://webaim.org/techniques/alttext/). +topic](http://webaim.org/techniques/alttext/).