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

  • @sparky9043

    Submitted

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

    After working on my CSS for a bit, this project felt much easier than before. Though I'm not sure if my code organization is as neat as it could be, I think I was able to understand the big picture and work my way down to the project. I also was able to start with "mobile-first" design by starting my project at 375px, even though there isn't much difference between mobile-first and desktop for this project.

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

    For this project, I had slight trouble with inserting the profile image by the name in the footer. However, I resolved the issue using inline-block display and then using flexbox around the container to align the items toward the center.

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

    I want to get professional opinions on how I can organize my code better including how to name the containers. Any kind of naming convention advice would be much appreciated.

    P

    @kramedog3223

    Posted

    Overall, you did great. To help with the naming, you can go much more straightforward in my option. I like to make it simple and easy for others to read where it is coming from. For the next project, try to use the main one, like the container and card, as you have, but the text can be img-text or main-title. One helps you type a little less, which is always great, and two, just to keep things as simple as possible. Great job again, and hopefully, the next project you do will get even easier for you!

    0
  • @NavneetBerwal

    Submitted

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

    It was my first frontend project, so feels good to be able to complete it.

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

    Understanding the basic css elements

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

    documentation

    P

    @kramedog3223

    Posted

    Hi Nanveet, project looks great for you just starting. I would say try to leave comments throughout you code to help other coders understand what you are trying to do. This will help with your documentation as well as make it more simple for you down the road to look back and understand what you were trying to do. Hope this was helpful and good luck to you!

    Marked as helpful

    0