Skip to content

Commit

Permalink
Add C, Flutter, Dart
Browse files Browse the repository at this point in the history
  • Loading branch information
achen318 authored Nov 24, 2023
1 parent 9a205c8 commit eec7548
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/components/Skills.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ const languages: SkillType[] = [
name: 'TypeScript',
icon: 'vscode-icons:file-type-typescript-official',
year: 2022
},
{
name: 'C',
icon: 'vscode-icons:file-type-c',
year: 2023
},
{
name: 'Dart',
icon: 'vscode-icons:file-type-dartlang',
year: 2023
}
];
Expand Down Expand Up @@ -71,6 +81,11 @@ const frameworks: SkillType[] = [
name: 'Svelte',
icon: 'vscode-icons:file-type-svelte',
year: 2023
},
{
name: 'Flutter',
icon: 'vscode-icons:file-type-flutter',
year: 2023
}
];
Expand Down

0 comments on commit eec7548

Please sign in to comment.