ElixirCLE / pairmotron

Programming Pair Pairifier
https://pairmotron.herokuapp.com
5 stars 4 forks source link

Redesign navbar to be an actual navbar #76

Closed ericworkman closed 7 years ago

ericworkman commented 7 years ago

Make the navbar a real static navbar Include the collapse.js functionality (and more) from bootstrap Fix some css mostly around logo and different margins

New design:

screen shot 2017-01-29 at 3 10 04 pm

Mobile browsers now work with a collapse:

screen shot 2017-01-29 at 3 10 24 pm

Closes #48

@mbramson Eventually I think the Logout link and the Profile link can go into a dropdown (with the dropdown text being the user's name), but we have a bunch of tests that test for inclusion of a user's name on the page. We'll have to improve those tests and probably decide that more than 2 things go into the dropdown before we make that change.

ericworkman commented 7 years ago

Also this design is wider than the previous design.