From 72acde7122a79c5a68a9e9ec1e3885a6f2d443a2 Mon Sep 17 00:00:00 2001 From: Brice Maron Date: Wed, 31 Jul 2019 00:07:29 +0200 Subject: Add footer with links --- ihatemoney/static/images/book.svg | 1 + ihatemoney/static/images/cog.svg | 1 + ihatemoney/static/images/github.svg | 1 + ihatemoney/static/images/mobile-alt.svg | 1 + ihatemoney/static/images/plus.svg | 1 + 5 files changed, 5 insertions(+) create mode 100644 ihatemoney/static/images/book.svg create mode 100644 ihatemoney/static/images/cog.svg create mode 100644 ihatemoney/static/images/github.svg create mode 100644 ihatemoney/static/images/mobile-alt.svg create mode 100644 ihatemoney/static/images/plus.svg (limited to 'ihatemoney/static/images') diff --git a/ihatemoney/static/images/book.svg b/ihatemoney/static/images/book.svg new file mode 100644 index 0000000..d27fdae --- /dev/null +++ b/ihatemoney/static/images/book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ihatemoney/static/images/cog.svg b/ihatemoney/static/images/cog.svg new file mode 100644 index 0000000..fb5bd35 --- /dev/null +++ b/ihatemoney/static/images/cog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ihatemoney/static/images/github.svg b/ihatemoney/static/images/github.svg new file mode 100644 index 0000000..7870c06 --- /dev/null +++ b/ihatemoney/static/images/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ihatemoney/static/images/mobile-alt.svg b/ihatemoney/static/images/mobile-alt.svg new file mode 100644 index 0000000..e808459 --- /dev/null +++ b/ihatemoney/static/images/mobile-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ihatemoney/static/images/plus.svg b/ihatemoney/static/images/plus.svg new file mode 100644 index 0000000..95992e1 --- /dev/null +++ b/ihatemoney/static/images/plus.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.1