Project feedback Product landing page

I am looking to get some feedback on my project. I recently wrote here about whether it was OK to just try and mirror the example projects and the consensus seemed to be that as long you aren’t copy pasting the code its fine, but it is encouraged that you try to come with your own design for the project.

So here is now my slightly changed page:

I also noticed a potential issue where three of the 16 tests refused to pass (Number 2 of the Content tests and number 2 and 3 of the Layout tests) while I was working on my page locally, but as soon as uploaded it to GitHub all tests passed.

Additionally I have a question regrading using images for my projects. For the landing page I used three images that I found on the internet. The logo, the soundtrack image and the background image. I have added the links to where I have taken them from to the README of the repository. Are there any potential issues if I use such images? I am assuming it’s OK since I am only using this images as part of my learning process.

Link to the repository:

Thank you all in advance for your answers.

Hi again!

I think your page looks good.

There are a couple errors in your html.
Run your code through the html validator.

You could also try adding the smooth scroll to your page.

html {
  scroll-behavior: smooth;
}

Also, this looked like a link at first to me. So I don’t know if you want to remove the underline or not but my first instinct was to click on it.

For class projects, you will be fine.
If you were building a real world project for a job then yes copyright is really important and should be respected.

Thank you for your feedback and answer.