website icon indicating copy to clipboard operation
website copied to clipboard

Add alt="" to the header image for the guide pages of Building a Reporting Dashboard and 2FA

Open Zak234 opened this issue 2 years ago • 2 comments

Overview

We need to add alt="" to the guide pages of Building a Reporting Dashboard and 2FA, so it is consistent with the rest of the website and follows Web Content Accessibility Guidelines (WCAG).

Action Items

  • [ ] Open _layouts/guide-pages.html in VS Code or your IDE, then add alt="" to the line
    <img class='page-hero' src="../assets/images/guides/guide-page-hero.png">
    
    so it looks like this
    <img class='page-hero' src="../assets/images/guides/guide-page-hero.png" alt="">
    

Resources/Instructions

Zak234 avatar Jul 12 '22 01:07 Zak234

Hi @Zak234.

Good job adding the required labels for this issue. The merge team will review the issue and add a "Ready for Milestone" label once it is ready for prioritization.

Additional Resources:

github-actions[bot] avatar Jul 12 '22 01:07 github-actions[bot]

@Zak234 Thanks for writing this issue! I have added this issue to the Project Board. Please remember to add any issues you write to the Project Board in the future. Thanks. 😄

JessicaLucindaCheng avatar Jul 21 '22 23:07 JessicaLucindaCheng

Hi @christinaor, thank you for taking up this issue! Hfla appreciates you :)

Do let fellow developers know about your:- i. Availability: (When are you available to work on the issue/answer questions other programmers might have about your issue?) ii. ETA: (When do you expect this issue to be completed?)

You're awesome!

P.S. - You may not take up another issue until this issue gets merged (or closed). Thanks again :)

github-actions[bot] avatar Feb 01 '23 05:02 github-actions[bot]

Availability: 10am-5pm, M-F ETA: Friday 2/3

christinaor avatar Feb 01 '23 05:02 christinaor

Progress: Checked the change with docker on the Building a Reporting Dashboard and 2FA pages. Completed action item and created a PR for this issue. Currently waiting for the PR to be reviewed. Blockers: N/A Availability: Fri 10a-5p EST if any issues arise ETA: Thurs 10p EST Pictures (optional): Change is visible in source code. No visual changes on the website are available.

christinaor avatar Feb 02 '23 21:02 christinaor