Manage-Landing-Page-Solution

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@atif-dev
Hi, congrats🎉 on completing the challenge. Better take care about following points.
- Testimonial horizontal scroll and vertical scroll don't look good. Make it according to design
- When we click on testimonial button above text and images change.
<button id="get-started">Get Started</button>
hover effect not good.- Click on email input field then click anywhere on screen you will see invalid email message. (Invalid email message should only appear on button click)
- Responsiveness is also not good, you need to work on responsiveness.
- You must be seeing some acceessibily issue in code after project submission. To avoid accessibility issue "All page content should be contained by landmarks" use code as :
<body> <main> ---your code here---- </main> <footer> </footer> </body>
- When we open GitHub repository link, at right side you will find an About Section. There, also include live preview link of your project. It is better for someone to check your live project while interacting with code.
--Got any questions, REPLY--
Hope you will find this Feedback Helpful.
Let's connect for learning📝 and sharing🤝. Twitter , LinkedIn , GitHub
Join 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