Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added italics to hyperlinks on FAQs page #96

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions slides/00-Introduction/01-faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?**

Expand All @@ -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: <https://www.w3.org/WAI/intro/wcag>
- WebAIM: <http://webaim.org/>
- Web Content Accessibility Guidelines: <em><https://www.w3.org/WAI/intro/wcag></em>
- WebAIM: <em><http://webaim.org/></em>

**What are some good, free, developer tools for accessibility?**

- WAVE by WebAIM for general website accessibility: <http://wave.webaim.org/>
- WAVE by WebAIM for general website accessibility: <em><http://wave.webaim.org/></em>
- Juicy Studio's Readability Test:
<http://juicystudio.com/services/readability.php>
- Vischeck's Color Blindness Checker: <http://www.vischeck.com/>
<em><http://juicystudio.com/services/readability.php></em>
- Vischeck's Color Blindness Checker: <em><http://www.vischeck.com/></em>

**Are there jobs in the field of accessibility?**

Definitely, and the industry is growing. Take a look here: <https://twitter.com/a11yjobs>
Definitely, and the industry is growing. Take a look here: <em><https://twitter.com/a11yjobs></em>
2 changes: 1 addition & 1 deletion slides/02-Developers/02-images.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](<em>http://webaim.org/techniques/alttext/</em>).