Skip to content

Commit 83c3479

Browse files
committed
Simplify banners
1 parent a23358d commit 83c3479

File tree

1 file changed

+15
-27
lines changed

1 file changed

+15
-27
lines changed
Lines changed: 15 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,22 @@
11
<section>
2-
<h1>Build status</h1>
2+
<h1>Badges</h1>
33

44
<p>
5-
I've recently created a test-suite and hooked it up to Travis CI.
6-
Many tests are still failing so if you would like to help out and fix one it
7-
would be greatly appreciated.
5+
<a href="http://travis-ci.org/kvz/phpjs"><img src="https://secure.travis-ci.org/kvz/phpjs.png?branch=master" /></a><br />
6+
<a href="https://npmjs.org/package/phpjs"><img src="http://badge.fury.io/js/phpjs.png" /></a><br />
7+
<a href="https://david-dm.org/kvz/phpjs"><img src="https://david-dm.org/kvz/phpjs.png?theme=shields.io" /></a><br />
8+
<a href="https://david-dm.org/kvz/phpjs#info=devDependencies"><img src="https://david-dm.org/kvz/phpjs/dev-status.png?theme=shields.io" /></a><br />
9+
<br />
810
</p>
9-
<p>
10-
<a href="https://travis-ci.org/kvz/phpjs"><img src="https://travis-ci.org/kvz/phpjs.png?branch=master" /></a>
11-
</p>
12-
<p>
13-
It's pretty easy to set things up:
14-
</p>
15-
<pre><code>git clone https://github.com/kvz/phpjs.git
16-
cd phpjs
17-
npm install
18-
node bin/phpjs.js --debug --action test --name &lt;function_name&gt;
19-
</code></pre>
20-
2111

22-
<h1>Donate</h1>
23-
24-
<br />
12+
<h1>Sponsor development</h1>
2513

26-
<a href="http://www.pledgie.com/campaigns/5962"><img alt="Click here to lend your support to: phpjs and make a donation at www.pledgie.com !" src="http://www.pledgie.com/campaigns/5962.png?skin_name=chrome" border="0"></a>
27-
28-
<br />
29-
<br />
30-
31-
<iframe src="http://api.flattr.com/button/view/?url=http%3A%2F%2Fphpjs.org&amp;" width="55" height="62" frameborder="0" scrolling="no" border="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe>
32-
33-
14+
<p>
15+
<a href="https://www.gittip.com/kvz/"><img src="http://img.shields.io/gittip/kvz.png" /></a><br />
16+
<a href="https://flattr.com/submit/auto?user_id=kvz&url=https://github.com/kvz/phpjs&title=phpjs&language=&tags=github&category=software"><img src="http://img.shields.io/flattr/donate.png?color=yellow" /></a><br />
17+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=kevin%40vanzonneveld%2enet&lc=NL&item_name=Open%20source%20donation%20to%20Kevin%20van%20Zonneveld&currency_code=USD&bn=PP-DonationsBF%3abtn_donate_SM%2egif%3aNonHosted"><img src="http://img.shields.io/paypal/donate.png?color=yellow" /></a><br />
18+
<a href="https://coinbase.com/checkouts/19BtCjLCboRgTAXiaEvnvkdoRyjd843Dg2"><img src="http://img.shields.io/bitcoin/donate.png?color=yellow" /></a><br />
19+
<br />
20+
<br />
21+
</p>
3422
</section>

0 commit comments

Comments
 (0)