Skip to content

Commit

Permalink
change order of work
Browse files Browse the repository at this point in the history
  • Loading branch information
liaochenchieh committed Jan 26, 2025
1 parent 5d373da commit dce2cac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _includes/resume/work.liquid
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ul class="card-text font-weight-light list-group list-group-flush">
{% assign work = data[1] | sort: 'startDate' | reverse %}
{% assign work = data[1] %}
{% for content in work %}
<li class="list-group-item">
<div class="row">
Expand Down
18 changes: 9 additions & 9 deletions assets/json/resume.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@
"summary": "",
"highlights": []
},
{
"name": "ACES, Inc.",
"position": "Algorithm Engineer",
"url": "https://acesinc.co.jp/",
"startDate": "2022-07",
"endDate": "2024-02",
"summary": "",
"highlights": []
},
{
"name": "NAVER Cloud",
"position": "AI Researcher",
Expand All @@ -44,6 +35,15 @@
"endDate": "2023-03",
"summary": "",
"highlights": []
},
{
"name": "ACES, Inc.",
"position": "Algorithm Engineer",
"url": "https://acesinc.co.jp/",
"startDate": "2022-07",
"endDate": "2024-02",
"summary": "",
"highlights": []
}
],
"education": [
Expand Down

0 comments on commit dce2cac

Please sign in to comment.