amitojsingh / ResponsiveNav

0 stars 0 forks source link

Making left navigation work #9

Open Gauravjeetsingh opened 9 years ago

Gauravjeetsingh commented 9 years ago

This issue is concentrated on styling the navigation as left navigation.

Don't complicate things by thinking of css animations or jquery effects. First just make a simple no effect left navigation which opens and closes by a click of button. Also don't start thinking of media queries, just style it as we are making left navigation for bigger screens.

Create a different sass/css file for it.

After we have a left navigation and a horizontal navigation, we will combine them later on using media queries.

Gauravjeetsingh commented 9 years ago

For sass design suggestions have a look at #8

amitojsingh commented 9 years ago

I want to work over it. Should I?

Gauravjeetsingh commented 9 years ago

sure!

gurjit03 commented 9 years ago

I have completed the work of it ? As i mention the day before yesterday as I was working on the same .

Gauravjeetsingh commented 9 years ago

@gurjit03 Share your work in different branch of repo. @amitojsingh Use his code and modify the existing.

amitojsingh commented 9 years ago

@gurjit03 Inform me when you will done.

gurjit03 commented 9 years ago

Yes i will do , working on it.

Gauravjeetsingh commented 9 years ago

Anyone who's working now on a commit. Here's a little work for you The options.scss is imported twice, just remove it from mobile.scss. And compile style.scss file again,

Gauravjeetsingh commented 9 years ago

A js fiddle for left slide animation http://jsfiddle.net/2vLjU/1/