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
Sven Schneider
urbanVIS
Commits
1f0d7501
Commit
1f0d7501
authored
4 years ago
by
Sven Schneider
Browse files
Options
Download
Email Patches
Plain Diff
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
Showing
2 changed files
public/index.html
+1
-1
public/index.html
public/settings.js
+3
-3
public/settings.js
with
4 additions
and
4 deletions
+4
-4
public/index.html
+
1
-
1
View file @
1f0d7501
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</div>
</div>
<div
class=
"content"
>
<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 -->
<!-- ÄNDERUNGEN NUR NACH DIESER ZEILE -->
...
...
This diff is collapsed.
Click to expand it.
public/settings.js
+
3
-
3
View file @
1f0d7501
//TODO Projektnamen setzen:
//TODO Projektnamen setzen:
let
projektname
=
""
let
projektname
=
"
urbanVIS
"
// TODO Link zur Projektseite setzen
// TODO Link zur Projektseite setzen
let
projektseitenlink
=
""
let
projektseitenlink
=
"
https://www.hft-stuttgart.de/forschung/i-city
"
// TODO URL zum Projektlogo setzen
// 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!
// KEINE ÄNDERUNG NACH DIESER ZEILE!
...
...
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