Coder Social home page Coder Social logo

augmify / burger Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mblode/burger

0.0 1.0 1.0 1.04 MB

Burger - The minimal hamburger menu with fullscreen navigation.

Home Page: http://mblode.github.io/burger

License: MIT License

CSS 82.67% HTML 3.77% JavaScript 13.56%

burger's Introduction

Burger

Burger is a minimal hamburger menu with fullscreen navigation. It is created by mblode.

This project officially requires zero external bower dependencies. Woo-hoo!

Burger in action

Burger Gif

Demo on Codepen

Quick Start

Several quick start options are available:

if you have cloned the repo or downloaded from .zip, there are a few steps you must take within the terminal.

  1. Change directory: cd burger.
  2. Install node modules: npm install.
  3. Install scss-lint Ruby gem: gem install scss-lint.
  4. To run gulp server: gulp serve.
  5. To run build process: gulp build.

What's Included

These are the files that are generated from bower install burger

.
├── README.md
├── bower.json
└── dist
    ├── css
    │   ├── burger.css
    │   └── burger.min.css
    ├── index.html
    ├── scripts
    │   ├── burger.js
    │   └── burger.min.js
    └── scss
        ├── _burger.scss
        ├── _config.scss
        └── burger.scss

Documentation

HTML Markup

  <!-- Navigation -->
  <div class="burger-nav">
    <li><a class="burger-link active" href="#">Home</a></li>
    <li><a class="burger-link" href="#">About</a></li>
    <li><a class="burger-link" href="#">Portfolio</a></li>
    <li><a class="burger-link" href="#">Contact</a></li>
  </div>

  <!-- Burger-Icon -->
  <div class="burger-contain">
    <div class="burger">
      <div class="bun bun-top"></div>
      <div class="bun bun-mid"></div>
      <div class="bun bun-bottom"></div>
    </div>

    <!-- Burger-Brand -->
    <a href="#" class="burger-brand">Burger</a>
  </div>

Contributing to Burger

Pull requests are the way to go.

Creators

Matthew Blode

burger's People

Contributors

mblode avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.