Skip to content

Commit

Permalink
add logo info
Browse files Browse the repository at this point in the history
  • Loading branch information
friadev authored Nov 21, 2024
1 parent 2c7ad01 commit 039cb86
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/meta/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: A guide for contributors on creating accessible content.

At Privacy Guides, we strive to make our website as accessible as possible so we can reach everyone with our message.

## Guidelines

Try to follow the [WCAG guidelines](https://www.wcag.com) as closely as possible when contributing to the site.

You can use this [color contrast checker](https://webaim.org/resources/contrastchecker/) to verify colors meet the guidelines.
Expand All @@ -18,4 +20,12 @@ Make sure to use html/markdown elements instead of images/emojis when possible,

Don't use

:white_check_mark:
:white_check_mark:

This will be easier for things like screenreaders to interpret.

## Company Logos

Sometimes a company logo will not show up well in either light mode or dark mode. In these cases, try to find a version of the logo that looks good in both light and dark modes or see if they have different versions of the logo for light and dark mode.

It never hurts to contact the developers and ask if you can't find the proper logos.

0 comments on commit 039cb86

Please sign in to comment.