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
Dec 13, 2023
by
Eric Duminil
Browse files
Fake info
parent
cd022528
Pipeline
#8941
passed with stages
in 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/kontakt.html
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>
...
...
public/settings.js
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!
...
...
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