Gustavo Gutiérrez
@gustavo2023All solutions
NFT Preview Card
#accessibility#bemSubmitted about 1 month ago- Did I apply the BEM methodology correctly throughout my HTML and CSS classes? Are there any instances where a class name could be better structured?
- Are there any places where I could use more semantic HTML elements instead of
div
s, or where my current semantic choices could be improved for better meaning or accessibility? - Are there any missing
alt
attributes oraria-
attributes that could improve accessibility for screen reader users or keyboard navigation?
E-commerce Product Page
#accessibilitySubmitted 2 months ago- Is the HTML structure clear, semantic, and well-organized? Are there any tags I could have used more appropriately for better semantics or accessibility?
- How effective is my use of ARIA attributes for accessibility in components like the sidebar, cart dropdown, and lightbox?
- How could I improve the state management for the shopping cart or the selected image index? Are there alternative approaches I could consider for a project of this scale?
- Are there any obvious performance considerations I might have overlooked, especially regarding image loading or DOM manipulation in JavaScript?
News homepage
#accessibilitySubmitted 3 months agoI would like to receive feedback on better accessibility practices, styling suggestions, better use of semantic HTML or any mistakes I might have overlooked.
Responsive contact form
#accessibilitySubmitted 3 months ago- Is my use of
aria-describedby
,aria-required
, andaria-invalid
appropriate and sufficient for this form? Are there other ARIA attributes or techniques I could use to further enhance accessibility, especially for the custom radio/checkbox controls or the toast notification? - Are there ways to make my custom radio button and checkbox styling more robust or cross-browser compatible? Are there potential accessibility issues with hiding the native input and relying solely on CSS for the visual representation?
- Is my use of
Interactive FAQs accordion component
#accessibilitySubmitted 3 months agoAny suggestions to improve accessibility
Interactive rating component
#accessibilitySubmitted 3 months agoAny suggestions on improving the accessibility would be appreciated.
Password Generator App
#accessibilitySubmitted 3 months agoI would like to receive feedback on the way I used to evaluate the strength of a generated password.
Any suggestions on different ways to implement the random password generation, mistakes I might have overlooked and suggestions to improve accessibility would be appreciated.
Tip calculator app
#accessibilitySubmitted 3 months agoI'd appreciate any suggestions to improve the functionality or the HTML structure, as well as any errors I might have overlooked.
Time tracking dashboard
#accessibilitySubmitted 3 months ago- Suggestions on how I can improve the accessibility or the HTML in general.
- Better practices or ways to improve the CSS code.
- Any mistakes I might have overlooked.
Newsletter sign-up form with success message
#accessibilitySubmitted 3 months agoAny feedback on how to improve the accessibility or suggestions to make the success message look better on mobile screen sizes. Also, if there are any errors that I may have overlooked or ways to improve the functionality.
Responsive article preview component using HTML, CSS and JavaScript
#accessibilitySubmitted 4 months agoAny feedback on how could I improve the accessibility or suggestions for a different approach for the share button functionality, as well as any tips on CSS style improvements would be welcome. If there are any mistakes I might have overlooked please let me know.
Responsive landing page using Flexbox and CSS Grid
#accessibilitySubmitted 9 months ago- Improvements in accessibility that I can make.
- Are there any improvements I can make to the semantic structure of my HTML?
- Any feedback on the best practices that I'm not following or overlooked mistakes.
- Corrections for the hero section and the footer to make it look more like the design.
- Is my use of CSS Grid and Flexbox efficient or what improvements could I make?
Responsive Testimonials Grid Section
#accessibilitySubmitted 9 months ago- Are there any improvements I can make to the semantic structure of my HTML?
- Improvements in accessibility that I can make.
- Are there any redundant or repetitive styles that can be optimized?
- Is my use of CSS Grid and Flexbox efficient or what improvements could I make?
Responsive Four Card Feature Section
#accessibilitySubmitted 9 months ago-
Are the HTML elements used appropriately and semantically correct?
-
Are there any accessibility improvements that I should make?
-
Is the use of CSS Grid and Flexbox appropriate and efficient or are there any improvements that I can make to the layout?
-
Any feedback on the best practices that I'm not following or overlooked mistakes.
-
Responsive Product Preview Card Component
Submitted 9 months agoAny feedback on the semantic HTML, like improvements in accessibility, or the use of media queries in my CSS would be appreciated, as well as any mistake I might have overlooked.
Recipe Page
#accessibilitySubmitted 9 months agoJust some feedback on anything noteworthy or any mistakes I may have overlooked.
Social links profile card using HTML and CSS
#accessibilitySubmitted 11 months agoFeedback on any improvements I can make whether is in the HTML structure or the way I styled the elements is more than welcome. Any feedback on accessibility improvements or things I am missing currently would be useful as well.
Blog preview card component using HTML and CSS
#accessibilitySubmitted 11 months agoIs my project responsive on different devices and browsers? I didn't use pixel units in any part of the CSS style, but I'm not sure whether that's the right way to do it? Any feedback on improvements or changes I should make would be appreciated.