From 49c5ab9c0303aee46c26ab82f857db9dd3d8ba56 Mon Sep 17 00:00:00 2001 From: webfussel Date: Tue, 11 Jun 2024 08:47:22 +0200 Subject: [PATCH] fix: remove angular because it sucks --- Skills.ts | 2 -- components/Customers.vue | 8 ++++---- public/img/projects/uitools.webp | Bin 11158 -> 40068 bytes public/img/skills/angular.webp | Bin 1724 -> 0 bytes 4 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 public/img/skills/angular.webp diff --git a/Skills.ts b/Skills.ts index c90bab7..1e8b419 100644 --- a/Skills.ts +++ b/Skills.ts @@ -13,7 +13,6 @@ const aseImg = '/img/skills/aseprite.webp' const glImg = '/img/skills/gitlab.webp' const vitestImg = '/img/skills/vitest.webp' const njsImg = '/img/skills/nodejs.webp' -const ngImg = '/img/skills/angular.webp' const javaImg = '/img/skills/java.webp' const jetbrainsImg = '/img/skills/jetbrains.webp' const nuxtImg = '/img/skills/nuxt.webp' @@ -27,7 +26,6 @@ export type ISkill = { width ?: number } -export const ng: ISkill = {name: 'Angular', img: ngImg, width: 48} 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} diff --git a/components/Customers.vue b/components/Customers.vue index 91a3e46..f29d0bc 100644 --- a/components/Customers.vue +++ b/components/Customers.vue @@ -32,7 +32,7 @@