Commit 1e03b3c5 authored by Joe T.S.'s avatar Joe T.S. 🏓
Browse files

Update public/settings.js

parent f6684dd2
Pipeline #3883 passed with stages
in 19 seconds
...@@ -44,7 +44,7 @@ const DEFAULT = { ...@@ -44,7 +44,7 @@ const DEFAULT = {
let settings = { let settings = {
pageTitle: "M4_LAB Page Title", pageTitle: "Buildicipate",
switches: [ switches: [
{ {
...@@ -67,12 +67,12 @@ let settings = { ...@@ -67,12 +67,12 @@ let settings = {
projectLogo: `${BASE_URL}/assets/logos/M4_LAB_tr.png`, projectLogo: `${BASE_URL}/assets/logos/M4_LAB_tr.png`,
projectName: "M4_LAB Page Demo", projectName: "Buildicipate",
participants: [ participants: [
{ {
name: "Patrick Wuerstle", name: "Patrick Wuerstle",
avatar: DEFAULT.avatar, avatar: "https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/7/f/csm_ImageProfil_e7a92cdd9b.jpg",
email: "patrick.Wuerstle@hft-stuttgart.de", email: "patrick.Wuerstle@hft-stuttgart.de",
social: [ social: [
{ {
...@@ -99,8 +99,8 @@ let settings = { ...@@ -99,8 +99,8 @@ let settings = {
}, },
{ {
name: "Rushi", name: "Rushi",
avatar: `${BASE_URL}/assets/images/charlotte.jpg`, avatar: `https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/1/6/csm_Passport_Size_Pic__2__d559dc6245.jpg`,
email: "charlotte.doe@lalaland.com", email: "rushikesh.padsala@hft-stuttgart.de",
social: [ social: [
{ {
agent: "twitter", agent: "twitter",
...@@ -158,11 +158,6 @@ let settings = { ...@@ -158,11 +158,6 @@ let settings = {
logo: `${BASE_URL}/assets/logos/logo2.png`, logo: `${BASE_URL}/assets/logos/logo2.png`,
href: "https://www.bmbf.de", href: "https://www.bmbf.de",
title: "Bundesministerium für Bildung und Forschung" title: "Bundesministerium für Bildung und Forschung"
},
{
logo: `${BASE_URL}/assets/logos/logo3.png`,
href: "https://www.gwk-bonn.de",
title: "Die Gemeinsame Wissenschaftskonferenz"
} }
] ]
}; };
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