From fa1c2917839140fb60e7f2b1a7596b4bf6e52ae1 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 9 Jun 2026 04:23:34 -0300 Subject: [PATCH] new logo SVGs (color + black) replacing inline icon+text in header --- assets/images/logo.svg | 26 ++++++++++++++++++++++++++ assets/images/logo_b.svg | 19 +++++++++++++++++++ index.html | 29 ++++------------------------- 3 files changed, 49 insertions(+), 25 deletions(-) create mode 100644 assets/images/logo.svg create mode 100644 assets/images/logo_b.svg diff --git a/assets/images/logo.svg b/assets/images/logo.svg new file mode 100644 index 0000000..413fc9e --- /dev/null +++ b/assets/images/logo.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + derez.ai + \ No newline at end of file diff --git a/assets/images/logo_b.svg b/assets/images/logo_b.svg new file mode 100644 index 0000000..5ee2765 --- /dev/null +++ b/assets/images/logo_b.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + derez.ai + \ No newline at end of file diff --git a/index.html b/index.html index 4c3e05e..3fc9a02 100644 --- a/index.html +++ b/index.html @@ -246,25 +246,13 @@ .site-logo { display: flex; align-items: center; - gap: 10px; - font-weight: 700; - font-size: 17px; - color: var(--accent); - text-decoration: none; flex-shrink: 0; } .site-logo:hover { text-decoration: none; } - - .site-logo-icon { - display: inline-flex; - align-items: center; - justify-content: center; - width: 34px; + .site-logo-img { + display: block; height: 34px; - border-radius: 10px; - background: var(--accent-dim); - border: 1px solid rgba(0, 245, 255, 0.3); - color: var(--accent); + width: auto; } .nav-links { @@ -1472,16 +1460,7 @@