-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
1 lines (1 loc) · 9.62 KB
/
index.html
1
<!doctype html><html class="no-js" 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.0"/> <meta property="og:title" content="Ones and Skulls - Blood Bowl 2 Replay Dice Analyzer"> <meta property="og:type" content="website"> <meta property="og:url" content="http://onesandskulls.com"> <meta property="og:description" content="Blood Bowl 2 replay and dice analyzer. Use this to get a list of all the dice rolls from a Blood Bowl 2 replay along with statistics about them."> <meta name="twitter:card" content="summary"> <meta name="twitter:url" content="http://onesandskulls.com"> <meta name="twitter:title" content="Ones and Skulls - Blood Bowl 2 Replay Dice Analyzer"> <meta name="twitter:description" content="Blood Bowl 2 replay dice analyzer. Use this to get a list of all the dice rolls from a Blood Bowl 2 replay along with statistics about them."> <title>Ones and Skulls - Blood Bowl 2 Replay Dice Analyzer</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous"> <link rel="stylesheet" href="css/app.css"/> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <link rel="icon" href="/favicon.ico" type="image/x-icon"></head><body role="document"><nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#">Ones and Skulls</a> </div><div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li><a href="#about">About</a></li><li class="dropdown"> <a href="#results" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Replay <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="#results">Results</a></li><li><a href="#1dbs">1DBs</a></li><li><a href="#2dbs">2DBs</a></li><li><a href="#dodges">Dodges</a></li><li><a href="#armour">Armour</a></li><li><a href="#allblocks">All Block Dice</a></li><li><a href="#sixsided">All 6-Sided Dice</a></li><li><a href="#other">Other Dice</a></li><li><a href="#rolls">Dice Roll List</a></li></ul> </li><li><a href="#contact">Contact</a></li></ul> </div></div></nav><a name="about"></a><div class="anchor-padding"></div><div class="container"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-4369217296754794" data-ad-slot="5464160081" data-ad-format="auto"></ins> <script>(adsbygoogle=window.adsbygoogle || []).push({}); </script> <br/></div><div class="container-fluid" role="main"> <div class="jumbotron"> <p> Welcome to Ones and Skulls, the Blood Bowl 2 replay dice analyzer! If you've just had a particularly good or bad game and you want to know if the dice are to blame, this is the site for you. To get started, use the button below to select the replay you want to load. These are .bbrz files that are usually located in My Documents\BloodBowl2\Profiles\(Coach Name or ID)\Replays. Ones and Skulls will analyze the replay and extract all the dice rolls, then show them to you along with a bunch of statistics about just how lucky or unlucky you were. </p><div class="text-center"> <span id="file-input-button" class="btn btn-primary btn-file centered disabled"> Select Replay <input id="file-input" type="file" accept=".bbrz"> </span> </div></div><div id="loading" class="progress" style="display:none"> <div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width: 110%">Loading...</div></div><div class="alert alert-danger" role="alert" id="data-param-error" style="display:none"> <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span> <span class="sr-only">Error:</span> Could not process saved replay data, it might be a bad URL. </div><a name="results" id="results-with-padding"></a> <div class="anchor-padding"></div><div class="alert alert-info" role="alert" id="share-alert" style="display:none"> <strong>Share these results!</strong><br/> You can share these results using <a href="#" class="alert-link" id="share-massive-url">this massive URL</a>, or by making a <a href="#" class="alert-link" id="share-tiny-url">TinyURL</a>. Note that this might not work on older versions of Internet Explorer because of the long URL. </div><div id="summary-div" style="display:none"> <div id="game-details"> <div class="row" > <div class="col-sm-5 team-details team-details-left"> <div class="team-name home"><span id="home-team"></span></div><div class="coach-name">Coach: <span id="home-coach"></span></div><div class="race">Race: <span id="home-race"></span></div></div><div class="col-sm-2 score"> <span id="home-score" class="home"></span> - <span id="away-score" class="away"></span> </div><div class="col-sm-5 team-details team-details-right"> <div class="team-name away"><span id="away-team"></span></div><div class="coach-name">Coach: <span id="away-coach"></span></div><div class="race">Race: <span id="away-race"></span></div></div></div><div class="row stadium-name"> <div class="col-sm-12">Stadium: <span id="stadium-name"></span></div></div></div></div><div id="middle-ad" class="container"> </div><div id="blockdice"> <h4>Block Dice:</h4> <img src="blockdice.png"> </div><div id="results-div" style="display:none"> <div id="charts"> <a name="1dbs"></a> <div class="anchor-padding-small"></div><div class="row"> <div class="col-md-6"> <div id="1dbs-pct-chart"></div></div><div class="col-md-6"> <div id="1dbs-count-chart"></div></div></div><a name="2dbs"></a> <div class="anchor-padding-small"></div><div class="row"> <div class="col-md-6"> <div id="2dbs-pct-chart"></div></div><div class="col-md-6"> <div id="2dbs-count-chart"></div></div></div><a name="dodges"></a> <div class="anchor-padding-small"></div><div class="row"> <div class="col-md-6"> <div id="dodges-pct-chart"></div></div><div class="col-md-6"> <div id="dodges-count-chart"></div></div></div><a name="armour"></a> <div class="anchor-padding-small"></div><div class="row"> <div class="col-md-6"> <div id="armour-pct-chart"></div></div><div class="col-md-6"> <div id="armour-count-chart"></div></div></div><a name="allblocks"></a> <div class="anchor-padding-small"></div><div class="row"> <div class="col-md-6"> <div id="allblocks-pct-chart"></div></div><div class="col-md-6"> <div id="allblocks-count-chart"></div></div></div><a name="sixsided"></a> <div class="anchor-padding-small"></div><div class="row"> <div class="col-md-6"> <div id="sixsided-pct-chart"></div></div><div class="col-md-6"> <div id="sixsided-count-chart"></div></div></div><a name="other"></a> <div id="other-stats-anchor-padding" class="anchor-padding-small"></div><div class="row"> <div class="col-md-6"> <div id="scatter-pct-chart"></div></div><div class="col-md-6"> <div id="scatter-count-chart"></div></div></div><div class="row"> <div class="col-md-6"> <div id="injury-pct-chart"></div></div><div class="col-md-6"> <div id="injury-count-chart"></div></div></div><div class="row"> <div class="col-md-6"> <div id="cas-pct-chart"></div></div><div class="col-md-6"> <div id="cas-count-chart"></div></div></div><div id="other-stats-template" class="row" style="display:none"> <div class="col-md-6"> <div class="pct-chart"></div></div><div class="col-md-6"> <div class="count-chart"></div></div></div></div><a name="rolls"></a> <div class="anchor-padding"></div><div id="roll-details"> <table id="roll-details-table" class="table table-striped table-condensed"> <thead> <tr> <td>Turn</td><td>Player</td><td>Roll Type</td><td>Roll</td></tr></thead> <tbody> </tbody> </table> </div></div></div><footer class="footer" id="contact"> <div class="container"> <p class="text-muted">This website is not actively maintained but if there are any major issues send an email to <a href="mailto:[email protected]">[email protected]</a>.</p></div></footer><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script><script src="https://www.google.com/jsapi"></script><script src="js/lib/zipjs/zip.js"></script><script src="js/lib/xml2json.min.js"></script><script src="js/lib/lz-string.min.js"></script><script src="js/lib/JSONC.min.js"></script><script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script><script src="js/io.js"></script><script src="js/replay.js"></script><script src="js/stats.js"></script><script src="js/site.js"></script><!--<script src="js/io.min.js"></script><script src="js/replay.min.js"></script><script src="js/stats.min.js"></script><script src="js/site.min.js"></script>--><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-71341597-1', 'auto'); ga('send', 'pageview');</script></body></html>