Skip to content

Commit

Permalink
simplify the SVG file + add light theme logo (#787)
Browse files Browse the repository at this point in the history
Signed-off-by: Frédéric Harper <fred@kubeshop.io>
  • Loading branch information
Frédéric Harper authored Dec 1, 2022
1 parent 7b26720 commit e51fdf9
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<p align="center">
<img style="width:44%" src="images/kubefirst.svg" alt="Kubefirst Logo"/>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="images/kubefirst-light.svg" alt="Kubefirst Logo">
<img alt="" src="images/kubefirst.svg">
</picture>
</p>

<p align="center">
GitOps Infrastructure & Application Delivery Platform
</p>
Expand Down
79 changes: 79 additions & 0 deletions images/kubefirst-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
80 changes: 79 additions & 1 deletion images/kubefirst.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e51fdf9

Please sign in to comment.