Skip to content

Conversation

@Ricecoder
Copy link
Owner

Feature: Hamburger Menu with Horizontal Slide Out Side Menu:

  • Basic HTML
    • <a href="#"> for hamburger icon and all <li>
    • <ul> for side menu
  • Basic Styling
    • visibility: hidden for <ul> maybe on .hidden class
  • Basic Layout
  • JavaScript
    • .on('click') for hamburger icon.
    • needs to remove hidden class from <ul> when hamburger icon clicked.

Ricecoder added a commit that referenced this pull request Oct 11, 2015
feature--hamburger-menu into release--0.0.2
@Ricecoder Ricecoder merged commit e9f3c6c into release--0.0.2 Oct 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants