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 = {
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
};
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