From f0df58cf0cc3f4890bcba269e980906bc6ced67e Mon Sep 17 00:00:00 2001 From: Kutzner <kevin.kutzner@hft-stuttgart.de> Date: Wed, 27 Oct 2021 17:15:10 +0000 Subject: [PATCH] removed m4lab logo and added dieter in participants in settings.js --- public/settings.js | 49 +++++++--------------------------------------- 1 file changed, 7 insertions(+), 42 deletions(-) diff --git a/public/settings.js b/public/settings.js index 96e4e53..b778070 100644 --- a/public/settings.js +++ b/public/settings.js @@ -69,7 +69,7 @@ let settings = { } ], - projectLogo: `${BASE_URL}/assets/logos/M4_LAB_tr.png`, + projectLogo: ``, projectName: "KNIGHT", @@ -90,54 +90,19 @@ let settings = { participants: [ { - name: "John Doe", - avatar: DEFAULT.avatar, - email: "john.doe@lalaland.com", + name: "Prof. Dr.-Ing. Dieter Uckelmann", + avatar: `https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/c/3/csm_Uckelmann-5_def04d7699.jpg`, + email: "dieter.uckelmann@hft-stuttgart.de", social: [ - { - agent: "twitter", - icon: DEFAULT.social.twitter.icon, - profile: DEFAULT.social.twitter.profile - }, - { - agent: "facebook", - icon: DEFAULT.social.facebook.icon, - profile: DEFAULT.social.facebook.profile - }, - { - agent: "linkedin", - icon: DEFAULT.social.linkedin.icon, - profile: DEFAULT.social.linkedin.profile - }, - { - agent: "webpage", - icon: DEFAULT.social.webpage.icon, - profile: "https://johndoe.com" - } - ] - }, - { - name: "Charlotte Doe", - avatar: `${BASE_URL}/assets/images/charlotte.jpg`, - email: "charlotte.doe@lalaland.com", - social: [ - { - agent: "twitter", - icon: DEFAULT.social.twitter.icon, - profile: DEFAULT.social.twitter.profile - }, - { - agent: "facebook", - icon: DEFAULT.social.facebook.icon, - profile: DEFAULT.social.facebook.profile - }, { agent: "linkedin", icon: DEFAULT.social.linkedin.icon, - profile: DEFAULT.social.linkedin.profile + profile: "https://www.linkedin.com/in/dieter-uckelmann-58aaa93" } ] } + + ], footerLogos: [ -- GitLab