spacemunkay / baltimorehackathon

Website for the Baltimore Hackathon
baltimorehackathon.com
4 stars 5 forks source link

Create mobile menu as alternative to scrolling to sections #19

Open spacemunkay opened 9 years ago

spacemunkay commented 9 years ago

As user, it takes a long time to scroll down to the sections at the bottom, or to the top once I'm at the bottom. Provide a way to jump to different sections.

sastrakhan commented 9 years ago

Kaitlin and I were talking about putting a horizontal bar below the three catch phrases, "meet people, build something, have fun." My concern is how the bar will look on mobile (will it appear to small? to condensed?) but I believe middleman can help with the screen size change so I'll investigate what can be done.

spacemunkay commented 9 years ago

Cool. The tweening animation for the sliding isn't really necessary if that makes it any easier!

On Tue, Oct 28, 2014 at 9:35 PM, sastrakhan notifications@github.com wrote:

I'll give this a whirl later today following this tutorial:

http://www.dwuser.com/education/content/creating-a-floating-navigation-menu/demo/complete.html

— Reply to this email directly or view it on GitHub https://github.com/spacemunkay/baltimorehackathon/issues/19#issuecomment-60860898 .

spacemunkay commented 9 years ago

Oh yea, design for mobile first!

sastrakhan commented 9 years ago

https://github.com/sastrakhan/baltimorehackathon/compare/navigation?expand=1

This version has the following error when I run it through Middlman.

   Failed to load resource: the server responded with a status of 404 (Not Found) 

However, it did work when I used it on a previous branch that I stashed. Although this version looks nice and centered on mobile, I am unsure how to make the navigation bar stay centered when expanded. Kaitlin will take a look at it later today to see if she can sort out the bugs.

kaitersgonnakait commented 9 years ago

screenshot from 2014-10-29 12 36 11 Senya, this is what I see for both Chrome and Firefox after I pulled your navigation branch (https://github.com/sastrakhan/baltimorehackathon/tree/navigation). I didn't get the server error you mentioned, and the navigation bar didn't stick to the top of the screen when scrolling (is it supposed to? If so, did you add all the necessary files to your commit?) I also didn't run into that bug you mentioned where the navigation bar moves from left to right when you scroll frantically.\ Is this what you see on your side, too?

sastrakhan commented 9 years ago

This version works on my end but the bug is still there if someone scrolls from top to bottom frantically:

https://github.com/spacemunkay/baltimorehackathon/pull/33

kaitersgonnakait commented 9 years ago

Ha ha! I see what you mean now. I'm looking at it :]

spacemunkay commented 9 years ago

Is the the bug fixed? Should I still take a look at it?

kaitersgonnakait commented 9 years ago

Jason,

Please provide feedback on the issue19/menu (i think that's what it's called?) branch if you have a sec. Sean and I have been working on it. The nav bar jumps when it transitions to sticking to the top of the page, and we're not sure how to fix it. I think it would be better to have a completely fixed menu than a buggy, fancy one. If you have JavaScript/jquery magician skills, please let us know a fix! On Oct 31, 2014 5:42 PM, "Jason Denney" notifications@github.com wrote:

Is the the bug fixed? Should I still take a look at it?

— Reply to this email directly or view it on GitHub https://github.com/spacemunkay/baltimorehackathon/issues/19#issuecomment-61335624 .

spacemunkay commented 9 years ago

K, will try taking a look tomorrow (Sat)

kaitersgonnakait commented 9 years ago

@spacemunkay sorry I wasn't clear, I meant this branch: https://github.com/spacemunkay/baltimorehackathon/tree/issue19/menu

Please ignore the dead code, it's not cleaned up yet.

spacemunkay commented 9 years ago

I didn't have any issues with it jumping around. So not sure if I can help debug that, appeared to work okay.

My only issue is that it's not responsive. See http://responsivemobilemenu.com/en/ for a good example (try resizing the screen).

I like the color and styling, I do think that it might as well go on the very top and span the entire width of the page. instead of being beneath the title. Something to play with.

Thanks for taking the time to tackle this issue!