Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add logo to docs #500

Merged
merged 1 commit into from
Feb 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we still need the heading, if the logo already says "krew".

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's actually still useful for SEO, since it's an h1.


[![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) |