Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Y2theK authored Feb 23, 2024
1 parent 132f6f6 commit b51a7c6
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,39 @@ <h3>Vue Ecommerce website</h3>
<p>#VUE #VUEX #Bootstrpious template</p>
</div>
</div>

<div class="portfolio-item">
<div class="image">
<img
src="./images/wallet.jpg"
height="300px"
class="main"
alt=""
/>
</div>
<div class="hover-items">
<h3>E Wallet Application</h3>
<div class="icons">
<a
href="https://github.com/Y2theK/magic_pay"
class="icon"
target="_blank"
>
<i class="fab fa-github"></i>
</a>

<a
href="https://y2thek.000webhostapp.com"
class="icon"
target="_blank"
>
<i class="fas fa-code"></i>
</a>
</div>
<p>#LARAVEL #PHP #JQUERY #TAILWINDCSS</p>
</div>
</div>

<div class="portfolio-item">
<div class="image">
<img
Expand Down

0 comments on commit b51a7c6

Please sign in to comment.