Add more foundation content

This commit is contained in:
Basti 2022-06-24 17:54:13 +02:00
parent 7bf64eb559
commit 93dc1fad82
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
3 changed files with 53 additions and 4 deletions

View File

@ -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:
<ul class="list-disc ml-4">
<li class="mb-2">
Provide community-controlled infrastructure for the collaborative
development of all Kosmos applications, as well as related and unrelated
free software
</li>
<li class="mb-2">
Provide a professional, reliable hosting environment for research,
development, testing, and demonstration of all Kosmos applications
</li>
<li>
Provide, on a not-for-profit basis, easy-to-use services surrounding Kosmos
applications to end users, both individual and organizations
</li>
</ul>
## Board of Directors

View File

@ -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;
}

View File

@ -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 {