Skip to content

Commit

Permalink
add json files
Browse files Browse the repository at this point in the history
  • Loading branch information
mapmeld committed Nov 19, 2012
1 parent fd2dfb7 commit 14ff47e
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 441 deletions.
1 change: 1 addition & 0 deletions OpenCMISS-cm.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@
## Inspiration

<p>Based on Andy Mason's MIT-licensed <a href="https://github.com/andymason/Missile-Command-JavaScript-Clone" target="_blank">Missile Command JavaScript Clone</a>.</p>
<p>Includes <a href="https://github.com/twitter/bootstrap">Twitter Bootstrap</a></p>
<p>Includes Bootstrap and jQuery</p>

## License

Expand Down
4 changes: 2 additions & 2 deletions ScrapeRepoPulls.py
Expand Up @@ -7,8 +7,8 @@
# define each repo you are scraping in this run
# user_name/repo_name as set in the URL
repos = [
"OpenCMISS/cm",
"twitter/bootstrap",
#"OpenCMISS/cm",
#"twitter/bootstrap",
"rails/rails",
"nathanmarz/storm",
]
Expand Down
11 changes: 6 additions & 5 deletions index.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="haw">
<head>
<script type="text/javascript" src="jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="bootstrap.css"/>
<style type="text/css">
html, body {
Expand Down Expand Up @@ -35,19 +36,19 @@ <h4>Score</h4>
<h4>Game Mode</h4>
<ul class="nav nav-pills">
<li id="gameMode0" class="active">
<a href="#" onclick="gameMode(0);" style="font-size:8pt;">Meta</a>
<a href="#" onclick="gameMode('meta');" style="font-size:8pt;">Meta</a>
</li>
<li id="gameMode1">
<a href="#" onclick="gameMode(1);" style="font-size:8pt;">Bootstrap</a>
<a href="#" onclick="gameMode('twitter-bootstrap');" style="font-size:8pt;">Bootstrap</a>
</li>
<li id="gameMode2">
<a href="#" onclick="gameMode(2);" style="font-size:8pt;">Rails</a>
<a href="#" onclick="gameMode('rails-rails');" style="font-size:8pt;">Rails</a>
</li>
<li id="gameMode3">
<a href="#" onclick="gameMode(3);" style="font-size:8pt;">Storm</a>
<a href="#" onclick="gameMode('nathanmarz-storm');" style="font-size:8pt;">Storm</a>
</li>
<li id="gameMode4">
<a href="#" onclick="gameMode(4);" style="font-size:8pt;">OpenCMISS <small>(FORTRAN)</small></a>
<a href="#" onclick="gameMode('OpenCMISS-cm');" style="font-size:8pt;">OpenCMISS <small>(FORTRAN)</small></a>
</li>
</ul>
</div>
Expand Down
2 changes: 2 additions & 0 deletions jquery.min.js

Large diffs are not rendered by default.

441 changes: 8 additions & 433 deletions missile_command2.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions nathanmarz-storm.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions rails-rails.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions twitter-bootstrap.json

Large diffs are not rendered by default.

0 comments on commit 14ff47e

Please sign in to comment.