Skip to content

Commit

Permalink
added a new project
Browse files Browse the repository at this point in the history
  • Loading branch information
VinuthSriArampath committed Jun 13, 2024
1 parent 943af68 commit 04d4c79
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
Binary file added img/ContactManager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
15 changes: 14 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h1 class="text-warning">My Recent <span>Projects</span></h1>

<div class="row justify-content-center">
<div class="card bg-transparent border-1 p-2 m-2" style="width: 18rem; border-color: orange;">
<img src="./img/project_gamex.com.png" class="card-img-top" alt="Gamex.com">
<img src="./img/gamex.com.png" class="card-img-top" alt="Gamex.com">
<div class="card-body">
<h5 class="card-title text-warning">Game<sub>x</sub>.com</h5>
<p class="card-text text-white">Simple website for gamers, which allows them to read the latest gaming news, host tournaments, and participate in esports tournaments.</p>
Expand All @@ -84,6 +84,19 @@ <h5 class="card-title text-warning">Game<sub>x</sub>.com</h5>
</div>
</div>
</div>
<div class="card bg-transparent border-1 p-2 m-2" style="width: 18rem; border-color: orange;">
<img src="./img/ContactManager.png" class="card-img-top" alt="Gamex.com">
<div class="card-body">
<h5 class="card-title text-warning">Contact Manager</h5>
<p class="card-text text-white">Simple application made to manage your contacts which allows you to add,delete,update,search and list(sort) contacts </p>
<p class="card-text text-white">This application is developed using only <span class="text-warning">JAVA</span></p>
<div class="d-flex justify-content-around">
<!-- <a href="https://vinuthsriarampath.github.io/gamex.com/" class="btn text-bg-warning"><i class="bi bi-globe-americas text-black"></i></a> -->
<a href="https://github.com/VinuthSriArampath/Contact_Manager.git" class="btn text-bg-warning"><i class="bi bi-github text-black"></i></a>
</div>
</div>
</div>

</div>
</div>

Expand Down

0 comments on commit 04d4c79

Please sign in to comment.