From 6bb585f305c9a55610b70be8a777acb8635f52ed Mon Sep 17 00:00:00 2001 From: Jake Hamilton Date: Wed, 23 Oct 2024 09:54:14 -0700 Subject: [PATCH] feat: add logo assets --- src/routes/+layout.svelte | 8 +- static/images/floral-systems-logo-text.svg | 1690 ++++++++++++++++ static/images/floral-systems-logo-v2-dark.svg | 1774 +++++++++++++++++ static/images/floral-systems-logo-v2.svg | 1774 +++++++++++++++++ static/images/flower-v2-blue.svg | 469 +++++ static/images/flower-v2-gray-flat-simple.svg | 89 + static/images/flower-v2-gray-flat.svg | 368 ++++ static/images/flower-v2-gray.svg | 469 +++++ static/images/flower-v2.svg | 469 +++++ 9 files changed, 7107 insertions(+), 3 deletions(-) create mode 100644 static/images/floral-systems-logo-text.svg create mode 100644 static/images/floral-systems-logo-v2-dark.svg create mode 100644 static/images/floral-systems-logo-v2.svg create mode 100644 static/images/flower-v2-blue.svg create mode 100644 static/images/flower-v2-gray-flat-simple.svg create mode 100644 static/images/flower-v2-gray-flat.svg create mode 100644 static/images/flower-v2-gray.svg create mode 100644 static/images/flower-v2.svg diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 5b1611c..f74ce40 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,5 +1,6 @@