fix: webstorm and attribution
This commit is contained in:
parent
f97062d320
commit
f575a52f85
5 changed files with 11 additions and 4 deletions
|
@ -14,7 +14,7 @@ const glImg = '/img/skills/gitlab.webp'
|
|||
const vitestImg = '/img/skills/vitest.webp'
|
||||
const njsImg = '/img/skills/nodejs.webp'
|
||||
const javaImg = '/img/skills/java.webp'
|
||||
const jetbrainsImg = '/img/skills/jetbrains.webp'
|
||||
const webstormImg = '/img/skills/webstorm.webp'
|
||||
const nuxtImg = '/img/skills/nuxt.webp'
|
||||
const twImg = '/img/skills/tw.webp'
|
||||
const rustImg = '/img/skills/rust.webp'
|
||||
|
@ -33,7 +33,7 @@ export const gl: ISkill = {name: 'GitLab', img: glImg, link: 'https://gitlab.com
|
|||
export const html: ISkill = {name: 'HTML', img: htmlImg, width: 44}
|
||||
export const java: ISkill = {name: 'Java', img: javaImg, link: 'https://www.java.com/de/', width: 37}
|
||||
export const js: ISkill = {name: 'JavaScript', img: jsImg}
|
||||
export const jetbrains: ISkill = {name: 'JetBrains IDEs', img: jetbrainsImg, link: 'https://www.jetbrains.com', width: 60}
|
||||
export const webstorm: ISkill = {name: 'JetBrains IDEs', img: webstormImg, link: 'https://www.jetbrains.com/webstorm', width: 60}
|
||||
export const njs: ISkill = {name: 'Nodejs', img: njsImg, link: 'https://nodejs.org/en', width: 46}
|
||||
export const nuxt: ISkill = {name: 'Nuxt', img: nuxtImg, link: 'https://nuxt.com', width: 75}
|
||||
export const phaser: ISkill = {name: 'Phaser 3', img: phaserImg, width: 58}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue