Skip to content

Commit

Permalink
Revert "Revert "redid css, but none of the stats are working""
Browse files Browse the repository at this point in the history
This reverts commit 80216ee.
  • Loading branch information
Sci-Phy committed Mar 23, 2018
1 parent 9f4efd7 commit 658d523
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions analysis.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,25 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<script src="lib/vue.js"></script>
<script src="lib/semantic.min.js"></script>
<script src="lib/vue-resource.min.js"></script>
<script src="lib/lodash.min.js"></script>
<script src="lib/stats.js"></script>
<script src="lib/sweetalert2.min.js"></script>
<link rel="stylesheet" href="css/semantic.min.css">
<link rel="stylesheet" href="css/sweetalert2.min.css">
<link type="text/css" rel="stylesheet" href="css/lit.css" media="screen,projection"/>
<script>
// quantile = ss.quantile(list, 0.5);
</script>

</head>

<body>
<div id="app" class="ui container">
<div class="ui huge header" style="margin-top:1em">Scouting Analysis</div>
<div id="app" class="c">
<h2 class="mt0">Scouting Analysis</h2>
<div class="ui action input">
<input type="text" placeholder="Team Number" v-model="team">
<button class="ui button" @click="submit">Add</button>
<input type="text" class="card" placeholder="Team Number" v-model="team">
<button class="btn primary" @click="submit">Add</button>
<a class="btn" href="/download">Download</a>
</div>
<div class="ui divider"></div>
<div class="ui cards grid three column grid stackable">
Expand Down

0 comments on commit 658d523

Please sign in to comment.