-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathticker.html
More file actions
298 lines (257 loc) · 11.5 KB
/
ticker.html
File metadata and controls
298 lines (257 loc) · 11.5 KB
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<!DOCTYPE html>
<!--
88""Yb 88""Yb dP"Yb 888888 dP"Yb 88""Yb 88 dP"Yb dP""b8 88 dP
88__dP 88__dP dP Yb 88 dP Yb 88__dP 88 dP Yb dP `" 88odP
88""" 88"Yb Yb dP 88 Yb dP 88""Yb 88 .o Yb dP Yb 88"Yb
88 88 Yb YbodP 88 YbodP 88oodP 88ood8 YbodP YboodP 88 Yb '
080 114 111 116 111 098 108 111 099 107
01010000 01110010 01101111 01110100 01101111 01000010 01101100 01101111 01100011 01101011
contact@protoblock.com
-->
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-76493526-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-76493526-1');
</script>
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="google-site-verification" content="7rZRzwP4OghEFh8wjcM2I59-RMs8sqMa7CjXrm3NexY">
<link rel="shortcut icon" href="/images/logolittle-square-500.png">
<title>Ticker - Protoblock</title>
<meta name="description" content="Protoblock is a blockchain community driven by NFL statistics and a new consensus algorithm, Proof of Skill.">
<meta name="keywords" content="proof of skill, fantasy football, fantasy football mobile app, blockchain, bitcoin, proof of stake, daily fantasy sports, trading">
<meta name="wot-verification" content="f21923b4364041de3dc2">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Muli:200,300,400,600|Open+Sans:200,300,400,500" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css" integrity="sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ" crossorigin="anonymous">
<!-- CSS -->
<link href="/styles/bootstrap.css" rel="stylesheet" type='text/css'>
<link href="/styles/bootstrap.min.css" rel="stylesheet" type='text/css'>
<link href="/styles/style.css" rel="stylesheet" type="text/css">
<!-- JS -->
<script src="/scripts/jquery-3.3.1.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/1.0.2/Chart.min.js"></script>
<script src="/scripts/ticker.js" type="text/javascript"></script>
<script src="/scripts/popper.min.js"></script>
<script src="/scripts/bootstrap.min.js" type="text/javascript"></script>
<script src="/scripts/jquery.tablesorter.min.js" type="text/javascript"></script>
<script src="/scripts/app.js"></script>
<!-- Google Tracker -->
<div id='theTracker'></div>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-dark navbar-expand-lg justify-content-center text-monospace text-uppercase">
<a class="navbar-brand d-flex w-50 mr-auto" href="/index.html">
<img class="toplogoimg">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse w-100" id="navbar">
<ul class="navbar-nav w-100 justify-content-center">
<li class="nav-item">
<a class="nav-link" href="/ticker.html"><span>Ticker</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="/leaderboard.html"><span>Leaders</span></a>
</li>
<li class="nav-item">
<a class="nav-link text-nowrap" href="/PlayGuide.pdf"><span>Quick Start</span></a>
</li>
<!--li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-nowrap" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span>Resources</span></a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item text-nowrap" target="_blank" href="/docs/whitepaper-2014.pdf"><span>White Paper</span></a>
<a class="dropdown-item text-nowrap" target="_blank" href="/PlayGuide.pdf"><span>Play Guide</span></a>
</div>
</li>-->
<li class="nav-item">
<a class="nav-link" href="http://blog.protoblock.com"><span>Blog</span></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-nowrap" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span>Social</span></a>
<div class="dropdown-menu text-nowrap text-center list-inline my-1" aria-labelledby="navbarDropdown">
<ul>
<li class="list-inline-item p-1">
<a class="sm-drop sm-icon" target="_blank" href="https://t.me/protoblock"><i class="fab fa-telegram-plane text-center"></i></a>
</li>
<li class="list-inline-item p-1">
<a class="sm-drop sm-icon" target="_blank" href="https://www.reddit.com/r/Protoblock/"><i class="fab fa-reddit-alien text-center"></i></a>
</li>
<li class="list-inline-item p-1">
<a class="sm-drop sm-icon" target="_blank" href="https://twitter.com/protoblock"><i class="fab fa-twitter text-center"></i></a>
</li><br/>
<li class="list-inline-item p-1">
<a class="sm-drop sm-icon" target="_blank" href="https://github.com/protoblock/"><i class="fab fa-github-alt text-center"></i></a>
</li>
<li class="list-inline-item p-1">
<a class="sm-drop sm-icon" target="_blank" href="https://www.youtube.com/c/protoblock"><i class="fab fa-youtube text-center"></i></a>
</li>
<li class="list-inline-item p-1">
<a class="sm-drop sm-icon" target="_blank" href="https://www.facebook.com/protoblock/"><i class="fab fa-facebook-f text-center"></i></a>
</li>
</ul>
</div>
</li>
</ul>
<ul class="nav navbar-nav ml-auto w-100 justify-content-end">
<li class="nav-item">
<button type="button" class="pb-button coin-button-top">
<a class="text-uppercase text-nowrap" href="/coins/"><span>Get Coins</span></a>
</button>
</li>
</ul>
<ul class="nav navbar-nav ml-auto w-100 justify-content-end dl-button-top-box">
<li class="nav-item mx-3">
<button type="button" class="pb-button dl-button-top">
<a class="text-uppercase" href="/download.html"><span>Download</span></a>
</button>
</li>
</ul>
</div>
</nav>
<!-- End Navigation -->
<!-- Main Body-->
<main class="ticker">
<div class="container pt-4 pb-5">
<div class="row my-5">
<div class="col-12 text-center text-uppercase">
<h1>Ticker Feed</h1>
<p>Real-Time Quotes and Prices</p>
</div>
</div>
<div class="row my-3">
<div class="col-12 col-lg-6 text-center">
<div class="playername py-2">
<div id='rightTitle'></div>
</div>
<div class="result py-0">
<!--div id='resultsHolder' class="table-responsive"></div-->
<div id='resultsHolder'></div>
</div>
<div class="resulttable py-1">
<table class="table table-condensed table-striped table-hover">
<thead>
<tr>
<th>Bid Size</th>
<th>Bid</th>
<th>Ask</th>
<th>Ask Size</th>
<th>Last</th>
<th>Last Size</th>
</tr>
</thead>
<tbody id='upsideRow'></tbody>
</table>
<div class="container-fluid holder py-2">
<div class="row">
<div class='col-12 col-md-6 ' id='volHolder'></div>
<div class='col-12 col-md-6 ' id='openHolder'></div>
</div>
</div>
<div class="resultgraph py-3">
<div id="chartContainer">
<canvas style='background: rgb(16, 53, 88) ;width:100%' id="canvas" ></canvas>
</div>
</div>
</div>
</div>
<div class="col-12 col-lg-6 text-center">
<div class="playername py-2">
<br>
</div>
<div class="tickerinfo py-0">
<p>Click contract below for latest quotes</p>
</div>
<div class="playertable py-1">
<div class='table-responsive'>
<table class="table" id='upSideTable'>
<thead>
<tr>
<th>Player Names</th>
<th>Symbol</th>
<th>Price</th>
<th>Volume</th>
<th>Change</th>
</tr>
</thead>
<tbody id='leftTable'></tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</main>
<!-- End Main Body -->
<!-- Footer -->
<footer class="footer" id="footer">
<div class="container py-5 footerbox">
<div class="row centerh py-4">
<div class="col-12 my-3">
<div class="email-text">
<h4 class="text-uppercase text-center">Newsletter Sign Up</h4>
</div>
</div>
<!-- AWEBER FORM -->
<div class="col-12 my-3">
<div class="aweber centervh">
<form method="post" accept-charset="UTF-8" action="https://www.aweber.com/scripts/addlead.pl" >
<div id="af-form-451745103">
<div id="af-body-451745103">
<input type="hidden" name="meta_web_form_id" value="451745103"/>
<input type="hidden" name="meta_split_id" value=""/>
<input type="hidden" name="listname" value="awlist4263557"/>
<input type="hidden" name="redirect" value="" id="redirect_f432f02a3ee39813b8f1bdd555ecae3d"/>
<input type="hidden" name="meta_adtracking" value="My_Web_Form"/>
<input type="hidden" name="meta_message" value="1"/>
<input type="hidden" name="meta_required" value="email"/>
<input type="hidden" name="meta_tooltip" value=""/>
</div>
</div>
<div class="aweber-form-ft">
<input class="text email-form-ft text-uppercase" placeholder=" Enter Your Email" id="awf_field-82128068" type="text" name="email" value="" tabindex="501" onfocus=" if (this.value == '') { this.value = ''; }" onblur="if (this.value == '') { this.value='';}">
<input class="pb-button email-btn-ft my-3 text-uppercase" type="submit" name="submit" value="Subscribe">
</div>
</form>
</div>
</div>
<!-- End AWEBER FORM -->
<!-- Social Media -->
<div class="col-12 my-4 smed">
<ul class="list-inline text-center">
<li class="list-inline-item p-2">
<a class="sm-drop sm-icon-lg" target="_blank" href="https://t.me/protoblock"><i class="fab fa-telegram-plane text-center"></i></a>
</li>
<li class="list-inline-item p-2">
<a class="sm-drop sm-icon-lg" target="_blank" href="https://www.reddit.com/r/Protoblock/"><i class="fab fa-reddit-alien text-center"></i></a>
</li>
<li class="list-inline-item p-2">
<a class="sm-drop sm-icon-lg" target="_blank" href="https://twitter.com/protoblock"><i class="fab fa-twitter text-center"></i></a>
</li>
<li class="list-inline-item p-2">
<a class="sm-drop sm-icon-lg" target="_blank" href="https://github.com/protoblock/"><i class="fab fa-github-alt text-center"></i></a>
</li>
<li class="list-inline-item p-2">
<a class="sm-drop sm-icon-lg" target="_blank" href="https://www.youtube.com/c/protoblock"><i class="fab fa-youtube text-center"></i></a>
</li>
<li class="list-inline-item p-2">
<a class="sm-drop sm-icon-lg" target="_blank" href="https://www.facebook.com/protoblock/"><i class="fab fa-facebook-f text-center"></i></a>
</li>
</ul>
</div>
<!-- End Social Media -->
</div>
</div>
</footer>
<!-- End Footer -->
</body>
</html>