airajena opened a new pull request, #46:
URL: https://github.com/apache/fineract-site/pull/46
## Summary
This PR updates the footer in `index.html` to satisfy Apache Whimsy
site-check requirements while keeping the existing UI intact.
## Changes
- Updated the **License** link target to:
- `https://www.apache.org/licenses/`
- Ensured the **Thanks** link target is valid:
- `https://www.apache.org/foundation/thanks.html`
- Added the **Privacy** link:
- `https://privacy.apache.org/policies/privacy-policy-public.html`
- Updated copyright text to include both `Copyright/©` and `Apache`
- Kept visible icons for **License** and **Thanks** while preventing Whimsy
text-matching issues by wrapping icon text in:
- `span.icon-sr-only` with `aria-hidden="true"`
- Renamed footer CSS selector from `.copyright` to `.site-footer-legal` to
avoid false-positive copyright capture from CSS text during scan parsing
## Validation
Local Whimsy-style check output reports:
- `license=GREEN`
- `thanks=GREEN`
- `privacy=GREEN`
- `copyright=GREEN`

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]