Skip to content

Commit

Permalink
Fix GitHub buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Oct 8, 2014
1 parent a7d67da commit 4792163
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@ <h6>Change Presentation</h6>
<div class="row hidden" id="ios-message">
<div class="col-xs-12 alert alert-warning">
<p>Note: you might be using iOS, with a browser that's not Safari. Apple <a href="http://daringfireball.net/2011/03/nitro_ios_43">intentionally impedes JavaScript performance for browsers that aren't Safari</a>. Therefore, for the best performance of this demonstration on iOS, I unfortunately suggest you use Safari, or view it on your computer. Or, <a href="http://www.idownloadblog.com/2012/07/30/nitrous/">jailbreak your device</a> to allow the code to run smoothly in <em>any</em> browser.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<hr />
<iframe src="http://ghbtns.com/github-btn.html?user=gjtorikian&repo=Earthbound-Battle-Backgrounds-JS&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=gjtorikian&repo=Earthbound-Battle-Backgrounds-JS&type=fork&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/gjtorikian/Earthbound-Battle-Backgrounds-JS" data-count-href="/gjtorikian/Earthbound-Battle-Backgrounds-JS/stargazers" data-count-api="/repos/gjtorikian/Earthbound-Battle-Backgrounds-JS#stargazers_count">Star</a>
<!-- Place this tag right after the last button or just before your close body tag. -->
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
<a href="https://twitter.com/share" class="twitter-share-button" data-lang="en" data-text="SMAAAASH!! Earthbound's battle backgrounds generated entirely in JavaScript" data-via="gjtorikian">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
Expand Down

0 comments on commit 4792163

Please sign in to comment.