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
Showing with 16 additions and 24 deletions
+16 -24
...@@ -103,46 +103,38 @@ let settings = { ...@@ -103,46 +103,38 @@ let settings = {
}, },
{ {
name: "Myriam Guedey", 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", email: "myriam.guedey@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/myriamguedey"
} }
] ]
}, },
{ {
name: "Robert Otto", name: "Robert Otto",
avatar: `${BASE_URL}/assets/images/charlotte.jpg`, avatar: `DEFAULT.avatar`,
email: "robert.otto@hft-stuttgart.de", email: "robert.otto@hft-stuttgart.de",
social: [ social: [
{ {
agent: "twitter", // agent: "twitter",
icon: DEFAULT.social.twitter.icon, // icon: DEFAULT.social.twitter.icon,
profile: DEFAULT.social.twitter.profile // profile: DEFAULT.social.twitter.profile
}, },
]
},
{ {
agent: "facebook", name: "Dr. Salam Traboulsi",
icon: DEFAULT.social.facebook.icon, avatar: `DEFAULT.avatar`,
profile: DEFAULT.social.facebook.profile email: "salam.traboulsi@hft-stuttgart.de",
}, social: [
{ {
agent: "linkedin", // agent: "twitter",
icon: DEFAULT.social.linkedin.icon, // icon: DEFAULT.social.twitter.icon,
profile: DEFAULT.social.linkedin.profile // profile: DEFAULT.social.twitter.profile
} },
] ]
} }
], ],
......
Supports Markdown
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