mirror of
https://github.com/web3privacy/docs
synced 2024-10-15 18:46:26 +02:00
Merge pull request #20 from niclaz/main
PR to fix broken Vercel deployment (manifesto.md assets)
This commit is contained in:
commit
884b0e9d1d
5 changed files with 9 additions and 7 deletions
|
@ -54,6 +54,8 @@ export default defineConfig({
|
||||||
{ label: 'Week in the Privacy 📰', link: '/news/week-in-the-privacy' },
|
{ label: 'Week in the Privacy 📰', link: '/news/week-in-the-privacy' },
|
||||||
{ label: 'Privacy Tech Awards 🏆', link: '/projects/privacy-tech-awards' },
|
{ label: 'Privacy Tech Awards 🏆', link: '/projects/privacy-tech-awards' },
|
||||||
{ label: 'Privacy Academy 👩🏫', link: '/projects/privacy-academy' },
|
{ label: 'Privacy Academy 👩🏫', link: '/projects/privacy-academy' },
|
||||||
|
{ label: 'Hackathon Use Cases Generator', link: '/projects/hackathon-use-cases-generator' },
|
||||||
|
{ label: 'Women in Privacy', link: '/projects/women-in-privacy' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -6,7 +6,7 @@ title: Manifesto
|
||||||
|
|
||||||
With unified efforts, we carve out a path toward a more equitable, decentralized and freedom-respecting digital commons.
|
With unified efforts, we carve out a path toward a more equitable, decentralized and freedom-respecting digital commons.
|
||||||
|
|
||||||
![manifesto web](https://github.com/web3privacy/docs/assets/101947219/be3e7555-533d-4add-83cf-72065d1da05a)
|
![manifesto docs](../assets/manifesto-docs.jpg)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -48,4 +48,4 @@ We produce and curate knowledge to empower individuals restoring their agency in
|
||||||
|
|
||||||
_We envision a world where privacy is a conscious, actively chosen lifestyle, accessible to everyone, everywhere._
|
_We envision a world where privacy is a conscious, actively chosen lifestyle, accessible to everyone, everywhere._
|
||||||
|
|
||||||
![Bringing 100M users to privacy market](./assets/Bringing-100M-to-privacy-market.png)
|
![Bringing 100M users to privacy market](../assets/Bringing-100M-to-privacy-market.png)
|
||||||
|
|
BIN
src/content/docs/assets/manifesto-docs.jpg
Normal file
BIN
src/content/docs/assets/manifesto-docs.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
|
@ -63,10 +63,10 @@ A summary of what we have already accomplished can be found on the [History](/ab
|
||||||
|
|
||||||
<CardGrid>
|
<CardGrid>
|
||||||
<LinkCard title="Follow us" href="/ecosystem/follow-us" />
|
<LinkCard title="Follow us" href="/ecosystem/follow-us" />
|
||||||
<LinkCard title="Get involved" href="/get-involved/index" />
|
<LinkCard title="Get involved" href="/get-involved/" />
|
||||||
</CardGrid>
|
</CardGrid>
|
||||||
<CardGrid>
|
<CardGrid>
|
||||||
<LinkCard title="Contributors guide" href="/contributors/index" />
|
<LinkCard title="Contributors guide" href="/contributors/" />
|
||||||
<LinkCard title="Partnerships" href="/get-involved/partnerships" />
|
<LinkCard title="Partnerships" href="/get-involved/partnerships" />
|
||||||
</CardGrid>
|
</CardGrid>
|
||||||
<CardGrid>
|
<CardGrid>
|
||||||
|
@ -90,7 +90,7 @@ We use various [Communication tools](/ecosystem/communication). For our work we
|
||||||
|
|
||||||
The initiative is managed by a [Core Team](/governance/core-team) of four people who take care of operations. We are also in the process of creating Association as legal entity for our activities.
|
The initiative is managed by a [Core Team](/governance/core-team) of four people who take care of operations. We are also in the process of creating Association as legal entity for our activities.
|
||||||
|
|
||||||
<LinkCard title="Governance structure" href="/governance/index" />
|
<LinkCard title="Governance structure" href="/governance/" />
|
||||||
<CardGrid>
|
<CardGrid>
|
||||||
<LinkCard title="Congress" href="/events/congress" />
|
<LinkCard title="Congress" href="/events/congress" />
|
||||||
<LinkCard title="Core Team" href="/governance/core-team" />
|
<LinkCard title="Core Team" href="/governance/core-team" />
|
||||||
|
@ -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/index)!
|
All our activities are public and fully [open-source](/contributors/git). Feel free to [contribute](/contributors/)!
|
||||||
|
|
Loading…
Reference in a new issue