diff --git a/public/assets/images/Herbst.jpg b/public/assets/images/Herbst.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..19a189b7b0974c983923adb6526f1f119edbd02e
Binary files /dev/null and b/public/assets/images/Herbst.jpg differ
diff --git a/public/assets/images/Jochim.jpg b/public/assets/images/Jochim.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..37c9ab52901ffb7d9963291c8b19510ee59d1b77
Binary files /dev/null and b/public/assets/images/Jochim.jpg differ
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"
+        }
+      ]
     }    
   ],