Skip to content

Commit 3d36010

Browse files
authored
chore: add logo (#80)
* chore: add separator after the logo * fix: logo title
1 parent 40d7754 commit 3d36010

File tree

4 files changed

+361
-0
lines changed

4 files changed

+361
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2+
<p align="center" width="100%">
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="./logo/aqua_horizontal_white.svg">
5+
<img src="./logo/logo.svg" alt="logo">
6+
</picture>
7+
</p>
8+
9+
#
10+
111
[![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)
212
[![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)
313
[![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)

logo/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### Design Considerations
2+
* Something which represents warm metal theme and colors
3+
* Something which incorporates Kubernetes
4+
* Something minimalistic
5+
* Something which scales well (favicon to a large poster)
6+
7+
### License
8+
This logo uses the same license as the main project.
9+
10+
### Built with open-source
11+
The logo was made in [Inkscape](https://inkscape.org/) which is [a free and open-source software](https://inkscape.org/about/license/).
12+
13+
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).
14+
15+
### Contact
16+
This logo was made by [@vadasambar](https://github.com/vadasambar).

0 commit comments

Comments
 (0)