Skip to content

Commit

Permalink
chore: update skill
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Jan 14, 2024
1 parent e04fe62 commit 2ec7763
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
18 changes: 13 additions & 5 deletions data/skills.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,33 @@ const SKILLS: IconProps[] = [

{
icon: 'logos:javascript',
style: { top: '5%', left: '52%' },
style: { top: '5%', left: '54%' },
},
{
icon: 'logos:typescript-icon',
style: { top: '9%', left: '58%' },
style: { top: '9%', left: '60%' },
},

{
icon: 'logos:nodejs-icon-alt',
style: { top: '15%', left: '30%' },
style: { top: '14%', left: '30%' },
},
{
icon: 'logos:nestjs',
style: { top: '20%', left: '38%' },
style: { top: '19%', left: '38%' },
},
{
icon: 'logos:prisma',
style: { top: '24%', left: '50%' },
},
{
icon: 'logos:postgresql',
style: { top: '26%', left: '60%' },
},

{
icon: 'logos:tailwindcss-icon',
style: { top: '30%', left: '70%' },
style: { top: '30%', left: '90%' },
},

{
Expand Down
4 changes: 2 additions & 2 deletions src/pages/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import social from '@site/data/social'

- MacBook Pro M2 14

- Xiaomi MIX Fold 2
- Xiaomi MIX Fold 2 (折叠屏不那么好用,准备换 iphone 16 了)

- Google Pixel 4XL

Expand All @@ -59,7 +59,7 @@ import social from '@site/data/social'

- 联想小新 Pro 14 (2021) 已闲置

- 自组装台式电脑 (AMD 5900X + 64G + gtx 660 ti) 已闲置
- 台式电脑 (AMD 5900X + 64G + RX 6750 GRE)

### 我会什么

Expand Down

0 comments on commit 2ec7763

Please sign in to comment.