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?

    This one was quite more challenging for me as the previous ones, not only because it had some JS in it, but also because I wasn't very clear on absolute and relative positioning in css.

    I think it turned out quite ok, but it still has issues (svg arrow on share button, width of the image changing depending on the browser...)

    I would definitely think more about how my css and js will interact next time to avoid spending a lot of time fixing responsive issues.

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

    • Positioning in css : I'm still not very satisfied with my solution for handling the share component in desktop view. Is there a way to position it according to the center of the button without making it a child of the button ?
    • Width of my image is not the same on Chrome and Firefox... How is that so and how can I make sure it stays coherent ?
    • Adding the arrow on css : I like the result, but am not very sure of how it works exactly
    • This SVG drove me nuts : how do you change its color and keep it in a separate file ? Fill attribute didn't work for me...
  • Submitted


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

    Practiced a bit more grids and selecting html elements using css. Grids are really powerful tools.

    I highly recommand reading Josh Comeau (https://www.joshwcomeau.com/css/interactive-guide-to-grid/) 's guide on grids - This was beyond useful : it made me review my initial judgement on grid and helped me understand how they work. Priceless article, will definitely keep following him.

  • Submitted


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

    Very proud of my handling of the grid : i didn't know about this technique and i find it very elegant and easy to understand.

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

    managing the breaking point of the grid.

  • Submitted


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

    done in about 1h30, which was my initial estimation.

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

    Automatic scaling of fonts using clamp() : didn't know about this !

    Also handling the image on the desktop version was quite tricky : had to use a grid to do this, but would like to know another way to do it.

  • Submitted


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

    The way I managed tables and lists using pseudo-selectors. Next time, I would design with a mobile-first approach in order to simplify the transition to desktop.

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

    Styling a table is trickier than I thought x)

  • Submitted


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

    Done under an hour without references, very good exercise to start practicing again.

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

    It was ok, nothing particularly challenging.