Files
civilsociety-dev/content/_index.md
2025-07-13 15:41:31 -07:00

34 lines
970 B
Markdown

---
title: "Welcome to CSTF!"
---
<!-- Light mode image -->
<div class="dark:hidden">
<img src="/cstf-full-logo.svg" alt="CSTF" class="w-84 mx-auto" />
</div>
<!-- Dark mode image -->
<div class="hidden dark:block">
<img src="/cstf-full-logo-light.svg" alt="CSTF" class="w-84 mx-auto" />
</div>
<div class="prose dark:prose-invert max-w-3xl mx-auto pt-8">
The CSTF empowers individuals and communities to reclaim digital self-determination through the development and dissemination of open-source, self-hosted technologies.
<div class="flex justify-end">
{{< button href="/foundation/">}}
Learn More about CSTF
{{< /button >}}
</div>
</div>
<div class="flex flex-col gap-4 pt-16" >
{{< article link="/articles/independent-technology/" class="shadow-lg" >}}
{{< article link="/articles/why-digital-sovereignty-matters/" class="shadow-lg" >}}
{{< article link="/articles/arguments-against-centralization/" class="shadow-lg" >}}
</div>