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

Social-links

Daniel kingā€¢ 210

@thedanielking

Desktop design screenshot for the Social links profile coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


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

I am most proud of the time I used to complete the project. Its easy but before I couldn't do task without using Youtube.

Next time, I will plan to map out how to solve first on paper before directly jumping into coding.

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

I encountered padding problems alot because I was confused on whether to make the padding responsive or fixed.

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

With my padding and the width. A comment on explaining that would go a long way.

Community feedback

Daniel šŸ›øā€¢ 44,230

@danielmrz-dev

Posted

Hey there!

Congrats on finishing the challenge! āœ…

Your solution looks awesome!

šŸ“Œ It's a good idea to use semantic HTML elements like <ul> and <li> for lists. This makes your code more accessible, maintainable, and meaningful.

Here's an example of how you can refactor your code:

After Refactoring

<ul class="list-container">
    <li><a href="#">Github</a></li>
    <li><a href="#">Frontend Mentor</a></li>
    <li><a href="#">LinkedIn</a></li>
    ...
</ul>

Using <ul> and <li> makes your content structure clearer, which is better for screen readers and search engines. Plus, it follows best practices for HTML.

Hope this helps!

Keep up the great work!

Marked as helpful

0

Daniel kingā€¢ 210

@thedanielking

Posted

Hi, @danielmrz-dev Thank you so much I appreciate

1

@Eng-Abdelrhman100

Posted

Hey there,

Great job on finishing the challenge! It looks clean and well-done.

I'd like to suggest learning more about semantic HTML tags. Using these tags can significantly improve the user experience and SEO of your website.

Thank you for your helpful feedback back there. I appreciate it!

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