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

  • @JawadM2002

    Submitted

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

    What I was proud to do was be able to customising a social link profile and that it would redirect the user to a site of the profile, particularly from GitHub. What I can do differently is possibly include some icons to the social link buttons to give it more clarity.

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

    The challenging parts that I have encountered throughout this challenge are trying to shape the profile box and that I have had difficulty in making the profile photo look more circular. I have been able to overcome this by adding a few more padding and border radius, as well as preventing the photo's overflow by keeping it hidden. Despite these challenges, I still enjoyed developing and customising the social links profile.

    NatteeN 70

    @NatteeN

    Posted

    Amazing work! You point to the right. Adding an icon for social will be make it more user friendly.

    Marked as helpful

    0
  • P
    Ken 160

    @ubcyukiny

    Submitted

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

    Completing the project

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

    Inaccurate height and width in the content div, using the dev tools I found out its off by a bit pixels. After some digging, I had

    body {
    line-height: 150%
    }
    

    thinking, it would apply to every div normally, but it scales off the body font size I think, so the value was different when inherited to child divs.

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

    Would appreciate feedbacks on coding practices, code smells

    NatteeN 70

    @NatteeN

    Posted

    Great work!

    1
  • NatteeN 70

    @NatteeN

    Posted

    Good solution even it a bit small when compare with the design. But the solution can present most detail that the design want.

    Marked as helpful

    0