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

  • @Felixdrawe

    Posted

    Looks good!

    Regarding the points above: Is it accessible, and what improvements could be made? So you could add semantic HTML tags like main, section, and article to improve readability and SEO. But that' it, great work!

    Marked as helpful

    0
  • @Felixdrawe

    Posted

    Nice Style, I see you added your own personal image!

    Here are some points to consider:

    • Remove <main> Tag Misplacement: The <main> tag should not wrap the entire document, and the <html> tag should be at the root.
    • Correct Closing Tags: Fix the incorrect closing tag for the <h6> element:
      <h6>"Aspiring Full-Stack Developer"</h4>
      

    Marked as helpful

    1
  • @VivekMadhavan

    Submitted

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

    Learned the basics of Flexbox and used the Clamp function to resize fonts.

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

    One of the biggest challenge was effectively resizing fonts for different viewports without using media queries. Although I did the math to resize according to the requirements, I will need more practice to understand how the function works under the hood.

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

    1. Is there an option to resize the section (class = "blog-preview") without explicitly using pixel sizes? (Ex. 385px for width in css)
    2. How do I get the paragraph to continue onto the next line without using ?
    3. Does clamp work effectively across projects and can it be used for responsive design without using media queries?

    @Felixdrawe

    Posted

    Well done! You could add a hover effect for the card as well, when cursor is over the card the shadow starts to move - that's a suggestion of the Figma design file which is a bit hard to see at first.

    0
  • @Timilehin2509

    Submitted

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

    I'm most proud of my colors and styles; I would use positioning better next time.

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

    I encountered a lot of positioning challenges

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

    Positioning

    @Felixdrawe

    Posted

    Styling looks good! Code also looks really good. Semantic HTMl, CSS generally well structured.

    0