Not Found
Not Found
Request path contains unescaped characters
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


    Please let me know if there are any major issues or if you see something that could be improved!

  • Submitted


    This was one of the most difficult projects I've worked on so far, but I'm proud of having finished it.

    I decided to build it with just vanilla JS which was challenging but also fun. One of the things I've learned about was the MVC pattern which I tried implementing on my own. I'd be grateful for feedback on my implementation!

    Another tricky part was the navigation. My goal was to disable scrolling on the rest of the page when the mobile nav is opened, which I achieved by adding a class that sets overflow: hidden on the body. The problem is that when the mobile nav is opened and then the viewport width is increased, that class remains on the body and therefore the user can't scroll down to view the rest of the page. Again, I'd be grateful for any suggestions on how to solve this problem or how to implement it in a better way.

  • Submitted


    Any kind of feedback is appreciated!

  • Submitted


    Tried a few different things, such as fluid typography with the vw unit and clamp(). Please let me know what you think about my solution!

  • Submitted


    I'd be grateful for any kind of feedback, but I'm especially curious if my solution for the section with the shifted image is good. Are there any problems with the way I solved it and are there better ways to do it?

  • Submitted


    Hey everybody!

    I've recently been trying to deepen my understanding of how Flexbox works and this challenge seemed perfect to put it to the test.

    Any kind of feedback is welcome and appreciated!

  • Submitted


    Hey everybody!

    This has been one of the most advanced challenges I've worked on all by myself so far. I'm sure there's quite a few ways to improve my code, so if you got any hints for me I would be very grateful.

    Also, please let me know if there's any kind of problem so I can attempt to fix them!

  • Submitted


    Feedback on how I structured the code as well as how I approached the challenge in general would be greatly appreciated!

  • Submitted

    FAQ Accordion

    • HTML
    • CSS
    • JS

    2


    Feedback on how I implemented the illustrations with pseudo elements would be appreciated.