This is the Apache Fineract Website served on https://fineract.apache.org
- clean up unused code/static assets (fonts, icons, images, etc)
- 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 #37
- #37