Skip to content

Commit

Permalink
new thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
a456pur committed Aug 4, 2024
1 parent 3fd03c3 commit 9c43820
Show file tree
Hide file tree
Showing 29 changed files with 9 additions and 9 deletions.
Binary file removed images/thumb/2048.jpg
Binary file not shown.
Binary file added images/thumb/2048.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/thumb/basketbros.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/thumb/basketbrosio.png
Binary file not shown.
Binary file modified images/thumb/bobtherobber2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/thumb/chromedino.jpg
Binary file not shown.
Binary file added images/thumb/chromedino.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/thumb/crossyroad.jpg
Binary file not shown.
Binary file added images/thumb/crossyroad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/thumb/driftboss.jpg
Binary file not shown.
Binary file added images/thumb/driftboss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/thumb/flappybird.jpg
Binary file not shown.
Binary file added images/thumb/flappybird.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/thumb/fluidsim.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/thumb/fruitninja.jpg
Binary file not shown.
Binary file added images/thumb/fruitninja.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/thumb/holeio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/thumb/risehigher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/thumb/skibiditoiletattack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/thumb/slopeball.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/thumb/stack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/thumb/stickmanhook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/thumb/surf.jpg
Binary file not shown.
Binary file added images/thumb/surf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/thumb/thereisnogame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/thumb/thirtydollarwebsite.png
Binary file removed images/thumb/tunnelrush.jpg
Diff not rendered.
Binary file added images/thumb/tunnelrush.png
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ <h2 class="allapps-header">games</h2>

<div id="button-container">
<a href="apps/flappy/index.html">
<div class="button" style="background-image: url('images/thumb/flappybird.jpg');"></div>
<div class="button" style="background-image: url('images/thumb/flappybird.png');"></div>
</a>

<a href="apps/crossy/index.html">
<div class="button" style="background-image: url('images/thumb/crossyroad.jpg');"></div>
<div class="button" style="background-image: url('images/thumb/crossyroad.png');"></div>
</a>

<a href="apps/driftboss/index.html">
<div class="button" style="background-image: url('images/thumb/driftboss.jpg');" ></div>
<div class="button" style="background-image: url('images/thumb/driftboss.png');" ></div>
</a>

<a href="apps/thereisnogame/index.html">
Expand All @@ -53,7 +53,7 @@ <h2 class="allapps-header">games</h2>
</a>

<a href="apps/basketbrosio/index.html">
<div class="button" style="background-image: url('images/thumb/basketbrosio.png');" ></div>
<div class="button" style="background-image: url('images/thumb/basketbros.png');" ></div>
</a>

<a href="apps/bobtherobber2/index.html">
Expand All @@ -65,27 +65,27 @@ <h2 class="allapps-header">games</h2>
</a>

<a href="apps/fruitninja/index.html">
<div class="button" style="background-image: url('images/thumb/fruitninja.jpg');"></div>
<div class="button" style="background-image: url('images/thumb/fruitninja.png');"></div>
</a>

<a href="apps/stack/index.html">
<div class="button" style="background-image: url('images/thumb/stack.png');"></div>
</a>

<a href="apps/2048/index.html">
<div class="button" style="background-image: url('images/thumb/2048.jpg');"></div>
<div class="button" style="background-image: url('images/thumb/2048.png');"></div>
</a>

<a href="apps/tunnelrush/index.html">
<div class="button" style="background-image: url('images/thumb/tunnelrush.jpg');"></div>
<div class="button" style="background-image: url('images/thumb/tunnelrush.png');"></div>
</a>

<a href="apps/surf/index.html">
<div class="button" style="background-image: url('images/thumb/surf.jpg');"></div>
<div class="button" style="background-image: url('images/thumb/surf.png');"></div>
</a>

<a href="apps/dinogame/index.html">
<div class="button" style="background-image: url('images/thumb/chromedino.jpg');"></div>
<div class="button" style="background-image: url('images/thumb/chromedino.png');"></div>
</a>

<a href="apps/slopeball/index.html">
Expand Down

0 comments on commit 9c43820

Please sign in to comment.