nirvin94 / prj-rev-bwfs-tea-cozy

0 stars 0 forks source link

SUMMARY #5

Open franfranfranfran opened 7 years ago

franfranfranfran commented 7 years ago

GRADE: Needs Improvement

SUMMARY: Good work on this project! The site itself looks great and you did an excellent job keeping the code neat, organized, and readable. Nice work making use of comments throughout your css to keep your styling organized by which part of the page it belongs to as well.

Behind the scenes, it is crucial to include your images and other resources in your project directory and make use of relative file paths to link to them from your html and css. Also, try to keep in mind DRY principles when creating classes and setting your styling. Clean, concise code is crucial and only becomes more so as your projects grow in size and complexity.

From here you are in a great place to explore what Bootstrap has to offer. Here's some more info on how to create a flashier navigation bar by including Bootstrap in your project - https://v4-alpha.getbootstrap.com/components/navbar/

Keep up the good work!

nirvin94 commented 7 years ago

thanks for the feedback!