markbello / gatsbyjs-nyc

Official Website for the Gatsby NYC Meetup
MIT License
10 stars 7 forks source link

Add navbar #8

Closed markbello closed 5 years ago

markbello commented 5 years ago

We currently have no navigation because flexbox doesn't play well with our logo. Perhaps we'll have to simplify the logo by rendering without higher-order components. Ultimately we'd probably want the logo to be in SVG format anyway, in which case we wouldn't really need the benefits of gatsby-image

eddgr commented 5 years ago

Sent a PR for this: https://github.com/markbello/gatsbyjs-nyc/pull/10

markbello commented 5 years ago

@eddgr great work, and thank you for your contribution!