Skip to content

Commit

Permalink
Added game projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilson Kabatha Mbuthia committed Jun 12, 2023
1 parent 8981496 commit 4a3fc2e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Project.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,26 @@ <h5 class="card-title">E-Commerce Website</h5>
</div>
</a>
</div>
<div class="col-sm-6">
<a class="Project-box" target="_blank" href="https://wyllymk.github.io/Guess-My-Number/" >
<div class="card boxx">
<div class="card-body">
<h5 class="card-title">Guess My Number</h5>
<p class="card-text project-text">This is a game developed exclusively using HTML, CSS and JavaScript.<span class="iconify" data-icon="logos:css" data-inline="false"></p>
</div>
</div>
</a>
</div>
<div class="col-sm-6">
<a class="Project-box" target="_blank" href="https://wyllymk.github.io/Dice_game/" >
<div class="card boxx">
<div class="card-body">
<h5 class="card-title">Dice Game</h5>
<p class="card-text project-text">This is a game developed using HTML, CSS and JavaScript exclusively.<span class="iconify" data-icon="logos:css" data-inline="false"></p>
</div>
</div>
</a>
</div>
</div>
</section>

Expand Down

0 comments on commit 4a3fc2e

Please sign in to comment.