Skip to content

Commit bd8b4e4

Browse files
committed
docs(site): use the official Moby mark (whale + 8 containers)
The hand-authored \`docker-mark.svg\` shipped in 7e3b96f drew the whale alone, missing the eight container shapes Docker stacks on its back \u2014 the visual centerpiece of the brand mark. Reviewer rightly spotted that this didn't match Docker's official assets at https://www.docker.com/company/newsroom/media-resources/. Replace it with the SVG taken straight from Docker's official \`Docker-Logos-1.zip\` brand kit: \u2022 \`docker-mark.svg\` \u2014 Ocean Blue mark (whale + 4 containers on top, 1 in front, 3 in back row) \u2022 \`docker-mark-white.svg\` \u2014 white variant for dark backgrounds Also drop the unused \`docker-wordmark.svg\` (created for the now- reverted top bar) and update the header \`<img>\` height from 26px to 25px so the rendered size honors the official 340:268 (\u22481.27:1) aspect ratio.
1 parent dbf8fe6 commit bd8b4e4

5 files changed

Lines changed: 51 additions & 18 deletions

File tree

docs/_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<header class="header" role="banner">
33
<div class="header-inner">
44
<a href="{{ '/' | relative_url }}" class="header-logo" aria-label="Docker Agent docs home">
5-
<img class="docker-mark" src="{{ '/assets/docker-mark.svg' | relative_url }}" alt="" width="32" height="26">
5+
<img class="docker-mark" src="{{ '/assets/docker-mark.svg' | relative_url }}" alt="" width="32" height="25">
66
<span class="product-name">Docker Agent</span>
77
</a>
88

docs/assets/docker-mark-white.svg

Lines changed: 25 additions & 0 deletions
Loading

docs/assets/docker-mark.svg

Lines changed: 24 additions & 8 deletions
Loading

docs/assets/docker-wordmark.svg

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ body {
175175
.header-logo svg,
176176
.header-logo .docker-mark {
177177
width: 32px;
178-
height: 26px;
178+
height: 25px;
179179
flex-shrink: 0;
180180
}
181181
.header-logo .product-name {

0 commit comments

Comments
 (0)