Skip to content

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
madhums committed Sep 18, 2014
1 parent a309882 commit f9882b4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
13 changes: 7 additions & 6 deletions app/views/includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="/" class="navbar-brand">Node.js Express Mongoose Demo</a>
<a href="/" class="navbar-brand">Node Express Mongoose Demo</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
Expand All @@ -30,8 +30,8 @@
</ul>

<ul class="nav navbar-nav navbar-right">
<li style="padding-top: 15px;">
<script data-gratipay-username="madhums" data-gratipay-widget="button" src="//gttp.co/v1.js"></script>
<li>
<a href="https://www.gratipay.com/madhums/"><img src="https://img.shields.io/gratipay/madhums.svg?style=flat" alt="Gittip" data-canonical-src="https://img.shields.io/gratipay/madhums.svg?style=flat" style="max-width:100%;"></a>
</li>
<li>
<iframe src="http://ghbtns.com/github-btn.html?user=madhums&amp;repo=node-express-mongoose-demo&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="45" style="padding: 15px 0 0 15px;"></iframe>
Expand All @@ -40,9 +40,10 @@
<iframe src="http://ghbtns.com/github-btn.html?user=madhums&amp;repo=node-express-mongoose-demo&amp;type=fork&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="45" style="padding: 15px 0 0 15px;"></iframe>
</li>
<li>
<a href="https://travis-ci.org/madhums/node-express-mongoose-demo" target="_blank" title="travis-ci build" class="travis">
<img src="https://travis-ci.org/madhums/node-express-mongoose-demo.png?branch=master">
</a>
<a href="https://david-dm.org/madhums/node-express-mongoose-demo"><img src="https://img.shields.io/david/madhums/node-express-mongoose-demo.svg?style=flat" alt="Dependencies" data-canonical-src="https://img.shields.io/david/madhums/node-express-mongoose-demo.svg?style=flat" style="max-width:100%;"></a>
</li>
<li>
<a href="https://travis-ci.org/madhums/node-express-mongoose-demo"><img src="https://img.shields.io/travis/madhums/node-express-mongoose-demo.svg?style=flat" alt="Build Status" data-canonical-src="https://img.shields.io/travis/madhums/node-express-mongoose-demo.svg?style=flat" style="max-width:100%;"></a>
</li>
</ul>
</div>
Expand Down
5 changes: 5 additions & 0 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,8 @@ button.error:focus {
.navbar-nav > li > a.travis{
padding-top: 13px;
}

.navbar-right > li > a {
padding-left: 5px;
padding-right: 5px;
}

0 comments on commit f9882b4

Please sign in to comment.