From 112ea9f99604cdeeda488697a253ef14871a4440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Mog=C3=A8re?= Date: Tue, 24 Sep 2024 14:48:47 +0200 Subject: [PATCH] chore: updated logo --- app/assets/logo.svg | 18 +++++++ app/components/AppFooter.vue | 6 +-- app/components/ProjectPanel.vue | 52 ++++++-------------- app/components/config/ConfigDrawer.vue | 2 +- app/components/project/RecursiveSection.vue | 4 +- app/pages/index.vue | 52 ++++++-------------- public/android-chrome-192x192.png | Bin 20783 -> 4903 bytes public/android-chrome-256x256.png | Bin 36823 -> 0 bytes public/android-chrome-512x512.png | Bin 0 -> 20746 bytes public/apple-touch-icon.png | Bin 5785 -> 4971 bytes public/browserconfig.xml | 2 +- public/favicon-16x16.png | Bin 1457 -> 761 bytes public/favicon-32x32.png | Bin 1826 -> 1165 bytes public/favicon.ico | Bin 15086 -> 15086 bytes public/logo-80x80.png | Bin 22108 -> 0 bytes public/mstile-144x144.png | Bin 0 -> 3221 bytes public/mstile-150x150.png | Bin 9852 -> 3872 bytes public/mstile-310x150.png | Bin 0 -> 4254 bytes public/mstile-310x310.png | Bin 0 -> 10490 bytes public/mstile-70x70.png | Bin 0 -> 2914 bytes public/safari-pinned-tab.svg | 37 +++++--------- public/screenshot.jpg | Bin 144122 -> 151171 bytes public/site.webmanifest | 34 ++++++------- 23 files changed, 83 insertions(+), 124 deletions(-) create mode 100644 app/assets/logo.svg delete mode 100644 public/android-chrome-256x256.png create mode 100644 public/android-chrome-512x512.png delete mode 100644 public/logo-80x80.png create mode 100644 public/mstile-144x144.png create mode 100644 public/mstile-310x150.png create mode 100644 public/mstile-310x310.png create mode 100644 public/mstile-70x70.png diff --git a/app/assets/logo.svg b/app/assets/logo.svg new file mode 100644 index 0000000..f3205da --- /dev/null +++ b/app/assets/logo.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/components/AppFooter.vue b/app/components/AppFooter.vue index 814a04a..9e48391 100644 --- a/app/components/AppFooter.vue +++ b/app/components/AppFooter.vue @@ -2,12 +2,12 @@ diff --git a/app/components/ProjectPanel.vue b/app/components/ProjectPanel.vue index 3ed4a6c..4294808 100644 --- a/app/components/ProjectPanel.vue +++ b/app/components/ProjectPanel.vue @@ -134,45 +134,21 @@ onMounted(() => { :class="[panelCollapsed ? 'w-16 relative' : 'w-64 fixed md:relative']" >
- +
+ -

- Clover Map -

+

+ Clover Map +

+