-
Notifications
You must be signed in to change notification settings - Fork 2
/
analytics.html
55 lines (55 loc) · 2.56 KB
/
analytics.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
55
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv='cache-control' content='no-cache'><meta http-equiv='expires' content='0'><meta http-equiv='pragma' content='no-cache'>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"/>
<!-- Font CSS -->
<link href="https://fonts.googleapis.com/css?family=Spectral" rel="stylesheet"/>
<!-- SecondState CSS -->
<link rel="stylesheet" href="../css/main.css"/>
<!-- JQuery -->
<script type="text/javascript" src="../js/jquery-3.4.0.min.js"></script>
<!-- Web3 CMT -->
<script type="text/javascript" src="../js/web3-cmt.js"></script>
<!-- justgage.com -->
<script type="text/javascript" src="../js/analytics.js"></script>
<script type="text/javascript" src="../js/raphael-2.1.4.min.js"></script>
<script type="text/javascript" src="../js/justgage.js"></script>
<title>Smart Contract Search Engine - Analytics</title>
</head>
<body>
<div class="container rounded shaded">
<h1 class="centralHeading">Smart Contract Search Engine - Analytics</h1>
</div>
<br />
<div class="container rounded" id="centralHeader2">
<div class="overview light"></div>
<div class="row">
<div class="col-sm-4">
<div id="totalHits" class="200x160px"></div>
</div>
<div class="col-sm-4">
<div id="uniqueVisitors" class="200x160px"></div>
</div>
<div class="col-sm-4">
<div id="uniqueVisitorsThisWeek" class="200x160px"></div>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div id="gaugeAbisUploaded" class="200x160px"></div>
</div>
<div class="col-sm-4">
<div id="gaugeContractsIndexed" class="200x160px"></div>
</div>
<div class="col-sm-4">
<div id="gaugeContractsThatAdhereToAbis" class="200x160px"></div>
</div>
</div>
<!-- End collapsable advances search section -->
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>