Commit b19cd05c authored by Kutzner's avatar Kutzner 🤸
Browse files

Update settings.js

parent 7afb735a
Pipeline #6483 passed with stages
in 12 seconds
...@@ -44,12 +44,12 @@ const DEFAULT = { ...@@ -44,12 +44,12 @@ const DEFAULT = {
let settings = { let settings = {
pageTitle: "M4_LAB Page Title", pageTitle: "EnSim4iCity",
switches: [ switches: [
{ {
name: "projectLogo", name: "projectLogo",
state: ON state: OFF
}, },
{ {
name: "projectName", name: "projectName",
...@@ -69,9 +69,10 @@ let settings = { ...@@ -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: [ menu: [
{ {
...@@ -90,51 +91,43 @@ let settings = { ...@@ -90,51 +91,43 @@ let settings = {
participants: [ participants: [
{ {
name: "John Doe", name: "Prof. Dr.-Ing. Dieter Uckelmann",
avatar: DEFAULT.avatar, avatar: "https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/c/3/csm_Uckelmann-5_def04d7699.jpg",
email: "john.doe@lalaland.com", email: "dieter.uckelmann@hft-stuttgart.de",
social: [ 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", agent: "linkedin",
icon: DEFAULT.social.linkedin.icon, icon: DEFAULT.social.linkedin.icon,
profile: DEFAULT.social.linkedin.profile profile: "https://www.linkedin.com/in/dieter-uckelmann-58aaa93"
}, },
{ {
agent: "webpage", agent: "webpage",
icon: DEFAULT.social.webpage.icon, 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`, avatar: `${BASE_URL}/assets/images/charlotte.jpg`,
email: "charlotte.doe@lalaland.com", email: "elisabeth.kraxner@hft-stuttgart.de",
social: [ social: [
{ {
agent: "twitter", agent: "webpage",
icon: DEFAULT.social.twitter.icon, icon: DEFAULT.social.webpage.icon,
profile: DEFAULT.social.twitter.profile profile: "https://www.hft-stuttgart.de/p/elisabeth-kraxner"
}, }
{ ]
agent: "facebook", },
icon: DEFAULT.social.facebook.icon, {
profile: DEFAULT.social.facebook.profile 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", agent: "webpage",
icon: DEFAULT.social.linkedin.icon, icon: DEFAULT.social.webpage.icon,
profile: DEFAULT.social.linkedin.profile profile: "https://www.hft-stuttgart.de/p/kevin-kutzner"
} }
] ]
} }
...@@ -162,4 +155,4 @@ let settings = { ...@@ -162,4 +155,4 @@ let settings = {
title: "Die Gemeinsame Wissenschaftskonferenz" title: "Die Gemeinsame Wissenschaftskonferenz"
} }
] ]
}; };
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment