Tribute Web Page Project


Hello campers
I just finished my my first project, could you please check it out and give me some feedback. Thank you! [Chadwick Bosman Tribute Page]
(https://codepen.io/danielddungu/full/KKabRwo)

4 Likes

The main image is not fully responsive as it does not shrink with the window, but overall it’s a nice looking page!

2 Likes

Hi! Very cool page on a cool person!
On the image, a quick and painless max-width:100% will stop it from overflowing :slight_smile:

1 Like
  1. You have to add the test script to the page. You can add it using the Settings button and going to the JS section.

https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js

  1. You are not passing all the tests, you should not submit the project until you are.

I should see an element with corresponding id=“title”, which contains a string (i.e. text) that describes the subject of the tribute page (e.g. “Dr. Norman Borlaug”).

You have this id id="tittle" (check spelling).

I should see an element with a corresponding id=“tribute-info”, which contains textual content describing the subject of the tribute page.

You do not have an element with the id tribute-info

Noted and worked on.
Thank you for your positive feedback.

HI @DanielDdungu !

Welcome to the forum!

I have moved your post to the project feedback section.

I think your page looks good.

The only thing I will add is to review the lesson on giving links meaningful text.

Wikipedia entry is not that accessible.

Hope that helps!

Okay, I’m going to review that.

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