diff --git a/src/components/AboutItem.astro b/src/components/AboutItem.astro index 9af90e9..85a236e 100644 --- a/src/components/AboutItem.astro +++ b/src/components/AboutItem.astro @@ -9,12 +9,12 @@ const { title, subtext, variant = "primary" } = Astro.props;
{title} diff --git a/src/components/OrganisationTableDesktop.astro b/src/components/OrganisationTableDesktop.astro index a75ed56..12d5efc 100644 --- a/src/components/OrganisationTableDesktop.astro +++ b/src/components/OrganisationTableDesktop.astro @@ -5,7 +5,7 @@ import core from "../core.json";

CATEGORY

@@ -20,14 +20,16 @@ import core from "../core.json";

More info

-
+

Events

{ config.organisation.table.events.map((item) => ( -

+

{item.objective}

)) @@ -36,18 +38,18 @@ import core from "../core.json";
{ config.organisation.table.events.map((item) => ( -

+

{item.details}

)) }
-
+
{ config.organisation.table.events.map((item) => ( @@ -56,14 +58,16 @@ import core from "../core.json"; }
-
+

RESEARCH

-
+

TOOLS

{ config.organisation.table.tools.map((item) => ( -

+

{item.objective}

)) @@ -108,7 +120,7 @@ import core from "../core.json";
{ config.organisation.table.tools.map((item) => ( -

+

{item.details}

)) @@ -119,7 +131,7 @@ import core from "../core.json"; config.organisation.table.tools.map((item) => ( @@ -128,14 +140,16 @@ import core from "../core.json"; }
-
+

education

{ config.organisation.table.education.map((item) => ( -

+

{item.objective}

)) @@ -144,7 +158,7 @@ import core from "../core.json";
{ config.organisation.table.education.map((item) => ( -

+

{item.details}

)) @@ -156,13 +170,13 @@ import core from "../core.json"; item.url ? (
) : ( -

+

 

) diff --git a/src/config.yaml b/src/config.yaml index d82c987..c19564b 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -121,69 +121,140 @@ landing: community: | Our aim with gatherings is to bring together key players, different perspectives, skills and visions. We aggregate tech and non tech people, key players and contributors, builders, researchers, philosophers, lawyers, policymakers, activists, local communities and general public. organisation: + paragraphs: + - heading: Events + subheading: + text: + - subtext: + items: + - "10M annual reach (socials, media, events)" + - "Visibility - before, during and after - at our Summits, Meetups & Hackathons (Logo, Merch, Talks, Workshops, Recordings)" + - "Free Tickets for team and discounts for your partners" + - "Finding right builders for your beta, product to test or develop" + - "Speaking and mentoring opportunities" + - "Panel curation upon specific needs" + - "Bigger outreach and Impact (we bring your brand, your team and developing needs around every event we attend 
(ETHDam, ETHRome, ETHBrno, ETHBarcelona, BlackSky…)" + - "50 contributors (beyond core team)" + - heading: Research + subheading: We carry on research delivering essays, reports, infographics, github repos, decks, guidelines + text: + - subtext: Brand + items: + - "Raise awareness within specific inputs (category, specs, market)" + - "Empower trust (product of choice, Tier1 category service, top of mind)" + - "Logo at the end of every report" + - "Use report’s results stating you are supporting privacy research (positive image)" + - "Underline your role in the market" + - subtext: Growth + items: + - "Engage target audience via using (your and others) experts opinion" + - "Additional marketing content from infographics to charts" + - "Third party validation of your specific claims (if they are attested)" + - "Community building content" + - "Priority in our publications and newsletter" + - "Tailor made articles based upon specific needs" + + - heading: Explorer + subheading: 3in1 a ranking system, database & comprehensive profiling to empower the general public in discerning the privacy levels, security, and reliability of Web3 projects. + text: + - subtext: Brand + items: + - "Raise awareness within the category (gain reach)" + - "Increase trust by building great profile" + - "Improve trust by receiving a third party validation" + - "Visibility through benchmarks" + + - subtext: Product + items: + - "Increase trial or generate leads by building a transparent profile" + - "Support your releases" + - heading: Financial + subheading: + text: + - subtext: + items: + - "Tax optimization through donation" + + - heading: Other + subheading: + text: + - subtext: + items: + - "Organizing educational seminars for your employees, clients, target audience" + - "Job listings (web, newsletter, socials…)" + - "We transform content you share in conferences into educational material" + - "Special insights on market growth and evolution" + - "Group for company members" + - "Access to special members-only events" + - heading: Tiers + subheading: + text: + - subtext: + items: + - "Membership fee: 7K - 40K EUR / year (depends on tier)" + - "Non-profit membership fee: 1K EUR / year" + table: events: - objective: 6+ Events in different countires details: | 1 Summit + 1 Hackathon + 3 Meetups [target outreach: 1000 people IRL] - height: 50 - research: - objective: Privacy in Ethereum details: | The most comprehensive report of privacy url: /research/ethereum - height: 50 + height: 40 - objective: Use cases DB update & improve (500 → 700 privacy projects details: | Most extensive web3 db of privacy-enhancing solutions url: /research/ethereum - height: 80 + height: 60 - objective: Privacy Annual Report (150+ pages) details: | Showcase all happenings and achievements of the year (3rd Edition) url: /research/ethereum - height: 60 + height: 40 - objective: Privacy Awards details: | Annual vote of most popular and interesting privacy projects url: /research/ethereum - height: 60 + height: 40 - objective: Week in Privacy details: | Newsletter with round-up of the most important privacy news url: /research/ethereum - height: 60 + height: 40 - objective: Monthly Infographics & Articles details: | Release of useful material for tech & general public url: /research/ethereum - height: 30 + height: 40 tools: - objective: Privacy Explorer V.2 details: | 300 services, 5 new categories, improve scoring model url: /research/ethereum - height: 50 + height: 40 - objective: Privacy Routing tool (V0.1 release) details: | Help users to choose the right service for their transactions url: /research/ethereum - height: 50 + height: 40 education: - objective: Academy details: | 101 privacy educational track with our partners - height: 50 + height: 40 - objective: Hackathon Curation Pack details: | Guidelines to help the builders uderstand actual issues url: /research/ethereum - height: 60 + height: 40 - objective: Privacy Guidelines for the public details: | url: /research/ethereum - height: 50 + height: 40 diff --git a/src/pages/membership/individual.astro b/src/pages/membership/individual.astro index 9dfa96e..0043e74 100644 --- a/src/pages/membership/individual.astro +++ b/src/pages/membership/individual.astro @@ -38,7 +38,9 @@ import AboutWidget from "../../components/AboutWidget.astro"; €100 / Year - +
diff --git a/src/pages/membership/organisation.astro b/src/pages/membership/organisation.astro index ea64f63..4bd0790 100644 --- a/src/pages/membership/organisation.astro +++ b/src/pages/membership/organisation.astro @@ -1,6 +1,6 @@ --- import BaseLayout from "../../layouts/base.astro"; -import * as config from "../config.yaml"; +import * as config from "../../config.yaml"; import core from "../../core.json"; import AboutFooter from "../../components/AboutFooter.astro"; import AboutWidget from "../../components/AboutWidget.astro"; @@ -14,7 +14,7 @@ import OrganisationTableMobile from "../../components/OrganisationTableMobile.as subimage="/membership/membership.png" >
-
+

organisation membership

@@ -147,156 +147,30 @@ import OrganisationTableMobile from "../../components/OrganisationTableMobile.as

Value we can deliver

-
-

Events

-
    -
  • 10M annual reach (socials, media, events)
  • -
  • - Visibility - before, during and after - at our Summits, Meetups - & Hackathons (Logo, Merch, Talks, Workshops, Recordings) -
  • -
  • Free Tickets for team and discounts for your partners
  • -
  • - Finding right builders for your beta, product to test or develop -
  • -
  • Speaking and mentoring opportunities
  • -
  • Panel curation upon specific needs
  • -
  • - Bigger outreach and Impact (we bring your brand, your team and - developing needs around every event we attend 
(ETHDam, ETHRome, - ETHBrno, ETHBarcelona, BlackSky…) -
  • -
  • 50 contributors (beyond core team)
  • -
-
-
-

Research

- - We carry on research delivering essays, reports, infographics, - github repos, decks, guidelines - -
-

Brand

-
    -
  • - Raise awareness within specific inputs (category, specs, - market) -
  • -
  • - Empower trust (product of choice, Tier1 category service, top - of mind) -
  • -
  • Logo at the end of every report
  • -
  • - Use report’s results stating you are supporting privacy - research (positive image) -
  • -
  • Underline your role in the market
  • -
-
-
-

Growth

-
    -
  • - Engage target audience via using (your and others) experts - opinion -
  • -
  • - Additional marketing content from infographics to charts -
  • -
  • - Third party validation of your specific claims (if they are - attested) -
  • -
  • Community building content
  • -
  • Priority in our publications and newsletter
  • -
  • Tailor made articles based upon specific needs
  • -
-
-
-
-

Explorer

- - 3in1: a ranking system, database & comprehensive profiling to - empower the general public in discerning the privacy levels, - security, and reliability of Web3 projects. - -
-

Brand

-
    -
  • Raise awareness within the category (gain reach)
  • -
  • Increase trust by building great profile
  • -
  • Improve trust by receiving a third party validation
  • -
  • Visibility through benchmarks
  • -
-
-
-

Product

-
    -
  • - Increase trial or generate leads by building a transparent - profile -
  • -
  • Support your releases
  • -
-
-
-
-

Academy

- - We aim to realize Academy to educate tech and non tech people, - giving basics about digital privacy and practical use-cases, - directions… - -
-
    -
  • Feature your experts opinion and content
  • -
  • Content joint production
  • -
  • - Co-develop domain-specific courses (wallet privacy 101, - ethereum privacy…) -
  • -
-
-
-
-

Financial

+ { + config.organisation.paragraphs.map((item) => ( +
+

+ {item.heading} +

+ {item.subheading} + {item.text.map((textItem) => ( + <> +

+ {textItem.subtext} +

-
-
    -
  • Tax optimization through donation
  • -
-
-
-
-

Other

+
    + {textItem.items.map((item) => ( +
  • {item}
  • + ))} +
+ + ))} +
+ )) + } -
-
    -
  • - Organizing educational seminars for your employees, clients, - target audience -
  • -
  • Job listings (web, newsletter, socials…)
  • -
  • - We transform content you share in conferences into educational - material -
  • -
  • Special insights on market growth and evolution
  • -
  • Group for company members
  • -
  • Access to special members-only events
  • -
-
-
-
-

Tiers

-
-
    -
  • Membership fee: 7K - 40K EUR / year (depends on tier)
  • -
  • Non-profit membership fee: 1K EUR / year
  • -
-
-
For Tier breakdown and details please write us