diff options
| author | Drew DeVault <sir@cmpwn.com> | 2023-05-16 10:38:29 +0200 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2023-05-16 10:49:08 +0200 |
| commit | 4297d2df9f4d23ef1f1891e9669973da02d9b910 (patch) | |
| tree | ab9528adb7376eb9f10ab2d7bee3e857d19fce8a /content | |
| download | writefreesoftware.org-4297d2df9f4d23ef1f1891e9669973da02d9b910.tar.xz | |
Initial commit
Diffstat (limited to 'content')
| -rw-r--r-- | content/_index.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..81e1303 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,26 @@ ++++ +title = "Write Free Software" ++++ +{{< block "grid-2" >}} +{{< column >}} + +# We build software for everyone + +Free software is a global collaborative movement to build the world's best +software in a manner that respects the essential rights and freedoms of its +users and authors — the freedom to **use**, **study**, **improve**, and +**share** your software. + +{{< tip "warning" >}} +This website is a work in progress. +{{< /tip >}} + +{{< button "learn/whatis" "What is free software?" >}}{{< button "learn" "Get started" >}} +{{< /column >}} + +{{< column >}} + +<small>Photo by Justin Cormack, CC-BY-SA 2.0</small> +{{< /column >}} + +{{< /block >}} |
