diff --git a/README.md b/README.md index 69251e4..38d0738 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,8 @@ The production document-root and directory-index arrangement are therefore part The repository is the source of truth, not individual conversations. Important architectural, development and deployment decisions must be recorded here or in `AGENTS.md` so that future contributors inherit the correct context. -## Known asset work +## Brand assets -The Napper ecosystem homepage deliberately has no favicon until a dedicated neutral Napper favicon is created. Hudra product assets must not be used as Napper ecosystem branding. +Napper uses its own blue six-sided `N` logo and favicon family under `img/NapperLogo*.png`. Hudra and Lildra retain their distinct product logos and favicons. diff --git a/css/napper.css b/css/napper.css index 010c4cb..972f437 100644 --- a/css/napper.css +++ b/css/napper.css @@ -8,6 +8,8 @@ .product-glyph-lildra{background:linear-gradient(145deg,var(--lildra-600),var(--lildra-950))} .product-glyph-pendra{background:linear-gradient(145deg,var(--pendra-600),var(--pendra-950))} +.brand-logo{width:42px;height:42px;display:block;border-radius:12px;box-shadow:0 10px 24px rgba(11,69,216,.22)} +.card-actions .button{white-space:nowrap} .products-menu{position:relative} .products-popup{position:absolute;right:0;top:calc(100% + 10px);width:265px;display:grid;gap:5px;padding:9px;visibility:hidden;opacity:0;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 18px 44px rgba(8,35,108,.16);transform:translateY(-4px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease} .products-popup::before{content:"";position:absolute;left:0;right:0;top:-10px;height:10px} diff --git a/img/NapperLogo128.png b/img/NapperLogo128.png new file mode 100644 index 0000000..916e0d4 Binary files /dev/null and b/img/NapperLogo128.png differ diff --git a/img/NapperLogo16.png b/img/NapperLogo16.png new file mode 100644 index 0000000..66e38a9 Binary files /dev/null and b/img/NapperLogo16.png differ diff --git a/img/NapperLogo180.png b/img/NapperLogo180.png new file mode 100644 index 0000000..5c05ae6 Binary files /dev/null and b/img/NapperLogo180.png differ diff --git a/img/NapperLogo192.png b/img/NapperLogo192.png new file mode 100644 index 0000000..3f5a795 Binary files /dev/null and b/img/NapperLogo192.png differ diff --git a/img/NapperLogo32.png b/img/NapperLogo32.png new file mode 100644 index 0000000..b0b9f9f Binary files /dev/null and b/img/NapperLogo32.png differ diff --git a/img/NapperLogo48.png b/img/NapperLogo48.png new file mode 100644 index 0000000..8d2504f Binary files /dev/null and b/img/NapperLogo48.png differ diff --git a/img/NapperLogo512.png b/img/NapperLogo512.png new file mode 100644 index 0000000..6f05219 Binary files /dev/null and b/img/NapperLogo512.png differ diff --git a/img/NapperLogoHiRes.png b/img/NapperLogoHiRes.png new file mode 100644 index 0000000..3695172 Binary files /dev/null and b/img/NapperLogoHiRes.png differ diff --git a/index.html b/index.html index 9b7c3e2..211b742 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,9 @@ Napper - Focused tools for better lessons + + + @@ -14,7 +17,7 @@