Far prettier index

This commit is contained in:
William Toohey 2017-09-10 20:05:52 +10:00
parent f12d707486
commit 3d59d6b3e2
13 changed files with 81 additions and 17 deletions

View File

@ -1,8 +0,0 @@
IndexOptions IgnoreCase NameWidth=* DescriptionWidth=* SuppressHTMLPreamble
IndexOrderDefault Ascending Name
IndexIgnore header.html footer.html css js
HeaderName header.html
ReadmeName footer.html
Options +Indexes

View File

@ -1,3 +1,38 @@
.icons {
display: flex;
flex-wrap: wrap;
align-items: stretch;
}
.gameicon {
border-radius:18px;
box-shadow:0px 0px 10px 2px #888888;
float: left;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
color: inherit;
text-decoration: none;
margin: 5px;
width: 150px;
}
.gameicon:hover {
box-shadow:0px 0px 10px 1px #000000;
}
.gameicon img {
margin: 10px;
border-radius: 18px;
width:128px;
height: 128px;
}
.tagline {
float: right;
}
.fileInput {
display: none
}

View File

@ -1,3 +0,0 @@
<pre><em>Converted to an ugly web-tool by <a href="https://github.com/mon/">mon</a></em></pre>
</body>
</html>

View File

@ -1,6 +0,0 @@
<html>
<head>
<title>Bemani DLL Patching Tools</title>
</head>
<body>
<h1>Pick a game!</h1>

BIN
img/bisco.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

BIN
img/copula.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

BIN
img/eclale.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

BIN
img/groovin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

BIN
img/lapis.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

BIN
img/prop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
img/qubell.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

BIN
img/sdvx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

46
index.html Normal file
View File

@ -0,0 +1,46 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bemani DLL Patching Tools</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1>Pick a game!</h1>
<div class="icons">
<a href="beatstream2.html" class="gameicon"><div>
<img src="img/bisco.png">
<div>Beatstream 2</div>
</div></a>
<a href="copula.html" class="gameicon"><div>
<img src="img/copula.png">
<div>Beatmania IIDX 23 Copula</div>
</div></a>
<a href="jubeatprop.html" class="gameicon"><div>
<img src="img/prop.png">
<div>Jubeat Prop</div>
</div></a>
<a href="jubeatqubell.html" class="gameicon"><div>
<img src="img/qubell.png">
<div>Jubeat Qubell</div>
</div></a>
<a href="popn22lapistoria.html" class="gameicon"><div>
<img src="img/lapis.png">
<div>Pop'n Music 22 Lapistoria</div>
</div></a>
<a href="popn23eclale.html" class="gameicon"><div>
<img src="img/eclale.png">
<div>Pop'n Music 23 éclale</div>
</div></a>
<a href="reflecbeat-groovin-upper.html" class="gameicon"><div>
<img src="img/groovin.png">
<div>REFLEC BEAT groovin'!! Upper</div>
</div></a>
<a href="sdvx3-s2.html" class="gameicon"><div>
<img src="img/sdvx.png">
<div>SDVX III Season 2</div>
</div></a>
</div>
<pre class="tagline"><em>Converted to a web-tool by <a href="https://github.com/mon/">mon</a></em></pre>
</body>
</html>