Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility upkeep #1

Merged
merged 4 commits into from
Dec 22, 2023
Merged

Accessibility upkeep #1

merged 4 commits into from
Dec 22, 2023

Commits on Dec 22, 2023

  1. Add alt text to 100rabbits logo

    The 100rabbits logo on the footer of the index.html page now has an alt text. This alt text will improve accessibility for users who rely on screen readers or have images turned off.
    xsova committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    f985318 View commit details
    Browse the repository at this point in the history
  2. Update HTML tag and Webring alt text

    The HTML tag within the index.html file has been enhanced with the inclusion of a language attribute. The webring logo also was missing alt text, so it has been added. These modifications are aimed at bettering accessibility by aiding assistive technologies and search engines to understand the language used for the content on the webpage more effectively.
    xsova committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    bef6b0b View commit details
    Browse the repository at this point in the history
  3. Add accessibility features to logo SVG

    The logo SVG in the main menu has been improved for accessibility. Added 'role', 'aria-labelledby', 'title', and 'desc' attributes to the SVG. The 'title' and 'desc' provide descriptive text that can be read by screen readers, making the site more accessible for visually impaired users.
    xsova committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    d3c2866 View commit details
    Browse the repository at this point in the history
  4. Correct typo

    mispelled webring (oops)
    xsova committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    67b759f View commit details
    Browse the repository at this point in the history