File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 8
8
< meta name ="apple-mobile-web-app-capable " content ="yes ">
9
9
< meta name ="mobile-web-app-capable " content ="yes ">
10
10
< script src ="lib/vue.js "> </ script >
11
- < script src ="lib/semantic.min.js "> </ script >
12
11
< script src ="lib/vue-resource.min.js "> </ script >
13
12
< script src ="lib/lodash.min.js "> </ script >
14
13
< script src ="lib/stats.js "> </ script >
15
14
< script src ="lib/sweetalert2.min.js "> </ script >
16
- < link rel ="stylesheet " href ="css/semantic.min.css ">
17
15
< link rel ="stylesheet " href ="css/sweetalert2.min.css ">
18
16
< link type ="text/css " rel ="stylesheet " href ="css/lit.css " media ="screen,projection "/>
19
17
< script >
20
18
// quantile = ss.quantile(list, 0.5);
21
19
</ script >
22
-
20
+
23
21
</ head >
24
22
25
23
< body >
26
- < div id ="app " class ="ui container ">
27
- < div class ="ui huge header " style =" margin-top:1em " > Scouting Analysis</ div >
24
+ < div id ="app " class ="c ">
25
+ < h2 class ="mt0 " > Scouting Analysis</ h2 >
28
26
< div class ="ui action input ">
29
- < input type ="text " placeholder ="Team Number " v-model ="team ">
30
- < button class ="ui button " @click ="submit "> Add</ button >
27
+ < input type ="text " class ="card " placeholder ="Team Number " v-model ="team ">
28
+ < button class ="btn primary " @click ="submit "> Add</ button >
29
+ < a class ="btn " href ="/download "> Download</ a >
31
30
</ div >
32
31
< div class ="ui divider "> </ div >
33
32
< div class ="ui cards grid three column grid stackable ">
You can’t perform that action at this time.
0 commit comments