-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
126 lines (116 loc) · 6.37 KB
/
index.html
File metadata and controls
126 lines (116 loc) · 6.37 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>League Purity Test</title>
<meta name="description" content="Tick statements that fit you and generate a shareable League purity score image." />
<link rel="canonical" href="https://timfernix.github.io/purity/" />
<meta name="application-name" content="League Purity Test" />
<meta name="robots" content="index,follow" />
<meta property="og:title" content="League Purity Test" />
<meta property="og:description" content="Tick statements that fit you and generate a shareable League purity score image." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://timfernix.github.io/purity/" />
<meta property="og:site_name" content="League Purity Test" />
<meta property="og:image" content="https://timfernix.github.io/purity/favicon.png" />
<meta property="og:image:alt" content="League Purity Test image" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="League Purity Test" />
<meta name="twitter:description" content="Tick statements that fit you and generate a shareable League purity score image." />
<meta name="twitter:image" content="https://timfernix.github.io/purity/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#1d1a20" />
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="styles.css" />
</head>
<body class="spoiler-hidden">
<header class="site-header">
<section class="controls" aria-label="Filters and progress">
<div class="controls__row">
<div class="brand">
<img src="favicon.png" alt="" class="brand__icon" width="40" height="40">
<h1 class="brand__title">League of Legends Purity Test</h1>
<div id="progress" class="topbar__progress" role="progressbar"
aria-valuemin="0" aria-valuemax="100" aria-valuenow="0"
aria-label="Answered questions">
<div id="progress__bar" class="topbar__progress-bar"></div>
<div id="progress__label" class="topbar__progress-label">0/0 · 0%</div>
</div>
</div>
<label class="switch" id="reveal-switch">
<input id="reveal-points-toggle" type="checkbox" role="switch" aria-checked="false" />
<span class="switch-track" aria-hidden="true"></span>
<span class="switch-label">Reveal points</span>
</label>
</div>
</section>
</header>
<main id="app" class="app">
<section id="lists" class="lists" aria-label="Question groups"></section>
<section class="result-card" aria-label="Result setup">
<div class="form-row">
<label for="username">Username / Riot ID</label>
<input id="username" type="text" inputmode="latin" maxlength="22" placeholder="Max 22 chars" />
<small id="user-help" class="help" aria-live="polite"></small>
</div>
<div class="form-row">
<label for="bg-select">Background</label>
<select id="bg-select">
<option value="">Select a background</option>
<option value="keyart7">Kayn, Lucian, Lux, Annie & Ekko</option>
<option value="keyart8">Yone, Kindred, Caitlyn, Illaoi & Veigar</option>
<option value="keyart1">Senna, Vi, Yasuo, Lulu & Volibear</option>
<option value="keyart6">Tristana, Malphite, Ekko, Katarina & Morgana</option>
<option value="keyart5">Aatrox, Orianna, Caitlyn, Yasuo & Braum</option>
<option value="keyart2">Jinx, Malphite, Braum & Ezreal (Wildrift)</option>
<option value="keyart4">Keyart 1</option>
<option value="keyart3">Keyart 2</option>
<option value="Season2">Season 2 Keyart</option>
<option value="Season3">Season 3 Keyart</option>
<option value="Season2014">Season 2014 Keyart</option>
<option value="Preseason2020">Preseason 2020</option>
<option value="Preseason2022">Preseason 2022</option>
<option value="Season22">Season 22 Keyart</option>
<option value="Preseason2023">Preseason 2023</option>
<option value="Season2024">Season 2024 Keyart</option>
<option value="wildrift1">Wildrift Promoart 1</option>
<option value="wildrift2">Wildrift Promoart 2</option>
<option value="wildriftHappy2022">Happy 2022 Wildrift</option>
<option value="wildriftS11">Wildrift Season 11</option>
<option value="yourpath">Forge Your Path</option>
<option value="lor">Legends of Runeterra</option>
<option value="starguardian2022">Star Guardians 2022</option>
<option value="newhorizon">Star Guardians New Horizon</option>
<option value="empyrean">Empyrean Skinline</option>
<option value="kda">KDA LoR Art</option>
<option value="psyops">PsyOps Skinline</option>
<option value="heavenscale">Heavenscale Skinline</option>
<option value="heartsteel">Heartsteel</option>
<option value="t1">TI 2024 Skinline</option>
<option value="pride">Pride</option>
<option value="tft">TFT Set 15</option>
<option value="doombots2025">Doombots 2025</option>
</select>
</div>
<div class="actions">
<button id="show-results" disabled>Show Results / Update</button>
</div>
<div class="canvas-wrap">
<canvas id="result-canvas" width="1920" height="1080" hidden></canvas>
<button id="download-btn" disabled>Download Image</button>
</div>
</section>
</main>
<footer class="site-footer">
<p>
League Purity Test made with ❤️🔥 by
<a href="https://timfernix.github.io/" target="_blank" rel="noopener">timfernix</a>
</p>
<p>
This Project was created under Riot Games' "Legal Jibber Jabber" policy using assets owned by Riot Games. Riot Games does not endorse or sponsor this project.
</p>
</footer>
<script type="module" src="js/app.js"></script>
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "872aa0053fb94ba7bf52129ad5b003ea"}'></script>
</body>
</html>