-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
522 lines (459 loc) · 19.3 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
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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
<!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>Protoblock - Proof of Skill</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"></script>
<script src="/scripts/popper.min.js"></script>
<script src="/scripts/bootstrap.min.js" type="text/javascript"></script>
<script src="/scripts/download.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="#">
<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" target="_blank" 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" target="_blank" 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="index">
<!-- Landing Page -->
<div class="container-fluid lp">
<!-- Video Underlay -->
<div class="row">
<div class="d-flex justify-content-center align-items-center video-ul">
<div class="video-box">
<video class="bg-vid" muted autoplay loop>
<source src="/video/Final.webm" type="video/webm">
<source src="/video/Final.mp4" type="video/mp4">
I'm sorry; your browser doesn't support the video tag.
</video>
</div>
</div>
</div>
<!-- Landing Page Content -->
<div class="row centervh">
<div class="col-12 col-lg-5 d-flex flex-column justify-content-center lp-l">
<div class="text-left text-uppercase my-2 tagline">
<h5>The Original<br/>Football Blockchain</h5>
</div>
<div class="text-left text-uppercase my-3 tagline">
<h3 class="text-uppercase">Proof-of-Skill<br/>since 2014</h3>
</div>
<div class="text-left my-2 desc-lp">
<p class="">Turn your knowledge of American football into Fantasybit cryptocurrency. Claim your fantasy name and watch it climb up the leaderboard. Mine FantasyBits by predicting NFL players’ fantasy performance. Bet for or against individual players on daily or season-long contracts.</p>
</div>
<div class="pb-button my-3 text-center rdl-button">
<a class="text-uppercase" id='resp-download'></a>
</div>
<div class="my-2 text-center e-button">
<!-- AWEBER FORM -->
<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">
<input class="text-uppercase email-form" 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='';}"><br/>
<input class="my-3 text-center text-uppercase pb-button email-btn" type="submit" name="submit" value="Subscribe to Newsletter">
</div>
</form>
</div>
<!-- End AWEBER FORM -->
</div>
<div class="lp-filler"></div>
</div>
<!-- Explainer Video -->
<div class="col-12 col-lg-7 lp-r countdown centerv" id="exp-vid">
<div class="e-vid my-5 py-5">
<div class="exp-video">
<div class="embed-responsive embed-responsive-16by9 explainer">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/ss4ygXya4BU?rel=0&modestbranding=1&showinfo=0?" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Landing Page -->
<!-- Why Protoblock -->
<div class="container pt-5 pb-1 why">
<div class="row my-5">
<div class="col-12">
<div class="text-center title-box">
<div class="small-title-box">
<h6 class="first-title">Why Protoblock?</h6>
</div>
<div class="big-title-box">
<h4 class="second-title">We are creating a fantasy football utopia</h4>
</div>
<div class="small-title-box">
<p class="third-title">(professional) + (rotisserie) + (blockchain)<br/>= protoblock</p>
</div>
</div>
</div>
</div>
<div class="row my-5">
<div class="col-12 col-md-6 col-xl-3 why-box">
<div class="why-img-box why-img-token my-4">
<img class="img-fluid why-img" src="/images/dark-circle.png">
</div>
<div class="why-title">
<h3 class="text-uppercase">Tokenize</h3>
</div>
<div class="why-subtitle">
<p class="text-uppercase">Your Football Knowledge</p>
</div>
<div class="why-content my-3">
<ul>
<li>
<p>Fantasy Points (PPR) generate FantasyBits.</p>
</li>
<li>
<p>Earn FantasyBits with Projection accuracy - risk free.</p>
</li>
</ul>
</div>
</div>
<div class="col-12 col-md-6 col-xl-3 why-box">
<div class="why-img-box why-img-mon my-4">
<img class="img-fluid why-img" src="/images/yellow-circle.png">
</div>
<div class="why-title">
<h3 class="text-uppercase">Monetize</h3>
</div>
<div class="why-subtitle">
<p class="text-uppercase">Fantasy Football Skill</p>
</div>
<div class="why-content my-3">
<ul>
<li>
<p>Trade long or short fantasy football forward contracts.</p>
</li>
<li>
<p>Hedge early round draft picks. Short season-long busts and sleepers.</p>
</li>
</ul>
</div>
</div>
<div class="col-12 col-md-6 col-xl-3 why-box">
<div class="why-img-box why-img-demo my-4">
<img class="img-fluid why-img" src="/images/white-circle.png">
</div>
<div class="why-title">
<h3 class="text-uppercase">Democratize</h3>
</div>
<div class="why-subtitle">
<p class="text-uppercase">Fantasy Sports Celebrity</p>
</div>
<div class="why-content my-3">
<ul>
<li>
<p>Open Accuracy rankings - anyone can climb the leaderboard</p>
</li>
<li>
<p>Not just for experts</p>
</li>
</ul>
</div>
</div>
<div class="col-12 col-md-6 col-xl-3 why-box">
<div class="why-img-box why-img-cr my-4">
<img class="img-fluid why-img" src="/images/light-circle.png">
</div>
<div class="why-title">
<h3 class="text-uppercase">Create</h3>
</div>
<div class="why-subtitle">
<p class="text-uppercase">User-controlled Platform</p>
</div>
<div class="why-content my-3">
<ul>
<li>
<p>Do you like DFS, season-long, IDP, dynasty, 2QB, super-flex? We will build it for 2019. Vote <a target="_blank" href="/vote/index.html">here</a>.</p>
</li>
<li>
<p>Never fees, Always 100% payouts</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- End Why Protoblock -->
<!-- Platform -->
<div class="container pt-5 pb-1 pf">
<div class="row my-4">
<div class="col-12">
<div class="text-center title-box">
<div class="small-title-box">
<h6 class="first-title">Pro Fantasy Platform</h6>
</div>
<div class="big-title-box">
<h4 class="second-title">schedules, rosters, news, projections</h4>
</div>
<div class="small-title-box">
<p class="third-title">desktop and mobile</p>
</div>
</div>
</div>
</div>
<div class="row my-3">
<div class="col-12 col-md-6 my-2 text-center">
<img class="img-fluid" src="/images/screenshots/mobile-app.png">
<h5 class="text-uppercase pf-title my-1">Light Mobile Client</h5>
<p class="text-uppercase pf-subtitle">for playing on the go</p>
<div class="pf-list my-3">
<p>make projections</p>
<p>place trades</p>
<p>access game schedules</p>
<p>access fantasy data</p>
</div>
<div class="my-3 pf-buttons">
<div class="text-nowrap my-2 pb-button pf-button">
<a href='https://play.google.com/store/apps/details?id=org.proto.protoblock'>Google Play</a>
</div>
<div class="text-nowrap my-2 pb-button pf-button">
<a href='https://itunes.apple.com/us/app/protoblock-2016/id1133758199?ls=1&mt=8'>iTunes Store</a>
</div>
</div>
</div>
<div class="col-12 col-md-6 my-2 text-center">
<img class="img-fluid" src="/images/screenshots/desktop-app.png">
<h5 class="text-uppercase pf-title my-1">Desktop Full Node</h5>
<p class="text-uppercase pf-subtitle">full featured professional platform</p>
<div class="pf-list my-3">
<p>copy projections from any user</p>
<p>import projections from excel</p>
<p>add players to trade</p>
<p>transfer FantasyBits</p>
<p>view the block explorer</p>
</div>
<div class="my-3 pf-buttons">
<div class="text-nowrap my-2 pb-button pf-button">
<a href='/pages/downloads.html'>Windows</a>
</div>
<div class="text-nowrap my-2 pb-button pf-button">
<a href='/pages/downloads.html'>MacOSX</a>
</div>
</div>
</div>
</div>
</div>
<!-- End Platform -->
<!-- Learn More -->
<div class="container py-5 lmore">
<div class="row my-4 ">
<div class="col-12">
<div class="text-center title-box">
<div class="small-title-box">
<h6 class="first-title">Resources</h6>
</div>
<div class="big-title-box">
<h4 class="second-title">Learn more about our innovative technology and how to play</h4>
</div>
<div class="small-title-box">
<p class="third-title">whitepaper v2 coming soon</p>
</div>
</div>
</div>
</div>
<div class="row lmorebox text-center py-4 mb-5">
<div class="col-12 col-md-6 my-2">
<div class="pb-button wp-button">
<a class="text-uppercase text-nowrap" target="_blank" href="/ProtoblockSummary-web.pdf">2018 Summary</a>
</div>
</div>
<div class="col-12 col-md-6 my-2">
<div class="pb-button pg-button">
<a class="text-uppercase text-nowrap" target="_blank" href="http://blog.protoblock.com">Protoblock BLOG</a>
</div>
</div>
<div class="col-12 col-md-6 my-2">
<div class="pb-button md-button">
<a class="text-uppercase text-nowrap" target="_blank" href="https://medium.com/@jaybny/on-proof-of-skill-6af149f45ce8">Proof-Of-Skill</a>
</div>
</div>
<div class="col-12 col-md-6 my-2">
<div class="pb-button wp-button">
<a class="text-uppercase text-nowrap" target="_blank" href="/docs/whitepaper-2014.pdf">2014 Whitepaper</a>
</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>