Responsive landing page

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Fejiro001
Great job! Some recommendations:
- Give all your projects meta description; it provides a summary of a page's content that search engines include in search results. For example,
<meta name="description" content="Put your description here.">
- When linking to sites to get resources like fonts it is highly recommended that you use the
preconnect
resource hint to establish early connection(s). Example,<link rel="preconnect" href="https://fonts.com">
Marked as helpful - Give all your projects meta description; it provides a summary of a page's content that search engines include in search results. For example,
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