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