|
|
|
@ -222,7 +222,7 @@ export const items = [
|
|
|
|
|
'',
|
|
|
|
|
logo: Assets.VisualStudioCode,
|
|
|
|
|
name: 'Visual Studio Code',
|
|
|
|
|
category: 'tools'
|
|
|
|
|
category: 'devtools'
|
|
|
|
|
}),
|
|
|
|
|
defineSkill({
|
|
|
|
|
slug: 'visualstudio',
|
|
|
|
@ -231,16 +231,16 @@ export const items = [
|
|
|
|
|
'',
|
|
|
|
|
logo: Assets.VisualStudio,
|
|
|
|
|
name: 'Visual Studio',
|
|
|
|
|
category: 'tools'
|
|
|
|
|
category: 'devtools'
|
|
|
|
|
}),
|
|
|
|
|
defineSkill({
|
|
|
|
|
slug: 'jetbrains',
|
|
|
|
|
color: 'black',
|
|
|
|
|
color: 'orange',
|
|
|
|
|
description:
|
|
|
|
|
'',
|
|
|
|
|
logo: Assets.JetBrains,
|
|
|
|
|
name: 'Suite JetBrains',
|
|
|
|
|
category: 'tools'
|
|
|
|
|
category: 'devtools'
|
|
|
|
|
}),
|
|
|
|
|
defineSkill({
|
|
|
|
|
slug: 'git',
|
|
|
|
@ -249,7 +249,7 @@ export const items = [
|
|
|
|
|
'',
|
|
|
|
|
logo: Assets.Git,
|
|
|
|
|
name: 'Git',
|
|
|
|
|
category: 'tools'
|
|
|
|
|
category: 'devtools'
|
|
|
|
|
}),
|
|
|
|
|
defineSkill({
|
|
|
|
|
slug: 'docker',
|
|
|
|
@ -258,7 +258,7 @@ export const items = [
|
|
|
|
|
'',
|
|
|
|
|
logo: Assets.Docker,
|
|
|
|
|
name: 'Docker',
|
|
|
|
|
category: 'tools'
|
|
|
|
|
category: 'devtools'
|
|
|
|
|
}),
|
|
|
|
|
defineSkill({
|
|
|
|
|
slug: 'photoshop',
|
|
|
|
@ -267,7 +267,7 @@ export const items = [
|
|
|
|
|
'',
|
|
|
|
|
logo: Assets.Photoshop,
|
|
|
|
|
name: 'Photoshop',
|
|
|
|
|
category: 'tools'
|
|
|
|
|
category: 'devtools'
|
|
|
|
|
}),
|
|
|
|
|
] as const;
|
|
|
|
|
|
|
|
|
|