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?

    The fact that the pages are generated with JavaScript is something I'm proud of. Sometimes I find it difficult to inject JavaScript into HTML in a productive and structured way. In my opinion, that worked, but I am always open for feedback on improvements!

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

    As written above, I sometimes struggle with injecting code through JavaScript. So that was in this case the challenge. I also set focus on accessibility, because that is something I am doing research on, and this is the first project I implemented it in.

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

    I would like feedback on injecting code into html with javascript. I feel like this can be done better and more consistant than I did in this project. Also I would like some feedback on the accessiblity on this project.

  • Submitted


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

    I am proud of my jQuery scripts. This is the first time I used jQuery,

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

    I would like to get feedback on my jQuery code. Feedback on any other topic is also very welcome.

  • Submitted


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

    I haven't got much experience with form validation, so the validation was sort of a challenge for me. I struggled with the error message because the :invalid pseudo selector gave the error message when the user was typing in the email address. That was not the experience I wanted to create so I fixed the problem with JavaScript. I'm not sure if this is the correct way to handle form validation, so any advice is welcome.

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

    Correct ways of form validation.

  • Submitted


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

    I am proud of how the result turned out. If I would re-do this project, I would like to build it with other technologies.

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

    I always have a hard time figuring out background images. I find it hard to properly place them, and make them scale properly with the rest of the page. With this project the same thing. The background strokes are not responsive to my satisfaction. When I resize to a smaller screen, the strokes will be squiched. So that for me will be a point of improvement.

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

    If any of you have any tips on how to do the background images properly, please let me know. I am struggling with this for a long time.

  • Submitted


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

    I am proud of the functionality of this project. Also the way my solution responds to resizes make me very happy.

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

    I had a hard time making the swiperJS carousels responsive. Also my navbar was very different from the design in the first place. I had a hard time to rearrange all the elements to make it look like (and functional) like the design.

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

    I would like to get tips about writing consistant JavaScript. My code looks like a mess to me, so I think I have a lot to improve. Feedback is appriciated!

  • Submitted


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

    I am really proud of the overall responsiveness on this solution. The design worked really well with Bootstrap.

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

    I really struggled with the positioning of the hero image. It is really hard to position them right and at the same time responsive.

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

    Any tips or tricks on positioning images with absolute positioning (or alternatives) are very welcome!

  • Submitted


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

    I am proud of the time I spent creating this homepage. This was a confirmation that I am making progress in writing pages with Bootstrap.

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

    On how to write consistend code for headers and navigationbars.