From ec3e3a37220095f60975455c17e202bdc9bff976 Mon Sep 17 00:00:00 2001 From: webfussel Date: Tue, 20 Aug 2024 08:37:01 +0200 Subject: [PATCH] =?UTF-8?q?add:=20k=C3=B6rrie=20app?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Skills.ts | 6 ++++++ components/Customers.vue | 16 ++++++++++++++-- public/img/projects/koerrie_app.webp | Bin 0 -> 92002 bytes public/img/skills/android.webp | Bin 0 -> 1070 bytes public/img/skills/dart.webp | Bin 0 -> 1412 bytes public/img/skills/flutter.webp | Bin 0 -> 880 bytes 6 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 public/img/projects/koerrie_app.webp create mode 100644 public/img/skills/android.webp create mode 100644 public/img/skills/dart.webp create mode 100644 public/img/skills/flutter.webp 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 @@