mirror of
https://github.com/web3privacy/docs
synced 2024-10-15 18:46:26 +02:00
fixed links in text and in Astro LinkCards
This commit is contained in:
parent
1490266ce8
commit
714466511a
1 changed files with 13 additions and 12 deletions
|
@ -40,29 +40,30 @@ We attempted to establish different departments, a legal entity, and infrastruct
|
||||||
<LinkCard
|
<LinkCard
|
||||||
title="Congress"
|
title="Congress"
|
||||||
description="Top organ, votes on most important issues, elects Core Team/Association executives"
|
description="Top organ, votes on most important issues, elects Core Team/Association executives"
|
||||||
href="/congress"
|
href="/events/congress"
|
||||||
/>
|
/>
|
||||||
<LinkCard
|
<LinkCard
|
||||||
title="Core Team"
|
title="Core Team"
|
||||||
description="Main decision-making and executive body"
|
description="Main decision-making and executive body"
|
||||||
href="/core-team"
|
href="/governance/core-team"
|
||||||
/>
|
/>
|
||||||
<LinkCard
|
<LinkCard
|
||||||
title="Association"
|
title="Core Contributors"
|
||||||
description="Legal entity, executes Core Team requirements, accepts donations, pay expenses"
|
description="Group of members receiving incentives"
|
||||||
href="/association"
|
href="/governance/core-contributors"
|
||||||
|
/>
|
||||||
|
<LinkCard
|
||||||
|
title="Become a Contributor"
|
||||||
|
description="How to contribute to the Web3Privacy Now project"
|
||||||
|
href="/get-involved/index"
|
||||||
/>
|
/>
|
||||||
<LinkCard
|
<LinkCard
|
||||||
title="Treasury"
|
title="Treasury"
|
||||||
description="Fund management"
|
description="Fund management"
|
||||||
href="/treasury"
|
href="/governance/treasury"
|
||||||
/>
|
|
||||||
<LinkCard
|
|
||||||
title="Contributors Guild"
|
|
||||||
description="Group of members receiving incentives"
|
|
||||||
href="/guild"
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
||||||
### Personal roles within initiative
|
### Personal roles within initiative
|
||||||
|
|
||||||
Sorted by competencies - from least to most.
|
Sorted by competencies - from least to most.
|
||||||
|
@ -71,7 +72,7 @@ Sorted by competencies - from least to most.
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
| Guest / Visitor | none | 🔒 private |
|
| Guest / Visitor | none | 🔒 private |
|
||||||
| [Members](/get-involved/partnership) | none | 🔒 private |
|
| [Members](/get-involved/partnership) | none | 🔒 private |
|
||||||
| [Members](/get-involved/partnership) with voting rights | voting on the [congress](/congress) | 🔒 private |
|
| [Members](/get-involved/partnership) with voting rights | voting on the [congress](/events/congress) | 🔒 private |
|
||||||
| [Workgroup](/contributors/workgroups) member (*contributor*) | decision-making within the working group | 🔒 private |
|
| [Workgroup](/contributors/workgroups) member (*contributor*) | decision-making within the working group | 🔒 private |
|
||||||
| [Contributors Guild](/contributors/index) member* | receives financial compensation | 🥷 pseudonym (name, link) |
|
| [Contributors Guild](/contributors/index) member* | receives financial compensation | 🥷 pseudonym (name, link) |
|
||||||
| Association Committee member* | operate with finances and curate [Contributors Guild](/contributors/index) | 👁️ public |
|
| Association Committee member* | operate with finances and curate [Contributors Guild](/contributors/index) | 👁️ public |
|
||||||
|
|
Loading…
Reference in a new issue