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

  • @MartianKiss

    Submitted

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

    it went pretty well

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

    I encountered difficulties with managing my time between this project and other responsibilities

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

    I'm happy with how it turned out, although there's always room for improvement, so if you have any suggestions, feel free to share them.

    ManPP 70

    @WhitezerD

    Posted

    You should use div tag as least as necessaries because in semantic terms it mean nothing to screen readers who use assistive technology.

    Also i thought you shouldn't usr <br> at the button tags for this case. Flex will help you do all the job.

    0
  • @muiruri3000

    Submitted

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

    ##learnt about align-self:flex-start to change width of a paragraph whose parent is a flexbox to not be full width

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

    specifying different width for svg adapted the parent div and it adjusted accordingly. don't know if this is right or not?

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

    using figma and bringing over the designs to use.

    ManPP 70

    @WhitezerD

    Posted

    It would be nicer if you set padding: 0, margin: 0 in css reset instead of html and body. Good job. From another newbie

    1
  • ManPP 70

    @WhitezerD

    Posted

    You should use more semantic tags than non-semantic ones like div tag.

    1. Use h1 for the title of the pages, only one h1 tag per page
    2. Use p tag instead of div on your class text-paragraph
    3. Delete unnecessary tag that doesn't matter ex. div on line 37
    0