Add Cedar artwork to sandbox projects - #659
Conversation
Add Cedar logo files in horizontal and icon layouts with color, black, and white variants in both SVG and PNG formats. Add project entry to sandbox examples and README. Ref: cncf/sandbox#410 Signed-off-by: Victor Nicolet <victornl@amazon.com>
c03e6d5 to
b94d4e3
Compare
There was a problem hiding this comment.
Pull request overview
Adds Cedar artwork assets to the CNCF artwork repository and wires them into the Sandbox documentation so the logos render in the examples pages.
Changes:
- Adds Cedar logo assets for
horizontal/andicon/layouts incolor/black/whitevariants (PNG + SVG). - Adds a Cedar logo section to
examples/sandbox_a-j.md. - Adds Cedar to the Sandbox A–J index in the root
README.md.
Reviewed changes
Copilot reviewed 2 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds Cedar to the Sandbox Projects A–J link list. |
| examples/sandbox_a-j.md | Adds a “Cedar Logos” table referencing the new Cedar assets. |
| projects/cedar/horizontal/color/cedar-horizontal-color.svg | Adds Cedar horizontal color SVG. |
| projects/cedar/horizontal/black/cedar-horizontal-black.svg | Adds Cedar horizontal black SVG. |
| projects/cedar/horizontal/white/cedar-horizontal-white.svg | Adds Cedar horizontal white SVG. |
| projects/cedar/icon/color/cedar-icon-color.svg | Adds Cedar icon color SVG. |
| projects/cedar/icon/black/cedar-icon-black.svg | Adds Cedar icon black SVG. |
| projects/cedar/icon/white/cedar-icon-white.svg | Adds Cedar icon white SVG. |
| projects/cedar/horizontal/color/cedar-horizontal-color.png | Adds Cedar horizontal color PNG. |
| projects/cedar/horizontal/black/cedar-horizontal-black.png | Adds Cedar horizontal black PNG. |
| projects/cedar/horizontal/white/cedar-horizontal-white.png | Adds Cedar horizontal white PNG. |
| projects/cedar/icon/color/cedar-icon-color.png | Adds Cedar icon color PNG. |
| projects/cedar/icon/black/cedar-icon-black.png | Adds Cedar icon black PNG. |
| projects/cedar/icon/white/cedar-icon-white.png | Adds Cedar icon white PNG. |
| <th></th> | ||
| <th>horizontal</th> | ||
| <th>icon</th> | ||
| <th>horizontal</th> | ||
| <th>icon</th> |
|
@nate-double-u , we do not have a stacked variant, is this mandatory to get this PR merged? |
|
@krook can you please confirm whether is including a stacked variant of the artwork a blocker for getting this PR merged? |
@nate-double-u do you have an opinion here? |
We prefer to have it. Is there a reason you don't want it? (We could have our design team help if you want). However, we can do it as a follow up and get this merged as is. |
Add Cedar logo files in horizontal and icon layouts with color, black, and white variants in both SVG and PNG formats. Add project entry to sandbox examples and README.
Ref: cncf/sandbox#410