forked from execfera/charasort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (64 loc) · 3.33 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
<html>
<head>
<link rel="shortcut icon" href="src/assets/goro.ico" type="image/x-icon">
<link rel="icon" href="src/assets/goro.ico" type="image/x-icon">
<meta charset="utf-8">
<meta name="og:site_name" content="Mq Megasorter">
<meta name="og:description" content="Total eclipse of the Blart">
<meta name="og:image" content="https://i.imgur.com/xLsTLj0.png">
<title>Mq Megasorter</title>
<link rel="stylesheet" type="text/css" href="src/css/reset.css">
<link rel="stylesheet" type="text/css" href="src/css/styles.css">
<script src="src/js/data.js"></script>
<script src="src/js/data/2022-09-12.js"></script>
<script src="src/js/html2canvas.min.js"></script>
<script src="src/js/lz-string.min.js"></script>
<script src="src/js/seedrandom.min.js"></script>
<script src="src/js/main.js"></script>
</head>
<body>
<div class="container">
<div class="progress">
<span class="progressbattle"></span>
<div class="progressbar">
<div class="progressfill"><span class="progresstext"></span></div>
</div>
</div>
<div class="sorter">
<img src="src/assets/deadnoelleSmall.png" class="left sort image">
<div class="starting start button">Mq Megasorter<br><br>Click to Start!</div>
<div class="starting load button">Load <span></span></div>
<div class="loading button"><div></div><span>Loading...</span></div>
<div class="sorting tie button">Tie</div>
<div class="sorting undo button">Undo</div>
<div class="sorting save button">Save Progress</div>
<div class="finished save button">Generate Result URL</div>
<div class="finished getimg button">Generate Image</div>
<div class="finished list button">Generate Text List</div>
<img src="src/assets/deadkrisSmall.png" class="right sort image">
<div class="left sort text"><p></p></div>
<div class="right sort text"><p></p></div>
</div>
<div class="options"></div>
<div class="image selector">Display Images on Result: </div>
<div class="time taken"></div>
<div class="results"></div>
<div class="info">
<a href="https://github.com/mqole/charasort">Github</a> | <a href="https://github.com/execfera/charasort/">Source code</a> | <a href="http://mqole.tumblr.com/">My tumblr. why not</a> | <a class="clearsave">Clear save data</a>
<br><br>
<p>Just a general sorter for whenever i want to sort things</p>
<p><strong>Certain options have details that you can hover to read</strong></p>
<p>Click your favourite. try not to rely on the "Tie" option. but im not your dad</p>
<p>It might take a little while to get through them all? in that case yeah slam that "Tie" button all you like.</p>
<br><br>
<p>Keyboard controls during sorting: H/LeftArrow (pick left) J/DownArrow (undo) K/UpArrow (tie) L/RightArrow (pick right) S (save progress).</p>
<p>Before sorting: S/Enter (start sorting) L (load progress).
<p>1/2/3 always correspond to the first/second/third buttons.</p>
<br><br>
<p><a href="https://github.com/mqole/charasort/blob/master/README.md">Credits.</a> images taken from "DELTARUNE", "Persona 5", "The Water Horse: Legend of the Deep"</p>
<br><br>
<p>Sep 12 2022 - Initialised</p>
</div>
</div>
</body>
</html>