add: körrie app

This commit is contained in:
webfussel 2024-08-20 08:37:01 +02:00
parent 747946f276
commit ec3e3a3722
6 changed files with 20 additions and 2 deletions

View file

@ -18,6 +18,9 @@ const webstormImg = '/img/skills/webstorm.webp'
const nuxtImg = '/img/skills/nuxt.webp'
const twImg = '/img/skills/tw.webp'
const rustImg = '/img/skills/rust.webp'
const flutterImg = '/img/skills/flutter.webp'
const dartImg = '/img/skills/dart.webp'
const androidImg = '/img/skills/android.webp'
export type ISkill = {
name: string
@ -26,9 +29,12 @@ export type ISkill = {
width ?: number
}
export const android: ISkill = {name: 'Android', img: androidImg, link: 'https://www.android.com', width: 88}
export const ase: ISkill = {name: 'Aseprite', img: aseImg}
export const cs: ISkill = {name: 'C#', img: csImg}
export const css: ISkill = {name: 'CSS', img: cssImg, width: 44}
export const dart: ISkill = {name: 'Dart', img: dartImg, link: 'https://dart.dev'}
export const flutter: ISkill = {name: 'Flutter', img: flutterImg, link: 'https://flutter.dev', width: 40}
export const gl: ISkill = {name: 'GitLab', img: glImg, link: 'https://gitlab.com', width: 55}
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}