Skip to content

Remove unused alt-hero field from open-community-survey.md project file #3208

@JessicaLucindaCheng

Description

@JessicaLucindaCheng

Overview

As a developer, I want to make sure unused code is removed from the codebase in project cards so that

  • time to load the website is as low as possible,
  • it's easier to understand the code, and
  • time to review the code is reduced.

Details

In project md files, image-hero is a decorative background image and alt-hero is the alt text associated with image-hero. However, alt-hero text is not used anywhere in our codebase since the image-hero is used as an SCSS background image.

Moreover, if the image-hero were to be used in an img HTML tag in the future, the alt text for all the image-hero images would be alt="", which could be set programmatically for all the alt properties associated with each image-hero.

Action Items

  • For the file _projects/open-community-survey.md, remove line 8 for the alt-hero
alt-hero: 'Silhouette of buildings and houses with different colors, shapes and styles.'

Resources/Instructions

File and code links you will need to work on this issue

  • Directory to find the page once you have it in your IDE: _projects/open-community-survey.md
  • Click on the link below to see the source file code:
    alt-hero: 'Silhouette of buildings and houses with different colors, shapes and styles.'

Information about WCAG

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions