Skip to content

Commit

Permalink
thumbnails + game page (v8.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
a456pur committed Jan 21, 2024
1 parent 2282412 commit 98f8fe9
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions games/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2397,6 +2397,48 @@ <h2>helix jump</h2>
</div>
</a>

<a target="_blank" href="dadish/index.html">
<div class="button" style="background-image: url('../images/thumbnails/dadish.png');" data-genre="platformer">
<h2>dadish</h2>
<span class="pin-button"></span>
</div>
</a>

<a target="_blank" href="dadish2/index.html">
<div class="button" style="background-image: url('../images/thumbnails/dadish2.png');" data-genre="platformer">
<h2>dadish 2</h2>
<span class="pin-button"></span>
</div>
</a>

<a target="_blank" href="dadish3/index.html">
<div class="button" style="background-image: url('../images/thumbnails/dadish3.png');" data-genre="platformer">
<h2>dadish 3</h2>
<span class="pin-button"></span>
</div>
</a>

<a target="_blank" href="snowrider3d/index.html">
<div class="button" style="background-image: url('../images/thumbnails/snowrider3d.png');" data-genre="arcade">
<h2>snow rider 3d</h2>
<span class="pin-button"></span>
</div>
</a>

<a target="_blank" href="tubejumpers/index.html">
<div class="button" style="background-image: url('../images/thumbnails/tubejumpers.png');" data-genre="arcade">
<h2>tube jumpers</h2>
<span class="pin-button"></span>
</div>
</a>

<a target="_blank" href="yohoho/index.html">
<div class="button" style="background-image: url('../images/thumbnails/yohoho.png');" data-genre="mobile">
<h2>yohoho io</h2>
<span class="pin-button"></span>
</div>
</a>

<br>
<br>
<br>
Expand Down
Binary file added images/thumbnails/dadish.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/thumbnails/dadish2.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/thumbnails/dadish3.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/thumbnails/snowrider3d.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/thumbnails/tubejumpers.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/thumbnails/yohoho.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 98f8fe9

Please sign in to comment.