Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
zedflow
EnSim4iCity
Commits
b19cd05c
Commit
b19cd05c
authored
2 years ago
by
Kutzner
Browse files
Options
Download
Email Patches
Plain Diff
Update settings.js
parent
7afb735a
Pipeline
#6483
passed with stages
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/settings.js
+27
-34
public/settings.js
with
27 additions
and
34 deletions
+27
-34
public/settings.js
+
27
-
34
View file @
b19cd05c
...
...
@@ -44,12 +44,12 @@ const DEFAULT = {
let
settings
=
{
pageTitle
:
"
M4_LAB Page Title
"
,
pageTitle
:
"
EnSim4iCity
"
,
switches
:
[
{
name
:
"
projectLogo
"
,
state
:
O
N
state
:
O
FF
},
{
name
:
"
projectName
"
,
...
...
@@ -69,9 +69,10 @@ let settings = {
}
],
projectLogo
:
`
${
BASE_URL
}
/assets/logos/M4_LAB_tr.png`
,
//projectLogo: `${BASE_URL}/assets/logos/M4_LAB_tr.png`,
projectLogo
:
``
,
projectName
:
"
M4_LAB Page Demo
"
,
projectName
:
"
EnSim4iCity@ZedFLoW
"
,
menu
:
[
{
...
...
@@ -90,51 +91,43 @@ let settings = {
participants
:
[
{
name
:
"
John Doe
"
,
avatar
:
DEFAULT
.
avatar
,
email
:
"
john.doe@lalaland.com
"
,
name
:
"
Prof. Dr.-Ing. Dieter Uckelmann
"
,
avatar
:
"
https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/c/3/csm_Uckelmann-5_def04d7699.jpg
"
,
email
:
"
dieter.uckelmann@hft-stuttgart.de
"
,
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
profile
:
"
https://www.linkedin.com/in/dieter-uckelmann-58aaa93
"
},
{
agent
:
"
webpage
"
,
icon
:
DEFAULT
.
social
.
webpage
.
icon
,
profile
:
"
https://
johndoe.com
"
profile
:
"
https://
www.hft-stuttgart.de/p/dieter-uckelmann
"
}
]
},
{
name
:
"
Charlotte Doe
"
,
name
:
"
Elisabeth Kraxner
"
,
avatar
:
`
${
BASE_URL
}
/assets/images/charlotte.jpg`
,
email
:
"
charlotte.doe@lalaland.com
"
,
email
:
"
elisabeth.kraxner@hft-stuttgart.de
"
,
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
:
"
webpage
"
,
icon
:
DEFAULT
.
social
.
webpage
.
icon
,
profile
:
"
https://www.hft-stuttgart.de/p/elisabeth-kraxner
"
}
]
},
{
name
:
"
Kevin Kutzner
"
,
avatar
:
"
https://www.hft-stuttgart.de/fileadmin/Dateien/Profilbilder/_processed_/0/f/csm_foto_sepia_50prozent_1f57d4d631.jpg
"
,
email
:
"
kevin.kutzner@hft-stuttgart.de
"
,
social
:
[
{
agent
:
"
linkedin
"
,
icon
:
DEFAULT
.
social
.
linkedin
.
icon
,
profile
:
DEFAULT
.
social
.
linkedin
.
profile
agent
:
"
webpage
"
,
icon
:
DEFAULT
.
social
.
webpage
.
icon
,
profile
:
"
https://www.hft-stuttgart.de/p/kevin-kutzner
"
}
]
}
...
...
@@ -162,4 +155,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
Menu
Explore
Projects
Groups
Snippets