From 4336c3bb3ff93c47a8335d6fa4770baa176af187 Mon Sep 17 00:00:00 2001 From: nexxo Date: Sat, 25 Jul 2026 15:31:33 +0200 Subject: [PATCH] feat(brand): CluPilot logo mark + SVG favicon across layouts Co-Authored-By: Claude Opus 4.8 --- public/favicon.svg | 14 ++++++++++++++ resources/views/components/ui/logo.blade.php | 14 ++++++++++++++ resources/views/landing.blade.php | 2 ++ resources/views/layouts/admin.blade.php | 3 +++ resources/views/layouts/portal-app.blade.php | 7 ++++++- resources/views/layouts/portal.blade.php | 2 ++ 6 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 public/favicon.svg create mode 100644 resources/views/components/ui/logo.blade.php diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..3de6924 --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/resources/views/components/ui/logo.blade.php b/resources/views/components/ui/logo.blade.php new file mode 100644 index 0000000..0f7104e --- /dev/null +++ b/resources/views/components/ui/logo.blade.php @@ -0,0 +1,14 @@ +{{-- CluPilot mark: cloud + autopilot ascent, on the accent gradient. --}} + diff --git a/resources/views/landing.blade.php b/resources/views/landing.blade.php index 2f70872..9dd229b 100644 --- a/resources/views/landing.blade.php +++ b/resources/views/landing.blade.php @@ -4,6 +4,8 @@ CluPilot Cloud — Ihre firmeneigene Cloud + + @verbatim