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?

    I'm proud of myself for being able to complete the project, as well as being able to resourcefully use my knowledge to be able to find solutions on my own without having to ask for outside help

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

    The biggest challenge I faced was getting proper alignment and style from desktop to the mobile version of the page. Furthermore being able to remove hover effects that are active in the desktop version that are not active in the mobile display.

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

    I would like tips on how to improve my code from simplifications to more readable and cleaner code.

  • Submitted


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

    This was a fun little challenge to take on in the beginning stages of learning web development. Overall, I found joy in every aspect of the project, but what, I believe, brought me the most joy in the project was seeing the finished product. There's nothing more satisfying than seeing your finished work look and work just as you intend it to.

    If I could do anything differently next time, I would go about the project in a different manner. This time through, the process I took was writing out all of the HTML, then writing out all of the CSS. Instead, I would create a portion of the HTML, ie. a div, then give that element its class and style, before moving onto the next section. I just feel i have a better understanding of what I'm doing and building going about it in small sections at a time that way, than the route I took this time.

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

    The biggest challenge I faced in this project was getting the main div that held the QR image and text centered on the page. I tried a few different methods and eventually settled on flexbox to get everything centered, thank you google for the refresher.

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

    The part that I would like the most help with is writing cleaner, more readable code. Getting into development I want to be able to write code that is very clean, readable, and functional. Any advice and insight on this would be greatly appreciated and accepted!