Design comparison
Solution retrospective
I already publish my solution
Community feedback
- @TedJenklerPosted 2 months ago
Hi @LucieLuB,
Nice project! To improve it, here are a few suggestions:
I would recommend purging as many divs as possible and replacing them with semantic tags. This project could easily be done with a single <main> tag using a flex column layout. By eliminating unnecessary divs, your code will be cleaner and improve both accessibility and SEO.
Because of the shareability of this project, you should add meta OG (Open Graph) tags to create beautiful link previews and improve SEO.
Consider making the QR codes clickable, which can help older people by allowing them to use it as a link rather than scanning it.
As an extra challenge, I would suggest learning how to create custom QR codes—it’s a really fun topic!
Keep up the good work!
Best, Teodor
1
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