From 747946f276aa14c70187d4bdfbe64b3083393db0 Mon Sep 17 00:00:00 2001 From: webfussel Date: Thu, 15 Aug 2024 15:34:30 +0200 Subject: [PATCH] add: Judith --- components/Services.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/Services.vue b/components/Services.vue index e241fdc..8d546c4 100644 --- a/components/Services.vue +++ b/components/Services.vue @@ -121,6 +121,12 @@ const network = shuffle([ tags: ['Backend', 'DevOps', 'Architektur'], flavour: 'Effizient und kommunikativ. "You build it, you run it."', link: 'https://masagu.dev', + }, { + name: 'Judith Böhlert', + img: '/img/network/judith.webp', + tags: ['Full-stack', 'Frontend'], + flavour: 'MVPs und Prototypen - schnell, schick und ohne Drama.', + link: 'https://judithboehlert.com', }, ])