From 6ec7dd607752dc750481d03ccba1e77af3f5711a Mon Sep 17 00:00:00 2001 From: Mayank Choudhary <7mayankchoudhary7@gmail.com> Date: Wed, 25 Nov 2020 02:52:46 +0530 Subject: Added a page for downloading mobile application (#688) Fixes #597 Fixes #697 Co-authored-by: Glandos --- ihatemoney/static/images/app-store.svg | 129 +++++++++++++++++++++++++++++++ ihatemoney/static/images/f-droid.svg | 95 +++++++++++++++++++++++ ihatemoney/static/images/google-play.png | Bin 0 -> 69751 bytes 3 files changed, 224 insertions(+) create mode 100644 ihatemoney/static/images/app-store.svg create mode 100644 ihatemoney/static/images/f-droid.svg create mode 100644 ihatemoney/static/images/google-play.png (limited to 'ihatemoney/static/images') diff --git a/ihatemoney/static/images/app-store.svg b/ihatemoney/static/images/app-store.svg new file mode 100644 index 0000000..ac111e5 --- /dev/null +++ b/ihatemoney/static/images/app-store.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ihatemoney/static/images/f-droid.svg b/ihatemoney/static/images/f-droid.svg new file mode 100644 index 0000000..bac1d08 --- /dev/null +++ b/ihatemoney/static/images/f-droid.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ihatemoney/static/images/google-play.png b/ihatemoney/static/images/google-play.png new file mode 100644 index 0000000..a93fdea Binary files /dev/null and b/ihatemoney/static/images/google-play.png differ -- cgit v1.1