From d6ff14779b0c6daf6910fed4ade5900c468dfe99 Mon Sep 17 00:00:00 2001 From: Koukofikis <athanasios.koukofikis@hft-stuttgart.de> Date: Wed, 5 May 2021 10:39:11 +0000 Subject: [PATCH] Update settings.js --- public/settings.js | 37 +++++-------------------------------- 1 file changed, 5 insertions(+), 32 deletions(-) diff --git a/public/settings.js b/public/settings.js index 845e91d..4634e1f 100644 --- a/public/settings.js +++ b/public/settings.js @@ -44,7 +44,7 @@ const DEFAULT = { let settings = { - pageTitle: "M4_LAB Page Title", + pageTitle: "Geologically Geology", switches: [ { @@ -59,36 +59,9 @@ let settings = { participants: [ { - name: "John Doe", - avatar: DEFAULT.avatar, - email: "john.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 - }, - { - agent: "webpage", - icon: DEFAULT.social.webpage.icon, - profile: "https://johndoe.com" - } - ] - }, - { - name: "Charlotte Doe", - avatar: `${BASE_URL}/assets/images/charlotte.jpg`, - email: "charlotte.doe@lalaland.com", + name: "Sophia Mayweather", + avatar: `${BASE_URL}/assets/images/sophia.jpg`, + email: "sophia.mayweather@geology.com", social: [ { agent: "twitter", @@ -131,4 +104,4 @@ let settings = { title: "Die Gemeinsame Wissenschaftskonferenz" } ] -}; \ No newline at end of file +}; -- GitLab