-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (37 loc) · 2.71 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<title>Hextech Chest Tracker by EukaDesigns</title>
</head>
<body>
<header>
<div class="container">
<h1>Hextech Chest Tracker</h1>
<h2>Hextech Chest Tracker</h2>
<section id="downloads">
<a href="https://github.com/EukaDesigns/Hextech-Chest-Tracker/zipball/master" class="btn">Download as .zip</a>
<a href="https://github.com/EukaDesigns/Hextech-Chest-Tracker/tarball/master" class="btn">Download as .tar.gz</a>
<a href="https://github.com/EukaDesigns/Hextech-Chest-Tracker" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<p>Hextech Chest Tracker, available on Google Play!</p>
<p><img src="https://raw.githubusercontent.com/EukaDesigns/Blog/gh-pages/graphic.png" alt=""></p>
<p>Curious about which champions you've earned Hextech chests on? Check it here!</p>
<p>Just enter your summoner name, and hit the refresh button. The list will show all the champions you've played and the champions you've earned a chest on will have a light blue border. You can also filter the champs to just see champs you've earned chests on, and champs you still need to earn chests on so you can see who to play next. Also, the champions are sorted by highest champ mastery level to lowest, so you'll see who you're more likely to get an S with next!</p>
<p>Your summoner name is only used to request information from Riot using Riot APIs. It is only stored on your local device so you don't have to reinput your summoner name on subsequent uses.</p>
<p>Note: Hextech Chest Tracker isn't endorsed by Riot Games and doesn't reflect the views or opinions of Riot Games or anyone officially involved in producing or managing League of Legends. League of Legends and Riot Games are trademarks or registered trademarks of Riot Games, Inc. League of Legends © Riot Games, Inc.</p>
<p><img src="https://raw.githubusercontent.com/EukaDesigns/Blog/gh-pages/Screenshot_20160819-145411.png" alt=""></p>
<p><img src="https://raw.githubusercontent.com/EukaDesigns/Blog/gh-pages/Screenshot_20160819-145414.png" alt=""></p>
<p><img src="https://raw.githubusercontent.com/EukaDesigns/Blog/gh-pages/Screenshot_20160819-145416.png" alt=""></p>
</section>
</div>
</body>
</html>