Skip to content

Commit

Permalink
adding fork ribbon to both pages and making share links on both pages…
Browse files Browse the repository at this point in the history
… share the root domain
  • Loading branch information
ryndel committed Dec 26, 2012
1 parent cbec565 commit 0e5d6e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions public/assets/css/main.css
Expand Up @@ -51,6 +51,7 @@ body#index {
width: 360px;
height: 50px;
padding-top: 12px;
z-index:999;
}

.share div {
Expand Down
1 change: 1 addition & 0 deletions views/index.html
Expand Up @@ -24,6 +24,7 @@
<input type="range" min="1" max="" width="365" value="1" step="1">
</form>
</div>
<a class="ribbon oh" href="https://github.com/makesites/emotiglobe/" rel="external"><span class="tag small medium red">Fork on Github</span></a>
{{#extend "scripts"}}


Expand Down
9 changes: 6 additions & 3 deletions views/layout.html
Expand Up @@ -23,12 +23,15 @@

<div class="share clearfix">
<! -- Google Plus -->
<div class="g-plusone" data-size="medium"><a href="https:/plus.goolge.com">Share on G+</a></div>
<div class="g-plusone" data-size="medium"><a href="http://emotiglobe.com/">Share on G+</a></div>
<! -- Twitter -->
<div class="twitter"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal">Share on Twitter</a></div>
<div class="twitter"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://emotiglobe.com/" data-count="horizontal">Share on Twitter</a></div>
<! -- Facebook -->
<div class="fb-like" data-layout="button_count" data-send="false" data-show-faces="false"></div>
<div class="fb-like" data-href="http://emotiglobe.com/" data-layout="button_count" data-send="false" data-show-faces="false"></div>
</div>






Expand Down

0 comments on commit 0e5d6e2

Please sign in to comment.