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 solutions

  • Submitted


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

    Making this project faster than expected, I would try to make the next one even faster but with more precision for semantic HTML and CSS styling.

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

    Some colors from color palette given in the styles-guide weren't visible properly in my desktop screen so I applied some custom colors.

  • Submitted


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

    Proud that i didn't give up even after seeing that my CSS code was bloated and needed to written from start. Next time, I would first think properly what CSS property is best to sue for a certain part of solution.

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

    My CSS was bloated, I wrote more than necessary code when same can be done in nearly 95 lines and to overcome it I wrote whole HTML and CSS again properly.

    I wasn't able to place the 2 background images properly, then after seeing clearly word by word I discovered the solution simple, I just needed to replace vw with vh.

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

    I don;t think I need any help now. (I'll be revising HTML to write it semantically after a break.)

  • Submitted


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

    This is the first thing I did after I woke up.

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

    I was unable to change the color of button using the variable in root. When rechecked the :root variable there was a typo, fixed it and then it worked.

  • Submitted


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

    Proud that made it in less time than I estimated and I'll arrange the CSS properties properly while using comments to understand the workflow better.

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

    Encountered challenges while spacing elements, developer tools from browser were helpful for seeing where paddings and margins are currently used and when to add or remove them.

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

    I'll revise the sizes of the content a while later, so do not need any help with it.

  • Submitted


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

    Using the concepts that I learnt in previous projects and completing this project faster.

  • Submitted


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

    Turning the attribution into a box which inverts the color of background and text when hovered over, it might be unnecessary but doing something of my own idea feels good.

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

    Adapting to Git and GitHub's process to add, commit and push was initially challenging but now I'm comfortable with it.