Skip to content

Commit ef54f10

Browse files
authored
Update Cozystack logo and favicons to the new brand mark (#551)
## Summary Refreshes the site's Cozystack branding to the new logo (icon + `COZYSTACK` wordmark): - **`assets/icons/logo.svg`** — replaced with the new horizontal wordmark (white, for the dark navigation bar). - **`static/favicons/*`** — the full favicon set regenerated from the new icon glyph. ## Details - Favicons use the new icon on a `#1a1a1a` square, matching the site's existing `theme_color` / `TileColor`. - All favicon file names and pixel dimensions are unchanged (`favicon.ico` keeps 16/32/48, mstiles keep their existing sizes, etc.), so `favicons.html`, `site.webmanifest` and `browserconfig.xml` need no edits. - Logo and favicon SVGs were optimized with https://autocrop.cncf.io. - The AEnix logo (`content/en/img/logo.png`) and component logos are intentionally left untouched. ## Test plan - [ ] Run the site locally and confirm the new logo renders in the navbar. - [ ] Check the browser tab favicon and the PWA/installed icons. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Style** * Increased navigation bar logo height for improved visual presentation. <!-- review_stack_entry_start --> [![Review Change Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/cozystack/website/pull/551?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) <!-- review_stack_entry_end --> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
2 parents 3720cbf + 5e6e52f commit ef54f10

16 files changed

Lines changed: 4 additions & 150 deletions

assets/icons/logo.svg

Lines changed: 1 addition & 51 deletions
Loading

assets/scss/blocks/_nav.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ nav.navbar {
3737
svg {
3838
display: inline-block;
3939
margin: 0 10px 0 -6px;
40-
height: 30px;
40+
height: 36px;
4141
@include media-breakpoint-up(lg) {
4242
margin: 0 10px;
4343
}
4.95 KB
Loading
15.1 KB
Loading
-978 Bytes
Loading

static/favicons/favicon-16x16.png

-4.68 KB
Loading

static/favicons/favicon-32x32.png

-4.1 KB
Loading

static/favicons/favicon.ico

-2.84 KB
Binary file not shown.

static/favicons/favicon.png

969 Bytes
Loading

static/favicons/favicon.svg

Lines changed: 1 addition & 49 deletions
Loading

0 commit comments

Comments
 (0)