1st time ever Tribute Page

Hi everyone,
This is my first project/page ever built. I am really new to coding (April 11th, 2019) and just looking for some feedback on my tribute page.
https://codepen.io/NBanek/pen/arWQjL
Any comments or feedback is welcome. Like I stated I am very new to this.
N

It looks like you have a few things to correct before you pass the tribute page test.

Make sure you add the test validator to the top of your html

  <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

Thank you. I added the test suite in the settings and added main id and added css max-width
Any other feedback?

https://codepen.io/NBanek/pen/arWQjL

thank you again for spending time on this.

N

You still have a couple checks to go it looks like.

The first one I see could be solved easily by removing the id=“main” from your title tag in the head. It should be on your body tag or a div, but does not belong in the head.

Second one is needing you to set responsive styling on at least one img.

Hi @nbanek, it looks good however, there are some issues you need to clean up.
codepen provides you with validators for HTML, CSS and JS. Click on the arrow in the upper right of each section and then click on the respective ‘Analyze’ link.
In your HTML there are a lot of typo’s that you need to take care off.

Also, try not to use the <br> tag in HTML. Use margin or padding in CSS to get the effect you want.

1 Like

dude! awesome job and keep up the good work. Here is a video with my feedback for your project. :slight_smile:

1 Like

Thank you for the review and the video.

Here is the latest updated version.
https://codepen.io/NBanek/pen/arWQjL
Nathan

you are very welcome friend! I hope you enjoyed :slight_smile: