Multimedia-Orchestra / mmo-meteor

Meteor Website for the Multimedia Orchestra
3 stars 3 forks source link

Write js to activate page, get rid of header bars #3

Open derekrazo opened 10 years ago

derekrazo commented 10 years ago

Could also just add an "about" bar at the top of the page.

ahdinosaur commented 10 years ago

could you elaborate on this?

derekrazo commented 10 years ago

Sorry! Right now the feedback when you click "about" "projects" or "contact" is a grey bar on top under the navbar. I was thinking it might be nice to style that as an activated button on about, projects or contacts within the navbar.

Open to discussion though.

ahdinosaur commented 10 years ago

agreed, active menu buttons are great. it's as simple as adding an active class to the menu item when you are on that page (at least in semantic-ui), but not sure how to do that in meteor. (i guess relevant, docpad example menu generation plugin, sample menu partial, and sample document in menu)