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

Huddle landing page with a single introductory section

@catherineisonline


Design comparison


SolutionDesign

Solution retrospective


Hello, Frontend Mentor community! This is my solution to the Huddle landing page with a single introductory section.

I have read all the feedback on this project and improved my code. Due to the fact that I published this project very long ago, I am no longer updating it and changing its status to Public Archive on my Github.

You are still free to download or use the code for reference in your projects but I longer update it or accept any feedback.

Thank you

Community feedback

Elroy Toscano• 630

@elroytoscano

Posted

Hi Catherine, good job with the design and not getting any Accesibility and HTML issues.

Here are some areas you could improve:

  1. The original design has a padding of certain units all around(maybe 6 or 8rem), the positioning of the social media icons breaks that alignment.
  2. In case you're making a circular button, in the styling the width and height should be the same. The facebook icon is elliptical, after checking through your code, the media-icon class should have the same height and width,(32px -width and 38px height is causing the elliptical structure), whereas twitter and insta icons are perfect.
  3. When hovering over any button/link, cursor:pointer and subtle change in backgroundColor provide a good visual feedback to the users.

Hope this helps.

3

ROCKY BARUA• 1,090

@Drougnov

Posted

Hi @catherineisonline, great job with the layout and responsiveness.

However, here's something you may consider:

-The background pattern isn't flexible enough. Use background-size: cover to fix it. -The Facebook icon doesn't look good. Add some padding to both sides.

Overall, great solution. Happy coding :)

1

Zein• 300

@Zein-MB

Posted

It would be more softer if you put transition 0.3s to the button Good job by the way!

0

BadT• 230

@saodinh

Posted

You did a great job, though some things can be improved. Since the "Register" button is actually a link to the register page and doesn't belong in a form , you should use <a> tag for it. The three social icons should be wrapped in <a> tags as well (because they are also links to the social media pages).

0

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