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

removed m4lab logo and added dieter in participants in settings.js

parent 9287b7ad
Pipeline #5204 passed with stages
in 14 seconds
...@@ -69,7 +69,7 @@ let settings = { ...@@ -69,7 +69,7 @@ let settings = {
} }
], ],
projectLogo: `${BASE_URL}/assets/logos/M4_LAB_tr.png`, projectLogo: ``,
projectName: "KNIGHT", projectName: "KNIGHT",
...@@ -90,54 +90,19 @@ let settings = { ...@@ -90,54 +90,19 @@ 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",
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", 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"
} }
] ]
} }
], ],
footerLogos: [ footerLogos: [
......
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