Skip to content

Commit

Permalink
fix games thumbnails + names
Browse files Browse the repository at this point in the history
  • Loading branch information
a456pur committed Oct 30, 2023
1 parent 344426b commit 00f0473
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions games/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@ <h2>vex 3</h2>
</a>

<a target="_blank" href="vex4/index.html">
<div class="button" style="background-image: url('../images/thumbnails/electricman2.png');" data-genre="platformer">
<div class="button" style="background-image: url('../images/thumbnails/vex4.png');" data-genre="platformer">
<h2>vex 4</h2>
<span class="pin-button"></span>
</div>
Expand Down Expand Up @@ -1531,7 +1531,7 @@ <h2>mario golf</h2>
</a>

<a target="_blank" href="pokemonstadium/index.html">
<div class="button" style="background-image: url('../images/thumbnails/electricman2.png');" data-genre="arcade">
<div class="button" style="background-image: url('../images/thumbnails/pokemonstadium.png');" data-genre="arcade">
<h2>pokemon stadium</h2>
<span class="pin-button"></span>
</div>
Expand All @@ -1553,7 +1553,7 @@ <h2>pokemon snap</h2>

<a target="_blank" href="marioparty3/index.html">
<div class="button" style="background-image: url('../images/thumbnails/marioparty3.png');" data-genre="arcade">
<h2>vex 4</h2>
<h2>mario party 3</h2>
<span class="pin-button"></span>
</div>
</a>
Expand Down

0 comments on commit 00f0473

Please sign in to comment.