forked from repo-utils/badgeboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
4 lines (4 loc) · 16 KB
/
index.html
1
2
3
4
<!DOCTYPE html><html class="no-js"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Polyfills</title><meta name="description" content="Polyfills for the Web"><meta name="keywords" content="polyfills"><meta name="viewport" content="width=device-width, initial-scale=1"><link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"><style>section > h1{padding-left:20px}section{margin-bottom:20px}footer{border-top:1px solid #ddd;padding:10px 20px;font-size:12px}.table-wrap{overflow-x:auto}.table{margin-bottom:0}.table td{white-space:nowrap}.table > tbody > tr > td:first-child,.table > thead > tr > th:first-child{padding-left:20px}.table > tbody > tr > td:last-child,.table > thead > tr > th:last-child{padding-right:20px;width:100%}table.sortable > thead > tr > th{cursor:pointer}table.sortable > thead > tr > th:hover{color:#2a6496}table.sortable > thead > tr > th.empty{cursor:default}.navbar.navbar{border-radius:0;background-color:#f0f0f0;background-image:-moz-linear-gradient(#fafafa, #f0f0f0);background-image:-webkit-linear-gradient(#fafafa, #f0f0f0);background-image:linear-gradient(#fafafa, #f0f0f0);background-repeat:repeat-x;border-bottom:1px solid #ddd}.manifesto{padding:25px 0px 15px;font-size:14px}.navbar-header{width:100%}.navbar{min-height:40px}.navbar-brand{height:40px;padding:10px}a.navbar-brand{color:#333}a.navbar-brand:hover,a.navbar-brand:focus{color:#2a6496}@media (max-width: 480px){.manifesto{clear:left;height:auto;padding:7px 0;padding-left:20px}}@media (min-width: 481px){.manifesto span:before{content:"\2014";padding-right:10px}.manifesto{padding-left:0}}</style><script src="static/sorttable.js"></script></head><body><div role="navigation" class="navbar"><div class="navbar-header"><a href="https://github.com/polyfills" class="navbar-brand logo">Polyfills</a><div class="navbar-brand manifesto"><span>Polyfills for the Web</span></div></div></div><section><h1>Projects</h1><div class="table-wrap"><table class="table sortable table-striped projects-table"><thead><tr><th class="sorttable_sorted">Project<span id="sorttable_sortfwdind"> ▾</span></th><th>Maintainer</th><th colspan="6" class="empty"></th></tr></thead><tbody><tr><td><a title="CSS Color functions" href="https://github.com/polyfills/colors">css-colors</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/css-colors"><img src="https://img.shields.io/npm/v/css-colors.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js->=_0.8-brightgreen.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/polyfills/colors"><img src="https://img.shields.io/travis/polyfills/colors.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/polyfills/colors"><img src="https://img.shields.io/coveralls/polyfills/colors.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/polyfills/colors"><img src="https://img.shields.io/david/polyfills/colors.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/css-colors"><img src="https://img.shields.io/npm/dm/css-colors.svg?style=flat-square"/></a></td></tr><tr><td><a title="CSS Custom Media Polyfill" href="https://github.com/polyfills/custom-media">custom-media</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/custom-media"><img src="https://img.shields.io/npm/v/custom-media.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js->=_0.8-brightgreen.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/polyfills/custom-media"><img src="https://img.shields.io/travis/polyfills/custom-media.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/polyfills/custom-media"><img src="https://img.shields.io/coveralls/polyfills/custom-media.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/polyfills/custom-media"><img src="https://img.shields.io/david/polyfills/custom-media.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/custom-media"><img src="https://img.shields.io/npm/dm/custom-media.svg?style=flat-square"/></a></td></tr><tr><td><a title="CSS easings as CSS vars" href="https://github.com/polyfills/easings">easings</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/easings"><img src="https://img.shields.io/npm/v/easings.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js->=_0.8-brightgreen.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/polyfills/easings"><img src="https://img.shields.io/travis/polyfills/easings.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/polyfills/easings"><img src="https://img.shields.io/coveralls/polyfills/easings.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/polyfills/easings"><img src="https://img.shields.io/david/polyfills/easings.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/easings"><img src="https://img.shields.io/npm/dm/easings.svg?style=flat-square"/></a></td></tr><tr><td><a title="transpile JS based on user agents " href="https://github.com/polyfills/ecstacy">ecstacy</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/ecstacy"><img src="https://img.shields.io/npm/v/ecstacy.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js->=_0.10-green.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/polyfills/ecstacy"><img src="https://img.shields.io/travis/polyfills/ecstacy.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/polyfills/ecstacy"><img src="https://img.shields.io/coveralls/polyfills/ecstacy.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/polyfills/ecstacy"><img src="https://img.shields.io/david/polyfills/ecstacy.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/ecstacy"><img src="https://img.shields.io/npm/dm/ecstacy.svg?style=flat-square"/></a></td></tr><tr><td><a title="An ES6 and CommonJS cross-compatible transpiler" href="https://github.com/polyfills/es6-module-crosspiler">es6-module-crosspiler</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/es6-module-crosspiler"><img src="https://img.shields.io/npm/v/es6-module-crosspiler.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js->=_0.8-brightgreen.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/polyfills/es6-module-crosspiler"><img src="https://img.shields.io/travis/polyfills/es6-module-crosspiler.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/polyfills/es6-module-crosspiler"><img src="https://img.shields.io/coveralls/polyfills/es6-module-crosspiler.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/polyfills/es6-module-crosspiler"><img src="https://img.shields.io/david/polyfills/es6-module-crosspiler.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/es6-module-crosspiler"><img src="https://img.shields.io/npm/dm/es6-module-crosspiler.svg?style=flat-square"/></a></td></tr><tr><td><a title="Transformer that converts async functions and await expressions into ECMAScript 6 generator functions and yield expressions" href="https://github.com/polyfills/es7-async-fn">es7-async-fn</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/es7-async-fn"><img src="https://img.shields.io/npm/v/es7-async-fn.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js->=_0.10-green.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/polyfills/es7-async-fn"><img src="https://img.shields.io/travis/polyfills/es7-async-fn.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/polyfills/es7-async-fn"><img src="https://img.shields.io/coveralls/polyfills/es7-async-fn.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/polyfills/es7-async-fn"><img src="https://img.shields.io/david/polyfills/es7-async-fn.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/es7-async-fn"><img src="https://img.shields.io/npm/dm/es7-async-fn.svg?style=flat-square"/></a></td></tr><tr><td><a title="Koa middleware for polyfills" href="https://github.com/polyfills/koa">koa-polyfills</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/koa-polyfills"><img src="https://img.shields.io/npm/v/koa-polyfills.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js->=_0.11-orange.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/polyfills/koa"><img src="https://img.shields.io/travis/polyfills/koa.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/polyfills/koa"><img src="https://img.shields.io/coveralls/polyfills/koa.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/polyfills/koa"><img src="https://img.shields.io/david/polyfills/koa.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/koa-polyfills"><img src="https://img.shields.io/npm/dm/koa-polyfills.svg?style=flat-square"/></a></td></tr><tr><td><a title="Polyfill as a Service" href="https://github.com/polyfills/paas">paas</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/paas"><img src="https://img.shields.io/npm/v/paas.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js->=_0.11-orange.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/polyfills/paas"><img src="https://img.shields.io/travis/polyfills/paas.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/polyfills/paas"><img src="https://img.shields.io/coveralls/polyfills/paas.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/polyfills/paas"><img src="https://img.shields.io/david/polyfills/paas.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/paas"><img src="https://img.shields.io/npm/dm/paas.svg?style=flat-square"/></a></td></tr><tr><td><a title="user-agent-based polyfill combinator" href="https://github.com/polyfills/polyfills">polyfills</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/polyfills"><img src="https://img.shields.io/npm/v/polyfills.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js->=_0.10-green.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/polyfills/polyfills"><img src="https://img.shields.io/travis/polyfills/polyfills.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/polyfills/polyfills"><img src="https://img.shields.io/coveralls/polyfills/polyfills.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/polyfills/polyfills"><img src="https://img.shields.io/david/polyfills/polyfills.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/polyfills"><img src="https://img.shields.io/npm/dm/polyfills.svg?style=flat-square"/></a></td></tr><tr><td><a title="browser feature database" href="https://github.com/polyfills/db">polyfills-db</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/polyfills-db"><img src="https://img.shields.io/npm/v/polyfills-db.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js->=_0.10-green.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/polyfills/db"><img src="https://img.shields.io/travis/polyfills/db.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/polyfills/db"><img src="https://img.shields.io/coveralls/polyfills/db.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/polyfills/db"><img src="https://img.shields.io/david/polyfills/db.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/polyfills-db"><img src="https://img.shields.io/npm/dm/polyfills-db.svg?style=flat-square"/></a></td></tr><tr><td><a title="polyfill middleware for express, etc." href="https://github.com/polyfills/middleware">polyfills-middleware</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/polyfills-middleware"><img src="https://img.shields.io/npm/v/polyfills-middleware.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js->=_0.10-green.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/polyfills/middleware"><img src="https://img.shields.io/travis/polyfills/middleware.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/polyfills/middleware"><img src="https://img.shields.io/coveralls/polyfills/middleware.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/polyfills/middleware"><img src="https://img.shields.io/david/polyfills/middleware.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/polyfills-middleware"><img src="https://img.shields.io/npm/dm/polyfills-middleware.svg?style=flat-square"/></a></td></tr><tr><td><a title="CSS Variables polyfill" href="https://github.com/polyfills/variables">variables</a></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://www.npmjs.org/package/variables"><img src="https://img.shields.io/npm/v/variables.svg?style=flat-square"/></a></td><td><a href="http://nodejs.org/download/"><img src="https://img.shields.io/badge/node.js->=_0.8-brightgreen.svg?style=flat-square"/></a></td><td><a href="https://travis-ci.org/polyfills/variables"><img src="https://img.shields.io/travis/polyfills/variables.svg?style=flat-square"/></a></td><td><a href="https://coveralls.io/r/polyfills/variables"><img src="https://img.shields.io/coveralls/polyfills/variables.svg?style=flat-square"/></a></td><td><a href="https://david-dm.org/polyfills/variables"><img src="https://img.shields.io/david/polyfills/variables.svg?style=flat-square"/></a></td><td><a href="https://npmjs.org/package/variables"><img src="https://img.shields.io/npm/dm/variables.svg?style=flat-square"/></a></td></tr></tbody></table></div></section><section><h1>Team</h1><div class="table-wrap"><table class="table table-striped"><tbody><tr><td><img src="https://secure.gravatar.com/avatar/6e33cc0412b61cc01daac23c8989003c?s=20&d=retro" width="20" height="20" style="vertical-align:middle"/></td><td><a href="https://github.com/jonathanong">Jonathan Ong</a></td><td><a href="https://twitter.com/jongleberry">@jongleberry</a></td><td><a href="https://www.npmjs.org/~jongleberry"><img src="https://img.shields.io/badge/packages-436-blue.svg?style=flat-square"/></a></td><td><a href="https://www.gittip.com/jonathanong"><img src="https://img.shields.io/gittip/jonathanong.svg?style=flat-square"/></a></td></tr><tr><td><img src="https://secure.gravatar.com/avatar/8c8ce124a0fb5779e46899eb23343be9?s=20&d=retro" width="20" height="20" style="vertical-align:middle"/></td><td><a href="https://github.com/swatinem">Arpad Borsos</a></td><td></td><td><a href="https://www.npmjs.org/~swatinem"><img src="https://img.shields.io/badge/packages-98-blue.svg?style=flat-square"/></a></td><td><img src="https://img.shields.io/badge/tips-N%2FA-lightgrey.svg?style=flat-square"/></td></tr></tbody></table></div></section><footer>This web page was created using
<a href="https://github.com/repo-utils/badgeboard">repo-utils/badgeboard</a>
generator. You can use it to create a similar badgeboard for your
stuff.</footer></body></html>