Intro Section With Dropdown Menu
Design comparison
Solution retrospective
Planning on improving the dropdown animations later, specially in mobile. I'm happy with what I've came up now considering I don't practice CSS animations often.
Any feedbacks are welcome ✌️!
Community feedback
- @Tryt4nPosted almost 2 years ago
On mobile view menu doesn't show after clicking hamburger button. Your bug is placed in your script elements.
And here is a message in console:
GET https://damasio-intro-dropdown.netlify.app/js/mobileNav.js net::ERR_ABORTED 404
If you don't know how to fix it let me know and I'll help you but for now try to solve it by yourself. Now when you know where the bug is I hope you will be able to fix it by yourself.
Let me know did you fix it and how you done it 😉
Marked as helpful1@wellington-damasioPosted almost 2 years ago@Tryt4n
Thanks man, I didn't saw that one.
I just had to put
type="module"
on the script tag. Otherwise Vite would not build the .js file for production when deploying on Netlify0 - @sulemaan7070Posted almost 2 years ago
hey Wellington Damasio😄, great job on completing the challenge!! The only problem that I think with your site is.. when I click on the hamburger svg, the mobile menu is not showing...I think you forgot to code that one..
everything else seems good enough, Happy coding🔥💯👍🏻
Marked as helpful1@wellington-damasioPosted almost 2 years ago@sulemaan7070
It was a quick bug to fix related to Vite. Thanks for letting me know man ✌️
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord