mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
About page content tweaks
This commit is contained in:
@@ -40,8 +40,19 @@ export default async function AboutPage() {
|
||||
</h2>
|
||||
<span className="text-xl font-sans dark:text-tuatara-200 text-black lg:max-w-[730px] mx-auto">
|
||||
As Privacy Stewards of Ethereum (PSE), our mission is to deliver
|
||||
privacy to the Ethereum ecosystems. <br /> <br />
|
||||
But building{" "}
|
||||
privacy to the{" "}
|
||||
<Link
|
||||
href="https://ethereum.org/en/"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="text-black dark:text-white hover:text-orange duration-200 underline"
|
||||
>
|
||||
Ethereum ecosystem
|
||||
</Link>
|
||||
. We envision a future where privacy on Ethereum is the norm
|
||||
rather than the exception.
|
||||
<br /> <br />
|
||||
Building{" "}
|
||||
<Link
|
||||
href="https://www.activism.net/cypherpunk/manifesto.html"
|
||||
target="_blank"
|
||||
@@ -49,12 +60,12 @@ export default async function AboutPage() {
|
||||
className="text-black dark:text-white hover:text-orange duration-200 underline"
|
||||
>
|
||||
“an open society in the electronic age”
|
||||
</Link>
|
||||
</Link>{" "}
|
||||
{
|
||||
"requires privacy that is usable, scalable, and secure. We are a team of applied cryptographers, mathematicians, developers, designers, and coordinators working to embed programmable cryptography into Ethereum's application layer and make privacy accessible to developers."
|
||||
"requires privacy that is usable, scalable, and secure. We are a team of applied cryptographers, mathematicians, developers, designers, and coordinators working to embed programmable cryptography into Ethereum's application layer and make privacy accessible to individuals, developers, and institutions."
|
||||
}{" "}
|
||||
<br /> <br />
|
||||
Privacy is a cornerstone of freedom and an{" "}
|
||||
Privacy is a cornerstone of freedom, safety, and is an{" "}
|
||||
<Link
|
||||
href="https://vitalik.eth.limo/general/2025/04/14/privacy.html"
|
||||
target="_blank"
|
||||
@@ -62,19 +73,26 @@ export default async function AboutPage() {
|
||||
className="text-black dark:text-white hover:text-orange duration-200 underline"
|
||||
>
|
||||
important guarantor for decentralization.
|
||||
</Link>
|
||||
We envision a future where digital infrastructure respects privacy
|
||||
by default, and permissions are purpose-specific, informed,
|
||||
uncoerced, and revocable.We envision a future where digital
|
||||
infrastructure respects privacy by default, and permissions are
|
||||
purpose-specific, informed, uncoerced, and revocable.
|
||||
</Link>{" "}
|
||||
We're building a future where digital infrastructure respects
|
||||
privacy by default, and permissions are purpose-specific,
|
||||
informed, uncoerced, and revocable.
|
||||
<br /> <br />
|
||||
{`Programmable cryptography unlocks transformative capabilities for
|
||||
digital voting, identity, transactions, and other systems of
|
||||
coordination. But the road to privacy isn't only technical. It
|
||||
requires shifts in user behavior, developer priorities, regulatory
|
||||
thinking, and cultural norms. This is a collective challenge, and we
|
||||
invite you to help us shape a more private and free digital future.`}
|
||||
Programmable cryptography unlocks transformative capabilities for
|
||||
digital commerce, identity, governance, and other systems of
|
||||
coordination. But the road to privacy isn't only technical. It
|
||||
requires shifts in user behavior, developer priorities, regulatory
|
||||
frameworks, and cultural norms. This is a collective challenge and
|
||||
we{" "}
|
||||
<Link
|
||||
href="https://discord.com/invite/sF5CT5rzrR"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="text-black dark:text-white hover:text-orange duration-200 underline"
|
||||
>
|
||||
invite you
|
||||
</Link>{" "}
|
||||
to help us shape a more free digital future.
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@@ -103,12 +121,20 @@ export default async function AboutPage() {
|
||||
Our History
|
||||
</h2>
|
||||
<span className="text-xl font-sans dark:text-tuatara-200 text-black lg:max-w-[730px] mx-auto">
|
||||
We began in 2018 as Applied ZKP, a team supported by the Ethereum
|
||||
Foundation to push zero-knowledge proofs from theory to practice.
|
||||
In 2021, we became Privacy & Scaling Explorations (PSE), expanding
|
||||
our scope to programmable cryptography and tools across the stack.
|
||||
In 2025, we refined our mission as Privacy Stewards for Ethereum,
|
||||
shifting our focus toward ecosystem impact.
|
||||
We began in 2018 as Applied ZKP, a team supported by the{" "}
|
||||
<Link
|
||||
href="https://ethereum.foundation/"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="text-black dark:text-white hover:text-orange duration-200 underline"
|
||||
>
|
||||
Ethereum Foundation
|
||||
</Link>{" "}
|
||||
to push zero-knowledge proofs from theory to practice. In 2021, we
|
||||
became Privacy & Scaling Explorations (PSE), expanding our scope
|
||||
to programmable cryptography and tools across the stack. In 2025,
|
||||
we refined our mission as Privacy Stewards for Ethereum, shifting
|
||||
our focus toward concrete ecosystem impact.
|
||||
</span>
|
||||
</div>
|
||||
</AppContent>
|
||||
|
||||
@@ -141,7 +141,7 @@ export const LABELS = {
|
||||
},
|
||||
HOMEPAGE: {
|
||||
MISSION:
|
||||
"We believe Ethereum is the foundation of a freer digital world, but we will not reach its full potential without privacy. We’re building cryptographic tools, co-creating standards, and coordinating throughout the ecosystem to make privacy practical for Ethereum.",
|
||||
"Ethereum is the foundation of a freer digital world, but it will not reach its full potential without privacy. We’re building cryptographic tools, co-creating standards, and coordinating throughout the ecosystem to make privacy practical for Ethereum.",
|
||||
MISSION_BUTTON: "LEARN MORE ABOUT US",
|
||||
HEADER_TITLE: "Privacy Stewards of Ethereum",
|
||||
HEADER_SUBTITLE:
|
||||
|
||||
Reference in New Issue
Block a user