improve main page

This commit is contained in:
tree🌴 2024-03-17 06:17:06 +01:00
parent aa1b5e100e
commit 7b5df4413e
5 changed files with 114 additions and 58 deletions

View file

@ -89,7 +89,7 @@ export default defineConfig({
{
label: 'Governance',
items: [
{ label: 'Governance overview', link: '/governance' },
{ label: 'Governance structure', link: '/governance' },
{ label: 'Congress', link: '/congress' },
{ label: 'Core Team', link: '/core-team' },
{ label: 'Association', link: '/association' },

View file

@ -5,6 +5,8 @@ sidebar:
order: 1
---
import { LinkCard } from '@astrojs/starlight/components';
| Lead | Links | Workgroup |
| --- | --- | --- |
| @Tree | • Events list: [web3privacy.info/events](https://web3privacy.info/events)<br/> • lu.ma calendar: [lu.ma/web3privacy](https://lu.ma/web3privacy) | [PM](https://github.com/orgs/web3privacy/projects/7), [GitHub](https://github.com/web3privacy/events), [Matrix](https://matrix.to/#/#w3p-events:gwei.cz) |
@ -72,7 +74,7 @@ Prior to each season, each [regional team](/events/regional-teams) will prepare
Within the season, all events are prepared together as one package. This also applies to partners and speakers, which are gathered for the whole package.
[List of seasons →](/events/seasons)
<LinkCard title="List of seasons" href="/events/seasons" />
### Season Budget
@ -111,7 +113,8 @@ We divide events into different types according to their length and purpose.
Example: *Summit, Meetup, Hackathon* etc.
[List of event types →](/events/types)
<LinkCard title="List of event types" href="/events/types" />
## Slots

View file

@ -1,5 +1,5 @@
---
title: Governance overview
title: Governance
---
In this section you will find a detailed description of how *Web3Privacy Now* governance works.

View file

@ -1,54 +0,0 @@
---
slug: /
title: Introduction
---
![Welcome to Web3Privacy Now Documentation](./assets/intro-cover.jpeg)
This documentation aims to provide a comprehensive overview of our motivations, activities, and the various ways in which you can contribute.
Whether you're new to *Web3Privacy Now* or looking to deepen your involvement, you'll find valuable insights and directions.
## What is *Web3Privacy Now*?
[Web3Privacy Now](https://web3privacy.info/) (W3PN) is an independent, non-profit and community-based initiative to research and popularize privacy-enhancing services within web3 industry. You can read our [Manifesto](/manifesto).
## Our activities & roadmap
### Current projects
| | Description |
| --- | --- |
| 🔬 [Research](/research) | analyzing the ecosystem, creating reports |
| 📅 [Events](/events) | organizing events such as meetups, summits or hackathons |
| 📰 [Week in the Privacy News](/news/week-in-the-privacy) | weekly newsletter with round-up of the most important news |
### Future projects
| | Description |
| --- | --- |
| 👁️ [Privacy Explorer](/projects/privacy-explorer) | the most extensive database of privacy-enhancing solutions |
| ↴ [Privacy Corner](https://github.com/web3privacy/privacy-corner) | community pop-up space for hackathons and other events |
| 🏆 [Privacy Tech Awards](/projects/privacy-tech-awards) | annual vote of most popular and interesting privacy projects |
## History
A summary of what we have already accomplished can be found on the [History](/history) page.
## Tools
We use various [Communication tools](/communication). For our work we use different [Git repositories](/git), and for organizational purposes our effort is divided into several [Workgroups](/workgroups).
## Become part of the community
* [Follow us](/follow-us)
* [Get involved](/get-involved)
* [Donate](/donate)
* [Code of Conduct](/code-of-conduct)
## Governance
The initiative is managed by a [Core Team](/core-team) of four people who take care of operations. We are also in the process of creating [Association](/association) as legal entity for our activities.
## We are very open 💛
All our activities are public and fully [open-source](/git). Feel free to [contribute](/get-involved)!

107
src/content/docs/index.mdx Normal file
View file

@ -0,0 +1,107 @@
---
slug: /
title: Introduction
---
import { LinkCard, CardGrid } from '@astrojs/starlight/components';
![Welcome to Web3Privacy Now Documentation](./assets/intro-cover.jpeg)
This documentation aims to provide a comprehensive overview of our motivations, activities, and the various ways in which you can contribute.
Whether you're new to *Web3Privacy Now* or looking to deepen your involvement, you'll find valuable insights and directions.
## What is *Web3Privacy Now*?
[Web3Privacy Now](https://web3privacy.info/) (W3PN) is an independent, non-profit and community-based initiative to research and popularize privacy-enhancing services within web3 industry. You can read our [Manifesto](/manifesto).
## Our projects
<LinkCard
title="🔬 Research"
description="Analyzing the ecosystem, creating reports"
href="/research"
/>
<LinkCard
title="📅 Events"
description="Organizing events such as meetups, summits or hackathons"
href="/events"
/>
<LinkCard
title="📰 Week in the Privacy"
description="Weekly newsletter with round-up of the most important news"
href="/news/week-in-the-privacy"
/>
## Upcoming projects
<LinkCard
title="👁️ Privacy Explorer"
description="The most extensive database of privacy-enhancing solutions"
href="/projects/privacy-explorer"
/>
<LinkCard
title="↴ Privacy Corner"
description="Community pop-up space for hackathons and other events"
href="https://github.com/web3privacy/privacy-corner"
/>
<LinkCard
title="🏆 Privacy Tech Awards"
description="Annual vote of most popular and interesting privacy projects"
href="/projects/privacy-tech-awards"
/>
## History & Roadmap
A summary of what we have already accomplished can be found on the [History](/history) page.
<CardGrid>
<LinkCard title="History" href="/follow-us" />
<LinkCard title="Roadmap" href="/roadmap" />
</CardGrid>
## Tools we using
We use various [Communication tools](/communication). For our work we use different [Git repositories](/git), and for organizational purposes our effort is divided into several [Workgroups](/workgroups).
<CardGrid>
<LinkCard title="Communication tools" href="/communication" />
<LinkCard title="Git repositories" href="/git" />
</CardGrid>
<CardGrid>
<LinkCard title="Workgroups" href="/workgroups" />
</CardGrid>
## Become part of the community
<CardGrid>
<LinkCard title="Follow us" href="/follow-us" />
<LinkCard title="Get involved" href="/get-involved" />
</CardGrid>
<CardGrid>
<LinkCard title="Contributors guide" href="/contributors" />
<LinkCard title="Membership" href="/membership" />
</CardGrid>
<CardGrid>
<LinkCard title="Donate" href="/donate" />
<LinkCard title="Code of Conduct" href="/code-of-conduct" />
</CardGrid>
## Governance
The initiative is managed by a [Core Team](/core-team) of four people who take care of operations. We are also in the process of creating [Association](/association) as legal entity for our activities.
<LinkCard title="Governance structure" href="/governance" />
<CardGrid>
<LinkCard title="Congress" href="/congress" />
<LinkCard title="Core Team" href="/core-team" />
</CardGrid>
<CardGrid>
<LinkCard title="Association" href="/association" />
<LinkCard title="Contributors Guild" href="/guild" />
</CardGrid>
## We are very open 💛
All our activities are public and fully [open-source](/git). Feel free to [contribute](/get-involved)!