Skip to content

Commit

Permalink
chore: add logo (#80)
Browse files Browse the repository at this point in the history
* chore: add separator after the logo
* fix: logo title
  • Loading branch information
vadasambar authored Feb 15, 2024
1 parent 40d7754 commit 3d36010
Show file tree
Hide file tree
Showing 4 changed files with 361 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@

<p align="center" width="100%">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./logo/aqua_horizontal_white.svg">
<img src="./logo/logo.svg" alt="logo">
</picture>
</p>

#

[![containerd](https://github.com/warm-metal/container-image-csi-driver/actions/workflows/containerd.yaml/badge.svg)](https://github.com/warm-metal/container-image-csi-driver/actions/workflows/containerd.yaml)
[![docker-containerd](https://github.com/warm-metal/container-image-csi-driver/actions/workflows/docker-containerd.yaml/badge.svg)](https://github.com/warm-metal/container-image-csi-driver/actions/workflows/docker-containerd.yaml)
[![cri-o](https://github.com/warm-metal/container-image-csi-driver/actions/workflows/cri-o.yaml/badge.svg)](https://github.com/warm-metal/container-image-csi-driver/actions/workflows/cri-o.yaml)
Expand Down
16 changes: 16 additions & 0 deletions logo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
### Design Considerations
* Something which represents warm metal theme and colors
* Something which incorporates Kubernetes
* Something minimalistic
* Something which scales well (favicon to a large poster)

### License
This logo uses the same license as the main project.

### Built with open-source
The logo was made in [Inkscape](https://inkscape.org/) which is [a free and open-source software](https://inkscape.org/about/license/).

Font used is called Ramabhadra which [uses Open Font License](https://fonts.google.com/specimen/Ramabhadra/about). The font is designed by [@appajid](https://github.com/appajid).

### Contact
This logo was made by [@vadasambar](https://github.com/vadasambar).
Loading

0 comments on commit 3d36010

Please sign in to comment.