hspsh / hsp.sh-legacy

Static hackerspace website.
http://hsp.sh
Apache License 2.0
2 stars 14 forks source link

Header file refactor #38

Open olo2552 opened 6 years ago

olo2552 commented 6 years ago

https://github.com/hs3city/hs3city.github.io/blob/ad43120d6dde71371a6c36af10101426db593a19/_includes/header.html#L1

  1. <header> has divity. Remove this <div class="nav">.
  2. GET RID OF INLINE STYLING!
  3. <img class="header__logo" src="/assets/logo_white_small.png" alt="small logo"> has issue with BEM convention. Element shouldn't be named as HTML element. What if we changed <header> for other tag? We had rename two elements instead of one.
  4. For code consistency - a & img should be wrapped multiline.