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

Update settings.js

parent 4fa059b2
Pipeline #5047 passed with stages
in 16 seconds
Showing with 4 additions and 5 deletions
+4 -5
...@@ -91,14 +91,13 @@ let settings = { ...@@ -91,14 +91,13 @@ let settings = {
participants: [ participants: [
{ {
name: "Prof. Dr.-Ing. Dieter Uckelmann", 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: "dieter.uckelmann@hft-stuttgart.de", email: "dieter.uckelmann@hft-stuttgart.de",
social: [ social: [
{ {
linkedin: { agent: "linkedin",
icon: `${BASE_URL}/assets/images/linkedin.png`, icon: DEFAULT.social.linkedin.icon,
profile: "https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwj9_7KD5NPzAhUihv0HHc43AbgQFnoECA0QAQ&url=https%3A%2F%2Fde.linkedin.com%2Fin%2Fdieter-uckelmann-58aaa93&usg=AOvVaw3JbmpSYoXUgeYpxqMrkzfz" profile: "https://www.linkedin.com/in/dieter-uckelmann-58aaa93"
}
} }
] ]
}, },
......
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