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 specific areas of your project would you like help with?

    A more elegant way of centering the first and last cards, currently I'm just eyeballing it with margins.

  • Submitted


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

    Feel like there is a more efficient way to do the JavaScript and CSS, I think there was no reason for the extra IDs, could have just used "getElementsByClassName".

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

    How to deal with the changing screen size, turns out all I had to do is add a "resize" event listener for the window ¯_(ツ)_/¯

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

    Any remarks are welcome!

  • Submitted


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

    I'm sure there's a way to make this without media queries, so probably try that next time.

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

    It was pretty straight forward.

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

    Tips on how to do this without media queries.

  • Submitted


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

    Dunno, maybe try to make it without media queries, although it looks pretty good imo.

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

    A couple of spacing challenges I guess, but nothing trivial.

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

    Feedback on semantics and css in general are very much welcome.

  • Submitted


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

    Nothing in particular, would probably try a smarter way to do the css.

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

    It was pretty similar to the Blog preview card.

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

    Maybe a better way to write the responsiveness and css as whole.

  • Submitted


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

    Dunno.

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

    Wasn't sure at first how to make the responsive design of the text without media queries, then I found out about the clamp() function and implemented it for the card as well.

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

    Any remarks are welcome!

  • Submitted


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

    Nothing in particular.

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

    Flex alignment I guess...? It was fairly easy.

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

    Shorter, cleaner code maybe?