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 using pure CSS and Tachyons classes

@yiorgosbagakis

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 used Tachyons css classes.

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

There were some not very well thought sizes on the design of the layout that made it challenging to use as many Tachyons classes I hoped for and I had to use bespoke css classes instead in order to match better the design.

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

I tried to revise the use of link elements as buttons.

Community feedback

Adriano 36,730

@AdrianoEscarabote

Posted

Hello Yiorgos Bagakis, how are you? I was really pleased with your project, but I’d like to offer some advice that might help:

To improve the semantics of the page, we could add a list to the links:

<ul>
  <li><a href="#" class="btn">Github</a></li>
  <li><a href="#" class="btn">Frontend Mentor</a></li>
  <li><a href="" class="btn">LinkedIn</a></li>
  <li><a href="#" class="btn">Twitter</a></li>
  <li><a href="" class="btn">Instagram</a></li>
</ul>

I noticed that you had added the </li> tag, but by doing this we will have a list making the html semantics better.

The rest is spot on.

Hope it’s helpful to you. 👍

0
Skwarek 30

@Skwarekk

Posted

WOW it's very nice! good luck

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