Skip to content

Commit

Permalink
update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
taehyeonkweon committed Nov 10, 2024
1 parent a674aa8 commit 9d6de58
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
13 changes: 6 additions & 7 deletions _pages/portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
permalink: /projects/
author_profile: true
---

{% include base_path %}

<div style="display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); grid-gap: 20px;">
{% for post in site.portfolio %}
<div style="margin: 0; background-color: #f8f9fa; padding: 5px 20px; border: 1px solid #ddd; border-radius: 8px;">
{% include archive-single.html %}
</div>
{% endfor %}
</div>

{% for post in site.portfolio %}
{% include archive-single.html %}
{% endfor %}

2 changes: 1 addition & 1 deletion _portfolio/portfolio-1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Mobile Robot with Active Suspension System"
excerpt: "stepper motors and an IMU"
excerpt: ""
permalink: "/projects/fyp"
collection: portfolio
---
Expand Down
2 changes: 1 addition & 1 deletion _portfolio/portfolio-2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Mobile vehicle for salt pond"
excerpt: "<img src='/images/saltpond_resize.jpg'><br/><br/>autonomous nagivation on liquid and mud surfacess"
excerpt: "<img src='/images/saltpond.jpg'>"
permalink: "/projects/saltpond"
collection: portfolio
---
Expand Down
2 changes: 1 addition & 1 deletion _portfolio/portfolio-3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Rugby Kicking Robot"
excerpt: "<img src='/images/kick_resize.jpg'><br/><br/>kick the ball over a hurdle"
excerpt: "<img src='/images/kick.jpg'>"
permalink: "/projects/rugbykickingrobot"
collection: portfolio
---
Expand Down
2 changes: 1 addition & 1 deletion _portfolio/portfolio-4.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Robotic gripper for UR5"
excerpt: "<img src='/images/gripper2_resize.png'><br/><br/>tactile sensors for an UR5 arm"
excerpt: "<img src='/images/gripper2.png'>"
permalink: "/projects/gripper"
collection: portfolio
---
Expand Down

0 comments on commit 9d6de58

Please sign in to comment.