Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

My first fully responsive landing page, using Dart SASS.

Bonreyβ€’ 1,130

@Bonrey

Desktop design screenshot for the Huddle landing page with curved sections coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

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 and sass: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

Roc Tanweerβ€’ 2,500

@RocTanweer

Posted

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

Bonreyβ€’ 1,130

@Bonrey

Posted

@RocTanweer wow, thank you! I'll definitely take a look at it! πŸ˜‰

1
Roc Tanweerβ€’ 2,500

@RocTanweer

Posted

@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
P
tedikoβ€’ 6,580

@tediko

Posted

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

Bonreyβ€’ 1,130

@Bonrey

Posted

@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 GitHub
Discord logo

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