Skip to content

Commit

Permalink
feat: change team about
Browse files Browse the repository at this point in the history
  • Loading branch information
YJack0000 committed Aug 29, 2024
1 parent 7222387 commit 79b26fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
22 changes: 6 additions & 16 deletions components/about/Team.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,28 @@
class="mx-auto"
src="/img/about/Brandon.jpg"
title="Brandon Lu"
role="專案管理"
role="產品經理"
/>
<UiPersonCard
class="mx-auto"
src="/img/about/YJack.jpg"
title="YJack Zheng"
role="前端工程師"
role="專案長"
/>
<UiPersonCard
class="mx-auto"
src="/img/about/Mark.jpg"
title="Mark Lai"
role="後端工程師"
role="技術負責人"
/>
<UiPersonCard
class="mx-auto"
src="/img/about/Yan.png"
title="Yan Chiu"
role="區塊鏈工程師"
/>
<UiPersonCard
class="mx-auto"
src="/img/about/Ian.jpg"
title="Ian Chiu"
role="軟韌體暨物聯網工程師"
/>
<UiPersonCard
class="mx-auto"
src="/img/about/CTHua.jpg"
title="CTHua"
role="合約工程師"
role="產品設計"
/>
<UiPersonCard class="mx-auto" src="/img/about/Ian.jpg" title="Ian Chiu" role="工程師" />
<UiPersonCard class="mx-auto" src="/img/about/CTHua.jpg" title="CTHua" role="工程師" />
</div>
</div>
</template>
2 changes: 1 addition & 1 deletion pages/about.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="mx-auto mt-10 max-w-[1200px]">
<AboutTeam />
<AboutHistory class="mt-20" />
<!-- <AboutHistory class="mt-20" /> -->
</div>
</template>

0 comments on commit 79b26fd

Please sign in to comment.