Skip to content

Commit 7bb8fbf

Browse files
committed
Removed the social sharing buttons.
1 parent b98f502 commit 7bb8fbf

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

examples/include/style.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,3 @@ aside {
108108
#exercises h2 {
109109
margin: 10px 0 0 0;
110110
}
111-
112-
#index-body #share-buttons {
113-
position: absolute;
114-
top: 0;
115-
left: 0;
116-
padding: 5px;
117-
width: 250px;
118-
}

index.html

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -888,32 +888,8 @@ <h2>Extras</h2>
888888
</section>
889889

890890
<a href="https://github.com/lamberta/html5-animation"><img style="position:absolute; top:0; right:0; border:0;" src="https://a248.e.akamai.net/assets.github.com/img/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub"></a>
891-
892-
<div id="share-buttons">
893-
<div class="g-plusone" data-href="http://lamberta.github.com/html5-animation/" data-size="small" data-annotation="none"></div>
894-
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://lamberta.github.com/html5-animation/" data-text="Foundation HTML5 Animation with JavaScript" data-count="none">Tweet</a><script src="//platform.twitter.com/widgets.js"></script>
895-
<div class="fb-like" data-href="http://lamberta.github.com/html5-animation" data-send="false" data-layout="button_count" data-width="100" data-show-faces="true" style="vertical-align:top"></div>
896-
</div>
897-
<div id="fb-root"></div>
898891

899892
<script>
900-
//like button
901-
(function(d, s, id) {
902-
var js, fjs = d.getElementsByTagName(s)[0];
903-
if (d.getElementById(id)) return;
904-
js = d.createElement(s); js.id = id; js.async = true;
905-
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
906-
fjs.parentNode.insertBefore(js, fjs);
907-
}(document, 'script', 'facebook-jssdk'));
908-
909-
//g+
910-
(function() {
911-
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
912-
po.src = '//apis.google.com/js/plusone.js';
913-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
914-
})();
915-
916-
//analytics
917893
var _gaq = _gaq || [];
918894
_gaq.push(['_setAccount', 'UA-3364106-3']);
919895
_gaq.push(['_trackPageview']);

0 commit comments

Comments
 (0)