Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Keeping in mind the above core principles, there are many ways you can get invol
- Submit links to add to specific sections that are incomplete, by submitting a pull request
- Identify out-of-date information on ethereum.org (or linked to from ethereum.org) and submit a pull request
- Submit new designs for the front-page HERO image - find the specs [here](https://github.com/ethereum/ethereum-org-website/blob/master/ethereum.org-hero-image-specs.pdf) and contact us at website@ethereum.org
- Suggest ideas for new subpages, new content, or other ways to improve ethereum.org by [opening an issue](https://github.com/ethereum/ethereum-org-website/issues/new).
- Suggest ideas for new subpages, new content, or other ways to improve ethereum.org by [opening an issue](https://github.com/ethereum/ethereum-org-website/issues/new/choose).

Learn how to submit a pull request in the [Development Lifecycle](#deployment-lifecycle) section.

Expand All @@ -50,7 +50,7 @@ Looking to get involved as a translator? Here's how:

1. Follow [this invite link](https://crowdin.com/project/ethereumfoundation/invite) to join our project on CrowdIn.
2. You will need to create a CrowdIn account if you don't have one. Here's [documentation on how to use CrowdIn](https://support.crowdin.com/online-editor/).
3. Find the language you want to participate in. If it's below 100%, please contribute! Don't see your langugae? [Open an issue](https://github.com/ethereum/ethereum-org-website/issues/new?assignees=&labels=translation&template=feature_request.md&title=).
3. Find the language you want to participate in. If it's below 100%, please contribute! Don't see your langugae? [Open an issue](https://github.com/ethereum/ethereum-org-website/issues/new/choose).

Once translation is completed (i.e. all files display 100%), our professional translation service will review (and potentially edit) the content. Once the review is complete, we will add it to the website.

Expand Down Expand Up @@ -169,7 +169,7 @@ How updates are made to ethereum.org

### Submit

- Create a [new issue](https://github.com/ethereum/ethereum-org-website/issues/new)
- Create a [new issue](https://github.com/ethereum/ethereum-org-website/issues/new/choose)
- If you plan to submit a pull request to resolve the issue, assign it to yourself
- If you begin work on the issue, [label it](https://github.com/ethereum/ethereum-org-website/labels) as `wip`
- Submit a pull request (PR) to the `dev` branch
Expand Down
7 changes: 7 additions & 0 deletions docs/.vuepress/components/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,10 @@
}
}
</script>

<style lang="stylus" scoped>
@import '../theme/styles/config.styl';

h1
font-size $fsLarge
</style>
Loading