Skip to content

Commit

Permalink
Add logo to docs (#500)
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmet Alp Balkan <[email protected]>
  • Loading branch information
ahmetb authored Feb 11, 2020
1 parent a08ea76 commit 5e5b941
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<img src="assets/logo/horizontal/color/krew-horizontal-color.png" width="480"
alt="Krew logo"/>

# krew

[![Build Status](https://travis-ci.org/kubernetes-sigs/krew.svg?branch=master)](https://travis-ci.org/kubernetes-sigs/krew)
Expand Down
Binary file modified assets/logo/horizontal/color/krew-horizontal-color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions docs/KREW_LOGO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Krew logo

Krew logo is designed by [@iboonox](https://twitter.com/iboonox) and it is
licensed under Apache 2.0 license.

## Available logo types

<!-- below we use a table so we can control max height -->
<table>
<thead>
<tr>
<th>Type</th>
<th>Preview</th>
</tr>
</thead>
<tbody>
<tr>
<td>Horizontal</td>
<td>
<img src="../assets/logo/horizontal/color/krew-horizontal-color.png"
height="90"/>
</td>
</tr>
<tr>
<td>Stacked</td>
<td>
<img src="../assets/logo/stacked/color/krew-stacked-color.png"
height="90"/>
</td>
</tr>
<tr>
<td>Icon-only</td>
<td>
<img src="../assets/logo/icon/color/krew-icon-color.png"
height="90a"/>
</td>
</tr>
<tbody>
</table>

## Logo assets

| Type | Color Scheme | Format |
|--|--|--|
| horizontal (text next to the icon) | colored | [[png]](../assets/logo/horizontal/color/krew-horizontal-color.png) [[svg]](../assets/logo/horizontal/color/krew-horizontal-color.svg) |
| horizontal (text next to the icon) | black | [[png]](../assets/logo/horizontal/black/krew-horizontal-black.png) [[svg]](../assets/logo/horizontal/black/krew-horizontal-black.svg) |
| horizontal (text next to the icon) | white | [[png]](../assets/logo/horizontal/white/krew-horizontal-white.png) [[svg]](../assets/logo/horizontal/white/krew-horizontal-black.svg) |
| stacked (text below the icon) | colored | [[png]](../assets/logo/stacked/color/krew-stacked-color.png) [[svg]](../assets/logo/stacked/color/krew-stacked-color.svg) |
| stacked (text below the icon) | black | [[png]](../assets/logo/stacked/black/krew-stacked-black.png) [[svg]](../assets/logo/stacked/black/krew-stacked-black.svg) |
| stacked (text below the icon) | white | [[png]](../assets/logo/stacked/white/krew-stacked-white.png) [[svg]](../assets/logo/stacked/white/krew-stacked-black.svg) |
| icon-only | colored | [[png]](../assets/logo/icon/color/krew-icon-color.png) [[svg]](../assets/logo/icon/color/krew-icon-color.svg) |
| icon-only | black | [[png]](../assets/logo/icon/black/krew-icon-black.png) [[svg]](../assets/logo/icon/black/krew-icon-black.svg) |
| icon-only | white | [[png]](../assets/logo/icon/white/krew-icon-white.png) [[svg]](../assets/logo/icon/white/krew-icon-black.svg) |

0 comments on commit 5e5b941

Please sign in to comment.