Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
added some buttons in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Aguilar committed Jun 16, 2014
1 parent 225948a commit a3d9d9c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,16 @@ <h1 class="page-header">Font Awesome Icon Picker</h1>
<iframe class="inl-bl" src="http://ghbtns.com/github-btn.html?user=mjolnic&amp;repo=fontawesome-iconpicker&amp;type=fork&amp;count=true&amp;size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="125" height="30"></iframe>

<a class="btn btn-primary" href="#"><i class="fa-download fa"></i> Download</a>
<a class="btn btn-primary" href="https://github.com/mjolnic/fontawesome-iconpicker/archive/1.0.0.zip">
<i class="fa-download fa"></i> Download
</a>

<form style="display:inline-block; margin:0 10px;" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="V5R7NXUNJS7KJ">
<button type="submit" name="submit" class="btn btn-warning"><i class="fa fa-heart"></i> Donate</button>
<img alt="" border="0" src="https://www.paypalobjects.com/es_ES/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
<p class="lead">
You can use Font Awesome or another font icon set of your choice (icon options and items are customizable).
Expand Down

0 comments on commit a3d9d9c

Please sign in to comment.