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 with flexbox

@jjdavenport

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 would use Flexbox for this layout, I would probably avoid using Grid for my ul next time.

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

Main challenge was overflow with mobile devices.

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

Making a responsive site that works with all devices.

Community feedback

P
BuraYu 50

@BuraYu

Posted

Hey Jordan,

your project looks good!

These would be my suggestions:

-Images should be in the HTML not in the CSS (only background images). This way you could add alt text

-In the CSS, you could add a <generic-name> to the font family. A fallback in case the main font doesn't work.

-all the HTML elements are at the beginning of the row. This makes the code harder to read.

All in all looks very good!

Marked as helpful

1

@jjdavenport

Posted

@BuraYu thanks for your feedback, can you elaborate further regarding the html elements being at the beginning of the row?

1
P
BuraYu 50

@BuraYu

Posted

@jjdavenport

Sure. The indentation in the index.html is off. Each nested element should be indented with the parrent.

You can check this article: https://courses.cs.washington.edu/courses/cse154/17au/styleguide/html-css/spacing-indentation-html.html#:~:text=Spacing%20and%20indentation%20should%20be,inside%20of%20its%20parent%20tag.&text=Place%20a%20line%20break%20after%20every%20block%20element.

Marked as helpful

1

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