Commit Graph

19234 Commits (0e3fd453af1a2630c87775efe168805e8bd2d98b)

Author SHA1 Message Date
Merenoel 0e3fd453af Translated, corrected (#25053) 2018-12-04 17:48:32 +04:00
mrugesh mohapatra 16945775de chore: update lockfile (#34531) 2018-12-04 13:25:07 +00:00
Mrugesh Mohapatra db02d1c479 chore: update lockfile 2018-12-04 17:42:12 +05:30
Bouncey 2e578a7af8 fix: Handle goal reached 🎉 2018-12-04 17:42:12 +05:30
Bouncey 1fba44f722 fix: Simplify async update testing 2018-12-04 17:42:12 +05:30
Bouncey 730245e204 fix: Fix up my broken test reformatting 2018-12-04 17:42:12 +05:30
Bouncey a1f64f4b77 chore: Tidy up promise handling and testing 2018-12-04 17:42:12 +05:30
Bouncey f66e59e20c fix: Use built-ins to format numbers 2018-12-04 17:42:12 +05:30
Bouncey e378d566d9 fix: Use reportError in development 2018-12-04 17:42:12 +05:30
Bouncey 15a9992603 feat: Add error handling for inMemoryCache 2018-12-04 17:42:12 +05:30
Quincy Larson 09cb38aa21 Remove words "as well" to prevent text wrapping 2018-12-04 17:42:12 +05:30
Bouncey 5875aef505 fix: Update copy and label position 2018-12-04 17:42:12 +05:30
Bouncey 8870a063e4 fix: Use env variable for paypal donations 2018-12-04 17:42:12 +05:30
Bouncey 6475eadf82 feat: Use InMemoryCache to reducve load on db 2018-12-04 17:42:12 +05:30
Bouncey 80c3c3ec55 feat: InMemoryCache implementation 2018-12-04 17:42:12 +05:30
Bouncey 5dc8320dc8 fix: Position label over the progress bar 2018-12-04 17:42:12 +05:30
Bouncey f4d1f9eec3 feat: Run server tests from project root test command 2018-12-04 17:42:12 +05:30
Bouncey 438bd94895 chore: Refactor server tests to use jest 2018-12-04 17:42:12 +05:30
Bouncey 4a9d22cee0 feat: Comma separate active donations number 2018-12-04 17:42:12 +05:30
Bouncey db4bb351d4 chore: Remove welcome link 2018-12-04 17:42:12 +05:30
Bouncey 0975b87a63 fix: Update Donators copy 2018-12-04 17:42:12 +05:30
Bouncey 8fab33ba99 feat: Create and use dynamic active donation counts 2018-12-04 17:42:12 +05:30
Bouncey 331ea3ebf9 fix: Move progress label out of the progress bar 2018-12-04 17:42:12 +05:30
Bouncey 785f8ac384 feat: Add supporter UI to /welcome 2018-12-04 17:42:12 +05:30
Aditya 4145efc467 [fix] Test for Pass Arguments to Avoid External Dependence in a Function (#34522)
* feat: test works for => fns, added solution

* fix: moved solution
2018-12-04 20:50:19 +09:00
Megan Bailey 21a7e3ee56 Added links to free HTML beginner courses (#33735) 2018-12-04 13:35:31 +05:30
seanakng 08fe833d0b Paragraph about future software installation (#23268)
* Paragraph about future software installation

Added a paragraph about using apt-get install and apt-cache search

* Added code formatting to changes
2018-12-03 23:27:00 -05:00
Joshua Odoi eb7d5ca14f Added "images referencing" from (#132 to #140) (#32839) 2018-12-03 18:49:55 -07:00
catrawalkar 6caead6255 Added html logo (#32438) 2018-12-03 18:33:11 -07:00
catrawalkar c61864467a I added a radio input to possible input types (#31669) 2018-12-03 18:31:40 -07:00
heymanpreet 07b5c5c9a8 Added Text Formatting for HTML (#31307)
* Added Text Formatting for HTML

* fix: formatting
2018-12-03 18:22:29 -07:00
Ifunanya Okolie 85f095c9f5 Added HTML Attributes (#31074)
* Added HTML Attributes

Wrote on the alt attribute and why it is good practice to use it. Also wrote on the condition where one can use the empty alt text.

* Made changes to img element

Removed the closing slash in img tag.

* fix: added newline
2018-12-03 18:05:48 -07:00
Haris c5234cff48 Update index.md sentence structure and grammar (#30992)
Fixes for several sentence structure errors that are confusing to the reader or don't make sense when read.
2018-12-03 16:56:51 -07:00
Aadat 26d7a1c442 Added wikipedia reference for markup language definition. (#30060) 2018-12-03 16:42:16 -07:00
Eric Kao 33ccd4107b Remove ternary operator in React component (#23248)
Remove ternary operator in React component, unnecessary operator to render null

<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->

- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `master` branch of freeCodeCamp.
- [x] None of my changes are plagiarized from another source without proper attribution.
- [x] My article does not contain shortened URLs or affiliate links.

If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.

Closes #XXXXX
2018-12-03 23:35:14 +00:00
Lxsthorne 786cda2627 Add challenge solution
Added a solution. Please let me know if this is submitted incorrectly or in the wrong location.

<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->

- [X] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [X] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [X] My pull request targets the `master` branch of freeCodeCamp.
- [X] None of my changes are plagiarized from another source without proper attribution.
- [X] My article does not contain shortened URLs or affiliate links.

If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.

Closes #XXXXX
2018-12-03 23:10:41 +00:00
Stefan Lazarevic a4d5f18c91 added text about APIs (#29560)
added text about APIs for Html5
2018-12-03 15:57:54 -07:00
TheRealSpartacus 9cf7e09a0d Adding content (#23436)
Saw guide was empty, filled it
2018-12-03 15:48:03 -07:00
abhaybaiju cd89ca41ac More informative index.md (#29452)
More informative description
2018-12-03 15:42:36 -07:00
MCBlastoise 46eab76e6b Minor spelling and grammar edits (#27497) 2018-12-03 15:31:40 -07:00
CharanRudraraju e279dbd9f4 Add more information to head tag in 38 line (#26848)
head: The element contains meta information about the document and non-visual elements that help make the page work
2018-12-03 15:12:51 -07:00
Aman Ranjan Verma f6bc110216 Added explantion on using mathematical expression (#23380)
Updated the article with concepts and examples on using mathematical expressions as an argument to Abs.
2018-12-03 15:07:56 -07:00
Trenton Blackwell b2ac9b1702 Added link to beginning HTML lesson. (#26171) 2018-12-03 14:48:56 -07:00
CosmicSnowman b5597d0e6f Added to Matrices (#23411)
I added addition and subtraction of matrices with examples, I fixed and added to the definition, I added and put examples of how to get the position of a number in a matrix, I added a few more pictures, and I added a very basic way of multiplication of matrices.
2018-12-03 14:43:37 -07:00
Samuel027 d17edaa814 Added info. (#25540) 2018-12-03 14:30:08 -07:00
TheRealSpartacus a4b8356192 Adding Content (#23376)
* Adding Content

Saw empty guide, decided to fill with knowledge

* fix(guide): standard deviation x-bar character
2018-12-03 14:26:14 -07:00
Eduardo Airton 2fdd652fe2 Correção da apresentação do código (#20298)
code indeting
2018-12-03 22:04:16 +01:00
Pratik Lodha de6f43cb34 Update index.md (#25432)
Slight modifications in the definition of HTML
2018-12-03 14:00:43 -07:00
UrszulaSury 226de565f1 Add information to the second paragraph. (#25187) 2018-12-03 11:41:43 -07:00
GrantiVersace fdd01990fd Made several grammatical fixes (#23475) 2018-12-03 22:39:15 +04:00