Skip to content

Commit

Permalink
Made bower name lowercase and added Flattr button
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLunn committed Feb 26, 2015
1 parent 610aac6 commit 3d9e7d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Hover",
"name": "hover",
"version": "2.0.2",
"homepage": "http://ianlunn.github.io/Hover",
"authors": [
Expand Down
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,16 @@ <h1>Hover.css <a href="https://github.com/IanLunn/Hover/releases" class="sup" ti

<div class="social aligncenter">
<div class="social-button">
<iframe src="http://ghbtns.com/github-btn.html?user=IanLunn&repo=Hover&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="140" height="20"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=IanLunn&repo=Hover&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
</div>

<div class="social-button">
<a href="https://twitter.com/share" class="twitter-share-button" data-related="IanLunn" data-dnt="true">Tweet</a>
</div>

<div class="social-button">
<script id='fbhss98'>(function(i){var f,s=document.getElementById(i);f=document.createElement('iframe');f.src='//api.flattr.com/button/view/?uid=IanLunn&button=compact&url=http%3A%2F%2Fianlunn.github.io%2FHover%2F';f.title='Flattr';f.height=20;f.width=110;f.style.borderWidth=0;s.parentNode.insertBefore(f,s);})('fbhss98');</script>
</div>
</div>

<div class="aligncenter">
Expand Down

0 comments on commit 3d9e7d9

Please sign in to comment.