Try to embed logos

This commit is contained in:
2024-04-22 15:17:28 +02:00
parent 78d37c4405
commit 734b0ed39d
3 changed files with 103 additions and 68 deletions

View File

@@ -2,6 +2,9 @@
<img src="./doc/docs/statics/logo-vertical.svg" alt="Katenary Logo" style="max-width: 90%" align="center"/>
</div>
[![Documentation Status](https://readthedocs.org/projects/katenary/badge/?version=latest)](https://katenary.readthedocs.io/en/latest/?badge=latest)
[![Go Report Card](https://goreportcard.com/badge/github.com/metal3d/katenary)](https://goreportcard.com/report/github.com/metal3d/katenary)
[![GitHub release](https://img.shields.io/github/v/release/metal3d/katenary)](https://github.com/metal3d/katenary/releases)
🚀 Unleash Productivity with Katenary! 🚀
@@ -21,6 +24,18 @@ Katenary is a tool to help to transform `docker-compose` files to a working Helm
> doesn't propose as many features as what can do Kubernetes. So, we strongly recommend to use Katenary as a "bootstrap"
> tool and then to manually enhance the generated helm chart.
Today, it's partially developped in collaboration with [Klee Group](https://www.kleegroup.com). Note that Katenary is
and **will stay an opensource and free (as freedom) project**. We are convinced that the best way to make it better is to
share it with the community.
<div style="width: 100%">
<img src="./logo.svg" alt="Katenary Logo" style="width: 100%" align="center"/>
</div>
The main developer is [Patrice FERLET](https://github.com/metal3d).
# Install
You can download the binaries from the [Release](https://github.com/metal3d/katenary/releases) section. Copy the binary

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 47 KiB

19
logo.svg Normal file
View File

@@ -0,0 +1,19 @@
<svg viewBox="0 0 600 300" width="600" height="300" xmlns="http://www.w3.org/2000/svg">
<foreignObject width="100%" height="100%">
<div xmlns="http://www.w3.org/1999/xhtml">
<style>
body {
margin: 0;
padding: 0;
background-color: white;
}
img {
height: 100vh;
width: 100vw;
}
</style>
<img src="/doc/docs/statics/klee.svg"/>
</div>
</foreignObject>
</svg>

After

Width:  |  Height:  |  Size: 445 B