Skip to content

Commit

Permalink
update logo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Aug 29, 2024
1 parent 94b60ef commit abb91f7
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 254 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
<h1 align="center">
<a href="https://flox.dev" target="_blank">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="img/flox_orange_small.png" />
<source media="(prefers-color-scheme: light)" srcset="img/flox_blue_small.png" />
<img src="img/flox_blue_small.png" alt="flox logo" />
<source media="(prefers-color-scheme: dark)" srcset="img/flox-logo-white-on-black.png" />
<source media="(prefers-color-scheme: light)" srcset="img/flox-logo-black-on-white.png" />
<img src="img/flox-logo-black-on-white.png" alt="flox logo" />
</picture>
</a>
</h1>

<h2 align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="img/harness_the_power_of_nix_dark.svg" />
<source media="(prefers-color-scheme: light)" srcset="img/harness_the_power_of_nix_light.svg" />
<img height="24" src="img/harness_the_power_of_nix_light.svg" alt="Harness the Power of Nix" />
</picture>
Developer environments you can take with you
</h2>

<!-- TODO: here comes the graphic
Expand Down
Binary file added img/flox-logo-black-on-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/flox-logo-white-on-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/flox_blue_small.png
Binary file not shown.
Binary file removed img/flox_orange_small.png
Binary file not shown.
132 changes: 0 additions & 132 deletions img/harness_the_power_of_nix_dark.svg

This file was deleted.

Loading

0 comments on commit abb91f7

Please sign in to comment.