Skip to content

Commit

Permalink
more attrib. social links.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwoo committed Jun 6, 2011
1 parent 05f7926 commit 55e4397
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 6 deletions.
16 changes: 13 additions & 3 deletions client/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,30 @@
</head>
<body>
<div id="header">
<h1><a href="/">Multiplayer<span>Set</span></a></h1>
<h1>
<a href="/">Multiplayer<span class="grey">Set</span></a>
<span class="social">
<g:plusone 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>
</span>
</h1>
</div>
<div id="wrap">
<ul id="explanation">
<li class="message cornered">
<div class="sidebar sidecol">
<p>MultiplayerSet exists thanks to the following open source projects:</p>
<ul>
<li><a href="http://headjs.com/">headJS</a>, by Tero Piirainen</li>
<li><a href="http://senchalabs.github.com/connect">Connect</a>, by Sencha Inc.</li>
<li><a href="http://headjs.com">headJS</a>, by Tero Piirainen</li>
<li><a href="http://jquery.com">jQuery</a>, by John Resig</li>
<li><a href="http://benalman.com/projects/jquery-bbq-plugin/">jQuery BBQ</a>, by "Cowboy" Ben Alman</li>
<li><a href="https://github.com/louisremi/jquery.transform.js">jquery.transform.js</a>, Louis-Rémi Babé</li>
<li><a href="https://github.com/douglascrockford/JSON-js">JSON-js</a>, by Douglas Crockford</li>
<li><a href="https://developer.mozilla.org">Mozilla Developer Center</a></li>
<li><a href="http://nodejs.org">nodeJS</a>, by Ryan Dahl</li>
<li><a href="http://socket.io/">Socket.IO</a>, by Guillermo Rauch</li>
<li><a href="https://github.com/kof/node-ams">node-ams</a>, by Oleg Slobodskoi</li>
<li><a href="http://socket.io">Socket.IO</a>, by Guillermo Rauch</li>
</ul>
</div>
<p>
Expand Down Expand Up @@ -73,6 +81,8 @@ <h1><a href="/">Multiplayer<span>Set</span></a></h1>
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>
10 changes: 9 additions & 1 deletion client/game.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
</head>
<body>
<div id="header">
<h1><a href="/">Multiplayer<span>Set</span></a></h1>
<h1>
<a href="/">Multiplayer<span class="grey">Set</span></a>
<span class="social">
<g:plusone 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>
</span>
</h1>
</div>
<div id="fixwrap"><div id="fixinner">
<div id="scoreboard">
Expand Down Expand Up @@ -119,6 +125,8 @@ <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>
10 changes: 9 additions & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
</head>
<body>
<div id="header">
<h1><a href="/">Multiplayer<span>Set</span></a></h1>
<h1>
<a href="/">Multiplayer<span class="grey">Set</span></a>
<span class="social">
<g:plusone 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>
</span>
</h1>
</div>
<div id="wrap">
<ul id="explanation">
Expand Down Expand Up @@ -154,6 +160,8 @@ <h3>Hints</h3>
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>
5 changes: 4 additions & 1 deletion client/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,12 @@ textarea {
margin: 0 auto;
text-align: left;
}
#header h1 span {
#header h1 span.grey {
color: #999;
}
#header h1 span.social {
float:right;
}
#fixwrap {
position: fixed;
width: 100%;
Expand Down

0 comments on commit 55e4397

Please sign in to comment.