|
1 | 1 | <h1 align="center">
|
2 | 2 | <a href="https://flox.dev" target="_blank">
|
3 | 3 | <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" /> |
7 | 7 | </picture>
|
8 | 8 | </a>
|
9 | 9 | </h1>
|
10 | 10 |
|
11 | 11 | <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 |
17 | 13 | </h2>
|
18 | 14 |
|
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 |
| - |
25 | 15 | <h3 align="center">
|
26 | 16 |  
|
27 | 17 | <a href="https://discourse.flox.dev"><b>Discourse</b></a>
|
|
35 | 25 | </h3>
|
36 | 26 |
|
37 | 27 | <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"> |
39 | 29 | <img alt="GitHub" src="https://img.shields.io/github/license/flox/install-flox-action?style=flat-square">
|
40 | 30 | </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"> |
42 | 32 | <img alt="PRs Welcome" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square"/>
|
43 | 33 | </a>
|
44 | 34 | <a href="https://github.com/flox/install-flox-action/releases">
|
|
0 commit comments