SUMMARY: Good start on this project. The site itself looks great and you are off to a great start keeping the project folder organized. Excellent work keeping the css clean and concise as well.
Behind the scenes, try using relative file paths to link to your locally saved images. Links to outside sources can easily become broken if that source decides to change where they are stored or get rid of them altogether. In your html, try to keep your indentation as consistent as possible. Indent items to show their nested relationships and make your code easier to read at a glance.
As a next step, try using divs and classes to reinforce the content structure of the page. Sectioning off each content block will help with styling, readability, and creating a well-defined structure for the page. All of these things become more and more crucial as your projects grow in size and complexity.
GRADE: Needs Improvement
SUMMARY: Good start on this project. The site itself looks great and you are off to a great start keeping the project folder organized. Excellent work keeping the css clean and concise as well.
Behind the scenes, try using relative file paths to link to your locally saved images. Links to outside sources can easily become broken if that source decides to change where they are stored or get rid of them altogether. In your html, try to keep your indentation as consistent as possible. Indent items to show their nested relationships and make your code easier to read at a glance.
As a next step, try using divs and classes to reinforce the content structure of the page. Sectioning off each content block will help with styling, readability, and creating a well-defined structure for the page. All of these things become more and more crucial as your projects grow in size and complexity.
Keep up the good work!