nodeschool / international-day

international nodeschool day - 2016
http://nodeschool.io/international-day/
53 stars 19 forks source link

website nav breaks on mobile #113

Closed iancrowther closed 8 years ago

lackerman commented 8 years ago

The solution on this is very dependent on the behaviour you're looking for. Possible solutions:

  1. Default for materialize is to collapse to the hamburger icon
  2. Drop the text from options and only leave the icons
  3. Show all available options and put the remaining (those that don't fit) into a dropdown
iancrowther commented 8 years ago

Which do you recommend?

lackerman commented 8 years ago

I quite like the icons only but it could detract from usability.

Also, I assume the website is under the gh-pages branch.

Is the site being generated by some other tool?

iancrowther commented 8 years ago

yeah gh-pages, usability is #1 so text links for certain?

it not being generated, its simple html/css to be easy to work with

a0viedo commented 8 years ago

@nisnardi @durancristhian maybe you could give a hand with this?

lackerman commented 8 years ago

Ok, we need to include the JS from Materialize to enable the default hamburger behaviour - instead of custom rolling it. 1 Question though, why are you including the CSS instead of pointing to the CDN?

iancrowther commented 8 years ago

just so I could explore to css with ease, happy to use cdn

iancrowther commented 8 years ago

Looks great