Skip to content

Commit

Permalink
next social draft
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwoo committed Jun 6, 2011
1 parent 6cfb1c4 commit 0ee9e74
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
3 changes: 3 additions & 0 deletions client/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@ <h1>
</li>
<li class="spaced message cornered">
<div class="social">
<h3 style="margin: 8px 0">Social tomfoolery:</h3>
<g:plusone size="medium" href="http://multiplayerset.com"></g:plusone>
<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://multiplayerset.com" data-count="horizontal" data-via="tffny"></a>
<a href="http://www.reddit.com/submit" onclick="window.location = 'http://www.reddit.com/submit?url=' + encodeURIComponent(\'http://multiplayerset.com\'); return false" style="margin-top: -5px"> <img src="http://www.reddit.com/static/spreddit7.gif" alt="submit to reddit" border="0" /> </a>
<iframe src="http://www.facebook.com/plugins/like.php?app_id=216343035065752&amp;href=http%3A%2F%2Fmultiplayerset.com&amp;send=false&amp;layout=button_count&amp;width=100&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=verdana&amp;height=21" scrolling="no" frameborder="0" style="border:none; margin-left: 5px; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
</div>
</li>
<li class="message cornered" id="display_ad">
Expand Down
10 changes: 1 addition & 9 deletions client/game.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1 class="offline">OFFLINE</h1>
<div id="boardwrap">
<div id="announcement" class="loading">
<h1>Connecting</h1>
Please hold while we retreive your game
Please hold while we retrieve your game
</div>
<table id="board"></table>
<ul>
Expand All @@ -84,12 +84,6 @@ <h1>Connecting</h1>
Share this URL to invite other people to join this game:
<input type="text"></input>
</li>
<li class="spaced message cornered">
<div class="social">
<g:plusone size="medium" href="http://multiplayerset.com"></g:plusone>
<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://multiplayerset.com" data-count="horizontal" data-via="tffny"></a>
</div>
</li>
</ul>
</div>
</div></div>
Expand Down Expand Up @@ -127,8 +121,6 @@ <h3></h3><label for="input">Type here to chat</label>
head.js ('http://www.google-analytics.com/ga.js', function () {
_gat._getTracker('UA-267782-3')._trackPageview();
});
head.js('http://apis.google.com/js/plusone.js');
head.js('http://platform.twitter.com/widgets.js');
</script>
</body>
</html>
3 changes: 3 additions & 0 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,11 @@ <h3>Hints</h3>
</li>
<li class="spaced message cornered">
<div class="social">
<h3 style="margin: 8px 0">Social tomfoolery:</h3>
<g:plusone size="medium" href="http://multiplayerset.com"></g:plusone>
<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://multiplayerset.com" data-count="horizontal" data-via="tffny"></a>
<a href="http://www.reddit.com/submit" onclick="window.location = 'http://www.reddit.com/submit?url=' + encodeURIComponent(\'http://multiplayerset.com\'); return false" style="margin-top: -5px"> <img src="http://www.reddit.com/static/spreddit7.gif" alt="submit to reddit" border="0" /> </a>
<iframe src="http://www.facebook.com/plugins/like.php?app_id=216343035065752&amp;href=http%3A%2F%2Fmultiplayerset.com&amp;send=false&amp;layout=button_count&amp;width=100&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=verdana&amp;height=21" scrolling="no" frameborder="0" style="border:none; margin-left: 5px; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
</div>
</li>
<li class="message cornered" id="display_ad">
Expand Down
4 changes: 1 addition & 3 deletions client/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,7 @@ li li { list-style: circle; }
}
.spaced { margin: 30px 0; }
.social {
height: 30px;
width: 200px;
padding-top: 10px;
width: 85%;
margin: 0 auto;
}
.button:hover { background: #eee; }
Expand Down

0 comments on commit 0ee9e74

Please sign in to comment.