diff --git a/public/settings.js b/public/settings.js index 54fde45833f8df5e52933dde4390e22997bc700f..2552bd176a66f039458c0c8d17439339b5cb6c0f 100644 --- a/public/settings.js +++ b/public/settings.js @@ -44,12 +44,12 @@ const DEFAULT = { let settings = { - pageTitle: "M4_LAB Page Title", + pageTitle: "EnSim4iCity", switches: [ { name: "projectLogo", - state: ON + state: OFF }, { name: "projectName", @@ -69,9 +69,10 @@ let settings = { } ], - projectLogo: `${BASE_URL}/assets/logos/M4_LAB_tr.png`, + //projectLogo: `${BASE_URL}/assets/logos/M4_LAB_tr.png`, + projectLogo: ``, - projectName: "M4_LAB Page Demo", + projectName: "EnSim4iCity@ZedFLoW", menu: [ { @@ -90,51 +91,43 @@ 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 + profile: "https://www.linkedin.com/in/dieter-uckelmann-58aaa93" }, { agent: "webpage", icon: DEFAULT.social.webpage.icon, - profile: "https://johndoe.com" + profile: "https://www.hft-stuttgart.de/p/dieter-uckelmann" } ] }, { - name: "Charlotte Doe", + name: "Elisabeth Kraxner", avatar: `${BASE_URL}/assets/images/charlotte.jpg`, - email: "charlotte.doe@lalaland.com", + email: "elisabeth.kraxner@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: "webpage", + icon: DEFAULT.social.webpage.icon, + profile: "https://www.hft-stuttgart.de/p/elisabeth-kraxner" + } + ] + }, + { + name: "Kevin Kutzner", + avatar: "https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/0/f/csm_foto_sepia_50prozent_1f57d4d631.jpg", + email: "kevin.kutzner@hft-stuttgart.de", + social: [ { - agent: "linkedin", - icon: DEFAULT.social.linkedin.icon, - profile: DEFAULT.social.linkedin.profile + agent: "webpage", + icon: DEFAULT.social.webpage.icon, + profile: "https://www.hft-stuttgart.de/p/kevin-kutzner" } ] } @@ -162,4 +155,4 @@ let settings = { title: "Die Gemeinsame Wissenschaftskonferenz" } ] -}; \ No newline at end of file +};