From 5338f857fa48ee0e0b1c89b1d22ae9d0d478acd8 Mon Sep 17 00:00:00 2001 From: NoobDeveloper412 Date: Tue, 24 Sep 2024 17:45:28 +0500 Subject: [PATCH] Fixed the text on the getinvolved. --- src/components/AboutFooter.astro | 2 +- .../MembershipOtherOptionsWidget.astro | 33 ++-- src/components/MembershipWidget.astro | 32 ++-- src/components/SpeakerGrid.astro | 8 +- src/core.json | 147 +++++------------- 5 files changed, 69 insertions(+), 153 deletions(-) diff --git a/src/components/AboutFooter.astro b/src/components/AboutFooter.astro index 557218e..47a5faf 100644 --- a/src/components/AboutFooter.astro +++ b/src/components/AboutFooter.astro @@ -92,7 +92,7 @@ const sortedSections = sectionsConfig

Speakers

diff --git a/src/components/MembershipOtherOptionsWidget.astro b/src/components/MembershipOtherOptionsWidget.astro index a9eca03..6035750 100644 --- a/src/components/MembershipOtherOptionsWidget.astro +++ b/src/components/MembershipOtherOptionsWidget.astro @@ -12,29 +12,19 @@ >

- Members are our chosen collaborators for mutual support and - growth. Rather than one-time deals for individual events or - projects, we strive for consistent collaboration to achieve - lasting impact. + Sponsors are our value-aligned partners who help us maintain + financial sustainability. They support our mission by contributing + to all our activities, whether it's a research project, an event, + a merchandise release.

- - Become an integral part of our community! Join us with building - privacy platform we all need. -
2024
    -
  • Privacy
  • Privacy Scaling Exploration - -
  • Scaling
  • - -
  • Exploration
  • Ethereum
  • @@ -129,15 +119,14 @@
    -
    +

    - Members are our chosen collaborators for mutual support and - growth. Rather than one-time deals for individual events or - projects, we strive for consistent collaboration to achieve - lasting impact. + Our diverse array of research, projects development, events and + tools production is all offered freely, fueled by people and + organizations who care about digital privacy.

    -

    +

    Support our independence, help us to advocate for freedom @@ -168,7 +157,7 @@

    - +
diff --git a/src/components/MembershipWidget.astro b/src/components/MembershipWidget.astro index b9f3134..2423094 100644 --- a/src/components/MembershipWidget.astro +++ b/src/components/MembershipWidget.astro @@ -14,15 +14,10 @@ import core from "../core.json";

- Members are our chosen collaborators for mutual support and - growth. Rather than one-time deals for individual events or - projects, we strive for consistent collaboration to achieve - lasting impact. + For members who want to be more involved in the governance of our + initiative, we offer the opportunity to participate in the + decisions and voting on our plans and other topics.

- - Become an integral part of our community! Join us with building - privacy platform we all need. -
Benefits @@ -30,9 +25,8 @@ import core from "../core.json";
  • You are supporting a good thing!
  • Guaranteed access to all our events
  • -
  • Swag Privacy Pack
  • +
  • Privacy Swag Pack
  • Deals from our partners
  • -
  • Voting rights in our association
@@ -40,7 +34,9 @@ import core from "../core.json";
-
+
Price €100 / Year @@ -49,7 +45,7 @@ import core from "../core.json"; >

- After making your donation, kindly send us the tx hash, your + After making your donation, kindly send us the tx hash, your T-shirt size, and let us know if you would like your membership to be public or kept private.

@@ -98,6 +94,11 @@ import core from "../core.json";
  • Access to Talent +

    Connect with the right builders to test or develop your beta projects or services.

    +
  • +
  • + Targeted Outreach +

    Grow impact through strategic, targeted communications.

  • @@ -105,13 +106,6 @@ import core from "../core.json";

    Participate in speaking engagements and mentorship roles.

  • -
  • - - Deals from our partners - - -

    More details about the deals from our partners.

    -
  • Focused Engagement

    diff --git a/src/components/SpeakerGrid.astro b/src/components/SpeakerGrid.astro index aedb756..a119fe0 100644 --- a/src/components/SpeakerGrid.astro +++ b/src/components/SpeakerGrid.astro @@ -2,9 +2,13 @@ const { people, team, core } = Astro.props; // Filter based on the `core` parameter -const members = team +const members = people.filter((p) => { + console.log(p) + return team.includes(p.id) +}).filter((p) => p.imageUrl); -const filteredPeople = members.filter((p) => p.imageUrl).slice(0, 12); +// const filteredPeople = members.filter((p) => p.imageUrl).slice(0, 12); +const filteredPeople = members.filter((p) => p.imageUrl); function personLink(person) { if (person.refs?.twitter) { diff --git a/src/core.json b/src/core.json index a45a0cc..5f87dfa 100644 --- a/src/core.json +++ b/src/core.json @@ -213,115 +213,44 @@ } } ], - "speakers": [ - { - "name": "DAVID CHAUM", - "imageUrl": "/speakers/davidchaum.png", - "refs": { - "website": "https://hoprnet.org/", - "twitter": "hoprnet", - "designation": "Founder of Secret Network, CEO, SCRT Labs" - } - }, - { - "name": "TOR EKELAND", - "imageUrl": "/speakers/torekeland.png", - "refs": { - "website": "https://hoprnet.org/", - "twitter": "hoprnet", - "designation": "Founder of Secret Network, CEO, SCRT Labs" - } - }, - { - "name": "MICHAEL BAUWENS", - "imageUrl": "/speakers/michaelbauwens.png", - "refs": { - "website": "https://hoprnet.org/", - "twitter": "hoprnet", - "designation": "Founder of Secret Network, CEO, SCRT Labs" - } - }, - { - "name": "VITALIK BUTERIN", - "imageUrl": "/speakers/vitalikbuterin.png", - "refs": { - "website": "https://hoprnet.org/", - "twitter": "hoprnet", - "designation": "Founder of Secret Network, CEO, SCRT Labs" - } - }, - { - "name": "PAUL DYLAN-ENNIS", - "imageUrl": "/speakers/paul.png", - "refs": { - "website": "https://hoprnet.org/", - "twitter": "hoprnet", - "designation": "Founder of Secret Network, CEO, SCRT Labs" - } - }, - { - "name": "JAROMIL", - "imageUrl": "/speakers/jaromil.png", - "refs": { - "website": "https://hoprnet.org/", - "twitter": "hoprnet", - "designation": "Founder of Secret Network, CEO, SCRT Labs" - } - }, - { - "name": "AMEEN", - "imageUrl": "/speakers/ameen.png", - "refs": { - "website": "https://hoprnet.org/", - "twitter": "hoprnet", - "designation": "Founder of Secret Network, CEO, SCRT Labs" - } - }, - { - "name": "AHMED", - "imageUrl": "/speakers/ahmed.png", - "refs": { - "website": "https://hoprnet.org/", - "twitter": "hoprnet", - "designation": "Founder of Secret Network, CEO, SCRT Labs" - } - }, - { - "name": "SCOTT MOORE", - "imageUrl": "/speakers/scottmoore.png", - "refs": { - "website": "https://hoprnet.org/", - "twitter": "hoprnet", - "designation": "Founder of Secret Network, CEO, SCRT Labs" - } - }, - { - "name": "GUY ZYSKIND", - "imageUrl": "/speakers/guy.png", - "refs": { - "website": "https://hoprnet.org/", - "twitter": "hoprnet", - "designation": "Founder of Secret Network, CEO, SCRT Labs" - } - }, - { - "name": "GUY ZYSKIND", - "imageUrl": "/speakers/guy.png", - "refs": { - "website": "https://hoprnet.org/", - "twitter": "hoprnet", - "designation": "Founder of Secret Network, CEO, SCRT Labs" - } - }, - { - "name": "GUY ZYSKIND", - "imageUrl": "/speakers/guy.png", - "refs": { - "website": "https://hoprnet.org/", - "twitter": "hoprnet", - "designation": "Founder of Secret Network, CEO, SCRT Labs" - } - } + "core-speakers": [ + "david-chaum", + "tor-ekeland", + "michael-bauwens", + "vitalik-buterin", + "paul-dylan-ennis", + "jaromil", + "ameen-soleimani", + "ahmed", + "scott-moore", + "juraj-bednar", + "pavol-luptak", + "kurt-opsahl", + "guy-zyskind" + ], + "all-speakers": [ + "ameen-soleimani", + "guy-zyskind", + "max-hampshire", + "antoni-zolciak", + "rachel-rose-oleary", + "alex-kampa", + "oliver-gale", + "mario-havel", + "costanza-gallo", + "manu-alzuru", + "nick-almond", + "juraj-bednar", + "dcbuilder", + "alona-shevchenko", + "tibor-csoka", + "merula", + "serinko", + "steffen-kux", + "althea", + "mykola-siusko", + "pg", + "tree" ] }, "research": [