mirror of
https://github.com/web3privacy/docs
synced 2024-10-15 18:46:26 +02:00
Merge pull request #24 from niclaz/main
Bug fix: links in Docs homepage
This commit is contained in:
commit
cc64f364b2
1 changed files with 10 additions and 10 deletions
|
@ -55,31 +55,31 @@ Whether you're new to *Web3Privacy Now* or looking to deepen your involvement, y
|
||||||
A summary of what we have already accomplished can be found on the [History](/about-us/history) page.
|
A summary of what we have already accomplished can be found on the [History](/about-us/history) page.
|
||||||
|
|
||||||
<CardGrid>
|
<CardGrid>
|
||||||
<LinkCard title="History" href="/follow-us" />
|
<LinkCard title="History" href="/about-us/history" />
|
||||||
<LinkCard title="Roadmap" href="/roadmap" />
|
<LinkCard title="Roadmap" href="/about-us/roadmap" />
|
||||||
</CardGrid>
|
</CardGrid>
|
||||||
|
|
||||||
## Become part of the community
|
## Become part of the community
|
||||||
|
|
||||||
<CardGrid>
|
<CardGrid>
|
||||||
<LinkCard title="Follow us" href="/ecosystem/follow-us" />
|
<LinkCard title="Follow us" href="/about-us/follow-us" />
|
||||||
<LinkCard title="Get involved" href="/get-involved/" />
|
<LinkCard title="Get involved" href="/get-involved/index" />
|
||||||
</CardGrid>
|
</CardGrid>
|
||||||
<CardGrid>
|
<CardGrid>
|
||||||
<LinkCard title="Contributors guide" href="/contributors/" />
|
<LinkCard title="Contributors guide" href="/contributors/" />
|
||||||
<LinkCard title="Partnerships" href="/get-involved/partnerships" />
|
<LinkCard title="Partnerships" href="/get-involved/partnership" />
|
||||||
</CardGrid>
|
</CardGrid>
|
||||||
<CardGrid>
|
<CardGrid>
|
||||||
<LinkCard title="Donate" href="/donate" />
|
<LinkCard title="Donate" href="/get-involved/donate" />
|
||||||
<LinkCard title="Code of Conduct" href="/code-of-conduct" />
|
<LinkCard title="Code of Conduct" href="/get-involved/code-of-conduct" />
|
||||||
</CardGrid>
|
</CardGrid>
|
||||||
|
|
||||||
## For contributors
|
## For contributors
|
||||||
|
|
||||||
We use various [Communication tools](/ecosystem/communication). For our work we use different [Git repositories](/contributors/git), and for organizational purposes our effort is divided into several [Workgroups](/contributors/workgroups).
|
We use various [Communication tools](/governance/communication). For our work we use different [Git repositories](/contributors/git), and for organizational purposes our effort is divided into several [Workgroups](/contributors/workgroups).
|
||||||
|
|
||||||
<CardGrid>
|
<CardGrid>
|
||||||
<LinkCard title="Communication tools" href="/ecosystem/communication" />
|
<LinkCard title="Communication tools" href="/governance/communication" />
|
||||||
<LinkCard title="Git repositories" href="/contributors/git" />
|
<LinkCard title="Git repositories" href="/contributors/git" />
|
||||||
</CardGrid>
|
</CardGrid>
|
||||||
<CardGrid>
|
<CardGrid>
|
||||||
|
@ -102,4 +102,4 @@ The initiative is managed by a [Core Team](/governance/core-team) of four people
|
||||||
|
|
||||||
## We are very open 💛
|
## We are very open 💛
|
||||||
|
|
||||||
All our activities are public and fully [open-source](/contributors/git). Feel free to [contribute](/contributors/)!
|
All our activities are public and fully [open-source](/contributors/git). Feel free to [contribute](/contributors/index) or [donate directly](get-involved/donate) to support us!
|
||||||
|
|
Loading…
Reference in a new issue