What are you most proud of, and what would you do differently next time?
I'm most proud of mastering responsive design using clamp() without @media queries, which made the card adaptable across various screen sizes. Next time, I'd spend more effort on cross-browser testing to avoid display issues like those on GitHub Pages, and allocate more time to debugging SVG handling for consistency.
What challenges did you encounter, and how did you overcome them?
One major challenge was ensuring the SVG images were properly clipped on smaller screens. It took a lot of trial and error to get them to display correctly. I overcame this by thoroughly researching SVG handling techniques and experimenting with different clipping methods until I found a solution that worked well. Additionally, GitHub Pages caused some proportion issues, which I plan to address by refining my cross-browser testing process
What specific areas of your project would you like help with?
I'd appreciate help with improving cross-browser compatibility to ensure consistent display across different platforms. Additionally, any advice on optimizing SVG handling to prevent clipping issues would be valuable. Tips on responsive text techniques and enhancing overall project performance would also be helpful.
What are you most proud of, and what would you do differently next time?
I am most proud of being able to complete this. It seemed a little daunting at first, but once I got started I realized that it was not nearly as hard as I thought it would be. One thing I would do differently next time is to get the rough design down first before trying to fine tune and get it perfect.
What challenges did you encounter, and how did you overcome them?
The main challenge that I faced while working on this solution was getting the image and the text to stack properly. I overcame this by making the QR "Card" a flex container and setting it to column. Then I put the image and text into their own separate flex child containers, which made them stack vertically the way I wanted them to.
What specific areas of your project would you like help with?
My design is not perfect. I had some trouble figuring out the dimensions of both the card and the image and my implementation is not perfectly identical to the provided design. Additionally, I had some trouble having the correct styles applied to a mobile view when I accessed the live site from my cell phone.