From 576b7647db0beff89853cc7121e061f4057b4a47 Mon Sep 17 00:00:00 2001 From: dcorriveau Date: Thu, 24 Sep 2020 22:47:59 -0400 Subject: [PATCH] changing the layout.html -Added new icons for f-droid and play store -added them to layout and changed the href --- ihatemoney/static/images/android-logo.svg | 64 +++++++++++++++++++++++ ihatemoney/static/images/play-store.svg | 45 ++++++++++++++++ ihatemoney/templates/layout.html | 7 ++- 3 files changed, 114 insertions(+), 2 deletions(-) create mode 100644 ihatemoney/static/images/android-logo.svg create mode 100644 ihatemoney/static/images/play-store.svg diff --git a/ihatemoney/static/images/android-logo.svg b/ihatemoney/static/images/android-logo.svg new file mode 100644 index 00000000..7bfd6901 --- /dev/null +++ b/ihatemoney/static/images/android-logo.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ihatemoney/static/images/play-store.svg b/ihatemoney/static/images/play-store.svg new file mode 100644 index 00000000..ff708536 --- /dev/null +++ b/ihatemoney/static/images/play-store.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ihatemoney/templates/layout.html b/ihatemoney/templates/layout.html index 1e16c7e2..5d6fd473 100644 --- a/ihatemoney/templates/layout.html +++ b/ihatemoney/templates/layout.html @@ -144,8 +144,11 @@ {{ static_include("images/git.svg") | safe }} - - {{ static_include("images/mobile-alt.svg") | safe }} + + {{ static_include("images/android-logo.svg") | safe }} + + + {{ static_include("images/play-store.svg") | safe }} {{ static_include("images/book.svg") | safe }}