diff --git a/assets/css/footer.css b/assets/css/footer.css index e743b5a..d0a221f 100644 --- a/assets/css/footer.css +++ b/assets/css/footer.css @@ -8,6 +8,7 @@ & p { color: var(--color-white-transparent); + white-space: nowrap; } & .sitemap { diff --git a/assets/css/technology.css b/assets/css/technology.css index 25efca5..865375a 100644 --- a/assets/css/technology.css +++ b/assets/css/technology.css @@ -2,6 +2,10 @@ position: relative; align-items: center; + &.s img { + height: 15px; + } + &.m img { height: 30px; } diff --git a/components/Footer.vue b/components/Footer.vue index 53b3446..9f540aa 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -6,6 +6,7 @@

Natürlich ohne Cookies und Tracker.

+

Made with nuxt, typescript & postcss

© 2024 by webfussel

diff --git a/components/Skills.vue b/components/Skills.vue index 6000bec..af4c0b9 100644 --- a/components/Skills.vue +++ b/components/Skills.vue @@ -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.' ], } ] diff --git a/components/Technology.vue b/components/Technology.vue index a238f74..373e96e 100644 --- a/components/Technology.vue +++ b/components/Technology.vue @@ -1,7 +1,7 @@