coding-coach icon indicating copy to clipboard operation
coding-coach copied to clipboard

This is the landing page :)

Results 28 coding-coach issues
Sort by recently updated
recently updated
newest added

We need to add pagination to show all content, right now we have a couple posts but eventually the number will grow and we will need a pagination. ![Mobile](https://user-images.githubusercontent.com/219207/64924614-409eb380-d7ac-11e9-8c93-ff80139840fa.png) ![Web](https://user-images.githubusercontent.com/219207/64924616-45636780-d7ac-11e9-83fa-bbcb37870ee3.png)...

In the sidebar there's a widget already to allow users to signup to the newsletter, but we need to integrate it with SendGrid. Newsletter list ID in send grid: `6df91cab-90bd-4eaa-9710-c3804f8aba01`

Use https://opencollective.com/codingcoach-io/members/all.json to get them

We have added inside of the Icon component a new prop called "**ariaLabelledby**" and we have used it on the following components: - **ArrowUp** - **Closed** This is in order...

Problem: The heading elements in the document are not structured in a sequentially-descending order, which can cause difficulties for users relying on assistive technologies to navigate and understand the content....

The attribute aria-label="Scroll to top" suggests that it represents a button or element that allows users to scroll back to the top of a page. Lack of descriptive text: The...

Problem: When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Solution: We have added an...

**Description**: Low-contrast text poses difficulties for a significant number of users, impeding their ability to read content effectively. In an effort to address this accessibility concern, we attempted to set...

There is a repeated id in your page, the id="title". According to what we have seen this happens because you are placing it in the return of your Icon function...

Hello! We have tried to improve the accessibility of the page by adding aria-labels for static and dynamic links plus aria-labelledby, titles and descriptions for svg images. We hope to...