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

Update website for all partner (footer) in settings.js

parent f5c0825c
Pipeline #5578 passed with stages
in 16 seconds
...@@ -112,9 +112,9 @@ let settings = { ...@@ -112,9 +112,9 @@ let settings = {
email: "peter.heusch@hft-stuttgart.de", email: "peter.heusch@hft-stuttgart.de",
social: [ social: [
{ {
agent: "linkedin", agent: "webpage",
icon: DEFAULT.social.linkedin.icon, icon: DEFAULT.social.webpage.icon,
profile: "https://www.linkedin.com/" profile: "https://www.hft-stuttgart.de/p/peter-heusch"
} }
] ]
}, },
...@@ -124,9 +124,9 @@ let settings = { ...@@ -124,9 +124,9 @@ let settings = {
email: "alexander.rausch@hft-stuttgart.de", email: "alexander.rausch@hft-stuttgart.de",
social: [ social: [
{ {
agent: "linkedin", agent: "webpage",
icon: DEFAULT.social.linkedin.icon, icon: DEFAULT.social.webpage.icon,
profile: "https://www.linkedin.com/" profile: "https://www.hft-stuttgart.de/p/alexander-rausch"
} }
] ]
}, },
...@@ -136,9 +136,9 @@ let settings = { ...@@ -136,9 +136,9 @@ let settings = {
email: "ulrike.pado@hft-stuttgart.de", email: "ulrike.pado@hft-stuttgart.de",
social: [ social: [
{ {
agent: "linkedin", agent: "webpage",
icon: DEFAULT.social.linkedin.icon, icon: DEFAULT.social.webpage.icon,
profile: "https://www.linkedin.com/" profile: "https://www.hft-stuttgart.de/p/ulrike-pado"
} }
] ]
}, },
...@@ -148,9 +148,9 @@ let settings = { ...@@ -148,9 +148,9 @@ let settings = {
email: "tobias.popovic@hft-stuttgart.de", email: "tobias.popovic@hft-stuttgart.de",
social: [ social: [
{ {
agent: "linkedin", agent: "webpage",
icon: DEFAULT.social.linkedin.icon, icon: DEFAULT.social.webpage.icon,
profile: "https://www.linkedin.com/" profile: "https://www.hft-stuttgart.de/p/tobias-popovic"
} }
] ]
}, },
...@@ -160,9 +160,9 @@ let settings = { ...@@ -160,9 +160,9 @@ let settings = {
email: "diana.arfeli@hft-stuttgart.de", email: "diana.arfeli@hft-stuttgart.de",
social: [ social: [
{ {
agent: "linkedin", agent: "webpage",
icon: DEFAULT.social.linkedin.icon, icon: DEFAULT.social.webpage.icon,
profile: "https://www.linkedin.com/" profile: "https://www.hft-stuttgart.de/p/diana-arfeli"
} }
] ]
}, },
...@@ -172,9 +172,9 @@ let settings = { ...@@ -172,9 +172,9 @@ let settings = {
email: "anke.pfeiffer@hft-stuttgart.de", email: "anke.pfeiffer@hft-stuttgart.de",
social: [ social: [
{ {
agent: "linkedin", agent: "webpage",
icon: DEFAULT.social.linkedin.icon, icon: DEFAULT.social.webpage.icon,
profile: "https://www.linkedin.com/" profile: "https://www.hft-stuttgart.de/p/anke-pfeiffer"
} }
] ]
}, },
...@@ -184,9 +184,9 @@ let settings = { ...@@ -184,9 +184,9 @@ let settings = {
email: "hadi.adineh@hft-stuttgart.de", email: "hadi.adineh@hft-stuttgart.de",
social: [ social: [
{ {
agent: "linkedin", agent: "webpage",
icon: DEFAULT.social.linkedin.icon, icon: DEFAULT.social.webpage.icon,
profile: "https://www.linkedin.com/" profile: "https://www.hft-stuttgart.de/p/hadi-adineh"
} }
] ]
} }
......
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