diff --git a/public/settings.js b/public/settings.js
index 9753e22e339cf167e7a8f091debf9d7a8b9aeca4..7322a2e300c89d3eeed36b90206b24084cc14a2a 100644
--- a/public/settings.js
+++ b/public/settings.js
@@ -118,7 +118,7 @@ let settings = {
     },
     {
       name: "Gero Lueckemeyer",
-      avatar: "",
+      avatar: DEFAULT.avatar,
       email: "gero.lueckemeyer@hft-stuttgart.de",
       social: [
         {
@@ -135,6 +135,11 @@ let settings = {
           agent: "linkedin",
           icon: DEFAULT.social.linkedin.icon,
           profile: DEFAULT.social.linkedin.profile
+        },
+        {
+          agent: "webpage",
+          icon: DEFAULT.social.webpage.icon,
+          profile: "https://johndoe.com"
         }
       ]
     }