-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (40 loc) · 2.19 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>The DNAP DATA Diviner</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/reset.css">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script type="text/javascript">
window.MelioratorBaseURI = 'https://nuchwezi.github.io/The-Meliorator/';
</script>
<script type="text/javascript" src="https://nuchwezi.github.io/The-Meliorator/js/meliorator.js"></script>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="analytics">
<h1 class="analytics-title">DATA DIVINER <span class="app-title"><i class="fa fa-mercury"></i> loading... </span></h1>
<div id="analytics" class="analytics-chart">
</div>
<footer>
<div class="widget">
<input type="url" placeholder="URL to Data (e.g Persona data repo at a Theatre)" class="control data-url" id="data-url" /> </div>
<!-- <div class="widget"> <input type="password" class="control access-token" id="access-token" placeholder="Data Access Token (where required)" /> </div> -->
<div class="widget">
<button id="btn-fetch" class="btn-control" title="Fetch NEW DATA from the specified URL, and reload the diviner."><i class="fa fa-flip-vertical fa-refresh"></i> DIVINE</button>
</div>
</footer>
</div>
<script src='https://use.fontawesome.com/b6aab2917a.js'></script>
<script src="js/index.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-51296531-9', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>