Skip to content

Commit 9b3c67a

Browse files
authored
Merge pull request #11804 from ethereum/staging
Staging -> dev
2 parents 7d7f240 + 25bf89f commit 9b3c67a

File tree

84 files changed

+131
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+131
-131
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Netlify Status](https://api.netlify.com/api/v1/badges/e8f2e766-888b-4954-8500-1b647d84db99/deploy-status)](https://app.netlify.com/sites/ethereumorg/deploys)
22
[![All Contributors](https://img.shields.io/github/all-contributors/ethereum/ethereum-org-website?color=orange&style=flat-square)](#contributors-)
3-
[![Discord](https://img.shields.io/discord/714888181740339261?color=1C1CE1&label=ethereum.org%20%7C%20Discord%20%F0%9F%91%8B%20&style=flat-square)](https://discord.gg/CetY6Y4)
3+
[![Discord](https://img.shields.io/discord/714888181740339261?color=1C1CE1&label=ethereum.org%20%7C%20Discord%20%F0%9F%91%8B%20&style=flat-square)](https://discord.gg/ethereum-org)
44
[![Twitter Follow](https://img.shields.io/twitter/follow/ethdotorg.svg?style=social)](https://twitter.com/ethdotorg)
55
[![Crowdin](https://badges.crowdin.net/ethereum-org/localized.svg)](https://crowdin.com/project/ethereum-org)
66
[![gitpoap badge](https://public-api.gitpoap.io/v1/repo/ethereum/ethereum-org-website/badge)](https://www.gitpoap.io/gh/ethereum/ethereum-org-website)
@@ -136,7 +136,7 @@ In case you want to test them as if you were in a Netlify env, you can install t
136136
- Gatsby Cloud (our hosting service for build previews) deploys all PRs to a publicly accessible preview URL, e.g.:
137137
![Gatsby Cloud deploy preview](./GC-preview-deploy.png)
138138
- _Confirm your GC preview deploy looks & functions as expected_
139-
- Why not say hi and draw attention to your PR in [our discord server](https://discord.gg/CetY6Y4)?
139+
- Why not say hi and draw attention to your PR in [our discord server](https://discord.gg/ethereum-org)?
140140

141141
### 7. Wait for review
142142

@@ -167,7 +167,7 @@ Learn more about how we review pull requests [here](docs/review-process.md).
167167
- If you have committed any changes in 2022 so far that were merged into our repo, you have a POAP waiting!
168168
- This includes our dedicated translators on Crowdin
169169

170-
[![Discord](https://img.shields.io/discord/714888181740339261?color=1C1CE1&label=Claim%20Your%20POAP!%20%7C%20Discord%20%F0%9F%91%8B%20&style=flat)](https://discord.gg/CetY6Y4)
170+
[![Discord](https://img.shields.io/discord/714888181740339261?color=1C1CE1&label=Claim%20Your%20POAP!%20%7C%20Discord%20%F0%9F%91%8B%20&style=flat)](https://discord.gg/ethereum-org)
171171

172172
- 👆 To claim your Contributor POAP, join our Discord server and paste a link to your contribution in the `#🥇 | poaps` [channel](https://discord.com/channels/714888181740339261/804005643211898911)
173173

@@ -1714,4 +1714,4 @@ This project follows the [all-contributors](https://github.com/all-contributors/
17141714

17151715
### Join our Discord server
17161716

1717-
We have a space to discuss all things ethereum.org – share your ideas or just say hi over [on Discord](https://discord.gg/CetY6Y4).
1717+
We have a space to discuss all things ethereum.org – share your ideas or just say hi over [on Discord](https://discord.gg/ethereum-org).

src/components/CallToContribute.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const CallToContribute: React.FC<IProps> = ({ editPath }) => {
9696
</DescriptionParagraph>
9797
<DescriptionParagraph>
9898
<Translation id="page-calltocontribute-desc-4" />{" "}
99-
<InlineLink to="https://discord.gg/CetY6Y4">
99+
<InlineLink to="https://discord.gg/ethereum-org">
100100
<Translation id="page-calltocontribute-link-2" />
101101
</InlineLink>{" "}
102102
</DescriptionParagraph>

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const socialLinks = [
3434
},
3535
{
3636
icon: FaDiscord,
37-
to: "https://discord.gg/CetY6Y4",
37+
to: "https://discord.gg/ethereum-org",
3838
ariaLabel: "Discord",
3939
color: "#7289da",
4040
},

src/components/LeftNavBar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const LeftNavBar: React.FC<IProps> = ({
5151
position="sticky"
5252
top="6.25rem"
5353
height={calc("100vh").subtract("80px").toString()}
54-
zIndex="dropdown"
54+
zIndex={99}
5555
{...props}
5656
>
5757
{dropdownLinks && <StyledButtonDropdown list={dropdownLinks} />}

src/content/about/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To make our work more accessible and to foster more community collaboration, the
9999

100100
**How's that sound?** We always appreciate feedback on our roadmap - if there's something you think we should work on, please let us know! We welcome ideas and PRs from anyone in the community.
101101

102-
**Want to get involved?** [Learn more about contributing](/contributing/), [hit us up on Twitter](https://twitter.com/ethdotorg), or join the community discussions in [our Discord server](https://discord.gg/CetY6Y4).
102+
**Want to get involved?** [Learn more about contributing](/contributing/), [hit us up on Twitter](https://twitter.com/ethdotorg), or join the community discussions in [our Discord server](https://discord.gg/ethereum-org).
103103

104104
## Design principles {#design-principles}
105105

@@ -109,7 +109,7 @@ We use a set of [design principles](/contributing/design-principles/) to guide o
109109

110110
We built and released a [design system](https://www.figma.com/file/NrNxGjBL0Yl1PrNrOT8G2B/ethereum.org-Design-System?node-id=0%3A1&t=QBt9RkhpPqzE3Aa6-1) to ship features more quickly and let community members participate in the open design of ethereum.org.
111111

112-
Want to get involved? [Follow along in Figma](https://www.figma.com/file/NrNxGjBL0Yl1PrNrOT8G2B/ethereum.org-Design-System), the [GitHub issue](https://github.com/ethereum/ethereum-org-website/issues/6284) and join the conversation in our [#design Discord channel](https://discord.gg/bKycYhVUwV).
112+
Want to get involved? [Follow along in Figma](https://www.figma.com/file/NrNxGjBL0Yl1PrNrOT8G2B/ethereum.org-Design-System), the [GitHub issue](https://github.com/ethereum/ethereum-org-website/issues/6284) and join the conversation in our [#design Discord channel](https://discord.gg/ethereum-org).
113113

114114
## Style guide {#style-guide}
115115

@@ -123,6 +123,6 @@ We welcome feedback on our design principles, design system and the style guide.
123123

124124
Although this website is open-source and anyone can work on it, we do have a team dedicated to ethereum.org and other Ethereum Foundation web projects.
125125

126-
We'll post any job openings here. If you don't see a role here for you, head over to [our Discord server](https://discord.gg/CetY6Y4) and let us know how you'd like to work with us!
126+
We'll post any job openings here. If you don't see a role here for you, head over to [our Discord server](https://discord.gg/ethereum-org) and let us know how you'd like to work with us!
127127

128128
Looking beyond the ethereum.org team? [Check out other Ethereum related jobs](/community/get-involved/#ethereum-jobs/).

src/content/community/online/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Hundreds of thousands of Ethereum enthusiasts gather in these online forums to s
2525
<SocialListItem socialIcon="discord"><Link to="https://ethglobal.co/discord">Ethereum Hackers</Link> - Discord chat run by ETHGlobal: an online community for Ethereum hackers all over the world</SocialListItem>
2626
<SocialListItem socialIcon="discord"><Link to="https://discord.gg/5W5tVb3">CryptoDevs</Link> - Ethereum development focused Discord community</SocialListItem>
2727
<SocialListItem socialIcon="discord"><Link to="https://discord.gg/ethstaker">EthStaker Discord</Link> - community-run guidance, education, support, and resources for existing and potential stakers</SocialListItem>
28-
<SocialListItem socialIcon="discord"><Link to="https://discord.gg/CetY6Y4">Ethereum.org website team</Link> - stop by and chat ethereum.org web development and design with the team and folks from the community</SocialListItem>
28+
<SocialListItem socialIcon="discord"><Link to="https://discord.gg/ethereum-org">Ethereum.org website team</Link> - stop by and chat ethereum.org web development and design with the team and folks from the community</SocialListItem>
2929
<SocialListItem socialIcon="discord"><Link to="https://discord.matos.club/">Matos Discord</Link> - web3 creators community where builders, industrial figureheads, and Ethereum enthusiasts hang out. We're passionate about web3 development, design, and culture. Come build with us.</SocialListItem>
3030
<SocialListItem socialIcon="webpage"><Link to="https://gitter.im/ethereum/solidity/">Solidity Gitter</Link> - chat for solidity development (Gitter)</SocialListItem>
3131
<SocialListItem socialIcon="webpage"><Link to="https://matrix.to/#/#ethereum_solidity:gitter.im">Solidity Matrix</Link> - chat for solidity development (Matrix)</SocialListItem>

src/content/contributing/design-principles/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ You can see our design principles in action [across our site](/).
9090

9191
While these principles are focused on the ethereum.org website, we hope that many of them are representative of the values of the Ethereum ecosystem overall (e.g. you can see influence from the [principles of the Ethereum Whitepaper](https://github.com/ethereum/wiki/wiki/White-Paper#philosophy)). Maybe you even want to incorporate some of them into your own project!
9292

93-
Let us know your thoughts on [Discord server](https://discord.gg/CetY6Y4) or by [creating an issue](https://github.com/ethereum/ethereum-org-website/issues/new?assignees=&labels=Type%3A+Feature&template=feature_request.yaml&title=).
93+
Let us know your thoughts on [Discord server](https://discord.gg/ethereum-org) or by [creating an issue](https://github.com/ethereum/ethereum-org-website/issues/new?assignees=&labels=Type%3A+Feature&template=feature_request.yaml&title=).

src/content/contributing/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The ethereum.org website, like Ethereum more broadly, is an open-source project.
4848
- [Quizzes](/contributing/quizzes/) _- Add, update, and delete quiz question banks for a relevant page_
4949
- [Suggest a design resource](/contributing/design/adding-design-resources/) _- Add, update, and delete helpful design resources_
5050

51-
_Any questions?_ 🤔 Reach out on our [Discord server](https://discord.gg/CetY6Y4)
51+
_Any questions?_ 🤔 Reach out on our [Discord server](https://discord.gg/ethereum-org)
5252

5353
## How to work on ethereum.org {#how-to-update-content}
5454

@@ -59,7 +59,7 @@ All updates are made via the GitHub PR process. This means you create a local co
5959
You don't need permission to work on anything, but it's always best to let us know what you're planning to do. You can do this by:
6060

6161
- Commenting on an issue or PR in [GitHub](https://github.com/ethereum/ethereum-org-website)
62-
- Messaging on our [Discord server](https://discord.gg/CetY6Y4)
62+
- Messaging on our [Discord server](https://discord.gg/ethereum-org)
6363

6464
Before contributing, make sure you're familiar with:
6565

@@ -74,7 +74,7 @@ Decisions about individual PRs, design evolution and major upgrades are made by
7474

7575
7676
- [@ethdotorg](https://twitter.com/ethdotorg)
77-
- [Discord server](https://discord.gg/CetY6Y4)
77+
- [Discord server](https://discord.gg/ethereum-org)
7878

7979
### A note on plagiarism {#plagiarism}
8080

@@ -92,7 +92,7 @@ If your contribution gets merged into ethereum.org, we'll mint you a unique cont
9292

9393
### How to claim {#how-to-claim}
9494

95-
1. Join our [Discord server](https://discord.gg/E8dET2ux8y).
95+
1. Join our [Discord server](https://discord.gg/ethereum-org).
9696
2. Paste a link to your contribution in the `#🥇 | poaps` [channel](https://discord.com/channels/714888181740339261/804005643211898911).
9797
3. Wait for a member of our team to send you a link to your POAP.
9898
4. Claim your POAP!

src/content/contributing/translation-program/faq/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ We plan to add support for non-English content additions in the near future.
116116

117117
## Get in touch {#contact}
118118

119-
Thank you for reading through all of these. We hope this helps you to onboard our program. Feel free to join our [Discord translation channel](https://discord.gg/XVepFu7sqR) to ask questions and collaborate with other translators, or reach out to us at [email protected]!
119+
Thank you for reading through all of these. We hope this helps you to onboard our program. Feel free to join our [Discord translation channel](https://discord.gg/ethereum-org) to ask questions and collaborate with other translators, or reach out to us at [email protected]!

src/content/contributing/translation-program/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ For other useful translation tools, translator communities and Translation Progr
7878

7979
## Get in touch {#get-in-touch}
8080

81-
Do you have any questions? Or want to collaborate with our team and other translators? Please post in the #translations channel of our [ethereum.org Discord server](https://discord.gg/6WX7E97)
81+
Do you have any questions? Or want to collaborate with our team and other translators? Please post in the #translations channel of our [ethereum.org Discord server](https://discord.gg/ethereum-org)
8282

8383
You can also reach out to us at [email protected]
8484

0 commit comments

Comments
 (0)