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
Not Found
Not Found

All comments

  • hmdev2 80

    @hmdev2

    Submitted

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

    I’m proud of having improved the organization of the project, having saved more lines than before; I feel like I’m making progress.

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

    I had some challenges with alignment and centering, but I managed to resolve them.

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

    I need some help with the footer. I managed to fix it to the bottom of the page, but depending on the vertical proportions of the page, the footer overlaps the content because it is fixed.

    Jesse 40

    @heathology

    Posted

    Good job on this project! I see semantic code throughout. I see you decided to use a button tag for what I am referring to as the card category (Learning). Be sure to use rel="noopener" for links to keep malicious code from getting back to the previous window in the web browser. Again, great job on the project!

    0
  • GSigua_ 60

    @GPDSigua

    Submitted

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

    im most proud in reacreating the qr code page, yes it not perfect but still.

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

    i have a challenge in creating may website live since i keep getting error in deploying my code.

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

    in deploying using vercel or netlify.

    Jesse 40

    @heathology

    Posted

    Good job! The main thing I would recommend is to make sure your code is accessible by meeting ARIA standards as well as using secure HTML. For example, using semantic tags such as <main></main> and <footer></footer> to indicate the "sections" of the page. You should also use the 'alt' attribute in the <img> tag to have an alternative text description in case the image does not load or if someone is using a screen reader. Finally, links, such as those contained in the attribution, need to have rel="noopener" to prevent the new blank tab/window from accessing the original window (through malicious code).

    Marked as helpful

    0