From daf147e9c18a8e3125fb876d139801465959ee8b Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Sun, 1 Mar 2015 18:14:44 +0100 Subject: [PATCH] Added background pattern --- css/crep.css | 4 ++++ img/Makefile | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/css/crep.css b/css/crep.css index 735832c..d5655f8 100755 --- a/css/crep.css +++ b/css/crep.css @@ -1,3 +1,7 @@ +body { + background: url('../img/mainBgPattern.png') +} + .navbar-lower { margin-top: 50px; diff --git a/img/Makefile b/img/Makefile index f11862e..2d7c73e 100755 --- a/img/Makefile +++ b/img/Makefile @@ -1,7 +1,11 @@ GENIMG=lille1.png polytechlille.png CMPIMG=CREP-1.jpg CREP-2.jpg CREP-3.jpg CREP-4.jpg CREP-5.jpg -all: $(GENIMG) $(CMPIMG) +all: $(GENIMG) $(CMPIMG) mainBgPattern.png + +mainBgPattern.png: + wget http://subtlepatterns.com/patterns/low_contrast_linen.png -O $@ + convert -negate $@ $@ %.png: %.svg convert -background none $< $@ -- libgit2 0.21.2