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

  • @asimsaeed353

    Posted

    The solution is amazing. You just need to keep an eye on font-family, font-size and colors. Keep up the good work! 👍

    Marked as helpful

    0
  • @asimsaeed353

    Posted

    I have updated the code. Please review it and let me know if there are still some changes to be done. Thanks

    0
  • @asimsaeed353

    Posted

    Thanks A lot for this helpful suggestion. I will surely incorporate these changes in my code.

    0
  • @asimsaeed353

    Posted

    The avatar of the model is not visible. Maybe, this will work:

    <img src="./assets/images/avatar-jessica.jpeg" alt="avatar-jessica">
    
    

    The spacing between the links cards is very less. Overall, the design is good.

    0
  • @KSnape34

    Submitted

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

    Using the :root method in my CSS stylesheet was very useful. It was suggested to me by another developer in the mentor community and it really helped keep track of the main colors and fonts I needed to use for the project.

    :root{
        --clr-Yellow: #f4d04e;
        --clr-White: #ffffff;
        --clr-Grey: #808080;
        --clr-Black: #121212;
    
        --ff-main: "Figtree", sans-serif;
        --fs-main: 16px;
        --fw-600: 600;
        --fw-800: 800;
    }
    

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

    The whole process was pretty easy and intuitive so I didn't come across any problems

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

    I can't think of anything I need help with at this moment in time.

    @asimsaeed353

    Posted

    Repository link is not working. So, I can't see the code. Live website link is working, and the card design is great. Keep up the good work. 👍

    0
  • @asimsaeed353

    Posted

    • The use of semantic tags is good.
    • The code is concise, well structured, and also readable.
    • There is not much difference between design and solution. However, The solution appears to be bigger than the design.
    0