diff --git a/content/foundation/_index.md b/content/foundation/_index.md index 4085e4d..1d8f038 100644 --- a/content/foundation/_index.md +++ b/content/foundation/_index.md @@ -8,11 +8,45 @@ menu: weight: 10 --- -_Introduction_ +The Kosmos Infrastructure Foundation (KIF) is the legal, physical, and financial +host organization for Kosmos hosted services. + +It acts as an infrastructure provider to the developers and users of Kosmos +software. It is appointed this role by the Kosmos co-operative, and is run by +members of the co-operative itself. + +The foundation also accepts financial contributions on behalf of the +co-operative, both for the development and maintenance of Kosmos (and related) +software, as well as for providing hosted services to people and organizations. +As per the KIF's founding statutes, which are legally binding, any and all of +its funds must only be used for these purposes. ## Our Mission -_Content here_ +We believe that neither the development nor usage of [free and open-source +software](https://en.wikipedia.org/wiki/Free_and_open-source_software) should +be entirely dependent upon select corporations or VC-funded startup companies. +Thus, we think that free software needs neutral and/or sovereign communication +and collaboration platforms that are only beholden to free software's most +important stakeholders: its creators and users. + +In this context, our mission is as follows: + + ## Board of Directors diff --git a/themes/kosmos-22/assets/css/main.css b/themes/kosmos-22/assets/css/main.css index 5a9a129..16a9d41 100644 --- a/themes/kosmos-22/assets/css/main.css +++ b/themes/kosmos-22/assets/css/main.css @@ -444,10 +444,16 @@ h3:not(:first-child) { margin-top: 1.5rem; } -p + p { +p + p, p + ul { margin-top: 1.5rem; } +/* ul { */ + +/* @apply list-disc list-inside leading-relaxed; */ + +/* } */ + *, ::before, ::after { --tw-translate-x: 0; --tw-translate-y: 0; @@ -569,6 +575,10 @@ p + p { margin-bottom: 0.5rem; } +.ml-4 { + margin-left: 1rem; +} + .block { display: block; } diff --git a/themes/kosmos-22/source/main.css b/themes/kosmos-22/source/main.css index 8430510..1d3d0b5 100644 --- a/themes/kosmos-22/source/main.css +++ b/themes/kosmos-22/source/main.css @@ -15,9 +15,14 @@ @apply mt-6; } - p + p { + p + p, + p + ul { @apply mt-6; } + + /* ul { */ + /* @apply list-disc list-inside leading-relaxed; */ + /* } */ } @layer components {