Skip to content

Commit

Permalink
updated index page
Browse files Browse the repository at this point in the history
  • Loading branch information
marcrobledo committed Jun 3, 2023
1 parent fa30600 commit f3262c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
A compilation of console savegame editors made with HTML5 technologies.

It can edit a few bits in the following games:
* The legend of Zelda: Tears of the Kingdom (Switch)
* The legend of Zelda: Breath of the wild (Wii U / Switch)
* Super Smash Bros. Ultimate (Switch)
* Hyrule Warriors (Wii U)
Expand Down
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,28 +93,29 @@ <h1>HTML5 Savegame Editors</h1>

<div class="wrapper">
<div class="row">
<a class="three columns game" href="/acnl-editor/"><img src="thumb.png" id="thumb-acnl" /><div>Animal Crossing: New Leaf <small>(Welcome amiibo!)</small></div></a>
<a class="three columns game" href="zelda-totk/"><img src="thumb.png" id="thumb-zelda-totk" /><div>The legend of Zelda: Tears of the Kingdom <b>NEW!</b></div></a>
<a class="three columns game" href="zelda-botw/"><img src="thumb.png" id="thumb-zelda-botw" /><div>The legend of Zelda: Breath of the wild</div></a>
<a class="three columns game" href="super-kirby-clash/"><img src="thumb.png" id="thumb-super-kirby-clash" /><div>Super Kirby Clash <b>NEW!</b></div></a>
<a class="three columns game" href="/acnl-editor/"><img src="thumb.png" id="thumb-acnl" /><div>Animal Crossing: New Leaf <small>(Welcome amiibo!)</small></div></a>
</div>
<div class="row">
<a class="three columns game" href="kid-icarus-uprising/"><img src="thumb.png" id="thumb-kid-icarus-uprising" /><div>Kid Icarus: Uprising</div></a>
<a class="three columns game" href="hyrule-warriors/"><img src="thumb.png" id="thumb-hyrule-warriors" /><div>Hyrule Warriors</div></a>
<a class="three columns game" href="smash-bros-ultimate/"><img src="thumb.png" id="thumb-smash-bros-ultimate" /><div>Super Smash Bros. Ultimate <b>NEW!</b></div></a>
<a class="three columns game" href="smash-bros-ultimate/"><img src="thumb.png" id="thumb-smash-bros-ultimate" /><div>Super Smash Bros. Ultimate</div></a>
</div>
<div class="row">
<a class="four columns game" href="pokemon-shuffle/"><img src="thumb.png" id="thumb-pokemon-shuffle" /><div>Pokémon Shuffle</div></a>
<a class="four columns game" href="sushi-striker/"><img src="thumb.png" id="thumb-sushi-striker" /><div>Sushi Striker <b>NEW!</b></div></a>
<a class="four columns game" href="sushi-striker/"><img src="thumb.png" id="thumb-sushi-striker" /><div>Sushi Striker</div></a>
<a class="four columns game" href="final-fantasy-explorers/"><img src="thumb.png" id="thumb-final-fantasy-explorers" /><div>Final Fantasy Explorers</div></a>
<a class="four columns game" href="pokemon-picross/"><img src="thumb.png" id="thumb-pokemon-picross" /><div>Pokémon Picross</div></a>
</div>
<div class="row">
<a class="four columns game" href="super-kirby-clash/"><img src="thumb.png" id="thumb-super-kirby-clash" /><div>Super Kirby Clash</div></a>
<a class="four columns game" href="kirbys-blowout-blast/"><img src="thumb.png" id="thumb-kirbys-blowout-blast" /><div>Kirby's Blowout Blast</div></a>
<a class="four columns game" href="team-kirby-clash-dx/"><img src="thumb.png" id="thumb-team-kirby-clash-dx" /><div>Team Kirby Clash Deluxe</div></a>
<a class="four columns game" href="streetpass-mii-plaza/"><img src="thumb.png" id="thumb-streetpass-mii-plaza" /><div>StreetPass Mii Plaza</div></a>
<a class="four columns game" href="mario-kart-7/"><img src="thumb.png" id="thumb-mario-kart-7" /><div>Mario Kart 7</div></a>
</div>
<div class="row">
<a class="four columns game" href="streetpass-mii-plaza/"><img src="thumb.png" id="thumb-streetpass-mii-plaza" /><div>StreetPass Mii Plaza</div></a>
<a class="four columns game" href="picross-3d-round-2/"><img src="thumb.png" id="thumb-picross-3d-round-2" /><div>Picross 3D: Round 2</div></a>
<a class="four columns game" href="rhythm-paradise-megamix/"><img src="thumb.png" id="thumb-rhythm-paradise-megamix" /><div>Rhythm Paradise Megamix</div></a>
</div>
Expand Down

0 comments on commit f3262c0

Please sign in to comment.