Latest comments
- @dejuliansrSubmitted 5 months ago
- P@ArcloanSubmitted 4 months agoWhat are you most proud of, and what would you do differently next time?
Nothing in particular.
What challenges did you encounter, and how did you overcome them?I had some problem with the mobile navigation. I didn't understood why it isn't fixed to the viewport though I used position fixed.
What specific areas of your project would you like help with?Any help on the use of tailwind, my markup with html or any other suggestions are really welcomed. Thank you :)
- @AndresLamarSubmitted 4 months ago
- @AndresLamarSubmitted 4 months ago
- @prasad-bigdpSubmitted 4 months ago
- P@tunaertenSubmitted 4 months agoWhat are you most proud of, and what would you do differently next time?
It was a fun project. At first, I couldn’t decide whether to start with mobile or desktop, but I decided to start with desktop. I found it easier to design the grid system that way. I can't say I had much difficulty with the design. Although I wanted to create the mobile menu using the same list items, I had to make them separate list items due to issues I encountered with the transition
What specific areas of your project would you like help with?I wanted to reuse the
li
items from the desktop navigation in the mobile menu, but when the mobile menu closes, theheight
andwidth
change, and the position of the navigation menu also shifts. The issue persists even after separating the mobile and desktop menus. I temporarily resolved it withopacity
and transition speed, but I couldn’t pinpoint the cause or figure out a proper solution. When I disableopacity
and reduce thetranslate
value, the problem resurfaces.