Suite Landing Page with SASS

Solution retrospective
I've finished this challenge using HTML and SASS , i tried to finish it just with a tiny library I've created , and I am proud of the result so far . Any question or feedback is appreciated .
Please log in to post a comment
Log in with GitHubCommunity feedback
- @petritnuredini
Great job on completing the Suite Landing Page challenge! 🌟 This project demonstrates your ability to create a responsive and visually appealing web page, which is a crucial skill in front-end development. Here are some best practices and suggestions to further refine your project:
-
HTML Best Practices:
- Semantic HTML: Ensure the use of semantic elements to improve accessibility and SEO. Elements like
<header>
,<main>
,<section>
, and<footer>
could be used to define different parts of your layout. - Alt Text for Images: Include descriptive alt text for all images. This improves accessibility for users who rely on screen readers.
- HTML Structure: Your HTML is well-structured and organized. Maintain this practice for readability and maintainability.
- Semantic HTML: Ensure the use of semantic elements to improve accessibility and SEO. Elements like
-
Accessibility Considerations:
- Keyboard Navigation: Ensure all interactive elements are navigable using a keyboard for accessibility.
- Contrast and Readability: Make sure that text and background colors have enough contrast for readability, especially for users with visual impairments.
-
General Suggestions:
- Performance Optimization: Optimize images and assets for faster loading times, particularly for mobile users.
- Cross-Browser Testing: Test your page across different browsers to ensure compatibility and a consistent experience.
- Code Validation: Use tools like W3C Validator to ensure your HTML and CSS are error-free and follow best practices.
You've done an excellent job on this project. Keep up the great work and continue to challenge yourself with new projects to further enhance your skills! 💪
-
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