Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Koukofikis
reactive
Commits
a6fea3d0
You need to sign in or sign up before continuing.
Commit
a6fea3d0
authored
May 05, 2021
by
Koukofikis
Browse files
Update settings.js
parent
668332fe
Pipeline
#3443
passed with stages
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/settings.js
View file @
a6fea3d0
...
@@ -44,7 +44,7 @@ const DEFAULT = {
...
@@ -44,7 +44,7 @@ const DEFAULT = {
let
settings
=
{
let
settings
=
{
pageTitle
:
"
M4_LAB Page Titl
e
"
,
pageTitle
:
"
Reactiv
e
"
,
switches
:
[
switches
:
[
{
{
...
@@ -65,15 +65,15 @@ let settings = {
...
@@ -65,15 +65,15 @@ let settings = {
}
}
],
],
projectLogo
:
`
${
BASE_URL
}
/assets/logos/
M4_LAB_tr
.png`
,
projectLogo
:
`
${
BASE_URL
}
/assets/logos/
logo
.png`
,
projectName
:
"
M4_LAB Page Demo
"
,
projectName
:
"
Reactive
"
,
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@reactive
.com
"
,
social
:
[
social
:
[
{
{
agent
:
"
twitter
"
,
agent
:
"
twitter
"
,
...
@@ -89,18 +89,13 @@ let settings = {
...
@@ -89,18 +89,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@reactive
.com
"
,
social
:
[
social
:
[
{
{
agent
:
"
twitter
"
,
agent
:
"
twitter
"
,
...
@@ -143,4 +138,4 @@ let settings = {
...
@@ -143,4 +138,4 @@ let settings = {
title
:
"
Die Gemeinsame Wissenschaftskonferenz
"
title
:
"
Die Gemeinsame Wissenschaftskonferenz
"
}
}
]
]
};
};
\ No newline at end of file
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