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

  • P
    Mateusz 260

    @MateuszZalew

    Submitted

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

    Definitely liked the mobile-first approach that I tried for the first time.

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

    Didn't know about the picture html element, the links provided in the learning path leading to web.dev docs helped a ton.

    larryQuao 90

    @larryQuao

    Posted

    You are killing it. Great Job! Keep it going

    0
  • a-yemisi 130

    @a-yemisi

    Submitted

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

    I was able to style the tables

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

    I faced challenges with getting the bullets to behave, I found a way around it through research.

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

    None for now

    larryQuao 90

    @larryQuao

    Posted

    Great job keep it up. I'm sure you did it without the Figma file. It looks so close to it, just left with the right padding and margin value that will make it fully identical but you did good. Well done.

    Marked as helpful

    0
  • Sunil 130

    @SunilParbhoo

    Submitted

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

    I am proud to have completed this challenge as accurately as I could without the use of Figma files, and I am proud of the animation hover effects I created using just HTML and CSS. I am continuing to try to improve my use of Semantic HTML and site responsiveness.

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

    The challenge posed was trying to approximate unit lengths for the elements (margins/padding etc.) without the use of a Figma design. I attempted to approximate these details as accurately as I could using Macs Preview application with the provided design jpgs. I was able to click and drag between items in the image and get a number in pixels to then use in my CSS code.

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

    I am always open to constructive feedback, especially if there are any potential areas that are generally considered best practices that I should be incorporating into my code, or if there are design patterns that I could better be utilizing to improve my code.

    larryQuao 90

    @larryQuao

    Posted

    Your work looks good, well done.

    • I would like just prompt you to do some little changes to the font weight of the "Front-end ..." text to font-weight: 600; or font-weight: 700. I think it will look better.
    • I think instead of using <article></article> use <main></main> instead. I took this knowledge from this article since it the best practices of semantic HTML. I hope this helps, also learning here but feel free to correct me if I am wrong. Great job once again.

    Marked as helpful

    0
  • larryQuao 90

    @larryQuao

    Posted

    These are my suggestions for your solution:

    • I think you forgot to add the : hover property to your card, try to do so to have the hover effect on the card. And not to forget, make sure you make the cursor: pointer to make the mouse pointer when hovered on the card to change to a pointer.
    • It would be nice if you would have a look at the Figma file, you would have gotten the right properties, sizes, widths and heights for your solution.

    I think these will help. regards

    0
  • larryQuao 90

    @larryQuao

    Posted

    Below are my feedback on your solution:

    • The height of your designed Qr-component solution is different from the design itself. I suggest you give it a fixed height and get the exact height of the QR component container.
    • The h2 element should have a fixed font size to look the same as the design.
    • The paragraph element should also have a fixed width as well to look like the design.
    0