Skip to content

Commit

Permalink
add one more project
Browse files Browse the repository at this point in the history
  • Loading branch information
trushant05 committed Jan 4, 2024
1 parent 6ed035f commit 86a46fc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions _pages/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,23 @@ <h4 class="card-title"> Title </h4>
</div>
</div>

<div class="project-list">
<div class="card h-100 d-flex flex-column justify-content-between">
<img class="card-img-top mx-auto" src="">
<div class="card-body d-flex flex-column">
<h4 class="card-title"> Title </h4>
<p class="card-text"> This is the description </p>
</div>

<div class="card-footer mt-auto text-center">
<hr style="height:0.8px;border:none;color:#333;background-color:#333;">
<div class="card-buttons">
<a href="https://trushant-adeshara-um.github.io" target="_blank" class="btn btn-primary" text-center>
<i class="fab fa-solid fa-github" aria-hidden="true"></i>
</a>
</div>
<div class="text-muted"> Skill 1, Skill 2, Skill 3</div>
</div>
</div>


0 comments on commit 86a46fc

Please sign in to comment.