Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): update mod handbook, update width and cleanup #41352

Merged
merged 4 commits into from
Mar 4, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 9 additions & 10 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ Read our ["How to Contribute to Open Source Guide"](https://github.com/freeCodeC

### Can I translate freeCodeCamp's curriculum?

Yes - Read [this guide](/how-to-translate-files) if you are interested in contributing to translation.
Yes - Read [this guide](/how-to-translate-files) if you are interested in contributing to translations.

Currently we have the user contributed translations being done in Chinese and Español.

At this time we are building our experience hosting the curriculum in the aforementioned languages. Eventually, we intend to localize freeCodeCamp into several major world languages, like: Arabic, Hindi, Portuguese, Russian and more.

We thank you for your patience while we iron out the workflow.
Currently we have the user contributed translations being done in Chinese and Español. We intend to localize freeCodeCamp into several major world languages. You can read all about this in our [announcement here](https://www.freecodecamp.org/news/world-language-translation-effort).

### How can I report a new bug?

Expand Down Expand Up @@ -70,17 +66,20 @@ We are excited to help you contribute to any of the topics that you would like t

Thanks in advance for being polite and patient. Remember – this community is run mainly by volunteers.

**Additional Assistance:**
### Additional Assistance

If you have queries about the stack, architecture of the codebase, feel free to reach out to our staff dev team:
If you have queries about the stack, architecture of the codebase, translations, or anything else feel free to reach out to our staff.

| Staff | Send message on Forum |
| :-------------------- | :--------------------------------------------------------------------------- |
| Mrugesh Mohapatra | [@raisedadead](https://forum.freecodecamp.org/u/raisedadead) |
| Ahmad Abdolsaheb | [@abdolsa](https://forum.freecodecamp.org/u/abdolsa) |
| Kristofer Koishigawa | [@scissorsneedfoodtoo](https://forum.freecodecamp.org/u/scissorsneedfoodtoo) |
| Tom Mondloc | [@moT01](https://forum.freecodecamp.org/u/moT01) |
| Miya Liu | [@miyaliu](https://chinese.freecodecamp.org/forum/u/miyaliu) |
| Mrugesh Mohapatra | [@raisedadead](https://forum.freecodecamp.org/u/raisedadead) |
| Nicholas Carrigan | [@nhcarrigan](https://forum.freecodecamp.org/u/nhcarrigan) |
| Oliver Eyton-Williams | [@ojeytonwilliams](https://forum.freecodecamp.org/u/ojeytonwilliams) |
| Rafael D Hernandez | [@RafaelHernandez](https://forum.freecodecamp.org/u/rafaelhernandez) |
| Randell Dawson | [@RandellDawson](https://forum.freecodecamp.org/u/randelldawson) |
| Tom Mondloc | [@moT01](https://forum.freecodecamp.org/u/moT01) |

**You can email our developer staff at: `dev[at]freecodecamp.org`**
6 changes: 6 additions & 0 deletions docs/_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ body {
text-decoration: none !important;
}

body .content {
max-width: 80%;
margin-left: auto;
margin-right: auto;
}

/****** Nav ****/

.universal-nav {
Expand Down
6 changes: 4 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ You can help expand and improve the curriculum. You can also update project user

## Translations

We are localizing freeCodeCamp.org to world languages starting with Chinese and Espanol. We will be expanding the translations to more languages. It's our dream to provide you with resources to learn, no matter the world language you speak.
We are localizing freeCodeCamp.org to world languages starting with Chinese and Espanol. We will be expanding the translations to more languages.
raisedadead marked this conversation as resolved.
Show resolved Hide resolved

To help us with this massive effort, we have integrated our open-source code-base & curriculum with [Crowdin](https://crowdin.com/).
To help us with this massive effort, we have integrated our open-source code-base & curriculum with [Crowdin](https://crowdin.com/). You can read all about this in our [announcement here](https://www.freecodecamp.org/news/world-language-translation-effort). We encourage you read the announcement and share it your friends to get them excited about this.
raisedadead marked this conversation as resolved.
Show resolved Hide resolved

It's our dream to provide you with resources to learn, no matter the world language you speak.
raisedadead marked this conversation as resolved.
Show resolved Hide resolved

**If you're interested in translating, here are the guides to translate our [curriculum](how-to-translate-files.md), the [learning platform](how-to-translate-the-website.md) and our [Contributing guidelines](https://translate.freecodecamp.org/contributing-docs).**

Expand Down