Commit 9ff995f8 authored by Patrick's avatar Patrick
Browse files

update Image

parent 505b2b76
Pipeline #6538 passed with stages
in 10 seconds
......@@ -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"
......
......@@ -35,7 +35,7 @@ header {
position: relative;
width: 100%;
height: 43.2vw;
background: url(../images/header.jpg);
background: url(../images/headerV2.jpg);
background-size: contain;
background-repeat: no-repeat;
display: flex;
......
......@@ -32,8 +32,8 @@
<div id="projectname"></div>
</header>
<div class="content">
<h1>Abstract</h1>
<h1>Handlungsleitfaden M4_Lab TV3</h1>
<h2>Abstract</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pellentesque diam ipsum, nec
......@@ -49,7 +49,7 @@
nibh.
</p><br>
<h1>Kapitelthemen</h1>
<h2>Kapitelthemen</h2>
<div class="row">
<div class="col-lg-4">
......
......@@ -48,7 +48,7 @@ const DEFAULT = {
let settings = {
pageTitle: "M4_LAB Page Title",
pageTitle: "M4_LAB Handlungsleitfaden",
switches: [
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment