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

add alt text to sponsor logos #410

Open
altsalt opened this issue Oct 2, 2023 · 2 comments
Open

add alt text to sponsor logos #410

altsalt opened this issue Oct 2, 2023 · 2 comments

Comments

@altsalt
Copy link
Member

altsalt commented Oct 2, 2023

There doesn't currently seem to be a way to add a hover-over description. For now this doesn't really need to be visually apparent, but should add to the image alt-text or something.

@AndrewKvalheim
Copy link
Member

They already have alt text:

<img src="{{ sponsor.logo.horizontal }}" alt="{{ sponsor.name }}">
{%- elsif sponsor.logo.square -%}
<img src="{{ sponsor.logo.square }}" alt="{{ sponsor.name }}">

You mean they should have a title or caption too?

@altsalt
Copy link
Member Author

altsalt commented Oct 3, 2023

Hmm, yeah it is tricky, I suppose I want title functionality with a caption due to not misusing the title tag. The idea would be that the sponsor sends us a brief description which might be displayed on hover, while we may eventually display a longer description as a modal or something when clicked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants