diff --git a/Skills.ts b/Skills.ts index c54894a..f5f0bf4 100644 --- a/Skills.ts +++ b/Skills.ts @@ -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} diff --git a/components/Customers.vue b/components/Customers.vue index 6343c20..cbd67a4 100644 --- a/components/Customers.vue +++ b/components/Customers.vue @@ -23,7 +23,7 @@

{{ d }}

- Zur Seite + Zur {{pr.type ?? 'Seite'}} @@ -32,7 +32,7 @@