Commit e1895c27 authored by Myriam Guedey's avatar Myriam Guedey
Browse files

Update settings.js

parent ee11ece4
Pipeline #5048 passed with stages
in 18 seconds
......@@ -103,46 +103,38 @@ let settings = {
},
{
name: "Myriam Guedey",
avatar: `${BASE_URL}/assets/images/charlotte.jpg`,
avatar: `https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/b/d/csm_guedey_myriam_b6fcf69a28.jpg`,
email: "myriam.guedey@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/myriamguedey"
}
]
},
{
name: "Robert Otto",
avatar: `${BASE_URL}/assets/images/charlotte.jpg`,
avatar: `DEFAULT.avatar`,
email: "robert.otto@hft-stuttgart.de",
social: [
{
agent: "twitter",
icon: DEFAULT.social.twitter.icon,
profile: DEFAULT.social.twitter.profile
// agent: "twitter",
// icon: DEFAULT.social.twitter.icon,
// profile: DEFAULT.social.twitter.profile
},
]
},
{
agent: "facebook",
icon: DEFAULT.social.facebook.icon,
profile: DEFAULT.social.facebook.profile
},
name: "Dr. Salam Traboulsi",
avatar: `DEFAULT.avatar`,
email: "salam.traboulsi@hft-stuttgart.de",
social: [
{
agent: "linkedin",
icon: DEFAULT.social.linkedin.icon,
profile: DEFAULT.social.linkedin.profile
}
// agent: "twitter",
// icon: DEFAULT.social.twitter.icon,
// profile: DEFAULT.social.twitter.profile
},
]
}
],
......
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