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

Fixing links #742

Merged
merged 4 commits into from
Mar 25, 2024
Merged
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
2 changes: 1 addition & 1 deletion _guide/plain-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Automated readability tools won't catch everything. You'll need to test your con

## Find a plain language tool

* [Hemingway App](http://www.hemingwayapp.com/)
* [Hemingway App](https://www.hemingwayapp.com/)
* [Readable.io](https://readable.io/)
* [Flesch-Kincaid](https://support.microsoft.com/en-us/topic/get-your-document-s-readability-and-level-statistics-85b4969e-e80a-4777-8dd3-f7fc3c8b3fd2) (available in tools like Microsoft Word)
* [OpenAdvocate WriteClearly](https://www.openadvocate.org/writeclearly/) - [OpenAdvocate on GitHub](https://github.com/openadvocate/writeclearly-server)
Expand Down
2 changes: 1 addition & 1 deletion _playbook/training.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* [Information and Communication Technology (ICT) Accessibility by GeorgiaTech](https://www.edx.org/course/information-and-communication-technology-ict-acces);
* [Assistive technologies and online learning by the Open University](https://www.open.edu/openlearn/education-development/assistive-technologies-and-online-learning/content-section-0?active-tab=description-tab).

Podcasts are another great way to learn about web accessibility—including [A11yRules.com](https://a11yrules.com/), [Interactive Accessibility](http://www.interactiveaccessibility.com/iap-podcasts) and [Human Potential At Work](https://www.ruhglobal.com/podcasthuman-potential-work/). While these resources are often available for free, the publishers usually depend on donations to support the ongoing education work. If you choose to listen, please consider contributing to a [Patreon campaign](https://www.patreon.com/steenhout) to support their wonderful work. Supporting these initiatives is a cost-effective way to increase the availability of new accessibility resources.
Podcasts are another great way to learn about web accessibility—including [A11yRules.com](https://a11yrules.com/) and [Human Potential At Work](https://www.ruhglobal.com/podcasthuman-potential-work/). While these resources are often available for free, the publishers usually depend on donations to support the ongoing education work. If you choose to listen, please consider contributing to a [Patreon campaign](https://www.patreon.com/steenhout) to support their wonderful work. Supporting these initiatives is a cost-effective way to increase the availability of new accessibility resources.

Check warning on line 23 in _playbook/training.md

View workflow job for this annotation

GitHub Actions / remark-lint

[remark-lint] _playbook/training.md#L23

Hard to read sentence (confidence: 5/7) readability retext-readability
Raw output
  23:482-23:595  warning  Hard to read sentence (confidence: 5/7)                                                      readability  retext-readability

There are also several high-quality accessibility guides available for free. For example, the US government has produced a guide with [18F](https://accessibility.18f.gov/). Rather than creating a new guide from scratch, these resources are available to build upon and improve. CivicActions is looking to extend these to provide an [accessibility playbook](https://civicactions.github.io/accessibility/) for people interested in accessibility best practices.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Q&A with Mike Gifford: Accessibility in civic tech"
date: 2021-5-6 08:00:00 -0800
author: allison-carroll
---
[_Mike Gifford_](https://civicactions.com/team/mike-gifford) _is a Senior
_Mike Gifford_ _is a Senior
Strategist at CivicActions, a_ [_Drupal_](https://www.drupal.org/u/mgifford)
_core maintainer, and accessibility advocate. He's passionate about changing
the conversation around accessibility in civic tech by moving beyond
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pa11y-ci:home": "pa11y-ci http://127.0.0.1:4000",
"pa11y-ci:sitemap": "pa11y-ci --sitemap http://127.0.0.1:4000/sitemap.xml --sitemap-find https://accessibility.civicactions.com --sitemap-replace http://127.0.0.1:4000 --sitemap-exclude \"/*.pdf\"",
"cypress-tests": "cypress run --browser chrome --headless",
"link-checker": "bundle exec htmlproofer --ignore-status-codes \"999,429,403,302,0\" --ignore-urls \"/fonts.gstatic.com/\" ./_site"
"link-checker": "bundle exec htmlproofer --ignore-status-codes \"999,429,403,302,0\" --ignore-urls \"/fonts.gstatic.com/\" --ignore_files \"./_site/VPAT/Drupal9AccessibilityConformanceReport-December2020.html\" ./_site"
},
"dependencies": {
"simple-jekyll-search": "^1.9.2"
Expand Down
Loading