-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 1.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!doctype html>
<html>
<head>
<script src="js/jquery-2.1.1.min.js" type="text/javascript"></script>
<script src="js/d3.min.js" type="text/javascript"></script>
<script src="js/nv.d3.min.js" type="text/javascript"></script>
<script src="js/renderJson.js" type="text/javascript"></script>
<link href="css/survey.css" rel="stylesheet">
<link href="css/nv.d3.css" rel="stylesheet">
</head>
<body>
<p>These are the results of a BRAVE Collective survey conducted on August
25-26 2014.</p>
<p>The goal of the survey was to gauge BRAVE's effectiveness at Command, Control and
Communications. </p>
<p>72 responses were collected. Thanks to the participants!</p>
<div id="summary"></div>
<div id="keyHintK">
<span class='action'>⬆</span>
<span class='key'>K</span>
</div>
<div id="keyHintJ">
<span class='action'>⬇</span>
<span class='key'>J</span>
</div>
<span class="attrib">Made with love for BRAVE by Nicen Jehr • <a href="https://github.com/plato-cambrian/google-form-csv2json">src</a></span></span>
</body>
</html>