Skip to content

Commit b94d4e3

Browse files
committed
Add Cedar artwork to sandbox projects
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>
1 parent 271cadf commit b94d4e3

14 files changed

Lines changed: 99 additions & 0 deletions

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ You can find t-shirts, hoodies and stickers for Kubernetes at the CNCF [store](h
109109
* [Cartography](examples/sandbox_a-j.md#cartography-logos)
110110
* [Carvel](examples/sandbox_a-j.md#carvel-logos)
111111
* [cdk8s](examples/sandbox_a-j.md#cdk8s-logos)
112+
* [Cedar](examples/sandbox_a-j.md#cedar-logos)
112113
* [ChaosBlade](examples/sandbox_a-j.md#chaosblade-logos)
113114
* [CloudNativePG](examples/sandbox_a-j.md#cloudnativepg-logos)
114115
* [Clusternet](examples/sandbox_a-j.md#clusternet-logos)

β€Žexamples/sandbox_a-j.mdβ€Ž

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,47 @@
787787
</tr>
788788
</table>
789789

790+
#### Cedar Logos
791+
792+
<table>
793+
<tr>
794+
<th colspan="5"></th>
795+
</tr>
796+
<tr>
797+
<th></th>
798+
<th colspan="2">PNG</th>
799+
<th colspan="2">SVG</th>
800+
</tr>
801+
<tr>
802+
<th></th>
803+
<th>horizontal</th>
804+
<th>icon</th>
805+
<th>horizontal</th>
806+
<th>icon</th>
807+
</tr>
808+
<tr>
809+
<th>color</th>
810+
<td><img src="/projects/cedar/horizontal/color/cedar-horizontal-color.png" width="200"></td>
811+
<td><img src="/projects/cedar/icon/color/cedar-icon-color.png" width="75"></td>
812+
<td><img src="/projects/cedar/horizontal/color/cedar-horizontal-color.svg" width="200"></td>
813+
<td><img src="/projects/cedar/icon/color/cedar-icon-color.svg" width="75"></td>
814+
</tr>
815+
<tr>
816+
<th>black</th>
817+
<td><img src="/projects/cedar/horizontal/black/cedar-horizontal-black.png" width="200"></td>
818+
<td><img src="/projects/cedar/icon/black/cedar-icon-black.png" width="75"></td>
819+
<td><img src="/projects/cedar/horizontal/black/cedar-horizontal-black.svg" width="200"></td>
820+
<td><img src="/projects/cedar/icon/black/cedar-icon-black.svg" width="75"></td>
821+
</tr>
822+
<tr>
823+
<th>white</th>
824+
<td><img src="/projects/cedar/horizontal/white/cedar-horizontal-white.png" width="200"></td>
825+
<td><img src="/projects/cedar/icon/white/cedar-icon-white.png" width="75"></td>
826+
<td><img src="/projects/cedar/horizontal/white/cedar-horizontal-white.svg" width="200"></td>
827+
<td><img src="/projects/cedar/icon/white/cedar-icon-white.svg" width="75"></td>
828+
</tr>
829+
</table>
830+
790831
#### ChaosBlade Logos
791832

792833
<table>
15.4 KB
Loading
Lines changed: 12 additions & 0 deletions
Loading
21.6 KB
Loading
Lines changed: 12 additions & 0 deletions
Loading
17.4 KB
Loading
Lines changed: 12 additions & 0 deletions
Loading
9.99 KB
Loading
Lines changed: 7 additions & 0 deletions
Loading

0 commit comments

Comments
Β (0)