diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 2561f7b..0000000 --- a/.htaccess +++ /dev/null @@ -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 \ No newline at end of file diff --git a/css/style.css b/css/style.css index ab35f39..4e7e144 100644 --- a/css/style.css +++ b/css/style.css @@ -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 } diff --git a/footer.html b/footer.html deleted file mode 100644 index ab879d4..0000000 --- a/footer.html +++ /dev/null @@ -1,3 +0,0 @@ -
Converted to an ugly web-tool by mon
- - \ No newline at end of file diff --git a/header.html b/header.html deleted file mode 100644 index d9a04ad..0000000 --- a/header.html +++ /dev/null @@ -1,6 +0,0 @@ - - - Bemani DLL Patching Tools - - -

Pick a game!

\ No newline at end of file diff --git a/img/bisco.png b/img/bisco.png new file mode 100644 index 0000000..e1df773 Binary files /dev/null and b/img/bisco.png differ diff --git a/img/copula.png b/img/copula.png new file mode 100644 index 0000000..5aeb37f Binary files /dev/null and b/img/copula.png differ diff --git a/img/eclale.png b/img/eclale.png new file mode 100644 index 0000000..0c27db0 Binary files /dev/null and b/img/eclale.png differ diff --git a/img/groovin.png b/img/groovin.png new file mode 100644 index 0000000..4f44749 Binary files /dev/null and b/img/groovin.png differ diff --git a/img/lapis.png b/img/lapis.png new file mode 100644 index 0000000..3418ef5 Binary files /dev/null and b/img/lapis.png differ diff --git a/img/prop.png b/img/prop.png new file mode 100644 index 0000000..7e868d0 Binary files /dev/null and b/img/prop.png differ diff --git a/img/qubell.png b/img/qubell.png new file mode 100644 index 0000000..8c13020 Binary files /dev/null and b/img/qubell.png differ diff --git a/img/sdvx.png b/img/sdvx.png new file mode 100644 index 0000000..439eefe Binary files /dev/null and b/img/sdvx.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..e9b7e82 --- /dev/null +++ b/index.html @@ -0,0 +1,46 @@ + + + + + Bemani DLL Patching Tools + + + +

Pick a game!

+
+
+ +
Beatstream 2
+
+
+ +
Beatmania IIDX 23 Copula
+
+
+ +
Jubeat Prop
+
+
+ +
Jubeat Qubell
+
+
+ +
Pop'n Music 22 Lapistoria
+
+
+ +
Pop'n Music 23 éclale
+
+
+ +
REFLEC BEAT groovin'!! Upper
+
+
+ +
SDVX III Season 2
+
+
+
Converted to a web-tool by mon
+ + \ No newline at end of file