mirror of
https://github.com/web3privacy/docs
synced 2024-10-15 18:46:26 +02:00
membership org benefits
This commit is contained in:
parent
e00c41e2a3
commit
70ab381734
3 changed files with 51 additions and 1 deletions
|
@ -54,6 +54,8 @@ We also offer membership for companies, projects and other organizations. This t
|
|||
|
||||
\* Note: If you give us a donation, you are automatically entitled to a subscription discount equal to the amount you donate.
|
||||
|
||||
You can find a detailed description of each benefit on the [Benefits for Organisations](/membership/org-benefits) page.
|
||||
|
||||
### How to become an organisational member?
|
||||
|
||||
If you would like a membership for your organisation then please contact us on our email:
|
41
docs/membership/org-benefits.md
Normal file
41
docs/membership/org-benefits.md
Normal file
|
@ -0,0 +1,41 @@
|
|||
# Benefits for Organizations
|
||||
|
||||
Here you will find a detailed description of the benefits of [membership for organisations](/membership#membership-for-organizations).
|
||||
|
||||
## General benefits
|
||||
|
||||
### Personal membership for your people
|
||||
|
||||
We are primarily a community initiavity, based on individuals, so each membership for organisations includes a certain number of free [Personal memberships](/membership/#personal-membership) for your employees, developers or other stakeholders.
|
||||
|
||||
### Special support group for member organizations
|
||||
|
||||
For organizations that are our members, there is a special closed chat group where representatives of individual organizations can communicate directly with our [Core Team](/core-team) or network with each other.
|
||||
|
||||
## Brand-highlighting benefits
|
||||
|
||||
### Visibility on our website
|
||||
|
||||
Organizations whose membership is public have the option to have their logo and/or name displayed on our [website](https://web3privacy.info) in the "Members" section. The size and importance of the entry corresponds to your Tier.
|
||||
|
||||
### Visiblity at our events
|
||||
|
||||
We offer our most important members (Tier I + II) the opportunity to present their brand and raise awareness at our [events](/events/) - Summits & Hackathons.
|
||||
* Your logo on the rollups on the stage and at the entrance
|
||||
* Your logo on the projection between talks
|
||||
* Your logo on the livestream
|
||||
|
||||
### Highlighting your project in Privacy Explorer
|
||||
|
||||
If your organisation is creating a tool, service or product that is listed in our [Privacy Explorer](/projects/privacy-explorer), then as members you are entitled to have that project highlighted with a special sticker.
|
||||
|
||||
TODO
|
||||
|
||||
## Other benefits
|
||||
|
||||
### Job advertisements
|
||||
|
||||
We are happy to help all members find capable staff through the media channels we have:
|
||||
* Job offer listing on our website (all tiers)
|
||||
* Job offer listing in our [Week in the Privacy](/news/week-in-the-privacy) newsletter (limited, only Tier I + II)
|
||||
* Posting your job offer on our X/Twitter feed (limited, only Tier I + II)
|
|
@ -90,7 +90,14 @@ const sidebars = {
|
|||
},
|
||||
'follow-us',
|
||||
'get-involved',
|
||||
'membership',
|
||||
{
|
||||
type: "category",
|
||||
label: "Membership",
|
||||
link: {type: 'doc', id: 'membership/index'},
|
||||
items: [
|
||||
'membership/org-benefits'
|
||||
],
|
||||
},
|
||||
'donate',
|
||||
'code-of-conduct',
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue