Commit d6ff1477 authored by Koukofikis's avatar Koukofikis
Browse files

Update settings.js

parent 5131475c
No related merge requests found
Pipeline #3478 passed with stages
in 19 seconds
Showing with 5 additions and 32 deletions
+5 -32
...@@ -44,7 +44,7 @@ const DEFAULT = { ...@@ -44,7 +44,7 @@ const DEFAULT = {
let settings = { let settings = {
pageTitle: "M4_LAB Page Title", pageTitle: "Geologically Geology",
switches: [ switches: [
{ {
...@@ -59,36 +59,9 @@ let settings = { ...@@ -59,36 +59,9 @@ let settings = {
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@geology.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",
social: [ social: [
{ {
agent: "twitter", agent: "twitter",
...@@ -131,4 +104,4 @@ let settings = { ...@@ -131,4 +104,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