Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.76 KB

README.md

File metadata and controls

59 lines (39 loc) · 1.76 KB

gittip-badge

GitHub styled badge for Gittip

Gittip badge

Usage

To ensure you are using a stable badge, it is suggested you use a semver'd badge.

Markdown

[![Support via Gittip](https://rawgithub.com/twolfson/gittip-badge/0.2.0/dist/gittip.png)](https://www.gittip.com/USERNAME/)

HTML

<a href="https://www.gittip.com/USERNAME/">
  <img alt="Support via Gittip" src="https://rawgithub.com/twolfson/gittip-badge/0.2.0/dist/gittip.png"/>
</a>

Raw URL

https://rawgithub.com/twolfson/gittip-badge/0.2.0/dist/gittip.png

Documentation

The latest image is located under dist/gittip.png. If you would like to build your own, run ./build.sh.

You must have PhantomJS and pngcrush installed for the build script to work. We require pngcrush since the output from PhantomJS is approximately 12x larger.

If you would like to adjust the image, you can find the HTML reference page in lib/index.html. It is suggested that you use serve and livereload to host and develop against the image.

Donating

Support this project and others by twolfson via gittip.

Support via Gittip

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style.

License

Copyright (c) 2013 Todd Wolfson

Licensed under the MIT license.