From 21431a304f8a82f3a977d045eba8761edce4fde8 Mon Sep 17 00:00:00 2001 From: Scott Tolinski Date: Thu, 2 Jul 2026 16:08:49 -0600 Subject: [PATCH] feat(about): Add Niki Brandner to team --- src/routes/(site)/about/+page.svelte | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/routes/(site)/about/+page.svelte b/src/routes/(site)/about/+page.svelte index f2c55c240..090586dfb 100644 --- a/src/routes/(site)/about/+page.svelte +++ b/src/routes/(site)/about/+page.svelte @@ -7,6 +7,8 @@ import number1fan from '$assets/kaitlin.jpg'; import runonlove from '$assets/runonlove.jpg'; import cj from '$assets/cj.jpg'; + import niki from '$assets/niki.jpeg'; + import komatsu from '$assets/komatsu.jpeg'; let hosts = { wes: { name: 'Wes Bos', @@ -32,6 +34,9 @@ name: 'CJ Reynolds', github: 'w3cj', twitter: 'coding_garden' + }, + niki: { + name: 'Niki Brandner' } }; @@ -207,6 +212,21 @@

+
+ {hosts.niki.name} +

+ Niki + Brandner +

+
+ +

+ Niki Brandner is an Amsterdam-based video and audio engineer who studied at SAE Amsterdam. + From fine-tuning podcasts and editing videos to preparing promotional material, mixing, + and mastering music, she's passionate about making content sound and look its best. +

+
+