My first fully responsive landing page, using Dart SASS.
Design comparison
Solution retrospective
Hello, everyone! π
I decided to take a short break from CSS frameworks and deepen my SASS knowledge a little. And this challenge was a perfect opportunity to do that! I focused only on Dart SASS. It is a specific implementation of SASS that gets all the bells and whistles first. β¨
In brief, here is the list of Dart SASS tools I used for this challenge:
- variables, mixins, placeholders;
- built-in modules, such as
sass:color
andsass:map
; @use
,@forward
keywords instead of@import
, which is getting deprecated.
As regards the challenge itself, it was pretty fun. I got a kick out of positioning the curved parts. π And resizing images depending on the screen width was quite enjoyable, too! Finally, it's worth mentioning that I used Font Awesome icons for social media.
As usual, any feedback is very welcome! Probably the only question I have is this: should I avoid extra media
queries, or is it okay to use as many as I need?
P.S. I went with the default form validation this time simply because I didn't want to clutter my project with an extra js file. π
P.P.S. You can also check out the README.md
file on my github page for extra links.
Community feedback
- @RocTanweerPosted over 3 years ago
Hello π @Bonrey
Very nice work π man..!
For your answer,
Learn fluid typography... It will let you use media queries only a few time when changing the layout and that's it..!
Hope it helps and happy coding..!
1@BonreyPosted over 3 years ago@RocTanweer wow, thank you! I'll definitely take a look at it! π
1@RocTanweerPosted over 3 years ago@Bonrey my pleasure π And Good Luck
And remember it's not just the font you can use it for(as they say at csstrick), it can also be used for height and width, top and bottom positioning
1 - @tedikoPosted over 3 years ago
Hello, Bonrey! π
Well done! Your solution responds well and everything looks good. I can suggest small details like:
- Since your logo have an anchor tag your alternative text isn't descriptive. Try to change it to 'Huddle home page' or something like that maybe.
- You disabled
outline
property for your buttons and anchors. This is wrong from accessibility point of view. Keyboard users can't tell where they are on your page while navigating. Add some:focus
to these elements.
Good luck with that, have fun coding! πͺ
1@BonreyPosted over 3 years ago@tediko thank you for your comment! I never thought that disabling
outline
property may result in accessibility issues. Thank you for pointing that out to me! I'll definitely fix everything you suggested π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