Commit Graph

17135 Commits (7145009a73d5d9a6b9eca09515dc496edebc025f)

Author SHA1 Message Date
sjanasek 7145009a73 brands using WordPress (#19818)
added some big name brands using WordPress
2018-10-27 19:45:54 -07:00
tattoodgeek cbc44d80d9 Added df -h command (#19821)
* Added df -h command

* fix typo
2018-10-27 22:45:25 -04:00
Aditya e653eab3f5 [Guide] Project Euler: Problem 10: Summation of primes (#30503)
* feat: added problem 10 solution

* Added some formatting and minor grammar changes
2018-10-27 19:37:25 -07:00
AMIT KUMAR RANJAN 0a8b936915 add HTML Elements (from line 67 to 114) (#20105)
* add HTML Elements (from line 67 to  114)

I have added description regarding commonly used HTML elements .

* Corrected formatting and structure
2018-10-27 19:29:07 -07:00
rajranjan0608 7db9f67057 added OBJECT ORIENTED PROGRAMMING concept to the article (#20007)
* Update index.md

* Fix grammer
2018-10-27 21:28:03 -05:00
Anthony Campbell f423f04495 Add ASP.NET MVC Information (#19942)
Added ASP.NET MVC site, tutorials, and interview questions article in the More Information section.
2018-10-27 21:23:05 -05:00
Adam 73cb3b16cf Added css-tricks.com to suggested reading (#19971)
* Added css-tricks.com to suggested reading

* Updated link with proper formatting
2018-10-27 19:16:49 -07:00
Amoo Olusola Simeon db79a3de79 Fixed typo ad also added three back-ticks (#21138)
Fixed typo on line 25, 'developer' was spelt 'developper'. Three back-ticks to indicate end of code highlighting was missing on line 41, so i added it.
2018-10-28 07:37:57 +05:30
tattoodgeek c269f0986b Added line where select is good for starters (#19829) 2018-10-27 22:02:17 -04:00
Prashanta Paudel 226bf52b47 download process updated (#19935)
* download process updated

* fix typo "downlaod" to "download"

and change "while" to "before"
2018-10-28 08:57:22 +07:00
Prashanta Paudel a1d23be2c7 customer feedback sentence (#19996)
* customer feedback sentence

* fix typo "continious" to "continuous"
2018-10-27 14:57:44 -07:00
Martin Payne 6e3da1c4b3 Added a space after css property colon (#29807)
I was doing this challenge and noticed that there wasn't a space after "transform:scale(2)" in the description which is inconsistent with the other challenges so I changed it to "transform: scale(2)"
2018-10-28 03:22:11 +05:30
anamariaaya d3f6e0fe94 Corrected Spanish translation of challenges radio buttons section (#29944)
<!-- 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-10-28 03:21:08 +05:30
Gregory Gubarev d179d15388 [Russian] Added Translate (#30397) 2018-10-28 03:18:47 +05:30
kapeyka 55f5e92ca0 Made grammar easier to understand. (#19746)
* Made grammar easier to understand.

* Update index.md

* Additional grammar corrections
2018-10-27 14:48:06 -07:00
Valeriy 78c5b11d08 test(curriculum): add backend challenges to test 2018-10-28 03:16:22 +05:30
Valeriy dc7bb257b9 fix(curriculum): correct test 2018-10-28 03:16:22 +05:30
Valeriy S 1c8ee82d91 fix(curriculum): false-positive test suites 2018-10-28 03:16:22 +05:30
Valeriy S 0aa6881508 test(curriculum): test suites must fail on the initial contents 2018-10-28 03:16:22 +05:30
titanfox15 d8343aeb2f Fixed markup error (#20525)
##More Information -> ## More Information
2018-10-28 03:48:53 +07:00
Raigo Jerva af21513881 add title to accessibility-basics (#20389) 2018-10-28 03:46:58 +07:00
Xenia Serbin 9078d19358 Update index.md (#20242)
fixes translation errors
2018-10-28 00:30:17 +04:00
Geno 17be7d754b Update: Grammatical errors (#20231)
Fixed obvious grammatical errors generated by Google Translate I assume. Worked on areas that wouldn't be clear to someone who speaks Russian.
2018-10-28 00:26:47 +04:00
babybuttons b79f0a407a fix: fixed whitespace (#20350) 2018-10-28 03:24:51 +07:00
Yizhou Sun 8546a67ac7 Add field "Algorithms and Data Structures" (#20087) 2018-10-27 13:13:35 -07:00
meanmegajean 66b24ff131 Add the text "Here is an example:" to article (#20071) 2018-10-27 13:11:23 -07:00
Chris Williams 770b5281c2 fixed typos (#20310) 2018-10-28 02:51:39 +07:00
mdowis 87a3830f26 Update IE Conditional Comments section (#19828)
* Update index.md

Edit conditional comments section for grammar and clarity.

* Update index.md
2018-10-27 12:13:20 -07:00
joaquin fox e1d4cb1e11 Make nouns plural in keeping with 'world objects' (#19825)
* Make nouns plural in keeping with 'world objects'

Sentence subject 'real world objects' is plural, so noun derivatives should be plural as well.

* Grammar and readability edits.
2018-10-27 15:00:48 -04:00
Cameron Burkholder 5dd5038105 Fix inappropriate sentence punctuation (#20286)
Replaced the hyphen in the introductory sentence with a colon. The hyphen likely intended to function as an m-dash (---) break.
2018-10-28 01:42:49 +07:00
Joe Doh dd2df85e77 Add link to Women Techmakers (#20085) 2018-10-27 10:47:23 -07:00
Parul 6963c2cfbf Added info on how to use :hover with anchor tag (#30476)
Added information on how to style the hover state of the anchor tag, along with an example.
2018-10-27 13:42:11 -04:00
Sarah Grace bd1d129b85 Linking an article from FreeCodeCamp (#20053)
* Linking an article from FreeCodeCamp

* Corrected link format
2018-10-27 10:36:31 -07:00
allenpbiju 9afa8347ee Added more details for styling lists (#20047)
* Added more details for styling lists

More details have been provided on how to style the unordered and ordered list like changing the default list item markers and also replacing them with images.

* Grammar updates
2018-10-27 10:35:53 -07:00
zerandomalt 5a13aa415f Added information about command line options (#19925)
Added a link directing to a list of the command line options on the SSH website
2018-10-27 10:35:09 -07:00
Andy 9f0d6bd8ba fix: typo (#20879)
Changed "attibute" to "attribute"
2018-10-27 23:02:53 +05:30
Christopher McCormack 74375255f4 Multiple edits and example changes to React State guide (#26672)
* Multiple edits and example changes to React State article

* fix: added note as per docs
2018-10-27 23:00:44 +05:30
ashrewsb 4c0d18be8f Punctuation added (#20236) 2018-10-27 23:41:02 +07:00
meanmegajean e075b7daba Adding two commas to sentence (#20077) 2018-10-27 09:38:38 -07:00
Stephan Grobler c90ec7819d Remove irrelevant and duplicate guides from the php guide (#19540) 2018-10-28 01:21:21 +09:00
Qrol 1c4e4b13ea Added image illustrating circumference and diameter (#20051) 2018-10-27 09:07:23 -07:00
Yurii Kalashnikov deba95eaaa Исправление грам ошибок (#19665)
Исправление грам ощибок в коде
2018-10-27 19:34:24 +04:00
Khraks Mamtsov 9631152f1e Improve translation for russioan locale (#19583) 2018-10-27 19:31:55 +04:00
Anthony Campbell 6054a1fbb8 Added Xamarin section (#20042)
* Added Xamarin section with info

* Minor tweaks before merging
2018-10-27 11:29:57 -04:00
Benabadji Mohammed Salim 77137b1496 fix usage example and separated into two example (#20195) 2018-10-27 22:25:36 +07:00
waffles517 f2e384ce68 HTML Elements: Expand Canvas article from a stub (#20048)
Expand article from a stub

Adds example code and a basic description of what the canvas tag does
2018-10-27 21:50:33 +07:00
Gregory Gubarev 8d5569131a
Responsive Web Design: Improve translate Improve Accessibility of Audio Content with the audio Element (#19644) 2018-10-27 17:39:02 +04:00
Gregory Gubarev 4e4538fa80
Responsive Web Design: Improve translate Give Links Meaning by Using Descriptive Link Text (#19643) 2018-10-27 17:38:47 +04:00
Gregory Gubarev 746e8f5682
Responsive Web Design: Improved translate Avoid Colorblindness Issues by Using Sufficient Contrast (#19641) 2018-10-27 17:38:22 +04:00
Gregory Gubarev d32fe7a920
Responsive Web Design: Improved translate (#19639) 2018-10-27 17:38:06 +04:00