This is an automated email from the ASF dual-hosted git repository. meonkeys pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/fineract-site.git
commit 5c76e72c8e7364842248301fc1ec5eba943e4a40 Author: Adam Monsen <[email protected]> AuthorDate: Wed Feb 11 12:52:24 2026 -0800 resolve a11y todo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de66720..e31f514 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ This is the Apache Fineract Website served on https://fineract.apache.org - [ ] use a static site generator, don't hand-code HTML - [ ] validate links, markup, css, etc. - [ ] auto-deploy website with every PR using an ASF tool or GitHub actions (commits to the asf-site branch do currently trigger auto-deploys, but this isn't set up for PRs) -- [ ] improve a11y (accessibility) - current score of 57 out of 100, with 30 critical issues - [ ] automate deployment of generated versioned asciidoc (don't commit it to apache/fineract-site repo – this creates a 2nd source of truth) - [ ] fix text overlap with intermediate-sized media query - [ ] document how to test locally, before/while committing - [ ] additional review/critique of work done in https://github.com/apache/fineract-site/pull/37 +- [x] improve [a11y](https://www.accessibilitychecker.org/audit/?website=https%3A%2F%2Ffineract.apache.org&flag=us) (accessibility) - current score of 57 out of 100, with 30 critical issues (as of 2026-02-11, only one issue remains) - [x] fix [missing fonts and icons](https://github.com/apache/fineract-site/pull/38#issuecomment-2916819388) - [x] [Cache google assets](https://github.com/apache/fineract-site/pull/37) - [x] https://github.com/apache/fineract-site/pull/37
