Astrodevil / resource-gallery

Resources related to software development
https://resource-gallery.pages.dev/
MIT License
28 stars 53 forks source link

πŸ› [BUG] - Add "aria-label" in Some Files to improve accessibility (for screen readers) #273

Closed NarendraKoya999 closed 7 months ago

NarendraKoya999 commented 11 months ago

πŸ› Bug Report Form

Description Add "aria-label" in Some Files likecontctform.astro and footer.astro to improve accessibility (for screen readers)
Reproduction URL https://resourcegallery.live/
Reproduction Steps 1. Go To https://resourcegallery.live/
2. Observe in social icons when hovering effects donein footer Section
3. There is noscreen reading available on respective social Icons
4. So add aria-labels in respective above mentioned Files
Screenshots Screenshot 1
Logs Relevant log output goes here
Additional Context aria-label can be used in cases where text that could label the element is not visible. Also, aria-label is allowed on any element that can have an accessible name, in practice, aria-label is only supported on interactive elements, widgets, landmarks, images and iframes.

🌐 Browsers Which browsers are you experiencing the problem on? (Select all that apply)

πŸ’» OS What is the impacted environment (operating system)? (Select all that apply)

πŸ“ Sections Completed Check the box of the sections you have completed:

πŸ” Priority Please select the priority of the bug:

πŸ“œ Code of Conduct By submitting this issue, you agree to follow our Code of Conduct:

github-actions[bot] commented 11 months ago

HeyπŸ‘‹πŸΌ, @NarendraKoya999, thank you for opening an issue. You need to update or make PR in under 7 days

Soon the maintainers/owner will review it and provide you with feedback/suggestions.
If you think it's something urgent, feel free to reach out to Anand on Twitter.


Give us a ⭐ to show some support
Keep Contributing πŸš€

NarendraKoya999 commented 10 months ago

Hi @Astrodevil and @Alkaison . Please Review on this ISSUE as soon as Possible. Thank You !

Alkaison commented 10 months ago

@NarendraKoya999 assigned βœ