sheri-thomson / ecommerce-pattern-library

A term-long project redesigning an ecommerce website focusing on making a pattern library.
https://loving-northcutt-3f17ec.netlify.com/pattern-library/#brand
0 stars 0 forks source link

header navigation #11

Open sheri-thomson opened 4 years ago

sheri-thomson commented 4 years ago

@thomasjbradley

Hi Thomas - when I added the a tag to link my pages in the navigation, it disappears.

thomasjbradley commented 4 years ago

There aren’t full <li> & <a> tags, here: https://github.com/sheri-thomson/ecommerce-pattern-library/blob/master/_patterns/headers/headers.html#L12-L14

Should be like this:

<li><a href="/index/">Home</a></li>
<li><a href="/products/">Products</a></li>
<li><a href="/resources/">Resources</a></li>