SUMMARY: Great work on this project. The page looks great and you've done an excellent job keeping both the project folder and the code itself neat, organized, and readable throughout. Great use of divs and classes to help keep everything structured as well!
Behind the scenes, remember to keep your indentation consistent throughout the html and css. Everything nested to the same level should be indented the same to indicate that relationship. Clean, concise code is crucial and only becomes more so as your projects grow in size and complexity. Also, make sure to include the alt attribute on your img elements to ensure that a wider variety of users have access to that information.
As a next step try saving your image files locally to an images folder inside of resources and then use relative file paths to link to those from your html and css. The link to css on line 6 of your html is a great example and more info can be found here.
GRADE: Meets Expectations
SUMMARY: Great work on this project. The page looks great and you've done an excellent job keeping both the project folder and the code itself neat, organized, and readable throughout. Great use of divs and classes to help keep everything structured as well!
Behind the scenes, remember to keep your indentation consistent throughout the html and css. Everything nested to the same level should be indented the same to indicate that relationship. Clean, concise code is crucial and only becomes more so as your projects grow in size and complexity. Also, make sure to include the alt attribute on your img elements to ensure that a wider variety of users have access to that information.
As a next step try saving your image files locally to an images folder inside of resources and then use relative file paths to link to those from your html and css. The link to css on line 6 of your html is a great example and more info can be found here.
Have fun and keep up the good work!