-
-
Notifications
You must be signed in to change notification settings - Fork 847
Closed
Labels
P-Feature: Project Info and PageA project's detail page (e.g. https://www.hackforla.org/projects/100-automations)A project's detail page (e.g. https://www.hackforla.org/projects/100-automations)good first issueGood for newcomersGood for newcomersrole: back end/devOpsTasks for back-end developersTasks for back-end developersrole: front endTasks for front end developersTasks for front end developerssize: 0.5ptCan be done in 3 hours or lessCan be done in 3 hours or less
Milestone
Description
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/100-automations.md, remove line 8 for the alt-hero
alt-hero: 'Five intermeshed gears'
- Once the pull request associated with this issue is approved and merged, please update and edit epic Remove unused alt-hero in project md files #2722 by
- Checking off the dependency for this issue
- If all dependencies are checked off, please move issue Remove unused alt-hero in project md files #2722 to the New Issue Approval column and remove the Dependency label
Resources/Instructions
- This issue is part of epic Remove unused alt-hero in project md files #2722
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/100-automations.md - Click on the link below to see the source file code:
website/_projects/100-automations.md
Line 8 in 427c0c8
alt-hero: 'Five intermeshed gears'
Information about WCAG
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P-Feature: Project Info and PageA project's detail page (e.g. https://www.hackforla.org/projects/100-automations)A project's detail page (e.g. https://www.hackforla.org/projects/100-automations)good first issueGood for newcomersGood for newcomersrole: back end/devOpsTasks for back-end developersTasks for back-end developersrole: front endTasks for front end developersTasks for front end developerssize: 0.5ptCan be done in 3 hours or lessCan be done in 3 hours or less
Type
Projects
Status
Done