mirror of
https://github.com/web3privacy/docs
synced 2024-10-15 18:46:26 +02:00
membership: personal benefits base
This commit is contained in:
parent
dd9c61b1d2
commit
4e0d751bc6
3 changed files with 42 additions and 5 deletions
|
@ -20,11 +20,11 @@ Membership for individuals is for all independent privacy advocates, developers
|
|||
|
||||
* Personal membership fee: **150 EUR / year**
|
||||
|
||||
### Benefits
|
||||
### [Personal benefits](/membership/personal-benefits)
|
||||
|
||||
* You are supporting good thing!
|
||||
* Free swag - t-shirt and stickers (1x bundle per year)
|
||||
* Free access to all our [events](/events/)
|
||||
* Free swag - t-shirt and stickers (1x bundle per year)
|
||||
* Access to special members-only events
|
||||
* Exclusive access to our [research](/research/) reports
|
||||
* Special chat group for members
|
||||
|
@ -33,6 +33,8 @@ Membership for individuals is for all independent privacy advocates, developers
|
|||
* Voting rights in our [association](/association/) (optional, requires approval)
|
||||
* Opportunity to vote in a special category at the [Privacy Tech Awards](/projects/privacy-tech-awards) (upcoming)
|
||||
|
||||
You can find a detailed description of each benefit on the [Personal benefits](/membership/personal-benefits) page.
|
||||
|
||||
### How to become a member?
|
||||
|
||||
Just fill out the application form on our website (TODO) and pay the annual membership fee.
|
||||
|
@ -44,12 +46,12 @@ We also offer membership for companies, projects and other organizations. This t
|
|||
* Company membership fee: **7 000 - 25 000 EUR / year** (depends on tier)
|
||||
* Company membership fee (non-profits): 1 500 EUR / year
|
||||
|
||||
### Benefits for organizations
|
||||
### [Benefits for organizations](/membership/org-benefits)
|
||||
|
||||
| Tier | Membership fee* | Benefits |
|
||||
| --- | --- | --- |
|
||||
| **Tier III** | **7 000 EUR**<br/>non-profits: 1 500 EUR | - 1x personal membership (incl. tickets to Events)<br />- visibility on our web<br />- free job listing on our web<br />- highlighting a member project in Privacy Explorer<br />- special group for member organizations |
|
||||
| **Tier II** | **10 000 EUR** | - 3x personal membership (incl. tickets to Events)<br/>- visibility on our web<br/>- visibility at our events (Summits)<br/>- job listing on our web & in newsletter and socials (max 1)<br/>- highlighting a member project in Privacy Explorer<br/>- special group for member organizations |
|
||||
| **Tier II** | **15 000 EUR** | - 3x personal membership (incl. tickets to Events)<br/>- visibility on our web<br/>- visibility at our events (Summits)<br/>- job listing on our web & in newsletter and socials (max 1)<br/>- highlighting a member project in Privacy Explorer<br/>- special group for member organizations |
|
||||
| **Tier I** | **25 000 EUR** | - 5x personal membership (incl. tickets to Events)<br/>- visibility on our web<br />- visibility at our events (Summits & Hackathons)<br/>- job listing on our web & in newsletter and socials (max 2)<br/>- highlighting a member project in Privacy Explorer<br/>- special group for member organizations |
|
||||
|
||||
\* Note: If you give us a donation, you are automatically entitled to a subscription discount equal to the amount you donate.
|
||||
|
|
34
docs/membership/personal-benefits.md
Normal file
34
docs/membership/personal-benefits.md
Normal file
|
@ -0,0 +1,34 @@
|
|||
# Personal benefits
|
||||
|
||||
## List of benefits
|
||||
|
||||
### You are supporting good thing!
|
||||
|
||||
### Free access to all our events
|
||||
|
||||
Of course, all our members have **free entry to all our [events](/events/)**.
|
||||
|
||||
→ [List of all events](https://web3privacy.info/events)
|
||||
|
||||
### Free swag bundle each year
|
||||
|
||||
Each member is entitled to collect their membership swag bundle once a year. Pick up is possible at our [events](/events/) (for free) or by delivery (for an extra fee).
|
||||
|
||||
This bundle contains:
|
||||
* 1x W3PN t-shirt - multiple designs (depends on availability), sizes XS-XXL
|
||||
* 10x W3PN stickers - multiple designs and sizes
|
||||
* promo items of our organizational members
|
||||
|
||||
### Access to special members-only events
|
||||
|
||||
### Exclusive access to our research reports
|
||||
|
||||
### Special chat group for members
|
||||
|
||||
### Access to special deals of other members & our partners
|
||||
|
||||
### Discount in our store (25%)
|
||||
|
||||
### Voting rights in our association (optional)
|
||||
|
||||
### Opportunity to vote in a special category at the Privacy Tech Awards
|
|
@ -95,7 +95,8 @@ const sidebars = {
|
|||
label: "Membership",
|
||||
link: {type: 'doc', id: 'membership/index'},
|
||||
items: [
|
||||
'membership/org-benefits'
|
||||
'membership/personal-benefits',
|
||||
'membership/org-benefits',
|
||||
],
|
||||
},
|
||||
'donate',
|
||||
|
|
Loading…
Reference in a new issue