-
-
Notifications
You must be signed in to change notification settings - Fork 847
Closed
Labels
Complexity: MediumFeature: AccessibilityIssues that would broaden website accessibilityIssues that would broaden website accessibilityFeature: Refactor HTMLP-Feature: Toolkithttps://www.hackforla.org/toolkit/https://www.hackforla.org/toolkit/role: front endTasks for front end developersTasks for front end developerssize: 2ptCan be done in 7-12 hoursCan be done in 7-12 hoursstatus: UpdatedNo blockers and update is ready for reviewNo blockers and update is ready for review
Milestone
Description
Overview
We need to edit the guide card SVGs on the Toolkit webpage so that we adhere to the Web Content Accessibility Guidelines (WCAG) and we can achieve our mission of inclusivity.
Action Items
For this issue, we will be adding the alt text property to the guide card images on the Toolkit webpage, which requires the HTML to be refactored.
- Open _includes/guide-card.html in VS Code or your IDE, then change this line of code
to
{% include {{ guide.svg }} %}<img src={{ guide.svg | absolute_url }} alt=""> - Move the
2FA.svgfile from_includes\svgto theassets\images\guides\2FAdirectory - Move the
survey-reporting-image.svgfile from_includes\svgto theassets\images\guides\survey-reportingdirectory - Update the svg field for
_guide-pages/2FA.htmlfromtosvg: svg/2FA.svgsvg: /assets/images/guides/2FA/2FA.svg - Update the svg field for
_guide-pages/survey-reporting-dashboard-guide.htmlfromtosvg: svg/survey-reporting-image.svgsvg: /assets/images/guides/survey-reporting/survey-reporting-image.svg - Update the svg field from
to
svg: svg/default.svgfor the following files in thesvg: /assets/images/toolkit-default-card-image.png_guide-pagesdirectory:- creating-kanban-project.html
- figma-for-opensource-projects.html
- github-issues.html
- responsible-use-of-images-on-opensource-projects.html
- setting-up-1password-on-opensource-project.html
- showing-civictech-experience-on-linkedin.html
- updates-team-pages-on-hflasite.html
- using-kanban-project.html
- Make sure the space between the image and text is there like how it is on the current live Toolkit webpage for mobile, tablet, and desktop views.
Details
Click here to see the spacing which I have indicated with an arrow when viewing the page in desktop view

- If the spacing is not there, add the spacing back in; in VS Code or your IDE, edit the SCSS file
_sass/components/_toolkit.scssand, if needed, edit the HTML in _includes/guide-card.html, such as the SCSS classes applied to the HTML- Make sure to reference the Figma design for the Toolkit page to determine the exact spacing for mobile and desktop views
- If the spacing is not there, add the spacing back in; in VS Code or your IDE, edit the SCSS file
- Using Docker, make sure changes look good on mobile, tablet, and desktop views using developer tools and that nothing breaks
Resources/Instructions
- Toolkit webpage
- _includes/guide-card.html
- _includes/svg/2FA.svg file
- _includes/svg/survey-reporting-image.svg file
- Files in the
_guide-pagesdirectory:- 2FA.html
- survey-reporting-dashboard-guide.html
- creating-kanban-project.html
- figma-for-opensource-projects.html
- github-issues.html
- responsible-use-of-images-on-opensource-projects.html
- setting-up-1password-on-opensource-project.html
- showing-civictech-experience-on-linkedin.html
- updates-team-pages-on-hflasite.html
- using-kanban-project.html
- _sass/components/_toolkit.scss
- Figma designs for the current webpages: You will need to zoom in and find the Toolkit page's designs (in red box) and screenshots.
- Related design issue: Review the alt text for Toolkit page images and ensure that they adhere to WCAG #2567
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Complexity: MediumFeature: AccessibilityIssues that would broaden website accessibilityIssues that would broaden website accessibilityFeature: Refactor HTMLP-Feature: Toolkithttps://www.hackforla.org/toolkit/https://www.hackforla.org/toolkit/role: front endTasks for front end developersTasks for front end developerssize: 2ptCan be done in 7-12 hoursCan be done in 7-12 hoursstatus: UpdatedNo blockers and update is ready for reviewNo blockers and update is ready for review
Type
Projects
Status
Done