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/css/download_mobile_app.css | 13 +++ ihatemoney/static/images/app-store.svg | 129 ++++++++++++++++++++++++++ ihatemoney/static/images/f-droid.svg | 95 +++++++++++++++++++ ihatemoney/static/images/google-play.png | Bin 0 -> 69751 bytes 4 files changed, 237 insertions(+) create mode 100644 ihatemoney/static/css/download_mobile_app.css 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') diff --git a/ihatemoney/static/css/download_mobile_app.css b/ihatemoney/static/css/download_mobile_app.css new file mode 100644 index 0000000..8fe87bb --- /dev/null +++ b/ihatemoney/static/css/download_mobile_app.css @@ -0,0 +1,13 @@ +.get-it-from { + width: 100px; + min-height: 110px; + border: 5px solid floralwhite; + background-color: white; margin: 10px; +} +.get-it-from:hover { + opacity: 80%; +} +main { + background: linear-gradient(150deg, #abe128 0%, #43ca61 100%); + font-family: 'Comfortaa', arial, serif; +} 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