Felix Drawe
@FelixdraweAll comments
- @Mohamed-ben-AliSubmitted 4 months ago@FelixdrawePosted 4 months ago
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 helpful0 - @BradleyEversleySubmitted 6 months ago@FelixdrawePosted 5 months ago
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 helpful1 - Remove
- @VivekMadhavanSubmitted 6 months agoWhat 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?- Is there an option to resize the section (class = "blog-preview") without explicitly using pixel sizes? (Ex. 385px for width in css)
- How do I get the paragraph to continue onto the next line without using ?
- Does clamp work effectively across projects and can it be used for responsive design without using media queries?
@FelixdrawePosted 6 months agoWell 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 - @Timilehin2509Submitted over 1 year agoWhat 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
@FelixdrawePosted 7 months agoStyling looks good! Code also looks really good. Semantic HTMl, CSS generally well structured.
0