-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
85 lines (74 loc) · 4.31 KB
/
about.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
<!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="This site is created in the scope of the Riot Games API Challenge and reflects statistics on a set amount of data that was gathered using the API provided by Riot Games">
<meta name="author" content="EH">
<link href="favicon.ico" type="image/x-icon" rel="icon" /><link href="favicon.ico" type="image/x-icon" rel="shortcut icon" />
<link rel="icon" href="favicon.ico" type="image/x-icon">
<title>BMB | About</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400' rel='stylesheet' type='text/css'>
<link href='css/custom.css' rel='stylesheet' type='text/css'>
<style type="text/css">
</style>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="body">
<nav class="navbar navbar-default navbar-static-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="http://ehco.planet.ee/BMB"><span id="h">Black Market Brawlers</span></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul id="t" class="nav navbar-nav">
<li><a href="http://ehco.planet.ee/BMB">Regions</a></li>
<li><a href="http://ehco.planet.ee/BMB/champions.php">Champions</a></li>
<li class="active"><a href="http://ehco.planet.ee/BMB/about.html" >About</a></li>
</ul>
</div>
</div>
</nav>
<div id="pageWrapper" class="container" style="padding-bottom:20px;">
<div class="col-xs-7 dataWrapper">
<h3>Regions</h3>
<span>Game data of 3 servers was used to create this site.</span><br>
<span>The thematic of "regions" carries on to the Champions page as well.</span><br>
<span>The servers used were: Europe West (EUW), Europe North-East (EUNE) and North America (NA).</span><br><br>
<span>A total 30 000 games were processed to find each regions:</span>
<ul>
<li><span>Most popular Champions</span></li>
<li><span>Champions with the best winning rate</span></li>
<li><span>Best Champions for getting Penta kills</span></li>
</ul>
</span><br><br>
<span>One can see the "flavors" and differences of each server for the categories. Like the high Diana popularity in EUNE, compared to the more "standard" Kench/MF in the other regions.</span>
<h3>Champions</h3>
<span>The Champions page contains all the current Champions (patch 5.16).
Selecting a Champion will show his/her statistics for all 3 regions.
</span><br>
<span>Each Champions most popular items will also be displayed for each region, helping to show, if Black Market items were popular on a Champion, or if there were any great deviations across the servers.</span><br></br>
<span>Trinket data is not included as 70%+ times people just didn't upgrade the base trinket and the Author does not want to give people silly ideas.</span>
<h3>Disclaimer</h3>
<span>This site was created as part of the <a href="https://developer.riotgames.com/discussion/announcements/show/2lxEyIcE" target="blank">API 2.0 Challenge</a> created by Riot Games. The Author doesn't reflect the views or opinions of Riot Games. All images used are property of Riot Games.</span>
</div>
</div>
<script>
</script>
</body>
</html>