Skip to content

Add Missing Alt Text to Images #604

Description

@shivanshiv

Several images throughout the app are missing descriptive alt attributes, particularly in components like SponsorLogo.tsx. Audit all image components and ensure each image includes meaningful alt text for accessibility (a11y). This helps screen reader users understand visual content and also improves SEO. Focus on components such as SponsorLogo, FeaturedProject, and any other components rendering images.

Examples:

Sponsor logos → "Microsoft sponsor logo"
Project previews → "Screenshot of the Task Manager project"

If an image is purely decorative and does not convey information, use an empty alt attribute (alt="") so screen readers can safely ignore it.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions