add: stuff to bottom, remove some techs

This commit is contained in:
webfussel 2024-05-31 19:43:13 +02:00
parent f13d74d2d8
commit 2b4f34671e
5 changed files with 17 additions and 5 deletions

View file

@ -30,7 +30,7 @@
import { gl, java, jetbrains, njs, nuxt, pcss, react, rust, ts, vitest, vue } from '~/Skills'
const technologies = [ts, pcss, vue, react, nuxt, njs, java, rust, vitest, gl, jetbrains]
const technologies = [nuxt, ts, pcss, vue, react, njs, vitest, gl, jetbrains]
const skills = [
{
@ -52,7 +52,7 @@ const skills = [
text: [
'Wenn man ein Headless CMS anbinden will, dann verknüpft das Komponenten und APIs.',
'Für eine saubere und dynamische Einbindung reicht die Library, die euch vom Hersteller zur Verfügung gestellt wird, oft nicht aus.',
'Übersichtliche Projektstruktur und saubere Auflösung der Daten - das gibt\'s bei mir.'
'Übersichtliche Projektstruktur und saubere Auflösung der Daten - mit Fusselgarantie.'
],
}
]