]> git.ipfire.org Git - ipfire.org.git/commitdiff
Install images for index page
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 12 Jul 2018 17:56:18 +0000 (18:56 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 12 Jul 2018 17:56:18 +0000 (18:56 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/scss/style.scss

index 4e4c1140385472a127183fd2b7bc135bc8611f65..79635b2330ab633efb750aaff41b8ccaf4d0b215 100644 (file)
@@ -147,9 +147,11 @@ static_fonts_DATA = \
 static_fontsdir = $(staticdir)/fonts
 
 static_images_DATA = \
-       # TODO
+       src/static/img/appliance-pro.png \
+       src/static/img/header-background.jpg \
+       src/static/img/ipfire-tux.png
 
-static_imagesdir = $(staticdir)/images
+static_imagesdir = $(staticdir)/img
 
 static_js_DATA = \
        # TODO
index c2be497bd1652f784c23e085525e8447974710e5..0bcb06e2e33b69553df73865a404a4ba9a210786 100644 (file)
@@ -135,7 +135,7 @@ footer {
 // Sections
 section.intro {
        min-height: 100vh;
-       background-image: url('../img/header-background.jpg');
+       background-image: url('img/header-background.jpg');
        background-size: cover;
        background-attachment: fixed;
        background-position: center top;
@@ -164,7 +164,7 @@ section.intro {
                        content: "";
                        height: 60px;
                        width: 76px;
-                       background-image: url('../img/ipfire-tux.png');
+                       background-image: url('img/ipfire-tux.png');
                        background-repeat: no-repeat;
                        background-position: center center;
                        background-size: contain;