Skip to content

Commit ba0eb4e

Browse files
authored
doc: update README to match the one in flox/flox repo (#92)
1 parent 3ab1757 commit ba0eb4e

7 files changed

+6
-262
lines changed

README.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,17 @@
11
<h1 align="center">
22
<a href="https://flox.dev" target="_blank">
33
<picture>
4-
<source media="(prefers-color-scheme: dark)" srcset="img/flox_orange_small.png" />
5-
<source media="(prefers-color-scheme: light)" srcset="img/flox_blue_small.png" />
6-
<img src="img/flox_blue_small.png" alt="flox logo" />
4+
<source media="(prefers-color-scheme: dark)" srcset="img/flox-logo-white-on-black.png" />
5+
<source media="(prefers-color-scheme: light)" srcset="img/flox-logo-black-on-white.png" />
6+
<img src="img/flox-logo-black-on-white.png" alt="flox logo" />
77
</picture>
88
</a>
99
</h1>
1010

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

19-
<!-- TODO: here comes the graphic
20-
show immediate value proposition
21-
a short demo of basics would be good for now
22-
a bold statement: Free yourself from container walls.
23-
-->
24-
2515
<h3 align="center">
2616
&emsp;
2717
<a href="https://discourse.flox.dev"><b>Discourse</b></a>
@@ -35,10 +25,10 @@
3525
</h3>
3626

3727
<p align="center">
38-
<a href="https://github.com/flox/install-flox-action/blog/main/LICENSE">
28+
<a href="https://github.com/flox/install-flox-action/blob/main/LICENSE">
3929
<img alt="GitHub" src="https://img.shields.io/github/license/flox/install-flox-action?style=flat-square">
4030
</a>
41-
<a href="https://github.com/flox/install-flox-action/blog/main/CONTRIBUTING.md">
31+
<a href="https://github.com/flox/flox/blob/main/CONTRIBUTING.md">
4232
<img alt="PRs Welcome" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square"/>
4333
</a>
4434
<a href="https://github.com/flox/install-flox-action/releases">

img/flox-logo-black-on-white.png

8.64 KB
Loading

img/flox-logo-white-on-black.png

8.64 KB
Loading

img/flox_blue_small.png

-4.37 KB
Binary file not shown.

img/flox_orange_small.png

-14.5 KB
Binary file not shown.

img/harness_the_power_of_nix_dark.svg

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)