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 Profile Card Using Bootstrap

Manish 90

@manish2120

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 specific areas of your project would you like help with?

I'm not good with bootstrap and this project is done without a figma design file, please let me know my mistakes if anyone good enough with bootstrap 😅

Community feedback

Adriano 36,850

@AdrianoEscarabote

Posted

Hi Manish Chavan, how are you doing? I really loved the outcome of your project, but I have a few suggestions that I think might be helpful:

A tip to improve the semantics of the code would be to use ul, since that is a list of links:

<ul>
    <li><a href="#">GitHub</a></li>
    <li><a href="#">Frontend Mentor</a></li>
    <li><a href="#">LinkedIn</a></li>
    <li><a href="#">Twitter</a></li>
    <li><a href="#">Instagram</a></li>
</ul>

The rest is excellent.

I hope you find it useful. 👍

Marked as helpful

0

Manish 90

@manish2120

Posted

@AdrianoEscarabote Oh, I was thinking about this too. I saw that some people use <li> elements, but I wasn't sure why. i just researched about this right now...

Let me know am i correct now:

  • Using <li> makes sense here because we have a group of social media links.
  • Anchor tags are used as separate links, when they aren't connected or in different contexts.

And yess thanks for feedback! 🙂

0
Adriano 36,850

@AdrianoEscarabote

Posted

@manish2120 Yeah, you're right !

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