This Accessibility Tool is made under iGEM Project. A JavaScript-based tool that can enhance the accessibility of web content for users with disabilities. We have added accessibility features such that it will help them format the web content according to their specific disabilities or set things manually.
This tool has been divided into its respective sections to allow the user to navigate the features they want to use easily. You can preview the tool by visiting sample website. After opening the website in the bottom-left corner, you will see an accessible overlay option by double-clicking it you will be able to see the Accessibility Toolbar Menu. Now you can use and test various features of the Accessible Tool.
- Presets
- Color-Blindness
- Protanopia: Simulates Red-Green Color blindness.
- Deutranopia: Simulates another type of red-green blindness
- Tritanopia: Simulates blue-yellow color blindness.
- Acromatopsia: Simulates complete color blindness.
- Low-Vision: Adjust the visual elements for user with low vision.
- ADHD: Implements features to reduce distractions for users with ADHD.
- Dyslexia: Provides options to improve the readability of the user with Dyslexia.
- Epilepsy: Minimizes elements that could trigger the seizures.
- Color-Blindness
- Contrast
- Invert-Color: Flips the color of the webpage
- Grayscale: Removes the color of the webpage essentially making it black-white.
- Low-Saturation: Reduces the color intensity of the webpage.
- HIgh-Saturation: Increases the color_intensity
- Cursor
- White-Cursor : Changes your Display Cursor to White in color.
- Black-Cursor : Changes your Display Cursor to Black in color.
- Font
- Increase-Font-Size : Increases the size of the font by 10px of the web-content.
- Decrease-Font-Size : Decreases the size of the font by 10px of the web-content.
- Text-Width: Increases the space between the words.
- Line-Height: Increase the space between the lines.
- General
- Zoom-In : Zooms-in the page by 50% (i.e to 150%).
- Zoom-Out : Zooms-out the page by 50% (i.e to 50%).
- Link-Highlight: Highlights all the links on the webpage. These highlighted links will be unhighlighted once you hover over them.
- Read-Mode: Converts the background color of the webpage to black and font color to white.
- Button-Highlight: Highlights all the buttons on the webpage. This highlighted button will be unhighlighted once you hover over it.
- Read-Focus: Allows users to highlight a specific area of the page by moving the mouse.
- Reset: The user can restore the webpage to its default appearance and behavior.
- Clone the repo in the Static directory of your website (for flask framework).
https://github.com/IISc-Software-iGEM/Accessibility-Tool.git
- Paste this in the header section of the layout page.
<script src="{{ url_for('static', filename = 'Functions.js')}}"></script>
-
If you are using our tool, Please give us credit for using it.
*~ IISc-Software*