├── README.md ├── .gitignore ├── demo.png ├── fonts ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.ttf ├── glyphicons-halflings-regular.woff └── glyphicons-halflings-regular.svg ├── test.html ├── css ├── style.css ├── bootstrap-theme.min.css └── bootstrap-theme.css ├── index.html └── js ├── bootstrap.min.js └── bootstrap.js /README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /vendor/ 2 | -------------------------------------------------------------------------------- /demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badges/badges.github.io/master/demo.png -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badges/badges.github.io/master/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badges/badges.github.io/master/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badges/badges.github.io/master/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /test.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |Because I am sick of all those blurry images on otherwise pixel perfect GitHub pages.
45 |This service also can also turn your Travis CI, Coveralls and VersionEye badges to retina versions.
46 | 49 |Paste original url to ugly png badge:
54 | 55 |This is url with awesome (still fully dynamic) svg badge:
57 | 58 |121 | Frankly, this is a proof of concept. Once this gets enough traction, 122 | I will rewrite the codebase, publish it a open source on GitHub and 123 | setup proper domain with extensive serverside caching etc. The good 124 | thing is, it already works like a charm now! 125 |
126 | 127 |gittip/shields.io for the shield template
129 |gittip/img.shields.io for the idea
130 |Steve Matteson for Open Sans font
131 |