Skip to content

Commit

Permalink
added games to page
Browse files Browse the repository at this point in the history
  • Loading branch information
IamChristianS committed Dec 17, 2023
1 parent 7671c78 commit d326623
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions games.html
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,18 @@
</a>
<a href="games/superscribblenauts/index.html" target="_blank"><strong>Super Scribblenauts</strong></a>
</div>
<div class="game-item">
<a href="games/fnaf/fnaf1/index.html" target="_blank">
<img src="games/img/placeholder.png" alt="FNAF 1">
</a>
<a href="games/fnaf/fnaf1/index.html" target="_blank"><strong>FNAF 1</strong></a>
</div>
<div class="game-item">
<a href="games/fnaf/fnaf4/index.html" target="_blank">
<img src="games/img/fnaf4.png" alt="FNAF 4">
</a>
<a href="games/fnaf/fnaf4/index.html" target="_blank"><strong>FNAF 4</strong></a>
</div>
<div class="game-item">
<a href="games/douchebag/douchebaglife/index.html" target="_blank">
<img src="games/img/douchebaglife.png" alt="Douchbag Life">
Expand Down Expand Up @@ -677,6 +689,12 @@
</a>
<a href="games/transcube/dist/index.html" target="_blank"><strong>TransCube</strong></a>
</div>
<div class="game-item">
<a href="games/animatorvsanimation/index.html" target="_blank">
<img src="games/img/placeholder.png" alt="Animator Vs Animation">
</a>
<a href="games/animatorvsanimation/index.html" target="_blank"><strong>Animator Vs Animation</strong></a>
</div>
<div class="game-item">
<a href="games/portalflash/index.html" target="_blank">
<img src="games/img/portalflash.png" alt="Portal: Flash">
Expand All @@ -695,12 +713,6 @@
</a>
<a href="games/googledino/index.html" target="_blank"><strong>Google Dino</strong></a>
</div>
<div class="game-item">
<a href="games/fnaf/fnaf4/index.html" target="_blank">
<img src="games/img/fnaf4.png" alt="FNaF 4">
</a>
<a href="games/fnaf/fnaf4/index.html" target="_blank"><strong>FNaF 4</strong></a>
</div>
<!--Copy & Paste Empty Slot-->
<div class="game-item" id="incomplete">
<a href="games/gamePath/index.html" target="_blank">
Expand Down

2 comments on commit d326623

@AyO83qp
Copy link

@AyO83qp AyO83qp commented on d326623 Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how do I use this?

@imadethisaccountsoicanmakeanissue

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wait you added animation vs animator?

Please sign in to comment.