Skip to content
Snippets Groups Projects
Commit 7f72ce39 authored by christothes's avatar christothes
Browse files

restored the creative commons text, changed version service to show commit date.

Also some minor text formatting changes
parent a578b1ca
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
// Demonstrate how to register services
// In this case it is a simple value service.
angular.module('myApp.services', []).
value('version', '0.1')
value('version', 'Jan-7-2014')
.factory('GameService', function($http) {
var s4 = function() {
......
......@@ -12,7 +12,6 @@
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
<!--<link href="/public/css/bootstrap-responsive.css" rel="stylesheet">-->
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
......@@ -33,22 +32,25 @@
<div class="form-group">
<input type="text" class="form-control" placeholder="enter name" ng-model="gameSvc.playerName">
</div>
<!--<button type="submit" class="btn btn-default" ng-click="createGame()">Start</button>-->
</form>
</div>
</nav>
<div class="container">
<!--<div class="row">-->
<!--<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/">-->
<!--<img alt="Creative Commons License" style="display: block; margin-left: auto; margin-right: auto;" src="http://i.creativecommons.org/l/by-nc-sa/2.0/88x31.png" /></a>-->
<!--<br />-->
<!--This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/">Creative Commons Attribution-NonCommercial-ShareAlike 2.0 Generic License</a>.-->
<!--<br />-->
<!--This site is not affliated in any way with the official Cards Against Humanities.-->
<!--</div>-->
<div class="row">
<div class="col-sm-2">
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/">
<img alt="Creative Commons License" style="display: block; margin-left: auto; margin-right: auto;" src="http://i.creativecommons.org/l/by-nc-sa/2.0/88x31.png" /></a>
</div>
<div class="col-sm-10">
<small>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/">Creative Commons Attribution-NonCommercial-ShareAlike 2.0 Generic License</a>.</small>
<br />
<small>This site is not affliated in any way with the official Cards Against Humanities.</small>
</div>
</div>
<br>
<div ng-view></div>
<br>
<div>v<span app-version></span></div>
<div>comitted:&nbsp;<span app-version></span></div>
</div>
......
<div class="row">
<div class="col-lg-10">
<p>Cards Against Humanity written in NodeJS. You need 4 players for a game to start.</p> <a href="https://github.com/amirrajan/nodejs-against-humanity">The source is here. I accept pull requests.</a>.
<span>Cards Against Humanity written in NodeJS. You need 4 players for a game to start.</span> <br>
<a href="https://github.com/amirrajan/nodejs-against-humanity">The source is here. I accept pull requests.</a>.
</div>
</div>
<hr />
<h3>Click below to join a game (or use the Create Game link at the top to start one)</h3>
<h4>Click below to join a game (or use the Create Game link at the top to start one)</h4>
<hr />
<div class="row" id="availableGames" >
<div class="col-lg-10">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment