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
Request path contains unescaped characters
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Social Links Profile

Aashish 50

@AashishVivekBhat

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


Would really appreciate some feedback on the solution in context of :

  • Accessibility
  • Code structure

Community feedback

@aykinsancakli

Posted

Hello @AashishVivekBhat,

You did a great job on this one!

Here is some feedback: You can use section element instead of generic div element to state this part is a section of my webpage.

<!-- Social Links section -->
  <section>
    <button type="button">GitHub</button>
    <button type="button">Frontend Mentor</button>
    <button type="button">LinkedIn</button>
    <button type="button">Twitter</button>
    <button type="button">Instagram</button>
  </section>

This would make more sense semantically.

All the best

Aykın

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