diff --git a/content/join/benefits.md b/content/join/benefits.md index 99576f4..460f4a9 100644 --- a/content/join/benefits.md +++ b/content/join/benefits.md @@ -1,7 +1,7 @@ --- title: 'Membership Benefits' date: 2021-07-17 -draft: false +draft: true --- Anyone may participate in OpenPOWER. diff --git a/content/join/levels.md b/content/join/levels.md index 9f8ee0b..dc4c796 100644 --- a/content/join/levels.md +++ b/content/join/levels.md @@ -11,18 +11,37 @@ The OpenPOWER Foundation is a 501c6 not-for-profit entity with a Board of Direct The Bylaws detail additional governance by the Board including maximum seats, terms, etc. - The Technical Steering Committee is formed from the Work Group Leads from the core projects and one representative designated by each Platinum member. -OpenPOWER offers a tiered membership of Platinum, Gold, Silver, and Associate/Academic memberships +OpenPOWER offers a tiered membership of Titanium, Platinum, Gold, Silver, Iron, Associate, Academic and Individual memberships +The Academic level is only available to academic institutes. +The Associate and Individual levels are not available to corporations. -- Annual fee and dedicated full-time equivalent (FTEs) – verification of committed number of FTEs on honor system -- Contributors, committers, Work Group leads and project leads influence Technical Steering Committee -- Associate/Academic level is not available to corporations +Anyone may participate in OpenPOWER. +Membership levels are designed for those who are investing in growing and enhancing the OpenPOWER community and its proliferation within the industry. +| OpenPOWER Foundation Membership Matrix | Individual | Associate | Academic | Tin | Copper | Bronze | Silver | Gold | Platinum | Titanium | +|------------------------------------------------------------|------------|------------|-----------|---------|----------|---------|----------|-----------|-----------|-----------| +| Maximum Number of Employees Wordwide | - | - | {{}} | 10 | 25 | 50 | 250 | 500 | {{}} | {{}} | +| Number of OPF Passports | 1 | 10 | {{}} | 1 | 5 | 10 | 100 | 500 | {{}} | {{}} | +| Public Working Group Participation | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | +| All Member Working Group Participation | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | +| Premium Working Group Participation | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | +| Marketing Committee Chair | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | +| Technical Steering Committee Chair | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | +| Board of Directors Participation | {{}} | {{}} | 1 plnv | {{}} | {{}} | 1 plv | 1 plv | 2 plv | 3 plv | 1 pm | +| Access to Public Specifications | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | +| Access to Draft Specifications | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | +| Access to In Development Specifications | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | +| OpenPOWER Ready Trademark Usage | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | +| Petition TSC to create a new workgroup or project | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | +| Member logo listed on the website | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | +| Member logo featured on the website homepage | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | {{}} | +| | free | free | free | $500 | $2.5k | $5k | $25k | $50k | $75k | $100k | -| Membership Level | Annual Fee | FTEs | Technical Steering Committee | Board/Voting Position | -|------------------|------------|------|-----------------------------------------------|------------------------------------------------| -| Platinum | $100k | 10 | One seat per member not otherwise represented | Includes Board position, includes TSC position | -| Gold | $60k | 3 | May be on TSC if Work Group lead | Gold members may elect up to one BOD member per three Gold members | -| Silver | $20k
$5k if <300 employees
$0 if < 300 employees and an Independent Software Vendor (ISV) or for Open Source Community Projects | 0 | May be on TSC if Work Group lead | One board seat elected by all Silver members | -| Associate and Academic | $0 | 0 | May be on TSC if Work Group lead | May be elected to one community observer, non-voting Board seat | - -Fee in US dollars + +PLNV : Per Level Non Voting +PLV : Per Level Voting +PM : Per Member +Fee in US dollars. +The information in this chart is subject to change by OpenPOWER Foundation without notice. +The Bylaws of OpenPOWER Foundation set forth the terms of membership and shall take precedence over any other information regarding membership. + diff --git a/themes/openpowerfoundation/assets/css/pages.scss b/themes/openpowerfoundation/assets/css/pages.scss index d2c5d3a..3bcdc53 100644 --- a/themes/openpowerfoundation/assets/css/pages.scss +++ b/themes/openpowerfoundation/assets/css/pages.scss @@ -94,16 +94,16 @@ padding: 10px; background-color: #dfecf5; &:nth-of-type(1) { - width: 15%; + width: 35%; } &:nth-of-type(2) { - width: 20%; + width: 7%; } &:nth-of-type(3) { - width: 5%; + width: 7%; } &:nth-of-type(4) { - width: 35%; + width: 7%; } } }