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?

    "For the first time, I started with a mobile-first approach and adjusted the breakpoints with media queries. It's probably my most advanced project so far, even though it's still simple. I spent way too much time fine-tuning some design details, such as the bullet points in the list, which needed to be centered in the paragraphs. There's probably a quicker method, but I eventually managed to adjust everything as expected. The project is fully responsive—probably a bit rough around the edges, but I'm still pretty proud of it!"

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

    "The darn bullet point that needed to be centered in the middle of the paragraph gave me a hard time. I had to use ::before with content: "\2022" and position: relative, then adjust the position of the last bullet with padding. And for some reason, it took me hours... At least now lists hold no more secrets for me—well, until proven otherwise!"

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

    "I'd like to know the best way to implement margins so that they scale with the screen resolution. I had to use media queries at different resolutions, but the result feels a bit choppy. There must be a better way to do it."

  • Submitted


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

    I've tried to follow accessibility guidelines better and focus more on industry standards. I think the latter looks a little more professional, at least I hope so :)

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

    I realized too late that I was working with my browser zoomed to 150%, so instead of changing all sizes, I just increased the size of my tile with a "transform scale(1.4)"

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

    I guess I should have used more max width, but I got some weird behavior on the tile, so I implemented it on the parent container.

  • Submitted


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

    I'm feeling a bit more comfortable with GitHub, still a bit mysterious .

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

    nothing particular

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

    I will probably need to dive deeper into industry standards for web responsiveness and learn the best practices for responsive design.

  • Submitted


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

    I'm the most proud of my first depository on GitHub. GitHub can seem intimidating at first. Still not sure to understand everything to be honest.

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

    except Github, i would say the use of rem instead of px, in the aim of being responsive without using mediaquery

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

    Probably using media query to pixel perfect the project.