Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eric Duminil
proof-of-concept
Commits
fc4f2573
Commit
fc4f2573
authored
1 year ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
Fake info
parent
cd022528
Pipeline
#8941
passed with stages
in 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/kontakt.html
+4
-4
public/kontakt.html
public/settings.js
+3
-3
public/settings.js
with
7 additions
and
7 deletions
+7
-7
public/kontakt.html
+
4
-
4
View file @
fc4f2573
...
...
@@ -14,8 +14,8 @@
<h1
id=
'projectname'
></h1>
<!--Projektname kommt aus settings.js, hier nichts einfügen-->
<h2>
Kontakt:
</h2>
<!-- ÄNDERUNGEN NUR NACH DIESER ZEILE -->
<!-- ÄNDERUNGEN NUR NACH DIESER ZEILE -->
<!-- TODO Daten anpasen -->
<div
class=
"news"
>
<div
class=
"header"
>
...
...
@@ -23,14 +23,14 @@
</div>
<div
class=
"text"
>
<p>
Max Mustermann
Eric Duminil
</p>
<p>
Bei Fragen zum Projekt kontaktieren Sie
<a
href=
"mailto:max.mustermann@hft-stuttgart.de"
>
max.mustermann@hft-stuttgart.de
</a>
</p>
</div>
</div>
<!-- KEINE ÄNDERUNGEN NACH DIESER ZEILE -->
<!-- KEINE ÄNDERUNGEN NACH DIESER ZEILE -->
</div>
<script
src=
"settings.js"
>
</script>
</body>
...
...
This diff is collapsed.
Click to expand it.
public/settings.js
+
3
-
3
View file @
fc4f2573
//TODO Projektnamen setzen:
let
projektname
=
""
let
projektname
=
"
Proof of concept
"
// TODO Link zur Projektseite setzen
let
projektseitenlink
=
""
let
projektseitenlink
=
"
example.com
"
// TODO URL zum Projektlogo setzen
let
projektlogourl
=
""
let
projektlogourl
=
"
example.com/logo.png
"
// 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