42 lines
1.1 KiB
Markdown
42 lines
1.1 KiB
Markdown
# a11y for everyone!
|
|
|
|
## Informations
|
|
Easily add Accessibility Features to any HTML Homepage
|
|
|
|
Just do the following in your web root:
|
|
`git clone https://git.tservic.es/thies/a11y` (you can also use td00/a11y on GitHub if you trust Microsoft more then me :) )
|
|
and add the following 2 lines to any webpage you wanna have this feature:
|
|
```
|
|
<link rel="stylesheet" href="/a11y/a11y.css" />
|
|
<script src="/a11y/a11y.js"></script>
|
|
```
|
|
|
|
If you don't want to selfhost it you can add these lines:
|
|
|
|
```
|
|
<link rel="stylesheet" href="https://a11y.tservic.es/a11y.css" />
|
|
<script src="https://a11y.tservic.es/a11y.js"></script>
|
|
```
|
|
|
|
Font by: [OpenDyslexic](https://opendyslexic.org) / [antijingoist/opendyslexic](https://github.com/antijingoist/opendyslexic)
|
|
|
|
Feel free to send Pull Requests to improve or ask for features <3
|
|
|
|
Example: https://a11y.tservic.es
|
|
|
|
|
|
## Features
|
|
- Make Font Larger
|
|
- Make Font Smaller
|
|
- Set Grayscale
|
|
- Set Negative Colors
|
|
- Change Font to OpenDyslexic
|
|
- Reset to Default
|
|
|
|
Blends into existing css, without invading existing button element styles.
|
|
|
|
## See in Action:
|
|
|
|
- https://lavalaempchen.de
|
|
- https://thiesmueller.de
|