Skip to content

Commit

Permalink
Merge pull request #668 from prachi-kurmi/mention-game-to-website
Browse files Browse the repository at this point in the history
integrate-bubble-game-to-website
  • Loading branch information
iamrahulmahato authored Oct 8, 2024
2 parents 1a203aa + 8305bd9 commit d475a70
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Binary file added assets/image/bubbleposter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,21 @@ <h3 class="card-heading">Piano</h3>
</div>
</a>

<!-- =========================== Bubble Hit Game ================================= -->
<a href="./projects/Bubble Hit Game/" class="card" target="_blank">
<div class="card-cover counter-cover-colour">
<img src="./assets/image/bubbleposter.png" alt="bubblePoster">
</div>
<div class="card-content">
<h3 class="card-heading">Bubble Hit Game</h3>
<p class="card-description">
Tap the Right Bubble, Beat the Clock!"
</p>
</div>
</a>
<!--============================== End =========================================== -->
</div>

<a href="./projects/Chatbot/index.html" class="card" target="_blank">
<div class="card-cover counter-cover-colour">
<img src="./assets/image/chat-7767693_1280.jpg" alt="chatbot">
Expand All @@ -1057,6 +1072,7 @@ <h3 class="card-heading">Photo Gallery</h3>
</a>

</div>

</section>

<button id="scrollToTopBtn" title="Go to top"><i class="ri-arrow-up-double-fill"></i></button>
Expand Down

0 comments on commit d475a70

Please sign in to comment.