Perosnal portfolio challenge (Unknown issue)

Hi, am not able to pass the challenge even though I seem to have all the requirements it’s asking me. However, I cant figure out what is wrong with my code.
See https://codepen.io/duncanndegwa/pen/JjEOgzR
Thanks in advance.

Welcome to the forums @ndegwaduncan193.

When a test fails click the red button to see which test(s) are failing and text to help you correct the issue.

  • Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.

The first failing test says

My portfolio should have a Welcome section with an id of "welcome-section".
expected null to not equal null
AssertionError: expected null to not equal null

This one is easy to see why it’s failing.
When I corrected this one error on your page all the tests passed.

Thanks Roma for pointing it out. I hadn’t realized that its case sensitive.

your website seems to pass all the tests, however

the codepen link is bringing me to my work, because

<a href="https://codepen.io/your-work/">

/your-work is relative to the person visiting, so instead of me visiting your codepen, I just visit mine.

Thanks. I have now corrected that as well.

Your button still brings you to

<a href="https://codepen.io/your-work/">

anyone visiting will just be brought to an empty page if they don’t have an account, and if they do have an account, it will bring them to their own work.

also your images on all your websites don’t show up, I’d recommend fixing that.

thanks for letting me know. I know have made the pens public and enabled the images to show up.

1 Like

I am having an issue getting my welcome-section to match the viewport height. I am sure there is a simple explanation, but I just can’t seem to figure it out. Can you please help me out? You can view the coding here: https://codepen.io/peterboogers70/pen/jOyxZwK
Thank you.

Welcome to the forums @peterboogers70.

Since your issue is different that the OP’s you should open up your own topic.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.