From 4a03638c74ab8cddab3898bd76ed43774d693a76 Mon Sep 17 00:00:00 2001 From: Maciej Pienczyn Date: Tue, 27 Jan 2026 17:51:39 +0100 Subject: [PATCH] feat(branding): Dodanie oficjalnego logo Izby Norda MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Logo w headerze (zastąpienie generycznej ikony SVG) - Logo w footerze (nad nazwą "Norda Biznes Hub") - Logo pobrane lokalnie do static/img/ dla wydajności Co-Authored-By: Claude Opus 4.5 --- static/img/norda-logo.svg | 1 + templates/base.html | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 static/img/norda-logo.svg diff --git a/static/img/norda-logo.svg b/static/img/norda-logo.svg new file mode 100644 index 0000000..b46ca34 --- /dev/null +++ b/static/img/norda-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 7e1a693..edf73f0 100755 --- a/templates/base.html +++ b/templates/base.html @@ -934,9 +934,7 @@