Commit Graph

15921 Commits (0d5fec5e21b76df5c21bd64015c8aabec43f0dba)

Author SHA1 Message Date
ChrisLMartin 09836f1294 improved Redux intro 2018-09-27 20:05:57 +05:30
Guy Even 55786a85fb fix(contributing.md): fixed a typo in the instruction list 2018-09-27 20:05:57 +05:30
Quincy Larson fabd0963c2 fix a spelling error 2018-09-27 20:05:57 +05:30
Mrugesh Mohapatra 1b8f427aa5 chore(seed): update curriculum to latest 2018-09-27 20:05:57 +05:30
Beau Carnes 3c8b1f2abc Update some working to make it flow a little better 2018-09-27 20:05:56 +05:30
Mehmood Ahmad 7442adf516 update description 2018-09-27 20:05:56 +05:30
Mehmood Ahmad 2f986ab412 add description 2018-09-27 20:05:56 +05:30
Simon Cooper c214db688e Fix for ctrl key having no impact on submit process (#181) 2018-09-27 20:05:56 +05:30
Stuart Taylor 9333729dca Temp: Remove MathJax (#186) 2018-09-27 20:05:56 +05:30
Huyen Nguyen 10b3b747d6 splitter between editors and preview hidden if preview is null (#182) 2018-09-27 20:05:56 +05:30
Todd Chaffee 8de3a4c766 fix: Decode HTML entities in the test output (#111) 2018-09-27 20:05:55 +05:30
Jason Rivera caf85cc353 Fixed: Added styles for mobile (#167)
* Added styles to curriculum page for mobile

* Fix: Added styles to curriculum page for mobile browsers

* reverted

* Fixed: Added styles to curriculum page for mobile browsers
2018-09-27 20:05:55 +05:30
Jesus Alvarez 08bb4e7fb2 Fix navbar (#164)
* made freecodecamp logo visible in mobile device

* removed empty lines of code
2018-09-27 20:05:55 +05:30
Abi H 6cdfa41174 Add description for alog&DS 2018-09-27 20:05:55 +05:30
Ankit Tiwari 91c673b9d1 Add cats.json file which is required for at least 5 challenges (#179) 2018-09-27 20:05:55 +05:30
renojvarghese 95fef8efce fixing grammatical and spelling errors in javascript intro (#169)
Resolves https://github.com/freeCodeCamp/freeCodeCamp/issues/17520

I fixed the spelling of "arithemtic" to "arithmetic"
Also, I found a misplaced modifier in "basic programming concepts in JavaScript, which range"
The word "concepts" needs the modifier: "which"
2018-09-27 20:05:54 +05:30
Kristofer Koishigawa 02b009fd42 Add MathJax (#150)
Added a script tag to the header of the page in src/head/index.js via src/head/mathjax.js. Modified Side-Panel.js so that mathematical functions are rendered properly in the Rosetta Code problems. Had to use the CDN because I couldn't get the NPM package working, and a local package like the one used in Arcade Mode would be ignored if put into the public folder. We could probably use that local package if there's a better place to store it.

Since MathJax is set up currently to interpret anything between $...$ or $$...$$ as a math function, we will need to check some of the other problems that use those symbols on the same line.
2018-09-27 20:05:54 +05:30
Shaurya Shubham 15ae4827ec feat: rosetta code intro stub (#175) 2018-09-27 20:05:54 +05:30
Huyen Nguyen b5ff62e5f5 Fix scrollbar issues (#160) 2018-09-27 20:05:54 +05:30
Niraj Nandish 9bb486f57d changed logo link to home page (#174) 2018-09-27 20:05:54 +05:30
Manuel Blanco 5de3da69b1 feat(intro): add js algo and data structure projects(#145) 2018-09-27 20:05:54 +05:30
Kene Udeh f3e8ecd133 fix: moved Responsive Web design Projects Intro to right location (#147) 2018-09-27 20:05:53 +05:30
Stuart Taylor c7e987111f Send challenge files to the backend for persistence (#170) 2018-09-27 20:05:53 +05:30
Tom 285fb0037b make forum open in new tab (#148) 2018-09-27 20:05:53 +05:30
Stuart Taylor 3503c5ab70 Change public key (#163) 2018-09-27 20:05:53 +05:30
Stuart Taylor f4e33e1ee6 Feat: Donation integration (#151)
* Clean up MapModal removal

* Add DonationModal and logic

* Remove unused challenge files

* Add email field to donation

* Fix up UI and ajustv copy
2018-09-27 20:05:53 +05:30
Stuart Taylor cc6067f065 Challenge SidePanel tweaking (#162) 2018-09-27 20:05:52 +05:30
Stuart Taylor 8635f8bdee Reduce GA events to stay within limits (#157) 2018-09-27 20:05:52 +05:30
Stuart Taylor 3ca9a03a68 Bump Curriculum (#144) 2018-09-27 20:05:52 +05:30
Justin Rigler 8cf217d42f write up for React intro stub (#143)
* React intro stub updated

* Remove reference to this being a stub
2018-09-27 20:05:52 +05:30
Stuart Taylor 0326d12175 fix(typo): Fixes typo the made the local completedChallenges array unusable (#142) 2018-09-27 20:05:51 +05:30
Kene Udeh 7c8b341533 Wrote the Introduction to the Responsive Web Design Projects section. (#133) 2018-09-27 20:05:51 +05:30
Fabien SHAN 4227328601 Typo and rewrote phrase about hypertext links (#126) 2018-09-27 20:05:51 +05:30
mrugesh mohapatra 9f8731ee51 Merge pull request #135 from Bouncey/fix/introCheckMark
Remove check mark against intro pages
2018-09-27 20:05:51 +05:30
mrugesh mohapatra 910dd0584c fix: all things (#124)
* fix 'Testing with Chai' 404 error

* Remove service worker and unregister old workers from clients

* Fix block name in QA and Chai intro

* Move the map to the index page

* Split test commands, have travis run format on test

* Only expand the first block

* Remove some margin from p tags on the index page

* Learn -> Curriculum link in header

* UI Fixes

* Use webpack plugin to destroy sercive worker

* Add spinner for unknown user state

* Fix map placement

* Fix vcurriculum button clicks
2018-09-27 20:05:50 +05:30
Quincy Larson 6aff2bbe42 Merge pull request #116 from Bouncey/fix/styles
Fix/styles
2018-09-27 20:05:50 +05:30
Stuart Taylor 7b0d951f68 Merge pull request #114 from Bouncey/fix/fetchUserComplete
Fix fetchUserComplete payload
2018-09-27 20:05:50 +05:30
Stuart Taylor 975b306a6e Chore/redirects (#113)
* Update _redirects for deploy

* Update signin/signout links

* Redirect non-emailVerified users to www (#108)

* Add HMTL Intro (#109)
2018-09-27 20:05:49 +05:30
Stuart Taylor 1fbeee14a2 Add HMTL Intro (#109) 2018-09-27 20:05:49 +05:30
Stuart Taylor a4adf7283d Redirect non-emailVerified users to www (#108) 2018-09-27 20:05:49 +05:30
Stuart Taylor 7c372875bf Merge pull request #106 from tchaffee/fix/checkmarks
fix: curriculum completion checkmark styling
2018-09-27 20:05:48 +05:30
Stuart Taylor 89acc49a31 Merge pull request #104 from scissorsneedfoodtoo/fix/firefox-pane-resizing
Fix Firefox Pane Resizing
2018-09-27 20:05:48 +05:30
Stuart Taylor 5dea8b58d0 Update users currentChallengeId when on a new challenge (#101)
Closes #94
2018-09-27 20:05:48 +05:30
Stuart Taylor 858608e307 Bump curriculum package version (#100) 2018-09-27 20:05:48 +05:30
Stuart Taylor a62e459c2a Fix: Babel errors in the browser console for user code (#99)
These changes will print out babel errors to the console and will help to not crash the app when bad/unfinished code is in the editor.
2018-09-27 20:05:47 +05:30
Stuart Taylor d004171593 Update CONTRIBUTING for the use of the backend (#98) 2018-09-27 20:05:47 +05:30
Huyen Nguyen 8f093c195b change editor theme (#95) 2018-09-27 20:05:47 +05:30
Stuart Taylor 10341daeb5 Feat: User Integration (#92) 2018-09-27 20:05:47 +05:30
Stuart Taylor a296568e97 Use @freecodecamp/curriculum package (#85)
Closes #84
2018-09-27 20:05:47 +05:30
Stuart Taylor c804c968dd Fix: Map UI & Tool panel styles (#83)
Closes #75

![image](https://user-images.githubusercontent.com/18572518/40308418-21227656-5cfe-11e8-9fbc-e4384ba8bc98.png)
![image](https://user-images.githubusercontent.com/18572518/40308442-347f09b2-5cfe-11e8-8834-dd87c146fc74.png)
![image](https://user-images.githubusercontent.com/18572518/40308459-43b1205a-5cfe-11e8-9b47-75b9b946a029.png)
![image](https://user-images.githubusercontent.com/18572518/40308496-63870e62-5cfe-11e8-8359-c4fd9c3ec345.png)
2018-09-27 20:05:45 +05:30