Skip to content

Commit

Permalink
Merge pull request #366 from hustonhedinger/releaseprep
Browse files Browse the repository at this point in the history
DOCS: fixes #335, making up arrow in docs clickable.
  • Loading branch information
mdcox-sdm committed Sep 2, 2014
2 parents e9a51f4 + d5ba6aa commit 9d537c1
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions site/app/views/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,18 @@
<span id="project" class="h3" id="project">Alchemy.js</span>
</a>
</div>
<div id="nav-tabs">
<div id = "alchemy-social" class = "share-button" tooltip-placement="bottom" tooltip="You'll like it, we promise.">
<a id="btn-alchemy-rel" type="button" class="btn btn-default" href="https://github.com/GraphAlchemist/Alchemy/releases/">
<img src="images/alchemyLogoFlat.png"></img>
<h3>Download</h3>
</a>
<div id="gh-fork-share">
<iframe src="http://ghbtns.com/github-btn.html?user=graphalchemist&repo=alchemy&type=fork&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="120" height="30"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=graphalchemist&repo=alchemy&type=watch&count=true&size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="120" height="30"></iframe>
<a href="https://twitter.com/share?size=large&text=Check%20out%20Alchemy.js,%20a%20graph%20visualization%20app%20built%20in%20d3%20by%20@GraphAlchemist%20%23Alchemyjs%20" class="twitter-share-button" data-url="http://graphalchemist.github.io/Alchemy" data-lang="en">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>
</div>
<!-- <div id="nav-tabs"> -->
<div id = "alchemy-social" class = "share-button" tooltip-placement="bottom" tooltip="You'll like it, we promise.">
<a id="btn-alchemy-rel" type="button" class="btn btn-default" href="https://github.com/GraphAlchemist/Alchemy/releases/">
<img src="images/alchemyLogoFlat.png"></img>
<h3>Download</h3>
</a>
<div id="gh-fork-share">
<iframe src="http://ghbtns.com/github-btn.html?user=graphalchemist&repo=alchemy&type=fork&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="120" height="30"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=graphalchemist&repo=alchemy&type=watch&count=true&size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="120" height="30"></iframe>
<a href="https://twitter.com/share?size=large&text=Check%20out%20Alchemy.js,%20a%20graph%20visualization%20app%20built%20in%20d3%20by%20@GraphAlchemist%20%23Alchemyjs%20" class="twitter-share-button" data-url="http://graphalchemist.github.io/Alchemy" data-lang="en">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>
</div>
</div>

0 comments on commit 9d537c1

Please sign in to comment.