diff --git a/assets/style.css b/assets/style.css index 5a02f9e..f4ed329 100644 --- a/assets/style.css +++ b/assets/style.css @@ -794,6 +794,10 @@ video { max-width: 1024px; } +.max-w-\[20ch\] { + max-width: 20ch; +} + .translate-x-0 { --tw-translate-x: 0px; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); diff --git a/content/cs/_index.md b/content/cs/_index.md index d0a9628..51865d0 100644 --- a/content/cs/_index.md +++ b/content/cs/_index.md @@ -1,7 +1,5 @@ -[__Jsme NoLog__](/about) — kolektiv, který svými zkušenostmi z IT prostředí již několik let podporuje svobodně smýšlející jednotlivce i organizace v jejich snahách měnit svět k lepšímu. +--- +before: "Jsme NoLog:" +--- -[__Každému nabízíme__](/services) bezplatné alternativy ke službám, za které uživatelé jinak draze platí svými osobními údaji. - -[__Dokážeme poskytnout__](/services/custom) individuální podporu a nástroje organizacím, se kterými sdílíme společné hodnoty. Bez ohledu na to, zda by si to v komerčním prostředí mohly dovolit. - -[__Existujeme díky dobrovolným příspěvkům__](/support), ze kterých hradíme provoz a správu naší infrastruktury. +Pomáháme dělat internet **svobodným**, **bezpečným** a **soukromým** místem. diff --git a/content/en/_index.md b/content/en/_index.md index c6d418a..3e6944c 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -1,7 +1,5 @@ -[__We are NoLog__](/en/about) - a collective supporting free-thinking individuals and organizations in their efforts to change the world for the better. +--- +before: "We're NoLog:" +--- -[__We offer everyone__](/en/services) free alternatives to services for which users otherwise pay dearly with their personal data. - -[__We can provide__](/en/services/custom) individual support and tools to organizations with whom we share common values. Regardless of whether they could afford it in a commercial environment. - -[__We can exist thanks to individual donations__](/en/support) that cover the operation and management of our infrastructure. +We help to make an internet a **free**, **safe** and **private** place. diff --git a/content/en/support/1-follow-us.md b/content/en/support/1-follow-us.md new file mode 100644 index 0000000..da6ca10 --- /dev/null +++ b/content/en/support/1-follow-us.md @@ -0,0 +1,6 @@ +--- +title: Follow us +weight: 1 +--- + +Subscribe to our newsletter [newsletter](https://newsletter.nolog.cz/subscription/form) or follow us on social media [witter.cz](https://witter.cz). diff --git a/content/en/support/2-talk-about-us.md b/content/en/support/2-talk-about-us.md new file mode 100644 index 0000000..7f9efa2 --- /dev/null +++ b/content/en/support/2-talk-about-us.md @@ -0,0 +1,6 @@ +--- +title: Tell others about us +weight: 2 +--- + +Recommend our services to your comrades or coworkers. diff --git a/content/en/support/3-donate.md b/content/en/support/3-donate.md new file mode 100644 index 0000000..de3983e --- /dev/null +++ b/content/en/support/3-donate.md @@ -0,0 +1,6 @@ +--- +title: Přispívejte nám +weight: 3 +--- + +Become a regular donor. Set up a standing order. diff --git a/content/en/values/free-services.md b/content/en/values/free-services.md new file mode 100644 index 0000000..7cb4030 --- /dev/null +++ b/content/en/values/free-services.md @@ -0,0 +1,9 @@ +--- +weight: 1 +action: + label: Our services + href: "#services" +icon: +--- + +**We run free and open-source alteratives to common tools**, which are usually paid for with personal data. diff --git a/content/en/values/support-organizations.md b/content/en/values/support-organizations.md new file mode 100644 index 0000000..e7ddc72 --- /dev/null +++ b/content/en/values/support-organizations.md @@ -0,0 +1,9 @@ +--- +weight: 2 +action: + label: Custom services + href: /services/custom +icon: +--- + +**We support individuals and organizations** in their efforts to make world a better place. diff --git a/content/en/values/support.md b/content/en/values/support.md new file mode 100644 index 0000000..2d8eba4 --- /dev/null +++ b/content/en/values/support.md @@ -0,0 +1,10 @@ +--- +weight: 3 +variant: highlighted +action: + label: Support us + href: "/support" +icon: +--- + +**We can exist thanks to donations** that cover the operation and management of our infrastructure. diff --git a/layouts/partials/section-intro.html b/layouts/partials/section-intro.html index d5a7af2..8c4c54d 100644 --- a/layouts/partials/section-intro.html +++ b/layouts/partials/section-intro.html @@ -3,8 +3,8 @@
-

Jsme NoLog:

-

Pomáháme dělat internet svobodným, bezpečným a soukromým místem.

+

{{ .Params.before }}

+
{{ .Content }}