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

Clipboard Landing page

@Neel-07

Desktop design screenshot for the Clipboard landing page coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

I'm most proud of the clean and visually appealing design of the Clipboard landing page. The layout and styling came together seamlessly, effectively highlighting the features and functionality of the page.

Moving forward, I would concentrate more on ensuring the landing page is fully responsive. Although it currently looks impressive on larger screens, I acknowledge the need for improvement to optimize its display on smaller devices. Furthermore, I aim to incorporate additional interactive elements to enhance user engagement with the page.

What challenges did you encounter, and how did you overcome them?

The main challenge I faced was changing the fill color of the SVG of the social icons. Through this, I learned a great deal about SVGs.

One of the main challenges I encountered was making the Clipboard landing page fully responsive to cater to different screen sizes. It required experimentation and adjustments to strike a balance between responsiveness and maintaining the page's aesthetic appeal.

To tackle this challenge, I employed media queries and flexible layout techniques in CSS to ensure the landing page adapts seamlessly to varying screen dimensions. Rigorous testing on diverse devices was also crucial to verify the page's consistent display across different platforms.

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

I would greatly appreciate feedback on the responsiveness of the Clipboard landing page, particularly on smaller screens. Additionally, suggestions on enhancing user interaction and engagement within the landing page would be highly valuable. Thank you for your insightful input!

Community feedback

@0xabdulkhaliq

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 anchor (<a>) elements lacks aria-label attribute which is way more important for social links in an <a> tag 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 Clipboard">
    <img class="social-icon" 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!

0

@Neel-07

Posted

@0xabdulkhalid Thanks for introducing the aria label, i didnt knew about it, will surely include in my code. If there are any more areas of improvement do let me know.

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