From d1af2bf4c64972cda61d2d56a2bbcffcf12c4c5f Mon Sep 17 00:00:00 2001 From: nessi Date: Thu, 12 Feb 2026 11:32:10 +0100 Subject: [PATCH] Improve design and add logo --- frontend/index.html | 1 + frontend/public/favicon.svg | 2285 ++++++++++++++++++++++++++++++ frontend/public/nexapg-logo.svg | 2285 ++++++++++++++++++++++++++++++ frontend/src/App.jsx | 5 +- frontend/src/pages/LoginPage.jsx | 1 + frontend/src/styles.css | 100 +- 6 files changed, 4638 insertions(+), 39 deletions(-) create mode 100644 frontend/public/favicon.svg create mode 100644 frontend/public/nexapg-logo.svg diff --git a/frontend/index.html b/frontend/index.html index 1a5c08b..d73c2db 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,6 +3,7 @@ + NexaPG Monitor diff --git a/frontend/public/favicon.svg b/frontend/public/favicon.svg new file mode 100644 index 0000000..ee17e2e --- /dev/null +++ b/frontend/public/favicon.svg @@ -0,0 +1,2285 @@ + + + + diff --git a/frontend/public/nexapg-logo.svg b/frontend/public/nexapg-logo.svg new file mode 100644 index 0000000..ee17e2e --- /dev/null +++ b/frontend/public/nexapg-logo.svg @@ -0,0 +1,2285 @@ + + + + diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index b6ea61c..7dfc5df 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -22,7 +22,10 @@ function Layout({ children }) { return (