Hi there! I hope maybe a fresh set of eyes can find out what I’m doing wrong. I am almost done with fulfilling the User Stories, I keep failing
#8: My portfolio should have a link with an id of profile-link
, which opens my GitHub or FCC profile in a new tab.
But I don’t know why? I gave it the required id, set the target as “_blank”… what else is missing?
The portfolio is not complete, but I am getting all the elements and style in place.
Take a look in my codepen: Portfolio
Thanks!
ILM
July 28, 2019, 8:05pm
2
In your code I don’t see a target attribute plus you are missing the destination url. Also not having text inside the anchor element can cause issues to the tests (plus making it not clickable)
Hi, I put the anchor tag in the Contact section in the HTML…
is that not correct?
ILM
July 28, 2019, 8:48pm
4
Check a few lines above that one… that other thing is making the tests fail
1 Like
Ohhhh!!! Thanks for pointing it out!!! I added it as a placeholder and forgot about it!!! It’s working now!