mohammed1215
@mohammed1215All comments
- @HamzehAlayan01Submitted 12 days ago@mohammed1215Posted 9 days ago
your design is good but it have some issues.
- you didn't handle the responsivness on the mobile design.
- i think it would be better if you made the active state animate using javascript or using the css properity transition-behavior: allow-discrete with the @starting-style{}
0 - @budijiieSubmitted 11 days agoWhat specific areas of your project would you like help with?
Any advice will be apreciated. Thank You
- @nikhilbleedsblueSubmitted 12 days ago@mohammed1215Posted 12 days ago
you did a great job in handling the layout. great job
0 - @notfarawaySubmitted 14 days ago@mohammed1215Posted 13 days ago
i think it would be better if you spicify that the image height is 100% of the container. but over all it is good.
keep going
0 - @danielmartinscodeSubmitted 13 days ago@mohammed1215Posted 13 days ago
Great Job i think you did well in making the page. good in font size. but i would recommend to increase the padding of the main content alittle like 10px or 15px.
Marked as helpful0 - @RaiLima29Submitted 13 days ago@mohammed1215Posted 13 days ago
You need to give the image the full width of the parent and also to increase the padding of the learning word
0 - @tyshawn-anthonySubmitted 14 days agoWhat are you most proud of, and what would you do differently next time?
Feels like I'm coming a decent way, and am proud of getting more acclimated into the code.
What challenges did you encounter, and how did you overcome them?I didn't encounter many challenges this time around, I don't recall.
@mohammed1215Posted 13 days agothat is a great one with responsive design. the text color is friendly
0 - @arisalinas123Submitted 14 days agoWhat are you most proud of, and what would you do differently next time?
I'm proud of how I was able to get the element to be responsive.
What challenges did you encounter, and how did you overcome them?I was having a lot of trouble with how to group the content with HTML and figuring out what type of elements work best for what I was trying to accomplish. Styling the main issue was having was the inline/block displays as well as the how the gap everything within my content container.
What specific areas of your project would you like help with?I would like help on smaller and cleaner code. Maybe using more complex operations?
@mohammed1215Posted 13 days agoi think you need to download the images or the startup kit
0 - @Leamurturi4Submitted 14 days agoWhat are you most proud of, and what would you do differently next time?
I'm really proud of myself for solving this challenge and successfully implementing the QR code component. It was a great learning experience, and I enjoyed working through the process. Next time, I would consider using Tailwind CSS to streamline the styling and make the design process more efficient."
What challenges did you encounter, and how did you overcome them?One of the main challenges I encountered was getting the image to display correctly, especially when deploying to GitHub Pages. At first, I faced a 404 error because of incorrect file paths and case sensitivity issues. I overcame this by carefully checking the folder structure, ensuring the correct relative path, and making sure the image was properly uploaded to the repository. Additionally, I had to clear my cache and refresh the page to see the updates. Through this process, I learned the importance of attention to detail when working with file paths and deployment
What specific areas of your project would you like help with?I'm happy with how I solved the challenge, but I would love feedback on improving my CSS structure and best practices. Specifically, I’m considering using Tailwind CSS next time, so any advice on how to integrate it efficiently would be helpful. Additionally, if there are ways to optimize my HTML and make it more accessible or maintainable, I’d appreciate suggestions