Skip to content

Commit

Permalink
reverting back to individual project list
Browse files Browse the repository at this point in the history
  • Loading branch information
trushant05 committed Jan 4, 2024
1 parent b77deec commit 6e88dc2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _pages/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ <h4 class="card-title"> Title </h4>
</div>
<div class="text-muted"> Skill 1, Skill 2, Skill 3</div>
</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">
Expand All @@ -43,9 +43,9 @@ <h4 class="card-title"> Title </h4>
</div>
<div class="text-muted"> Skill 1, Skill 2, Skill 3</div>
</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">
Expand All @@ -62,9 +62,9 @@ <h4 class="card-title"> Title </h4>
</div>
<div class="text-muted"> Skill 1, Skill 2, Skill 3</div>
</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">
Expand Down

0 comments on commit 6e88dc2

Please sign in to comment.