mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-07-31 12:10:07 +08:00
More content.
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
+2
-1
@@ -15,7 +15,7 @@
|
||||
<span class="navbar-brand" contenteditable="true" strip-br="true" ng-model="lc.lab.name">{{ lc.lab.name }}</span>
|
||||
</div>
|
||||
<p class="navbar-text">Data: <strong>{{ lc.lab.data }}</strong></p>
|
||||
<p class="navbar-text">Reputation: <strong>{{ lc.lab.reputation }}</strong></p>
|
||||
<p class="navbar-text"><span data-toggle="tooltip" data-placement="left" title="Tooltip on left">Reputation</span>: <strong>{{ lc.lab.reputation }}</strong></p>
|
||||
<p class="navbar-text">Money: <strong>{{ lc.lab.money | currency }}</strong></p>
|
||||
<p class="navbar-text navbar-right"><a href="https://github.com/ibab/particle-clicker/"><img src="assets/github.png" alt="GitHub" width="16"></a></p>
|
||||
</div>
|
||||
@@ -74,6 +74,7 @@
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
|
||||
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.17/angular.min.js"></script>
|
||||
<script src="//d3js.org/d3.v3.min.js"></script>
|
||||
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
|
||||
<script src="js/event.js"></script>
|
||||
<script src="js/detector.js"></script>
|
||||
<script src="js/histogram.js"></script>
|
||||
|
||||
@@ -30,5 +30,13 @@
|
||||
"cost": 10000,
|
||||
"cost_increase": 1.2,
|
||||
"image": "assets/H.png"
|
||||
},
|
||||
{
|
||||
"name": "MSSM",
|
||||
"description": "You somehow managed to find proof for the Minimal Supersymmetric Standard Model. Wow!",
|
||||
"reputation": 100000,
|
||||
"cost": 1000000,
|
||||
"cost_increase": 2,
|
||||
"image": "assets/chitilde.png"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -30,5 +30,13 @@
|
||||
"cost_increase": 1.6,
|
||||
"rate": 1000,
|
||||
"image": "http://placekitten.com/64/64"
|
||||
},
|
||||
{
|
||||
"name": "Nobel Prize Winners",
|
||||
"description": "Hell Yeah.",
|
||||
"cost": 1000000,
|
||||
"cost_increase": 1.8,
|
||||
"rate": 10000,
|
||||
"image": "http://placekitten.com/64/64"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user