codebyanya / Tea-Cozy

PRO Intensive Program CC- TeaCozy project
0 stars 0 forks source link

Summary: Grade -> Meets Expectations #4

Open zannain opened 6 years ago

zannain commented 6 years ago

You've done a great job with this mockup and clearly demonstrated that you have a solid foundation of HTML and CSS. I was really impressed with how you consistently named your classes new d broke up your code and add alt to all your images making your page user friendly for people using assistive technologies such as screen readers. I highly recommend familiarizing yourself with the new elements introduced in HTML5 and a good way to validate your web page is by running your HTML through W3C HTML validator. Get into the habit of commenting your code and using make naming convention like BEM to make your code more readable and descriptive, you will thank yourself down the road and anybody who may later look at your code. You're doing great work!

codebyanya commented 6 years ago

@Zannain,

I'm happy to hear that :) Thank you for your constructive suggestions/resources that will definitely be valuable in the process. I will focus on getting them implemented in my future projects.