-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (66 loc) · 3.01 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Twitter Analytics</title>
<link rel="shortcut icon" href="libs/theme-wso2_1.0/images/favicon.png" />
<!-- Bootstrap CSS -->
<link href="libs/bootstrap_3.3.5/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- Font WSO2 CSS -->
<link href="libs/font-wso2_1.2/css/font-wso2.css" rel="stylesheet" type="text/css" />
<!-- Jquery Nanoscroller CSS -->
<link href="libs/nanoscroller_0.8.7/nanoscroller.css" rel="stylesheet" type="text/css" />
<!-- Jquery pushy CSS -->
<link href="libs/pushy_0.9.2/css/pushy.css" rel="stylesheet" type="text/css" />
<!-- Theme WSO2 CSS -->
<link href="libs/theme-wso2_1.0/css/theme-wso2.css" rel="stylesheet" type="text/css" />
<!-- Custom CSS -->
<link href="css/custom.css" rel="stylesheet" type="text/css" />
</head>
<body >
<!-- Page Content -->
<div class="container">
<!-- Page Header -->
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h1 class="page-header text-center">Twitter Analytics</h1>
<h2 class="page-sub-header text-center">US Election 2016</h2>
</div>
</div>
<!-- /.row -->
<!-- Projects Row -->
<div class="row">
<div class="col-xs-12 col-sm-8 col-md-8 col-lg-8">
<h3>Sentiment Analysis</h3>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="cloudWord-graph" style="width:800px; length:800px; " id="wordCloud"></div>
</div>
</div>
</div>
</div>
</div>
<!-- Jquery/Jquery JS -->
<script src="libs/jquery_1.11.0/jquery-1.11.3.min.js"></script>
<!-- Bootstrap JS -->
<script src="libs/bootstrap_3.3.5/js/bootstrap.min.js"></script>
<!-- Theme WSO2 JS -->
<script src="libs/theme-wso2_1.0/js/theme-wso2.js"></script>
<!--d3 library-->
<script src="js/d3/d3.min.js"></script>
<script src="js/d3/d3.v3.js"></script>
<script src="js/d3/graphlib-dot.js"></script>
<script src="js/d3/dagre-d3.js"></script>
<script src="js/d3.tip.v0.6.3.js"></script>
<script src="js/vega.js"></script>
<script src="js/VizGrammar.js"></script>
<!-- Theme WSO2 JS -->
<script src="js/test.js"></script>
<script>
</script>
</body>
</html>