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

Mobile first design using responsive layout

Cory Rβ€’ 100

@CoryRunn


Design comparison


SolutionDesign

Solution retrospective


How can I make my a tags accessible? I'm using font awesome icons for the links. UPDATE: I added aria-true and a title to the font awesome that was nested inside the a tags. Now it works!

Community feedback

Akshay Magraniβ€’ 975

@akshaymagrani

Posted

Great work, Cory! You managed to resolve the issue yourself. And thank you @GerbenDol, your advice was helpful. It prompted me to work out your suggestion in codepen.io and it worked. That should be helpful to me in the future.

0

Gerben Dolβ€’ 3,115

@GerbenDol

Posted

@akshaymagrani Cool to hear you learned something from it! 😁

0
P
Matt Studdertβ€’ 13,611

@mattstuddert

Posted

That's great to hear you resolved your issue, Cory. One really good next step would be to try resolving the accessibility issues with the social icons.

Great work on this challenge, keep it up! πŸ‘

0

Cory Rβ€’ 100

@CoryRunn

Posted

@mattstuddert Hm, I have my font awesome icons wrapped in span tags and nested inside the a tag. How can I make those a tags accessible but use an icon instead of text??? Can I add an alt somewhere?

0
Cory Rβ€’ 100

@CoryRunn

Posted

@CoryRunn Never mind @mattstuddert, I believe I figured it out. alt was not the answer.

0
P
Matt Studdertβ€’ 13,611

@mattstuddert

Posted

@CoryRunn great to see you've sorted it, Cory. Nice work!

0
Cory Rβ€’ 100

@CoryRunn

Posted

@mattstuddert Thank you! Love this site. I learned so much with every project.

1
P
Matt Studdertβ€’ 13,611

@mattstuddert

Posted

@CoryRunn that’s awesome to hear!

0
Akshay Magraniβ€’ 975

@akshaymagrani

Posted

Hey Cory,

Regarding making your media links clickable from the circle - You can nest the media within a button element, something like this -

<button name="button" class="button"><"Your media icon"></button>

Use CSS to make the button circular - width, height, and border-radius.

Hope this helps.

0

Gerben Dolβ€’ 3,115

@GerbenDol

Posted

@akshaymagrani As these are links to other websites stick to using the anchor tags.

Just use the <li>-items for the spacing and add the styles for making the circles to the <a>!

0
Cory Rβ€’ 100

@CoryRunn

Posted

@GerbenDol Not quite sure what you mean. Should I align-items on those specific anchor tags and then also style those anchor tags?

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