You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<header> has divity. Remove this <div class="nav">.
GET RID OF INLINE STYLING!
<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.
For code consistency - a & img should be wrapped multiline.
The text was updated successfully, but these errors were encountered:
https://github.com/hs3city/hs3city.github.io/blob/ad43120d6dde71371a6c36af10101426db593a19/_includes/header.html#L1
<header>
has divity. Remove this<div class="nav">
.<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.a
&img
should be wrapped multiline.The text was updated successfully, but these errors were encountered: