ThomasRipplinger / 14ColmarAcademy

Capstone project - landing page
0 stars 0 forks source link

HTML Style and Indentation #1

Closed jordanwillis closed 6 years ago

jordanwillis commented 6 years ago

From a purely style perspective, your HTML is looking really good! Watch out for cases where your indentation breaks down due to editor reasons (or some other reason). For example...

https://github.com/ThomasRipplinger/14ColmarAcademy/blob/master/index.html#L67

This all just does toward making your code as readable as possible which is super important the larger the project gets and the more people that are involved.

ThomasRipplinger commented 6 years ago

ok, thanks for the comment, fixed it