Design comparison
Solution retrospective
Feel free to leave me a comment if you have any suggestions to enhance this project. Any feedback is welcome.
Community feedback
- @Bishalsnghd07Posted 8 months ago
Hi, @AlyssonDemari👋
Congrats for completing this challenge 🎉 and you did great job 👏
I would have some suggestions from you:
1)Always follow the heading levels like this to maintain semantic of your web page
h1, h2, h3, h4, h5 & h6
. Always follow the ascending order. First use h1 then h2 and so on. h1 should be the main title and it should be used only once in your web page.2)Apart from the code, I have some general suggestion, I see when I click on your website url, I amazed that you had been used GitHub url that means you deployed your project in GitHub. I will recommend you to use GitHub only for tracking and saving local repository into it. By any chance if your local repo get deleted in your pc, then from GitHub you can clone that remote url and reuse in your local, for that case GitHub should have been made not for deployment purpose only.
I would say, use netlify or vercel for deployment of your project free, it only made for run your website. So, by doing that you are maintaining professionalism in your work.
Hope, this tips will help you in your future projects too!
Happy Coding❤️
Marked as helpful0
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