Skip to content

Commit

Permalink
fix projects link
Browse files Browse the repository at this point in the history
  • Loading branch information
trushant05 committed Jan 23, 2024
1 parent a820e18 commit fcb1f4f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions _pages/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
{% include base_path %}

<div class="project-list">

<div class="card h-100 d-flex flex-column justify-content-between">
<a href="https://trushant-adeshara-um.github.io/projects/project-6/">
<img class="card-img-top mx-auto" src="/images/projects/armlab/pv.png">
<img class="card-img-top mx-auto" src="/images/projects/aiddam/pv.png">
<div class="card-body d-flex flex-column">
<h4 class="card-title text-center"> ArmLab </h4>
<p class="card-text text-center"> ROB 550: Robotics System Lab</p>
<h4 class="card-title text-center"> AIDDAM </h4>
<p class="card-text text-center"> EECS 504: Foundations of Computer Vision</p>
</div>
</a>

Expand All @@ -26,7 +26,7 @@ <h4 class="card-title text-center"> ArmLab </h4>
<i class="fab fa-solid fa-github" aria-hidden="true"></i>
</a>
</div>
<div class="text-muted"> Python, OpenCV, ROS2</div>
<div class="text-muted"> Python, PyTorch, CUDA</div>
</div>
</div>

Expand All @@ -53,10 +53,10 @@ <h4 class="card-title text-center"> BotLab </h4>

<div class="card h-100 d-flex flex-column justify-content-between">
<a href="https://trushant-adeshara-um.github.io/projects/project-4/">
<img class="card-img-top mx-auto" src="/images/projects/aiddam/pv.png">
<img class="card-img-top mx-auto" src="/images/projects/armlab/pv.png">
<div class="card-body d-flex flex-column">
<h4 class="card-title text-center"> AIDDAM </h4>
<p class="card-text text-center"> EECS 504: Foundations of Computer Vision</p>
<h4 class="card-title text-center"> ArmLab </h4>
<p class="card-text text-center"> ROB 550: Robotics System Lab</p>
</div>
</a>

Expand All @@ -68,7 +68,7 @@ <h4 class="card-title text-center"> AIDDAM </h4>
<i class="fab fa-solid fa-github" aria-hidden="true"></i>
</a>
</div>
<div class="text-muted"> Python, PyTorch, CUDA</div>
<div class="text-muted"> Python, OpenCV, ROS2</div>
</div>
</div>

Expand Down

0 comments on commit fcb1f4f

Please sign in to comment.