Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Handlungsleitfaden
website
Commits
9ff995f8
Commit
9ff995f8
authored
3 years ago
by
Patrick
Browse files
Options
Download
Email Patches
Plain Diff
update Image
parent
505b2b76
Pipeline
#6538
passed with stages
in 10 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitlab-ci.yml
+1
-0
.gitlab-ci.yml
public/assets/css/style.css
+1
-1
public/assets/css/style.css
public/assets/images/headerV2.jpg
+0
-0
public/assets/images/headerV2.jpg
public/home/index.html
+3
-3
public/home/index.html
public/settings.js
+1
-1
public/settings.js
with
6 additions
and
5 deletions
+6
-5
.gitlab-ci.yml
+
1
-
0
View file @
9ff995f8
...
...
@@ -14,6 +14,7 @@ test-job:
-
test -f public/assets/css/style.css
-
test -f public/assets/css/mobile.css
-
test -f public/assets/images/header.jpg
-
test -f public/assets/images/headerV2.jpg
-
test -f public/assets/images/hft_logo.svg
-
test -f public/home/index.html
-
echo "Test finished, all ok"
...
...
This diff is collapsed.
Click to expand it.
public/assets/css/style.css
+
1
-
1
View file @
9ff995f8
...
...
@@ -35,7 +35,7 @@ header {
position
:
relative
;
width
:
100%
;
height
:
43.2vw
;
background
:
url(../images/header.jpg)
;
background
:
url(../images/header
V2
.jpg)
;
background-size
:
contain
;
background-repeat
:
no-repeat
;
display
:
flex
;
...
...
This diff is collapsed.
Click to expand it.
public/assets/images/headerV2.jpg
0 → 100644
+
0
-
0
View file @
9ff995f8
253 KB
This diff is collapsed.
Click to expand it.
public/home/index.html
+
3
-
3
View file @
9ff995f8
...
...
@@ -32,8 +32,8 @@
<div
id=
"projectname"
></div>
</header>
<div
class=
"content"
>
<h
1
>
Abstract
</h
1
>
<h1>
Handlungsleitfaden M4_Lab TV3
</h1>
<h
2
>
Abstract
</h
2
>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pellentesque diam ipsum, nec
...
...
@@ -49,7 +49,7 @@
nibh.
</p><br>
<h
1
>
Kapitelthemen
</h
1
>
<h
2
>
Kapitelthemen
</h
2
>
<div
class=
"row"
>
<div
class=
"col-lg-4"
>
...
...
This diff is collapsed.
Click to expand it.
public/settings.js
+
1
-
1
View file @
9ff995f8
...
...
@@ -48,7 +48,7 @@ const DEFAULT = {
let
settings
=
{
pageTitle
:
"
M4_LAB
Page Title
"
,
pageTitle
:
"
M4_LAB
Handlungsleitfaden
"
,
switches
:
[
{
...
...
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