Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sven Schneider
urbanVIS
Commits
1f0d7501
Commit
1f0d7501
authored
Oct 08, 2020
by
Sven Schneider
Browse files
added projectname to settings.js
parent
0c6998fe
Pipeline
#1044
passed with stages
in 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/index.html
View file @
1f0d7501
...
...
@@ -21,7 +21,7 @@
</div>
<div
class=
"content"
>
<!--
<h1 id='projectname'></h1> <!--Projektname kommt aus settings.js, hier nichts einfügen-->
<!-- <h1 id='projectname'></h1> <!--Projektname kommt aus settings.js, hier nichts einfügen
-->
<!-- ÄNDERUNGEN NUR NACH DIESER ZEILE -->
...
...
public/settings.js
View file @
1f0d7501
//TODO Projektnamen setzen:
let
projektname
=
""
let
projektname
=
"
urbanVIS
"
// TODO Link zur Projektseite setzen
let
projektseitenlink
=
""
let
projektseitenlink
=
"
https://www.hft-stuttgart.de/forschung/i-city
"
// TODO URL zum Projektlogo setzen
let
projektlogourl
=
""
let
projektlogourl
=
"
https://www.hft-stuttgart.de/fileadmin/Dateien/Forschung/_processed_/1/7/csm_i_City_Veranstaltung_51d451ad8b.png
"
// KEINE ÄNDERUNG NACH DIESER ZEILE!
...
...
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