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

Update settings.js

parent ce577718
Pipeline #5042 passed with stages
in 14 seconds
......@@ -71,7 +71,7 @@ let settings = {
projectLogo: `${BASE_URL}/assets/logos/M4_LAB_tr.png`,
projectName: "ICT4iCity SPBI",
projectName: "ICT4iCity Smart Public Buildings and Infrastructures",
menu: [
{
......@@ -90,7 +90,7 @@ let settings = {
participants: [
{
name: "John Doe",
name: "Prof. Dr.-Ing. Dieter Uckelmann",
avatar: DEFAULT.avatar,
email: "john.doe@lalaland.com",
social: [
......@@ -117,7 +117,29 @@ let settings = {
]
},
{
name: "Charlotte Doe",
name: "Myriam Guedey",
avatar: `${BASE_URL}/assets/images/charlotte.jpg`,
email: "charlotte.doe@lalaland.com",
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
}
]
},
{
name: "Robert Otto",
avatar: `${BASE_URL}/assets/images/charlotte.jpg`,
email: "charlotte.doe@lalaland.com",
social: [
......
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