Skip to content

Commit

Permalink
motto
Browse files Browse the repository at this point in the history
  • Loading branch information
burningtree committed Jun 3, 2024
1 parent 4f8f32a commit 8ee3218
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/layouts/base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
<div class="mx-auto max-w-2xl my-10">
<div class="flex gap-2 items-center">
<div><img src="/logo.png" class="aspect-square w-24" /></div>
<h1 class="text-3xl font-semibold">Gwei.cz</h1>
<div>
<h1 class="text-3xl font-semibold">Gwei.cz</h1>
<div class="mt-1 opacity-50">Advocating decentralisation and freedom since 2020</div>
</div>
</div>
<div class="prose mt-10 px-2">
<slot />
Expand Down
11 changes: 10 additions & 1 deletion src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,16 @@ import ProjectList from "../components/ProjectList.astro";

### What guarantees the neutrality of Gwei.cz?

The current Gwei.cz is just a loosely-coupled group of many different individuals (and their projects), united only by a common interest in improving adoption and awareness of cryptocurrencies, decentralization or open-source projects in the local environment. Gwei.cz has no governance (no leadership) or "official" communication channels and all members are equal.
The current Gwei.cz is just a loosely-coupled group of many different individuals (and their projects), united only by a common interest in improving adoption and awareness of cryptocurrencies, decentralization or open-source projects in the local environment.

Current Gwei.cz:
* no governance (no leadership)
* no "official" communication channels (like Twitter etc.)
* all members are equal

### What happened with the old Gwei.cz?

All previous internal Gwei.cz activities such as Twitter, Matrix, Forum and [other services](https://status.gwei.cz/) are being gradually phased out and called [Gwei.cz Legacy](https://legacy.gwei.cz).

### How to become a member?

Expand Down

0 comments on commit 8ee3218

Please sign in to comment.