Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Request path contains unescaped characters
Not Found

All comments

  • @omk1r

    Submitted

    What are you most proud of, and what would you do differently next time?

    I'm most proud of the clean and responsive design achieved for the QR code component. It effectively communicates the message and provides a visually appealing experience for users.

    Next time, I would focus on improving accessibility features. This could involve ensuring proper contrast ratios for text elements, adding ARIA attributes for screen readers, and conducting thorough testing across different assistive technologies. Accessibility is crucial for ensuring inclusivity and reaching a wider audience, so it's an area I would prioritize in future projects.

    What challenges did you encounter, and how did you overcome them?

    Integrating the QR code image posed a challenge as I needed to ensure it was properly sized and displayed without distortion. I addressed this challenge by using CSS to set the image width to 100% of its container, ensuring it scaled proportionally across different screen sizes while maintaining its aspect ratio.

    Overall, these challenges were overcome through a combination of experimentation, testing, and leveraging CSS techniques to create a responsive and visually appealing QR code component.

    What specific areas of your project would you like help with?

    I would appreciate feedback on the accessibility of my project. Specifically, I'm interested in suggestions for improving accessibility features such as ensuring proper contrast ratios for text elements, adding ARIA attributes for screen readers, and any other techniques that could enhance the accessibility of the QR code component. Additionally, any insights or tips on conducting thorough accessibility testing across different assistive technologies would be helpful.

    P

    @GhermanClaudiu

    Posted

    Hi, I hope that my suggestions will help

    -Use <main> instead of <div class="qr-card"> to better convey the primary content of the page.

    -Add an alt attribute to the <img> tag to describe the image content for screen readers.

    • Ensure the layout is responsive by using flexible units like percentages or viewport units for width and padding.

    • Externalize the CSS styles into a separate stylesheet file to improve maintainability and readability.

    All the best, Claudiu

    Marked as helpful

    0
  • P

    @GhermanClaudiu

    Submitted

    What are you most proud of, and what would you do differently next time?

    I am proud to finish and go live with my first HTML CSS project

    What challenges did you encounter, and how did you overcome them?

    MediaQuery

    What specific areas of your project would you like help with?

    MediaQuery

    P

    @GhermanClaudiu

    Posted

    Thank you @kodan96 for your feedback, very helpful and instructive

    I will put a new version today

    0