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 Media Link Page

@NateDaveHill

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 am proud of getting the social media pages open in a new tab when clicking on the buttons

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

being able to format the image properly and not be wrapped. Additionally also have the buttons in the same style as on the assignment.

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

the image and the buttons stylings!

Also if possible how did others set up the functions of being able to href the button click to a new page?

Community feedback

@AkoToSiJeromeEh

Posted

Hey ! Great work out there i just notice that you are using js function onclick with window.open in order to direct the user on specific webpage when they click the button with regard on that you can use the <a><a/> html element and add href on it and you can achieve to direct the user if they click the button. that's all happy coding!!!

the structure will be

<button >
<a href="https://www.frontendmentor.io/home">Frontend Mentor<a/>
</button>

Marked as helpful

1

@NateDaveHill

Posted

@AkoToSiJeromeEh

Oh that’s great feedback! Thank you so much! I appreciate it 👍

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