From bd1122cc0e3c5524bea6f4dc97422eaeb52ed8d2 Mon Sep 17 00:00:00 2001 From: Jojo144 Date: Thu, 7 May 2020 22:34:31 +0200 Subject: Integrate illustrations as a showcase (#544) Integrate some custom graphics, and a whole comics explanation, only in French for now. Fix #363 --- ihatemoney/static/images/bill.svg | 88 +++++++++++++++++++ ihatemoney/static/images/hand-holding-heart.svg | 1 - ihatemoney/static/images/indicate.svg | 88 +++++++++++++++++++ ihatemoney/static/images/read.svg | 55 ++++++++++++ ihatemoney/static/images/share.svg | 108 ++++++++++++++++++++++++ 5 files changed, 339 insertions(+), 1 deletion(-) create mode 100644 ihatemoney/static/images/bill.svg delete mode 100644 ihatemoney/static/images/hand-holding-heart.svg create mode 100644 ihatemoney/static/images/indicate.svg create mode 100644 ihatemoney/static/images/read.svg create mode 100644 ihatemoney/static/images/share.svg (limited to 'ihatemoney/static/images') diff --git a/ihatemoney/static/images/bill.svg b/ihatemoney/static/images/bill.svg new file mode 100644 index 0000000..7272fa2 --- /dev/null +++ b/ihatemoney/static/images/bill.svg @@ -0,0 +1,88 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + + + + + + + + + + + + + + diff --git a/ihatemoney/static/images/hand-holding-heart.svg b/ihatemoney/static/images/hand-holding-heart.svg deleted file mode 100644 index 65ee45e..0000000 --- a/ihatemoney/static/images/hand-holding-heart.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ihatemoney/static/images/indicate.svg b/ihatemoney/static/images/indicate.svg new file mode 100644 index 0000000..1d6caae --- /dev/null +++ b/ihatemoney/static/images/indicate.svg @@ -0,0 +1,88 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + + + + + + + + diff --git a/ihatemoney/static/images/read.svg b/ihatemoney/static/images/read.svg new file mode 100644 index 0000000..e35bf59 --- /dev/null +++ b/ihatemoney/static/images/read.svg @@ -0,0 +1,55 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + + diff --git a/ihatemoney/static/images/share.svg b/ihatemoney/static/images/share.svg new file mode 100644 index 0000000..cfdc9fe --- /dev/null +++ b/ihatemoney/static/images/share.svg @@ -0,0 +1,108 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + + + + + + + + + + -- cgit v1.1