diff --git a/public/settings.js b/public/settings.js
index e51881fca1a1fba08ce04807769696a0fc2e7499..fba25c3d727559d9d646dcd7ee434ae7d0e8388f 100644
--- a/public/settings.js
+++ b/public/settings.js
@@ -189,6 +189,30 @@ let settings = {
           profile: "https://www.hft-stuttgart.de/p/hadi-adineh"
         }
       ]
+    },
+    {
+      name: "Tim Herbst",
+      avatar: `${BASE_URL}/assets/images/Herbst.jpg`,
+      email: "tim.herbst@hft-stuttgart.de",
+      social: [
+        {
+          agent: "webpage",
+          icon: DEFAULT.social.webpage.icon,
+          profile: "https://www.hft-stuttgart.de"
+        }
+      ]
+    },
+    {
+      name: "Niko Jochim",
+      avatar: `${BASE_URL}/assets/images/Jochim.jpg`,
+      email: "niko.jochim@hft-stuttgart.de",
+      social: [
+        {
+          agent: "webpage",
+          icon: DEFAULT.social.webpage.icon,
+          profile: "https://www.hft-stuttgart.de"
+        }
+      ]
     }    
   ],