Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Koukofikis
serene
Commits
cc141546
Commit
cc141546
authored
4 years ago
by
Koukofikis
Browse files
Options
Download
Email Patches
Plain Diff
Update settings.js
parent
ab7cd592
Pipeline
#3579
passed with stages
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/settings.js
+13
-18
public/settings.js
with
13 additions
and
18 deletions
+13
-18
public/settings.js
+
13
-
18
View file @
cc141546
...
...
@@ -44,7 +44,7 @@ const DEFAULT = {
let
settings
=
{
pageTitle
:
"
M4_LAB Page Titl
e
"
,
pageTitle
:
"
Seren
e
"
,
switches
:
[
{
...
...
@@ -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
:
[
{
...
...
@@ -79,20 +79,20 @@ let settings = {
link
:
`
${
BASE_URL
}
/home/`
},
{
menuText
:
"
results
"
,
link
:
`
${
BASE_URL
}
/
results
/`
menuText
:
"
outcome
"
,
link
:
`
${
BASE_URL
}
/
outcome
/`
},
{
menuText
:
"
demo
"
,
link
:
"
http://
example.com
"
link
:
"
http
s
://
demos.cesium.com/NewYork/
"
}
],
participants
:
[
{
name
:
"
John Doe
"
,
avatar
:
DEFAULT
.
avatar
,
email
:
"
john.doe@lalaland
.com
"
,
name
:
"
Sophia Mayweather
"
,
avatar
:
`
${
BASE_URL
}
/assets/images/sophia.jpg`
,
email
:
"
sophia.mayweather@serene
.com
"
,
social
:
[
{
agent
:
"
twitter
"
,
...
...
@@ -108,18 +108,13 @@ let settings = {
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
:
"
Jessica McGregor
"
,
avatar
:
`
${
BASE_URL
}
/assets/images/
jessica
.jpg`
,
email
:
"
jessica.mcgregor@serene
.com
"
,
social
:
[
{
agent
:
"
twitter
"
,
...
...
@@ -162,4 +157,4 @@ let settings = {
title
:
"
Die Gemeinsame Wissenschaftskonferenz
"
}
]
};
\ No newline at end of file
};
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment