From c2d4e8b437dc5b5d47a0150b8d97dcfba11a87b8 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 22 Dec 2014 17:08:02 +0000 Subject: [PATCH] logo added and layout changed --- var/www/templates/Wordstrending.html | 10 +++------- var/www/templates/index.html | 15 +++++---------- var/www/update_thirdparty.sh | 6 ++++++ 3 files changed, 14 insertions(+), 17 deletions(-) diff --git a/var/www/templates/Wordstrending.html b/var/www/templates/Wordstrending.html index e8c6b0a5..4713b38f 100644 --- a/var/www/templates/Wordstrending.html +++ b/var/www/templates/Wordstrending.html @@ -23,7 +23,8 @@
+ diff --git a/var/www/templates/index.html b/var/www/templates/index.html index fd6010b4..cedea2f0 100644 --- a/var/www/templates/index.html +++ b/var/www/templates/index.html @@ -11,7 +11,6 @@ - @@ -35,13 +34,15 @@
diff --git a/var/www/update_thirdparty.sh b/var/www/update_thirdparty.sh index e12c46f1..2b5f7703 100755 --- a/var/www/update_thirdparty.sh +++ b/var/www/update_thirdparty.sh @@ -36,3 +36,9 @@ rm -rf ./static/css/plugins/ mv temp/${filename}/css/* ./static/css/ rm -rf temp/ +mkdir -p ./static/image +cd static/image +wget https://www.circl.lu/assets/images/logos/AIL.png -O AIL.png + +cd ../.. +