Commit Graph

15660 Commits

Author SHA1 Message Date
696fdde9f2 update sample certificate images and fix a couple other onboarding assets to jive with new color scheme 2016-01-28 09:34:59 -08:00
253b3a55bd Fix map's layout
Centering in screen, responsive and indented.

Adittional styling to enhance visual hyerarchies, and then some UX colour-loving care to ease use on the sidebar+menu.
2016-01-28 09:49:30 -05:00
9f9c8c3f58 removed depreciated terminology from certificate challenges
made some edits

corrected backend certificate text
2016-01-28 19:10:33 +11:00
65d9398faf removed depreciated terminology from certificate challenges
made some edits

corrected backend certificate text
2016-01-28 19:10:33 +11:00
660e21410c Merge pull request #6537 from FreeCodeCamp/fix/landing-typo
fix landing page typo and simplify CTA button copy
2016-01-27 23:20:30 -08:00
88795410d0 fix landing page typo and simplify CTA button copy 2016-01-27 23:11:25 -08:00
2df86ceb91 Not signed user case fixed 2016-01-27 22:14:19 -08:00
85637d0ba7 Fix test for Comparison with the Equality Operator 2016-01-28 11:15:52 +07:00
ce38b2931e Fix test for Comparison with the Equality Operator 2016-01-28 11:15:52 +07:00
81d514a8ca fixing regex asserts
Changed all regex test to accept option single/double quotes around digits in comparrisons.
Used ('|\")*

Mistakenly had strict comparisons changed, reverted those.

fixed typo

one last typo

how did i miss so many errors

last error i hope

..last .. one ..
2016-01-28 03:15:13 +00:00
3a2fb76fa0 fixing regex asserts
Changed all regex test to accept option single/double quotes around digits in comparrisons.
Used ('|\")*

Mistakenly had strict comparisons changed, reverted those.

fixed typo

one last typo

how did i miss so many errors

last error i hope

..last .. one ..
2016-01-28 03:15:13 +00:00
c4c8fc8417 Update json-apis-and-ajax.json
Replace Multiple Line's of `<code>` blocks with `<blockquote>` to improve formatting
2016-01-27 21:58:56 -05:00
ee23a7b470 Update json-apis-and-ajax.json
Replace Multiple Line's of `<code>` blocks with `<blockquote>` to improve formatting
2016-01-27 21:58:56 -05:00
88ffae759e Merge pull request #6531 from CarlMungazi/patch-1
Update CONTRIBUTING.md
2016-01-27 15:59:36 -08:00
5391b33ddb Update CONTRIBUTING.md
Fixed typos.
2016-01-27 23:58:09 +00:00
c210300745 Merge pull request #6524 from FreeCodeCamp/cleanup/delete-unused-html
Cleanup bad commit files
2016-01-27 14:23:22 -08:00
446110fc17 Cleanup bad commit files 2016-01-27 12:29:49 -08:00
080d7e84a7 [HOTFIX] Fix step index type 2016-01-27 12:13:46 -08:00
ff72a57352 [HOTFIX] Fix step index type 2016-01-27 12:13:46 -08:00
d75870bf23 Merge pull request #6486 from bugron/fix/remove-empty-npm-run
Remove an 'empty' npm-run command
2016-01-27 11:07:06 -08:00
f487270d23 Merge pull request #6467 from tahmid-ul/fix/improve-assignment-with-a-returned-value
Assignment with a Returned Value - Improved Challenge Seed
2016-01-27 10:58:27 -08:00
a890c1de07 Merge pull request #6467 from tahmid-ul/fix/improve-assignment-with-a-returned-value
Assignment with a Returned Value - Improved Challenge Seed
2016-01-27 10:58:27 -08:00
e4cf49807b Merge pull request #6455 from alistermada/fix/more-tests-basic-javascript
Add more tests for Basic JavaScript challenges
2016-01-27 10:55:59 -08:00
95995b4731 Merge pull request #6455 from alistermada/fix/more-tests-basic-javascript
Add more tests for Basic JavaScript challenges
2016-01-27 10:55:59 -08:00
139ccc2d68 Merge pull request #6482 from mence/fix/consistent-spacing-in-css-selectors
Adds spaces in CSS selectors for a consistent style
2016-01-26 20:29:31 -08:00
399cbdd3ce Adds spaces in CSS selectors for a consistent style 2016-01-26 23:22:21 -05:00
d895053a70 Adds spaces in CSS selectors for a consistent style 2016-01-26 23:22:21 -05:00
e5e45815d8 Merge pull request #6303 from dooglus/fix/allow_2_lorem_ipsum_words
Fix validation for "Fill in the Blank with Placeholder Text"
2016-01-26 19:54:44 -08:00
8c0c61a4b4 Merge pull request #6303 from dooglus/fix/allow_2_lorem_ipsum_words
Fix validation for "Fill in the Blank with Placeholder Text"
2016-01-26 19:54:44 -08:00
57e5c98a48 LastUpdated updated to be displayed same as completeDate 2016-01-26 15:11:33 -08:00
29f93df1bb Getting users timezone on client side and passing it to server side within POST (on challenge complete), showing users stats with users timezone
After CR
2016-01-26 15:09:47 -08:00
e02d9d4039 Merge pull request #6466 from erictleung/fix/space-between-paragraphs
Adds spaces between paragraphs
2016-01-26 14:01:27 -08:00
386faa0d75 Remove an empty npm-run command 2016-01-27 00:51:07 +04:00
f2adce323e Improved Challenge Seed
Assignment with a Returned Value .
2016-01-26 21:36:55 +06:00
a5096f9523 Improved Challenge Seed
Assignment with a Returned Value .
2016-01-26 21:36:55 +06:00
c0dfcb1b39 Adds spaces between paragraphs
Tested locally. Closes #6374
2016-01-26 07:36:55 -08:00
aaba9283ac Adds spaces between paragraphs
Tested locally. Closes #6374
2016-01-26 07:36:55 -08:00
ae0692648f Merge pull request #6463 from alistermada/fix/extra-spaces-challenge-description
Remove extra spaces from Basic Javascript challenge description
2016-01-26 21:38:17 +11:00
5a253e6027 Remove extra spaces from Basic Javascript challenge description 2016-01-26 17:24:21 +07:00
e5aff5d451 Remove extra spaces from Basic Javascript challenge description 2016-01-26 17:24:21 +07:00
5a1bbd158e Add more tests for Basic JavaScript challenges 2016-01-26 16:37:26 +07:00
a707a77af9 Add more tests for Basic JavaScript challenges 2016-01-26 16:37:26 +07:00
293ea6d5e1 Merge pull request #6451 from IanvsPoplicola/fix/bonfire-chunky-monkey-description
Correct the array description of Chunky Monkey
2016-01-25 19:53:06 -08:00
f9e81a13f3 Correct the array description of Chunky Monkey
The array required from the Chunky Monkey challenge is two-dimensional, not multidimensional.
The change has been made in both English and Spanish.
2016-01-26 15:28:53 +13:00
f3cefa71aa Correct the array description of Chunky Monkey
The array required from the Chunky Monkey challenge is two-dimensional, not multidimensional.
The change has been made in both English and Spanish.
2016-01-26 15:28:53 +13:00
cfb151ef49 Merge pull request #6445 from alistermada/fix/css-add-test-class-selector
Adds test for class selector in Prioritize One Style Over Another
2016-01-25 18:09:24 -08:00
cc05dfed22 Merge pull request #6445 from alistermada/fix/css-add-test-class-selector
Adds test for class selector in Prioritize One Style Over Another
2016-01-25 18:09:24 -08:00
56719dfedc Adds test for class selector in Prioritize One Style Over Another 2016-01-26 08:27:17 +07:00
29d5b41b7e Adds test for class selector in Prioritize One Style Over Another 2016-01-26 08:27:17 +07:00
0572402817 Merge pull request #6447 from alistermada/fix/more-tests-make-object-properties-private
Add more test cases for Make Object Properties Private
2016-01-25 17:07:38 -08:00