mirror of
https://github.com/web3privacy/docs
synced 2024-10-15 18:46:26 +02:00
move awars to future concepts
This commit is contained in:
parent
9791fcdb3c
commit
c67956e3f8
2 changed files with 11 additions and 5 deletions
|
@ -4,7 +4,7 @@ Here you can find a high-level overview of what we are planning for the future.
|
||||||
|
|
||||||
## Current projects
|
## Current projects
|
||||||
|
|
||||||
| Project | 2024 Roadmap |
|
| | 2024 Roadmap |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| ⚙️ Core Initiative | • [Association](/association/) (legal entity)<br/> • [Membership](/membership/)
|
| ⚙️ Core Initiative | • [Association](/association/) (legal entity)<br/> • [Membership](/membership/)
|
||||||
| 🔬 [Research](/research/) | Upcoming reports:<br/> • [Privacy Guides for the general public](https://github.com/web3privacy/grants/blob/main/README.md#-privacy-guides)<br/>• [Scoring Model v2.0](https://github.com/web3privacy/grants/blob/main/README.md#-privacy-beat)<br/>• [Hackathon Curation Pack](https://github.com/web3privacy/grants/blob/main/README.md#-hackathon-curation-pack) |
|
| 🔬 [Research](/research/) | Upcoming reports:<br/> • [Privacy Guides for the general public](https://github.com/web3privacy/grants/blob/main/README.md#-privacy-guides)<br/>• [Scoring Model v2.0](https://github.com/web3privacy/grants/blob/main/README.md#-privacy-beat)<br/>• [Hackathon Curation Pack](https://github.com/web3privacy/grants/blob/main/README.md#-hackathon-curation-pack) |
|
||||||
|
@ -14,9 +14,9 @@ Here you can find a high-level overview of what we are planning for the future.
|
||||||
|
|
||||||
## Future projects (concepts)
|
## Future projects (concepts)
|
||||||
|
|
||||||
| Project | Description |
|
| | Description |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| 🏆 [Privacy Tech Awards](/projects/privacy-tech-awards) | annual vote of most popular and interesting privacy projects (concept) |
|
| 🏆 [Privacy Tech Awards](/projects/privacy-tech-awards) | annual vote of most popular and interesting privacy projects |
|
||||||
| 🔀 [Privacy Routing Tool](https://github.com/web3privacy/grants/blob/main/README.md#-privacy-checker-tool) | tool which help you choose the right private service for your transactions |
|
| 🔀 [Privacy Routing Tool](https://github.com/web3privacy/grants/blob/main/README.md#-privacy-checker-tool) | tool which help you choose the right private service for your transactions |
|
||||||
| 🛒 W3PN Store | online store with privacy tools and promotional items |
|
| 🛒 W3PN Store | online store with privacy tools and promotional items |
|
||||||
| 📔 W3PN Magazine | quarterly (semi-annual) printed edition for all privacy enthusiasts |
|
| 📔 Privacy Mag | periodic printed magazine about web3 privacy topics & culture & art |
|
|
@ -64,7 +64,13 @@ const sidebars = {
|
||||||
items: [{type: 'autogenerated', dirName: 'news'}],
|
items: [{type: 'autogenerated', dirName: 'news'}],
|
||||||
},*/
|
},*/
|
||||||
'news/week-in-the-privacy',
|
'news/week-in-the-privacy',
|
||||||
|
{
|
||||||
|
type: "category",
|
||||||
|
label: "Future concepts",
|
||||||
|
items: [
|
||||||
'projects/privacy-tech-awards',
|
'projects/privacy-tech-awards',
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: "html",
|
type: "html",
|
||||||
value: '<span class="sidebar-divider" />',
|
value: '<span class="sidebar-divider" />',
|
||||||
|
|
Loading…
Reference in a new issue