Commit cc141546 authored by Koukofikis's avatar Koukofikis
Browse files

Update settings.js

parent ab7cd592
Pipeline #3579 passed with stages
in 19 seconds
Showing with 13 additions and 18 deletions
+13 -18
...@@ -44,7 +44,7 @@ const DEFAULT = { ...@@ -44,7 +44,7 @@ const DEFAULT = {
let settings = { let settings = {
pageTitle: "M4_LAB Page Title", pageTitle: "Serene",
switches: [ switches: [
{ {
...@@ -69,9 +69,9 @@ let settings = { ...@@ -69,9 +69,9 @@ let settings = {
} }
], ],
projectLogo: `${BASE_URL}/assets/logos/M4_LAB_tr.png`, projectLogo: `${BASE_URL}/assets/logos/logo.png`,
projectName: "M4_LAB Page Demo", projectName: "Serene",
menu: [ menu: [
{ {
...@@ -79,20 +79,20 @@ let settings = { ...@@ -79,20 +79,20 @@ let settings = {
link: `${BASE_URL}/home/` link: `${BASE_URL}/home/`
}, },
{ {
menuText: "results", menuText: "outcome",
link: `${BASE_URL}/results/` link: `${BASE_URL}/outcome/`
}, },
{ {
menuText: "demo", menuText: "demo",
link: "http://example.com" link: "https://demos.cesium.com/NewYork/"
} }
], ],
participants: [ participants: [
{ {
name: "John Doe", name: "Sophia Mayweather",
avatar: DEFAULT.avatar, avatar: `${BASE_URL}/assets/images/sophia.jpg`,
email: "john.doe@lalaland.com", email: "sophia.mayweather@serene.com",
social: [ social: [
{ {
agent: "twitter", agent: "twitter",
...@@ -108,18 +108,13 @@ let settings = { ...@@ -108,18 +108,13 @@ let settings = {
agent: "linkedin", agent: "linkedin",
icon: DEFAULT.social.linkedin.icon, icon: DEFAULT.social.linkedin.icon,
profile: DEFAULT.social.linkedin.profile profile: DEFAULT.social.linkedin.profile
},
{
agent: "webpage",
icon: DEFAULT.social.webpage.icon,
profile: "https://johndoe.com"
} }
] ]
}, },
{ {
name: "Charlotte Doe", name: "Jessica McGregor",
avatar: `${BASE_URL}/assets/images/charlotte.jpg`, avatar: `${BASE_URL}/assets/images/jessica.jpg`,
email: "charlotte.doe@lalaland.com", email: "jessica.mcgregor@serene.com",
social: [ social: [
{ {
agent: "twitter", agent: "twitter",
...@@ -162,4 +157,4 @@ let settings = { ...@@ -162,4 +157,4 @@ let settings = {
title: "Die Gemeinsame Wissenschaftskonferenz" title: "Die Gemeinsame Wissenschaftskonferenz"
} }
] ]
}; };
\ No newline at end of file
Supports Markdown
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