From 175f4d24d1edb28e001b3652502e57b9ee88670b Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Tue, 9 Jun 2020 12:17:26 +0200 Subject: [PATCH] Add SVG logos Signed-off-by: Michael Mayer --- assets/static/svg/logo-black.svg | 1 + assets/static/svg/logo-text-black.svg | 1 + assets/static/svg/logo-text-white.svg | 1 + assets/static/svg/logo-white.svg | 1 + 4 files changed, 4 insertions(+) create mode 100644 assets/static/svg/logo-black.svg create mode 100644 assets/static/svg/logo-text-black.svg create mode 100644 assets/static/svg/logo-text-white.svg create mode 100644 assets/static/svg/logo-white.svg diff --git a/assets/static/svg/logo-black.svg b/assets/static/svg/logo-black.svg new file mode 100644 index 000000000..abf0fd0c8 --- /dev/null +++ b/assets/static/svg/logo-black.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/static/svg/logo-text-black.svg b/assets/static/svg/logo-text-black.svg new file mode 100644 index 000000000..399e0a0f4 --- /dev/null +++ b/assets/static/svg/logo-text-black.svg @@ -0,0 +1 @@ +PhotoPrism \ No newline at end of file diff --git a/assets/static/svg/logo-text-white.svg b/assets/static/svg/logo-text-white.svg new file mode 100644 index 000000000..3e1d57cd8 --- /dev/null +++ b/assets/static/svg/logo-text-white.svg @@ -0,0 +1 @@ +PhotoPrism \ No newline at end of file diff --git a/assets/static/svg/logo-white.svg b/assets/static/svg/logo-white.svg new file mode 100644 index 000000000..bff665c45 --- /dev/null +++ b/assets/static/svg/logo-white.svg @@ -0,0 +1 @@ + \ No newline at end of file