Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Consider using one link instead of two on the staff bio page #334

Description

@rosy1280

On the Staff Bio Page consider using one link to span the person's image and their name.

When an image and some text are located next to each other, or are stacked on top of one another, and share a link, use one link <a href=”https://www.example.com”></a> to wrap around both the image and text elements rather than splitting them into two links.
Correct example of a link wrapping around image and text elements:

<img src=”...” alt=”Image description” />
<p>Text that goes with the image and link.</p>
</a>```

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions