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

Loppstudio Responsive Agency Landing Page - HTML/CSS/JS

P
Douo 920

@Douoo

Desktop design screenshot for the Loopstudios landing page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


What specific areas of your project would you like help with?

I can't say for sure but I'm open to suggestion if there are ways I can optimize or correct my solution

Community feedback

@0xabdulkhalid

Posted

Hello there 👋. Congratulations on successfully completing the challenge! 🎉

  • I have a suggestion regarding your code that I believe will be of great interest to you.

MAKING SOCIAL ANCHORS ACCESSIBLE :

  • The Social links, <a> elements lacks aria-label attribute. It's important for social links which can help provide more context to users with visual impairments who use assistive technologies such as screen readers to access your website.
  • When a screen reader encounters an anchor tag with a social link, it may announce the link's text content, such as "Facebook" or "Twitter," by including an aria-label attribute that points to a nearby element containing a description of the link's purpose, you can provide more context and clarity to the user.
  • By providing this additional information, you can help users with visual impairments to better understand the purpose and value of social links, and encourage them to engage with your content. This can ultimately improve the user experience on your website, and make it more accessible and inclusive for all users.
  • Example:
<a href="#" aria-label="Facebook profile of Loopstudios">
    <img src="images/icon-facebook.svg" alt="">
</a>
  • If you have any questions or need further clarification, you can always check out my submission and/or feel free to reach out to me.

.

I hope you find this helpful 😄 Above all, the solution you submitted is great !

Happy coding!

Marked as helpful

0

P
Douo 920

@Douoo

Posted

@0xabdulkhalid I did this project lazily 😅 and as a result, I did some things loosely but I have added these things now

0
Tom Roche 190

@TomrocheDev

Posted

Great take on this project. Really consistant code! The only thing I would recommend is to experiment with spacing. Your solution is quite compact (for example: sections are very close together). As a result of good consistant spacing, your website will appear much more professional. Hope this helps.

Overall great solution!

Marked as helpful

0

P
Douo 920

@Douoo

Posted

@TomrocheDev Duly noted

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