From 04bda0da86bac449a1dbd5afb987f44bc8b959f6 Mon Sep 17 00:00:00 2001 From: ethsystems-bot <321619048+ethsystems-bot@users.noreply.github.com> Date: Thu, 27 Aug 2026 04:13:27 +0000 Subject: [PATCH] chore: remove EA / Operations role from join page --- src/pages/join.astro | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/pages/join.astro b/src/pages/join.astro index 56543c7..9bcc2d1 100644 --- a/src/pages/join.astro +++ b/src/pages/join.astro @@ -23,11 +23,6 @@ const roles = [ blurb: 'Design and build confidential systems, from shielded pools and selective disclosure to private settlement and ZK identity, taking work from spec to PoC to production in the open. You bring applied cryptography and protocol design experience, have built on Ethereum, and ship production code, not just research prototypes.', }, - { - title: 'EA / Operations', - blurb: - "Run day-to-day operations for a young company, from entity admin and contracts to scheduling, travel, and events, building light process where it pays off. You've done this before at a startup, ideally one selling to institutions, and you work with high autonomy and discretion across time zones.", - }, ]; ---