Skip to content

Commit

Permalink
Fix names, remove jquery from wacca
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonokid committed Feb 26, 2024
1 parent a977966 commit 7396db2
Show file tree
Hide file tree
Showing 19 changed files with 13 additions and 12 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,9 @@ input[type=checkbox]:checked ~ ul > li.patch-off {
.subsection {
background-color: #464646;
}
.success {
color: green;
}
}
@media (prefers-color-scheme: light) {
body {
Expand Down
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>Pick a game!</h1>
</label>
<input type="checkbox" id="check_beatstream" class="sectionToggle"/>
<div class="subsection">
<a href="beatstream.html" class="gameicon">
<a href="beatstream1.html" class="gameicon">
<img src="img/beatstream/01.png">
<div>BeatStream</div>
</a>
Expand Down Expand Up @@ -311,39 +311,39 @@ <h1>Pick a game!</h1>
<img src="img/jubeat/02ripples.png">
<div>jubeat ripples</div>
</a>
<a href="knit.html" class="gameicon">
<a href="jubeatknit.html" class="gameicon">
<img src="img/jubeat/04knit.png">
<div>jubeat knit</div>
</a>
<a href="copious.html" class="gameicon">
<a href="jubeatcopious.html" class="gameicon">
<img src="img/jubeat/05copious.png">
<div>jubeat copious</div>
</a>
<a href="saucer.html" class="gameicon">
<a href="jubeatsaucer.html" class="gameicon">
<img src="img/jubeat/06saucer.png">
<div>jubeat saucer</div>
</a>
<a href="saucerfulfill.html" class="gameicon">
<a href="jubeatsaucerfulfill.html" class="gameicon">
<img src="img/jubeat/07saucerfulfill.png">
<div>jubeat saucer fulfill</div>
</a>
<a href="prop.html" class="gameicon">
<a href="jubeatprop.html" class="gameicon">
<img src="img/jubeat/08prop.png">
<div>jubeat prop</div>
</a>
<a href="qubell.html" class="gameicon">
<a href="jubeatqubell.html" class="gameicon">
<img src="img/jubeat/09qubell.png">
<div>jubeat Qubell</div>
</a>
<a href="clan.html" class="gameicon">
<a href="jubeatclan.html" class="gameicon">
<img src="img/jubeat/10clan.png">
<div>jubeat clan</div>
</a>
<a href="festo.html" class="gameicon">
<a href="jubeatfesto.html" class="gameicon">
<img src="img/jubeat/11festo.png">
<div>jubeat festo</div>
</a>
<a href="ave.html" class="gameicon">
<a href="jubeatave.html" class="gameicon">
<img src="img/jubeat/12ave.png">
<div>jubeat Ave.</div>
</a>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions waccareverse.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<meta charset='utf-8'>
<title>WACCA REVERSE Modder</title>
<link rel="stylesheet" href="css/style.css" />
<script type="text/javascript" src="js/jquery-3.3.1.slim.min.js"></script>
<script type="text/javascript" src="js/FileSaver.min.js"></script>
<script type="text/javascript" src="js/dllpatcher.js"></script>
<script type="text/javascript">
window.addEventListener("load", function() {
Expand Down

0 comments on commit 7396db2

Please sign in to comment.