Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lefticus committed Mar 5, 2016
1 parent 558267e commit 7c4f501
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Expand Up @@ -48,6 +48,8 @@ <h3><i class="fa fa-file-text"></i> Header Only</h3>

<div class="col-md-4">
<h3><i class="fa fa-microphone"></i> Free</h3>
<a href="https://github.com/ChaiScript/ChaiScript/blob/master/license.txt"><img src="https://img.shields.io/github/license/ChaiScript/ChaiScript.svg"/></a>
<br/>
ChaiScript is licensed with the <a href="https://github.com/ChaiScript/ChaiScript/blob/master/license.txt">BSD</a> license and is free to use in your free or commercial projects.
</div>
</div>
Expand All @@ -56,12 +58,12 @@ <h3><i class="fa fa-microphone"></i> Free</h3>

<div class="col-md-4">
<h3><i class="fa fa-tachometer"></i> Stable</h3>
<a href="https://github.com/ChaiScript/ChaiScript/releases/latest"><img src="https://img.shields.io/github/tag/ChaiScript/ChaiScript.svg"></a>
<a href="https://travis-ci.org/ChaiScript/ChaiScript.svg?branch=master"><img src="https://travis-ci.org/ChaiScript/ChaiScript.png?branch=master"/></a>
<a href="https://ci.appveyor.com/project/lefticus/chaiscript"><img src="https://ci.appveyor.com/api/projects/status/6u3r4s81kkjqmsqw/branch/develop?svg=true"></a>
<a href="http://codecov.io/github/ChaiScript/ChaiScript?branch=master"><img src="http://codecov.io/github/ChaiScript/ChaiScript/coverage.svg?branch=master" alt="Coverage Status" /></a>
<a href="https://github.com/ChaiScript/ChaiScript/releases/latest"><img src="https://img.shields.io/github/release/ChaiScript/ChaiScript.svg"></a>
<!-- <a href="https://scan.coverity.com/projects/5297"><img alt="Coverity Scan Build Status" src="https://img.shields.io/coverity/scan/5297.svg"/></a><br/><br/> -->
</br>ChaiScript has been making stable releases since 2009. No bugfix or feature is made without a corresponding unit test.
<br/>ChaiScript has been making stable releases since 2009. No bugfix or feature is made without a corresponding unit test.
</div>

<div class="col-md-4">
Expand Down

0 comments on commit 7c4f501

Please sign in to comment.