samclewis / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

SUMMARY #5

Open sangjunp4rk opened 7 years ago

sangjunp4rk commented 7 years ago

Summary Grade: Satisfactory

Good job with your code! I really like the use of indentation and whitespace in your html code! Makes your code very easy to read! Also, good decisions on the classes and ids name. It makes it very clear what its purpose is and makes grouping your sections very effective. These organizational skills come in handy as you expand your code. Great start to the Ready program!

I included a few notes in both the html can css files for you to think more critically about. First, try to save your images locally instead of adding a link. The main thing is to use relative paths instead of absolute path. Note that the paths you have right now for your CSS and images are specific only to your computer. I don't have the same directories as you so your website didn't load properly and none of the images showed up. Make sure to use relative paths in the future.