@xStephxSubmitted 2 months ago
Manuel Fernando Gallego Arias
@mgallegoaAll comments
- @mgallegoaPosted about 2 months ago
Hi @xStephx,
Good challege solution and excelent responsive design, I get valious trick looking in your code.
I didn't work with Tailwind CSS before, glad to heard your thought about the experience in this challenge.
Just few comments:
- If you like the design match perfect with the page (and don't have the Figma values) you can use PerfectPixel extension to match the design with my page, it help me a lot (chrome-extension://dkaagdgjmgdmbnecmcefdhjekcoceebi/settings.html), hoping you too.
- Solving this challenge, I learned about FontVariants to improve the file size of fonts and, in fact, improve the site speed, this is a good video from Chrome dev https://www.youtube.com/watch?v=jO8iVc4hEe8&t=27s
- I am not sure if it is a good idea to put the "<!-- Intro Section Curvy Illustrations -->" div out of the main, it brocke the html5 structure. Glad to heard you about this.
Glad if you shot me in: https://www.frontendmentor.io/solutions/responsive-movil-first-fonts-variants-fylo-landing-page-using-bem-0zXUsDuNi0
:)
Marked as helpful1 - @dhdbrud318Submitted about 2 years ago
Any suggestions for improvement would be greatly appreciated!
@mgallegoaPosted about 2 years agoHi @dhdbrud318,
Great job with this challenge!!!! loved the sticky menu :)
Here are some points to consider for improvement, hope help to learn:
- I notice a little diference between the designd and the result, exist a lot of tools to solve this. I use the chrome extension PerfectPixel by WellDoneCode if you like to take a look.
- For the naming of the stiles you can use a standard. I use BEM convention (https://en.bem.info/methodology/css/) just for CSS.
- For accessibility the links should be work with an anchor <a>, there are a lot of user that just navigate in the pages with the keyboard.
- The accessibility issues reported for the front end mentor, could be solved adding a <h2> sub title and hide it with CSS display: none. This allow to some screen reader to direct the user in the section or article.
Marked as helpful0