-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (41 loc) · 1.52 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>What it feels like to be trolled</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="The Chopping Block, Inc." />
<meta name="geo.country" content="US" />
<meta name="dc.language" content="en" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" href="css/styles.css" type="text/css" media="screen" charset="utf-8" />
</head>
<body>
<div id="wrapper">
<div id="container">
</br>
<div class="title">What It Feels Like To Be Trolled</div>
<div class="dek">
</br>
</div>
<button id="clickme">Show me</button>
<div class="dek">
<div id="bubble-container">
<div class="legend counter"><span id="counter">0</span> mentions</div>
</div>
<div class="legend time"><span id="hour"></span><span id="day"></span></div>
</div>
</div>
<div id="bottom-legend"><i>(Each <div class="circle" style="background-color: #1da1f2;"></div> circle represents about 5 mention.)</i></div>
</div>
<!-- load jquery -->
<script src="js/libs/jquery-2.1.3.min.js"></script>
<script src="js/libs/underscore-1.6.0.min.js" type="text/javascript" charset="utf-8"></script>
<!-- load data -->
<script src="js/data.js"></script>
<script src="js/script.js"></script>
</body>
</html>