Skip to content

Commit

Permalink
Hide badges when deployed.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadden committed Jun 28, 2020
1 parent a2a513b commit 1ff163b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
alia - A Library for Interactive Applications
=============================================

<div class="hide-when-deployed">

[![image](https://flat.badgen.net/travis/tmadden/alia/master?icon=travis)](https://travis-ci.org/tmadden/alia/branches)
[![image](https://flat.badgen.net/appveyor/ci/tmadden/alia/master?icon=appveyor)](https://ci.appveyor.com/project/tmadden/alia/branch/master)
[![image](https://flat.badgen.net/codecov/c/github/tmadden/alia/master?icon=codecov)](https://codecov.io/gh/tmadden/alia/branch/master)
![image](https://flat.badgen.net/badge/C++/14/green)
[![image](https://flat.badgen.net/badge/stability/unstable/yellow)](https://github.com/orangemug/stability-badges#unstable)

</div>

alia (pronounced uh-LEE-uh) is a modern C++ library for developing interactive
applications in a declarative manner. In alia, the UI of your application is
expressed as a composition of *component functions.*
Expand Down

0 comments on commit 1ff163b

Please sign in to comment.