GithubHelp home page GithubHelp logo

kushalpandya / badgerly Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stevenmhunt/badgerly

1.0 2.0 0.0 28 KB

A CSS 3 library for rendering badges.

License: MIT License

CSS 98.82% JavaScript 1.18%

badgerly's Introduction

Badgerly

    > bower install badgerly --save

BADGERLY BADGER BADGE


  • Integrates easily with Font Awesome!
  • Fully implemented in CSS 3, no spacer images or other hackery.
  • Simple to use CSS classes which can be extended.
  • Implemented in SCSS, also available in plain CSS for your convenience.

Check out the Wall of Badges

WALL OF BADGES

Integrations

  • angular-badgerly - Adds directive support for Badgerly, making it even easier (somehow) to create badges!

Colors

Gold, Silver, Bronze

Sizes

Tiny, Small, Medium, Large, Huge

Ribbon Patterns

Red, Orange, Yellow, Green, Blue, Purple, Pink, Black, Rainbow, and a bunch of country flags!

Supports either a single ribbon or a lanyard with two visible ribbons.

Examples

  <div class="badge large">
    <div class="ribbon purple">
    </div>
    <div class="circle silver border">
      <i class="fa fa-tree"></i>
    </div>
  </div>
  <div class="badge large">
    <div class="lanyard">
      <div class="ribbon left red"></div>
      <div class="ribbon right red"></div>
    </div>
    <div class="diamond gold border">
      <i class="fa fa-star"></i>
    </div>
  </div>

Contributing

Contributions and pull requests are welcome! Here are instructions on how to build the project:

  • Make changes in the badgerly.scss file.
  • Then, run npm install followed by gulp sass to transpile the SCSS file into CSS.
  • Push the your changes to your fork and submit a PR.

Credits

badgerly's People

Contributors

stevenmhunt avatar kushalpandya avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar  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.