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?

    Proud that i tried to use as semantic as possible in HTML section , but I think that way is much harder and I don't understand fully why things don't work as they should

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

    dekstop version not working properly, instead of two column horizontal it is mobile one column, in mobile aspect of it doesn't pop up share section

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

    THere is alot of problem with this one but i`ll just raw dog it and leave it for later fixing

  • Submitted


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

    Learned more about grid making and absolute positioning, it was a quick hop-on, and took me around an hour or less, so proud, that I can tackle such scale projects with ease almost without the help of friendly AI, so I feel proud, can`t wait to tackle JS projects!

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

    absolute positioning quotes , couldn`t think of a way how to position it behind the text since z-index:-1 didn't worked

  • Submitted


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

    I am truly proud, that I managed to do this design in my given time, I precode everything in my notebook, and only then typed the code, this approach gave me less head-beating.

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

    Challenge was to as always use media queries for responsiveness in this design I used grid template on media querie

  • Submitted


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

    I would start from mobile first design

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

    Media queries and responsive design, i`ll try to search for good videos on this topic since I don't get at all how to make everything more responsive

  • Submitted


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

    With this project i`ve learned how to for with figma files. Managed to integrate tab key functionality without JavaScript Event handler, method used was

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

    How to implement keyboard input without JavaScript. To solve it i used method

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

    Non, it is getting quite easy

  • Submitted


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

    I am proud that i truly understood when to use flexbox, and got a bit of knowledge about media queries

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

    1. The challenge was, where to use Flexbox, I chose only to use it on the image part, and the author
    2. How to make website design for mobile devices, for that I`ve learned media query technique

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

    My biggest pain is that i still cant get a grasp of how to properly align items inside of content boxes, I think that I need to use flexbox everywhere, but when I use them it simply don't work, for this project I centered everything using margin side auto

  • Submitted


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

    Main proud moments was that finished it without going in to tutorial hell

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

    Challange was to get a grasp of how to properly line content box using flexbox, first I had a problem that align-items:center doesn`t work, but after I realized that I need to give content height it started working

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

    What other approach could I`ve used to flex items I the same order ?