Commit Graph

15893 Commits (3123f8c5b9b9e1e4d67b7d78c08bab2373b35051)

Author SHA1 Message Date
Kevin Smith c022dff28b fix(challenges): change definition of complementary colors (#299) 2018-09-05 15:29:06 +09:00
Bouncey a8c772fbec fix(typo): certificatio -> certification 2018-09-04 19:40:07 +05:30
Bouncey 77a4452437 feat(certs): Convert certification views to gatsby 2018-09-04 19:40:07 +05:30
Robin Métral 434ea5c43c fix(challenges): fix typo in wrap-reverse description 2018-09-04 15:16:20 +09:00
Nischal Dutt c60d332f28 fix(challenges): add note at bottom of description in d3 challenge
Add a short message in note at bottom of description in d3 challenge

ISSUES CLOSED: #17767
2018-09-04 14:51:01 +09:00
Bouncey dc00eb8555 chore(root): Ensure development environment 2018-09-03 17:47:48 +05:30
Bouncey 46a217d0a5 chore(server): Move api-server in to it's own DIR 2018-09-03 17:47:48 +05:30
Bouncey 9fba6bce4c chore(root-package): Prune to root package JSON 2018-09-03 17:47:48 +05:30
Bouncey e59ad6ebda chore(client): Move client app to /client 2018-09-03 17:47:48 +05:30
Oliver Eyton-Williams f834a9899a fix(challenges): reword test text and improve test accuracy 2018-09-02 19:35:00 +09:00
Bannon Tanner 065036be9b fix(challenges): added code tags
Fixed the code tags in the description for Wrap Radio Buttons in a fieldset Element for Better
Accessibility

ISSUES CLOSED: #18054
2018-09-02 18:41:03 +09:00
Bharath Kumar f572324009 fix(challenges): add solution, test to project euler problems
This commit achieves the following:
Add solution to problems: 21, 25, 29, 35, 55
Add/modify tests to problems: 5, 12, 14, 25, 55
Update description to problems: 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 14, 15, 16, 17, 55

fix(challenges): add solution and tests for project euler problem 55

Added solution and tests to evaluate problem 55 of Project Euler challenges.
2018-09-01 11:48:12 +09:00
Bouncey 0e4f588a1c chore(git): Rename Layout.js 2018-08-30 21:04:19 +05:30
Bouncey 62cfc5ad8e chore(format): Format files 2018-08-30 20:43:55 +05:30
Bouncey ba256b65d9 fix(link): Use gatsby Link for CTA button 2018-08-30 20:43:55 +05:30
Bouncey 9c38f7bcac fix(cdn): Use bootstrap through our CDN 2018-08-30 20:43:55 +05:30
Bouncey 22b3f5890e fix(email-change): Complete the update and confirm email flow 2018-08-30 20:43:55 +05:30
Bouncey 3f4af667ef feat(flash): Enable flash from the api 2018-08-30 20:43:55 +05:30
Bouncey 01bc66cab3 feat(nodemon): Nodemon the api server 2018-08-30 20:43:55 +05:30
Bouncey fec10caf67 feat(api): Add api location as an env var 2018-08-30 20:43:55 +05:30
Bouncey ef18f5a931 fix(api): Use /internal for API entry 2018-08-30 20:43:55 +05:30
Bouncey 2be227e873 feat(flash): Add flash messages 2018-08-30 20:43:55 +05:30
Bouncey 3b16e3ffe2 feat(welcome): Gatsby the Welcome page 2018-08-30 20:43:55 +05:30
Bouncey 2a7726ce5f feat(landing-page): Gatsby the landing page 2018-08-30 20:43:55 +05:30
Bouncey bcd98a28c8 feat(gatsby): Initial gatsby scaffolding 2018-08-30 20:43:55 +05:30
Bouncey d77397b53f fix(ascceptTerms): Navigate to /welcome on PP & ToS accept 2018-08-30 20:43:55 +05:30
Bouncey 7fd0b5b84b feat(accept-pp-tos): Add Privacy and ToS accept page 2018-08-30 20:43:55 +05:30
Bouncey 4f2241d39f feat(flash): Add flash messages 2018-08-30 20:43:55 +05:30
Bouncey 3ea38ee31a feat(welcome): Gatsby the Welcome page 2018-08-30 20:43:55 +05:30
Bouncey 9f6a2e35f7 feat(landing-page): Gatsby the landing page 2018-08-30 20:43:55 +05:30
Bouncey 57bfc029e4 fix(contributing): Update with new develop commands and port 2018-08-30 20:43:55 +05:30
Bouncey cd73528958 feat(gatsby): Initial gatsby scaffolding 2018-08-30 20:43:55 +05:30
Lallo Vigil 68daaf73d9 fix(challenges): replaced em tags with code tags
Em tags were showing in console, so I replaced them.

ISSUES CLOSED: #18048
2018-08-30 19:21:52 +09:00
Tomer Ben Rachel 0a79c58c09 fix(challenges): removed duplicate css top property 2018-08-30 18:39:22 +09:00
Oliver Eyton-Williams a20ac56f35 fix(challenges): remove race condition from react lifecycle challenge 2018-08-30 18:36:39 +09:00
Josh Alling b090e8bf6f feat(challenges): add browser fallback challenge
ISSUES CLOSED: freeCodeCamp/freeCodeCamp#17546
2018-08-30 18:11:08 +09:00
HadrienAllemon 72c2407190 fix(challenges): allow user to comment out undesired code 2018-08-30 18:06:13 +09:00
lkozyr f0e5633b98 fix(heat-map): Show last 8 months of activity (#18004) 2018-08-29 22:03:46 +05:30
Mrugesh Mohapatra b5014b85b7 fix: update styling in copy 2018-08-28 00:32:33 +05:30
NitronR 3518ff9e8e feat(full-stack): Full Stack Certification 2018-08-28 00:32:33 +05:30
Niraj Nandish c50cc4eb1d fix(challenges): missing space in code example 2018-08-26 13:47:59 +09:00
Josh Alling bc33a03fc5 fix(challenges): fix description in css variable fallback challenge
This commit partially resolves freeCodeCamp/freeCodeCamp#17546
2018-08-26 13:43:18 +09:00
Niraj Nandish 77689f42bd fix(challenges): Update test to include whitespace (#272)
* fix(challenges): Update test to include whitespace

ISSUES CLOSED: #271
2018-08-25 08:31:17 -06:00
Strahinja Mitrovic cb21e59f7a fix(challenges): fix #17155
i've added a test for if else statements curly braces to ensure that every condition has to have
both opening and closing curly braces.

I've also made changes that were by scissorsneedfood.

ISSUES CLOSED: #17155
2018-08-25 16:41:52 +09:00
pom421 6058da3725 fix(challenges): fix regex in a JS challenge (#257) 2018-08-25 16:29:12 +09:00
Tomer Ben-Rachel d560d58631 fix(challenges): rephrased wording in applied visual design (#268) 2018-08-24 06:18:38 -06:00
Josh Alling 25ea07eda6 fix(challenges): fix flex direction row regex
ISSUES CLOSED: #260
2018-08-24 19:53:14 +09:00
Niraj Nandish 6e42f53dde fix(challenges): add missing test to check for for css class
ISSUES CLOSED: #254
2018-08-24 18:22:45 +09:00
Stuart Taylor 903e28ee6a feat(meta): Add article meta (#18044) 2018-08-24 00:15:33 -05:00
Niraj Nandish 372f73ebdb fix(docs): Update and format CONTRIBUTING.md
Closes #17952
2018-08-23 12:56:57 +05:30