diff --git a/app/[locale]/founders/page.tsx b/app/[locale]/founders/page.tsx index a14f6c26418..25e1f441d3c 100644 --- a/app/[locale]/founders/page.tsx +++ b/app/[locale]/founders/page.tsx @@ -4,6 +4,7 @@ import { getTranslations } from "next-intl/server" import type { CommitHistory, Lang, SectionNavDetails } from "@/lib/types" +import CommentCard from "@/components/CommentCard" import ContentHero from "@/components/Hero/ContentHero" import { CheckCircle } from "@/components/icons/CheckCircle" import MainArticle from "@/components/MainArticle" @@ -509,27 +510,16 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
{name}
-{affiliation}
-{t("page-what-is-ethereum-network-description-1")}
+{t("page-what-is-ethereum-network-description-2")}
+ > + ), + } + + const tocItems: ToCItem[] = [ + { + title: t("page-what-is-ethereum-network-title"), + url: "#ethereum-network", + }, + { + title: t("page-what-is-ethereum-network-section-network-fees-title"), + url: "#network-fees", + }, + { + title: t("page-what-is-ethereum-network-section-staking-title"), + url: "#staking", + }, + { + title: t("page-what-is-ethereum-network-section-layer-2s-title"), + url: "#layer-2s", + }, + { + title: t("page-what-is-ethereum-network-section-live-network-data-title"), + url: "#live-network-data", + }, + ] + + const getId = (input: string) => { + const parts = input.split("#") + return parts.length > 1 ? parts[1] : "" + } + + return ( + <> +{t("page-what-is-ethereum-network-section-description-1")}
++ {t.rich("page-what-is-ethereum-network-section-description-2", { + strong: Strong, + })} +
++ {t.rich("page-what-is-ethereum-network-section-description-3", { + strong: Strong, + })} +
+{t("page-what-is-ethereum-network-section-description-4")}
+{t("page-what-is-ethereum-network-section-description-9")}
++ {t.rich("page-what-is-ethereum-network-section-description-10", { + a: (chunks) => {chunks}, + strong: Strong, + })} +
+{t("page-what-is-ethereum-network-section-description-11")}
++ {t.rich("page-what-is-ethereum-network-section-description-12", { + strong: Strong, + })} +
+{t("page-what-is-ethereum-network-section-description-13")}
+{t("page-what-is-ethereum-network-section-description-14")}
+{t("page-what-is-ethereum-network-section-description-18")}
++ {t.rich("page-what-is-ethereum-network-section-description-19", { + strong: Strong, + })} +
++ {t("page-what-is-ethereum-network-gas-section-description-1")} +
++ {t.rich( + "page-what-is-ethereum-network-gas-section-description-2", + { + strong: Strong, + } + )} +
++ {t.rich( + "page-what-is-ethereum-network-gas-section-description-4", + { + strong: Strong, + } + )} +
++ {t.rich( + "page-what-is-ethereum-network-gas-section-description-5", + { + strong: Strong, + } + )} +
++ {t.rich( + "page-what-is-ethereum-network-gas-section-description-6", + { + blog: (chunks) => ( + + {chunks} + + ), + beaconchain: (chunks) => ( + {chunks} + ), + ultrasound: (chunks) => ( + {chunks} + ), + strong: Strong, + } + )} +
++ {t("page-what-is-ethereum-network-gas-section-description-7")} +
++ {t.rich( + "page-what-is-ethereum-network-gas-section-description-8", + { + strong: Strong, + } + )} +
++ {t("page-what-is-ethereum-network-gas-section-description-9")} +
++ {t.rich( + "page-what-is-ethereum-network-staking-section-description-1", + { + strong: Strong, + } + )} +
++ {t( + "page-what-is-ethereum-network-staking-section-description-2" + )} +
++ {t( + "page-what-is-ethereum-network-staking-section-description-3" + )} +
++ {t( + "page-what-is-ethereum-network-staking-section-description-4" + )} +
++ {t.rich( + "page-what-is-ethereum-network-staking-section-description-5", + { + strong: Strong, + } + )} +
++ {t.rich( + "page-what-is-ethereum-network-staking-section-description-7", + { + validators: (chunks) => ( + + {chunks} + + ), + stakedEther: (chunks) => ( + + {chunks} + + ), + strong: Strong, + } + )} +
++ {t.rich( + "page-what-is-ethereum-network-staking-section-description-8", + { + strong: Strong, + } + )} +
++ {t( + "page-what-is-ethereum-network-staking-section-description-9" + )} +
++ {t( + "page-what-is-ethereum-network-staking-section-description-10" + )} +
++ {t.rich( + "page-what-is-ethereum-network-staking-section-description-11", + { + lido: (chunks) => ( + {chunks} + ), + rocketpool: (chunks) => ( + {chunks} + ), + strong: Strong, + } + )} +
++ {t.rich( + "page-what-is-ethereum-network-layer-2s-section-description-1", + { + strong: Strong, + } + )} +
++ {t.rich( + "page-what-is-ethereum-network-layer-2s-section-description-2", + { + strong: Strong, + } + )} +
++ {t( + "page-what-is-ethereum-network-layer-2s-section-description-3" + )} +
++ {t.rich( + "page-what-is-ethereum-network-layer-2s-section-description-4", + { + strong: Strong, + } + )} +
++ {t.rich( + "page-what-is-ethereum-network-layer-2s-section-description-5", + { + l2fees: (chunks) => ( + {chunks} + ), + strong: Strong, + } + )} +
++ {t.rich( + "page-what-is-ethereum-network-layer-2s-section-description-6", + { + l2beat: (chunks) => ( + + {chunks} + + ), + } + )} +
++ {t( + "page-what-is-ethereum-network-layer-2s-section-description-7" + )} +
++ {t.rich( + "page-what-is-ethereum-network-layer-2s-section-description-8", + { + robinhood: (chunks) => ( + + {chunks} + + ), + paypal: (chunks) => ( + + {chunks} + + ), + shopify: (chunks) => ( + + {chunks} + + ), + } + )} +
++ {t.rich( + "page-what-is-ethereum-network-layer-2s-section-description-9", + { + superbridge: (chunks) => ( + {chunks} + ), + portal: (chunks) => ( + + {chunks} + + ), + hop: (chunks) => ( + {chunks} + ), + across: (chunks) => ( + {chunks} + ), + } + )} +
++ {t( + "page-what-is-ethereum-network-live-network-data-section-description-1" + )} +
++ {t( + "page-what-is-ethereum-network-live-network-data-section-description-2" + )} +
++ {t( + "page-what-is-ethereum-network-live-network-data-section-description-6" + )} +
++ {t( + "page-what-is-ethereum-network-live-network-data-section-description-7" + )} +
++ {t( + "page-what-is-ethereum-network-live-network-data-section-description-8" + )} +
++ {t( + "page-what-is-ethereum-network-live-network-data-section-description-18" + )} +
++ {t( + "page-what-is-ethereum-network-live-network-data-section-description-19" + )} +
+- The Fusaka Contest is currently running on Sherlock with up to 2M USD in rewards! + The Fusaka Contest is currently running on Sherlock with up to 2M USD in + rewards!
{description}
+{name}
+{title}
+