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

Update images in footer in settings.js

parent 49f6c744
......@@ -189,6 +189,30 @@ let settings = {
profile: "https://www.hft-stuttgart.de/p/hadi-adineh"
}
]
},
{
name: "Tim Herbst",
avatar: `${BASE_URL}/assets/images/Herbst.jpg`,
email: "tim.herbst@hft-stuttgart.de",
social: [
{
agent: "webpage",
icon: DEFAULT.social.webpage.icon,
profile: "https://www.hft-stuttgart.de"
}
]
},
{
name: "Niko Jochim",
avatar: `${BASE_URL}/assets/images/Jochim.jpg`,
email: "niko.jochim@hft-stuttgart.de",
social: [
{
agent: "webpage",
icon: DEFAULT.social.webpage.icon,
profile: "https://www.hft-stuttgart.de"
}
]
}
],
......
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