Manpreet Singh
@Manpreet-01All comments
- @Manpreet-01Submitted 4 months ago@Manpreet-01Posted 4 months ago
i am wondering that why the dimensions mismatch with design?? when i compare locally the images and my website it looks perfect.
0 - @TKD04Submitted 4 months agoWhat challenges did you encounter, and how did you overcome them?
- Art direction with image optimization from Next.js using
getImageProps()
did not work
It works in
dev
andbuild
on local, but on deployment, Next.js removessrcSet
fromsource
elements. 🤔 I tried to fix the problem by searching on the web but I did not find a solution that worked, so I used normal art direction.@Manpreet-01Posted 4 months agoi am wondering how you deploy nextJs project on github pages ?.
please give some clue / idea.
thanks.
1 - Art direction with image optimization from Next.js using
- @jrzizoSubmitted 4 months ago
- @ramezbakeerSubmitted 4 months ago@Manpreet-01Posted 4 months ago
I like the way how you use the grid for create layout of buttons.
i am just using flexbox. now i learn something new by looking at your source code.
thanks. you created a good design.
1 - @ramezbakeerSubmitted 4 months ago@Manpreet-01Posted 4 months ago
Your design is pixel perfect. But the user profile page is now showing.
I hope this will help to improve your design
0 - @Paul-wackdevSubmitted 4 months agoWhat are you most proud of, and what would you do differently next time?
Really happy that I am finally getting used to using flexbox, was really struggling with it for a while
What challenges did you encounter, and how did you overcome them?centering the box was a real problem for me but after learning about min-height: 100vh; it got easier
What specific areas of your project would you like help with?the way I coded it, is it readable
@Manpreet-01Posted 4 months agoI reviewed the specific areas of your project, and here's my feedback: Code Readability: Your code is very readable and well-structured. class names are logical.
thanks.
0