Commit Graph

2442 Commits (e6be7d82c47a0b1c15202db1f04fcb5f867962ec)

Author SHA1 Message Date
Jinx 429220f9a2 Add recent article to women in technology (#30561)
* Add recent article

Add an updated article to information about women in technology.

* fix: formatting
2018-12-12 20:03:38 -07:00
Toni Tesori 487bd8fc71 Improved formatting, updated links, clarity edits (#25899)
Added code formatting to property names. Removed redundant section listing background properties, as each is explained in detail above. Added MDN reference for background property. Updated links to more relevant resources.
2018-12-12 21:01:25 -06:00
majorkira 2cb8804320 Update index.md (#26084)
Some wording and grammar changes in the descriptions.
2018-12-12 20:59:32 -06:00
Sai Kiran 3362da66dc Add the "Multiple Backgrounds " section (#25910)
Multiple backgrounds section has been added to the article with repective css
2018-12-12 20:56:21 -06:00
Dreamerican 6030bab91f Fixed grammar and syntax problems (#29946)
* Fixed grammar and syntax problems

* fix: removed edits to quoted text
2018-12-12 19:49:31 -07:00
JP Rowan 5ef77a0181 Added abbreviated HEX value for color. (#24746)
For consistency, used white as an example for all 4 examples.
2018-12-12 18:48:09 -08:00
ninjahellokitty 85afde04e5 Rectify layout errors (#23904)
to make it readable and understandable
2018-12-12 20:47:13 -06:00
JKarlavige 9b444806fc Added clearfix (#25214)
Added clearfix for parent elements.
2018-12-12 20:46:46 -06:00
Iva 9f1fc32cf4 Add section on mixins (#25201) 2018-12-12 20:41:03 -06:00
Jeffrey Camphens 6671151e03 Propose the usual way of styling buttons (#23657)
I thought it'd be useful if we show the reader how we can create both normal and link buttons without much hassle.
2018-12-12 20:33:33 -06:00
aeusebiobaskerville ada27f1790 Grammar (#28782) 2018-12-12 19:30:38 -07:00
Dan Harding b1145350a8 Fixed Minor Spelling Errors and Added a Resource (#24717) 2018-12-12 18:29:44 -08:00
Audrey Ho 26f4e58410 Add paragraph about online women in tech groups (#28151) 2018-12-12 19:27:38 -07:00
Toni Tesori 436d2d12e2 Clean up formatting and edit for clarity (#25885)
Added code formatting to property names, changed 'attribute' to 'property' where applicable, and slightly edited text for clarity/conciseness.
2018-12-12 20:13:47 -06:00
Kaitlyn aab0e246c7 Border Radius is already explained above this list. (#25475) 2018-12-12 19:57:33 -06:00
Setyo Adi Wibowo 3c77c4dde2 Update attribute target to open link in new tab (#25765)
* Update attribute target to open link in new tab

* fix: made header
2018-12-12 17:39:24 -08:00
Krevit c14653a86c Add comment to article (#25498)
Comment added to css example for multiple background images - /* first image is 3x3 px, second image covers the whole area */
2018-12-12 19:38:36 -06:00
Megan Bailey 15704be277 Added info about CSS Flexbox as update to float (#33918) 2018-12-12 16:21:13 -08:00
Blake Lambert 5c1935d121 Grammatical corrections (#29992)
Grammatical corrections for ease of reading.
2018-12-12 16:19:03 -08:00
Eddie Melendez a961b830af fixed grammar + clarified use of period in HTML (#30683)
* fixed grammar + clarified use of period in HTML

* fix: added comma
2018-12-12 16:06:26 -08:00
Fred Battle cb2f76e1b2 fix: update guide hint to properly declare regex (#34625) 2018-12-12 15:48:22 -08:00
willlow 1c23872b71 capitalized CSS (#29935) 2018-12-12 15:39:31 -08:00
MechanikerGA 5e6b17bd4b Update CSS classes (#29609)
Added spaces in example code to create accurate example.
2018-12-12 15:38:55 -08:00
salvadb23 5bd6b4f763 add info on kebab case (#29280)
* add info on kebab case

* fix: turned addition to separate sentence.
2018-12-12 15:38:24 -08:00
warrenskim 10e67fb692 Added additional reference for styling lists (#33196) 2018-12-12 14:52:41 -08:00
averyl36 8f6e7165a0 Different Ordered Lists (#28137)
Added in a section to show how to display a list ordered by roman numerals or letters rather than just numbers.
2018-12-12 14:52:05 -08:00
Zonqq 6533b99fcd Add more information about list (#26000) 2018-12-12 14:33:31 -08:00
Adeliinecoding 1d8cb898db fix typos, grammar (#31259) 2018-12-12 10:17:30 -08:00
glamdring777 d450f06c5d Corrected a misspelling in the Conditional Comments section (#27532) 2018-12-12 09:52:08 -08:00
Tracy Somervell a146cb266a Added relevant link to Ada Lovelace (#27526) 2018-12-12 09:28:23 -07:00
Bodddi 60bc76c256 Grammar edit (#24635)
added a verb, I think It's better.
2018-12-12 10:26:53 -05:00
none2serious 9d41ca47f1 Add Python 3.x print example (#24624) 2018-12-12 10:25:59 -05:00
devinbmiller 8f8500a49b Minor grammar/readability (#24602) 2018-12-12 10:09:40 -05:00
Toni Tesori 49ff2b47ab Formatting improvements, edits for clarity. (#25915)
Improved formatting for clarity, added brief information on 'rem' unit, added link to MDN reference on CSS units, clarified section on font-variant/small-caps.
2018-12-12 08:49:27 -06:00
Kaitlyn 6d656e4c62 <Generic-Name> wasn't view-able in doc. (#25487)
Hope this hasn't already been mentioned, thanks!
2018-12-12 07:35:19 -06:00
Ruphaa Ganesh 75125099bb Add CSS Animation link (#24518)
* Add CSS Animation link

* Fixed formatting
2018-12-12 05:48:45 -05:00
Ruphaa Ganesh b6cc94edba Add CSS transitions explanation link (#24505) 2018-12-12 05:48:18 -05:00
Dhiraj Kanchan 022ffb21b2 Fix syntax to use equal to operator instead of assignment operator. (#24467)
Fix if statement to use Double equals (==)  instead of Single equal  (=) which would overwrite the value of $_GET['name'] variable.
2018-12-12 05:37:07 -05:00
koreandude555 e99601d263 Added a method (#23954) 2018-12-12 13:49:31 +05:30
NuclearPineapples 7c3c6ae9c1 Spelling Error (#24630) 2018-12-12 12:34:09 +05:30
P.RR 722c84ff2e Updating the statistic of PHP usage (#24476)
source: https://w3techs.com/technologies/details/pl-php/all/all
2018-12-11 19:58:17 -05:00
Stephen James 98b736ecc3 Reworded some of the text, to be more accurate. (#24542)
One note: I didn't remove it, but Google's C++ coding standard forbids the use of
using namespace std;
2018-12-11 19:56:24 -05:00
Thomas Headle 1596b81340 Grammar Fix (#24576)
* Grammar Fix

Line 35: Lowercase "alt text" for grammar consistency. 
Line 35: Rewritten for better comprehension. 
Before, "Just like Alt text is for people who are visually impaired, transcripts of the audio are for the people who cannot listen. Providing a written document or a transcript of what is being spoken accessible to people who are hard of hearing."

After, "Just like alt texts' ability to help people that are visually impaired, providing written documents or transcripts of the audio can help people that have hearing disabilities."

* Grammar fix
2018-12-11 19:38:56 -05:00
Carlos A. Perez 6c29120970 Changed "Behavior Driven Development" to "BDD" (#24550)
After you've established an initialism or acronym in your paper, you must consistently use the short form in place of the words.
2018-12-11 19:22:32 -05:00
Simon Schindlatz 0402a611ae updating the hyperlinks (#24547)
Removed the whitespace between the linkname and the url. Now the links are shown correctly.
2018-12-11 19:21:16 -05:00
ninjahellokitty 7b8fcea94e Update focus selector for input (#23851)
* Update index.md

* Add code formatting
2018-12-11 19:19:48 -05:00
Githubtesting123 cfb7bdabe7 Update index.md (#23960) 2018-12-11 19:18:03 -05:00
Dikshant Bali 32a5816b61 Update index.md (#24544) 2018-12-11 19:17:39 -05:00
Gaurav Madaan ebbebadaba Added links to learn Cloud Development (#23899)
* Added links to learn Cloud Development

* Reordered section, fixed link formatting
2018-12-11 18:51:30 -05:00
Nathan-Abegaz e4a6eb891c Information about stability and heap requirement. (#23895)
* Information about stability and heap requirement.

* Clarified confusing statement
2018-12-11 18:39:52 -05:00
ninjahellokitty 6163d7a0c0 Update with Font Library (#23894)
* Update with Font Library

* Moved to "more information"
2018-12-11 18:39:16 -05:00
ChiselD b7a77e130c fix: edit language for clarity, fix typos (#26406) 2018-12-11 16:36:33 -07:00
spinder96 6c099f5a92 Update index.md (#25742)
Some examples of popular annual conferences and summits for women in technology.
2018-12-11 16:08:59 -07:00
a-Daley 9db6c2140b Added link to recent Recode article (#25349) 2018-12-11 15:44:28 -07:00
Rick McKay 2d94d85edb Update index.md (#23927)
Minor description improvement on first point on V8 engine.
2018-12-11 17:42:37 -05:00
koreandude555 49d3499765 Fixed formatting (#23928) 2018-12-11 17:41:08 -05:00
devinbmiller 5aa27ee364 Fixed a few spelling, grammar, formatting issues. (#24435) 2018-12-11 17:37:24 -05:00
viviantran27 8c119be309 Added information about intersectionality (#23734)
stats and quote about women of color in tech
2018-12-11 15:31:41 -07:00
russkahle e41b8c5585 Spelling Fix (#24506) 2018-12-11 17:23:17 -05:00
nightmustfall 9dd1b3f73f I added 2 extra lines to Conditional Comments (#26842)
* I added 2 extra lines to Conditional Comments 

added "Older IE versions often need additionally CSS to display your pages accurately. Conditional comments can fulfill this purpose. "

* fix: changed additionally to additional
2018-12-11 14:18:20 -08:00
laolmstead cf473d5bb1 Fixed typos and grammar. Added a new line. (#25709)
Fixed a couple of typos and grammatical errors. Added a new line explaining the importance of clear and concise comments throughout your code.
2018-12-11 14:17:59 -08:00
Sherrie L. Fuqua 7342084a3a Edited for grammar, readability and markdown (#33026)
Grammar and readability edits, converted HTML links to markdown, made headings consistent, added some material.
2018-12-11 15:15:42 -07:00
Suvarna Sivadas 217a4754fd updated examples (#33687) 2018-12-11 13:26:35 -08:00
abhaybaiju c3dd46965b More informative index.md (#29455)
* More informative index.md

More informative description

* fix: changed tag to element
2018-12-11 13:24:47 -08:00
Vruchi d6ed7f75b9 Minor grammatical (#28376)
Previously used "this case" to refer to two possible cases.
2018-12-11 13:08:19 -08:00
quang1793 0663817324 Add the syntax (#27013) 2018-12-11 12:24:05 -08:00
Kristen Kinnear-Ohlmann 11f4dfc466 Content style edits (#25699)
* Content style edits

Added 2 spaces after each line in the More Attributes section to stack the elements. Edited 2 sentences to clarify the meaning and usage of the information contained in the sentence, as well as ensuring tag names were displaying as code elements.

* fix: removed extra space at end of lines
2018-12-11 12:23:29 -08:00
phatbhoy67 2c322a52ef Added backticks to inline code (#25041)
* Added backticks to inline code

The page does not display properly on: https://guide.freecodecamp.org/html/attributes/a-href-attribute/ although it appears ok on github.

Added missing backticks around inline code.

Removed duplicate image link example.

* fix: removed tag/changed to element
2018-12-11 12:07:02 -08:00
Stefan 47e1bcbe08 Edit content for structure and flow (#23634)
I just went through and added some punctuation to help with the description's flow. I also moved some of the text about Bootstrap being mobile-first up into the introductory section.
2018-12-11 14:57:58 -05:00
Ryan Hoppe b71e62d6d9 update case sensitivity with "A Href" (#24815)
match "A Href" with all same (lowercase) case to match on entire page. It would help keep things in unison
2018-12-11 11:48:31 -08:00
raviram 31bc19174f Added example of absolute value of complex number (#23638) 2018-12-11 14:43:20 -05:00
krekalidis 97e44e569f SQL MIN function (#23611)
* SQL MIN function

A small article about SQL MIN function. The examples were based on the examples of sql-where-clause article.

* corrected title syntax
2018-12-11 14:31:19 -05:00
Angelisa 59799e3cb6 Adjust punctuation & sentence structure (#31638) 2018-12-11 11:03:50 -07:00
OhSnapitsMikel c1ac8b2eb7 Added Resource pypi (#31549) 2018-12-11 10:33:10 -07:00
brinkstock d0552904cf Rewording some sentences (#31395)
Increasing the clarity of some of the sentences and removing some grammatical errors.
2018-12-11 10:09:05 -07:00
azrap 5be721c03c condense and fix grammar (#32861)
The additional info on html forms section contained redundant information as well as information that was not clearly defined. Eg the section on the GET | POST method.
2018-12-11 10:55:27 -06:00
Maulik Rathod 2234afb55e Add some information in Things you can do with python (#31145)
Add some information in "Things you can do with python"
2018-12-11 09:51:24 -07:00
Vembar Varun 67127904cd Cleanup 'additional references' (#29622)
Existing links were either not free(LPTHW), classes to computer science(edx,udacity).
2018-12-11 09:46:16 -07:00
Felix 009baf06fa Add information about HTML form submit (#32150)
-when to use HTTP GET
-default for blank attribute 

<!-- 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.
2018-12-11 10:35:45 -06:00
Regem Semilla a873f06ef4 Adding two method: GET and POST (#31049) 2018-12-11 10:25:54 -06:00
MechanikerGA d195348a8c Edit html-forms for clarity. (#29615)
Changed wording and deleted repetitive information to improve clarity of information.
2018-12-11 10:23:40 -06:00
abhaybaiju 0ac7d677ba Update index.md (#29447)
More informative description
2018-12-11 10:14:58 -06:00
codestin 386b993f24 Update index.md with grammatical improvements (#28853) 2018-12-11 09:14:43 -07:00
Liz 525a3225be Update index.md (#28307) 2018-12-11 09:59:07 -06:00
Sarah Waldie 2b1aba02f7 Add Paragraph Covering Min and Max (#27579)
Covers setting min and max attributes on an input with the type "number."
2018-12-11 09:58:39 -06:00
Smit1701 bb78b3dd13 Update in Pros. (#28414) 2018-12-11 08:51:25 -07:00
Anatoly Makeyev 9443360a31 Added a quote from a great Python book author, Michael Dawson, on Why… (#28188)
* Added a quote from a great Python book author, Michael Dawson, on Why to choose Python

* fix: formatting/spelling
2018-12-11 08:20:35 -07:00
Vedran Leder 52832fff90 Add section on validation (#27286) 2018-12-11 09:02:36 -06:00
Dauli Pamale Alexis Ange 24d1276f9c Adding details to strcmp (#24491)
* Adding details to strcmp

* Reworded statement
2018-12-11 05:55:30 -05:00
Daniel ba11ff267a Corrected minimum int value in intro of "Data Types in C" in the C Guide (#24692)
* Corrected minimum int value in intro

As described in the "Standard Integers" section, at minimum and int can store values -32,768 to 32,767.  The negative value was incorrectly listed as -32,767 in the "Data Types in C" section.

* fix: typo
2018-12-11 13:53:35 +05:30
Anwesh Panda 58e61b2df6 Change that to than in Line 7 and add the ranges of int, long int and long long int. (#24366)
The ranges of int, long int and long long int are in line 23,31,43 respectively
2018-12-11 13:42:34 +05:30
apurv22 917f09aef2 Corrected grammar; changed 'are' to 'is' (#25030) 2018-12-11 13:32:23 +05:30
Peter Sifuentez f7bee06ccc Added the (#29235)
* Added the 

"<iframe width="560" height="315" src="https://www.youtube.com/embed/A71aqufiNtQ" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>" on line 27.

* markdownize link
2018-12-10 22:27:14 -06:00
impactlearner 1f6b63cdf5 Capitalized "react" on lines 22 and 23 (#28250) 2018-12-10 22:17:20 -06:00
Faraj Daoud 6081fefcd8 changed grammar (#27997)
Updated Support section last line to read a little easier.
2018-12-10 22:16:30 -06:00
Kaitlyn 154b6950ab Position property descriptions (#25504) 2018-12-10 22:05:47 -06:00
Andrew 150cbab8ed updated python install for Mac (#27861) 2018-12-10 20:41:18 -07:00
Sophia 51c6d8c0ec Add "pro, 4 and con, 3" (#27244)
4. Python is great for people new in coding. The mechanics of it is basic enough to understand yet complex enough to use on multi platforms.

3. White space can confuse beginners as spaces change depending on the program.
2018-12-10 19:57:38 -07:00
hdquemada 446f2de382 Corrected grammar and typographical errors (#24530) 2018-12-10 19:42:23 -07:00
Ananay Sharma 22da9b9715 Adding more info about Python3 (#24129)
Updated Installation to add a link for Python3.x installation on Linux.
2018-12-10 19:19:21 -07:00
hdquemada 03660224f8 Changed formatting and one grammar error (#24502) 2018-12-10 19:12:22 -05:00
Psytew b0bec5152a Changed article from a stub to basic information (#24480)
* Update index.mb

Article was a stub, added relevant information based on the Circle page and classifications of triangles

* Added formatting
2018-12-10 18:40:49 -05:00
Carlos Arcenas 1ce0aba184 Improve language in python/commenting-code (#24421) 2018-12-10 18:38:53 -05:00
nyp a8e9ec1c9d sentence structure change (#24488) 2018-12-10 18:38:16 -05:00
nyp 582e2e38fb Update index.md (#24482)
changing layout to make more sense
2018-12-10 18:35:33 -05:00
Petar Petkovic 1846972256 Loop through an array (#24420)
* Loop through an array

* Update index.md

* Removed extra spaces
2018-12-10 18:34:14 -05:00
Carlos Arcenas a5497308d7 Remove beta marker for Google Cloud Functions (#24433) 2018-12-10 18:30:50 -05:00
Carlos Arcenas c8ddc22d57 Improve language in python-2-vs-python-3 (#24425) 2018-12-10 18:30:09 -05:00
Simon Schindlatz d5adba3e23 Added section for assignment operators. (#24416)
* updated index.md

Added new paragraph for assigment operator. Edited "More Inofrmation" section by adding two links.

* Fixed formatting issues and assignment statement
2018-12-10 18:22:24 -05:00
devinbmiller 33fe89eb57 Added instructions to install with pip (#24411)
* Added instructions to install with pip

Added instructions on how to install Ansible with pip in regular or Python virtual environment.

* Moved link to "More Information"
2018-12-10 18:09:36 -05:00
Evaldas 5b489aaffa Add example (#24406)
* Add example

Added an example of how to use is keyword

* Fixed error in syntax highlighting
2018-12-10 18:08:53 -05:00
ashwinkumarmohan 56bc6e028a Added concept of adding item for improvement area as well as different way of doing retro (#24382)
Added the idea of adding a "story" for improvement area coming out of retro. As well as added another reason to not have management, stakeholders, in retro.

Suggested the idea of having a "guest" facilitator for retro, as well as need to keep retros interesting
2018-12-10 17:53:37 -05:00
Tripsev 79491a3970 Added link to Affinity Photo (#24376)
Affinity Photo - Free Trial | Paid
2018-12-10 17:51:59 -05:00
pcsingh 5d68e6c5ae Update index.md (#33612) 2018-12-10 11:34:34 -06:00
bijaydev95 da9432c63b Added scp command (#32780) 2018-12-10 11:16:41 -06:00
frbc fbc399d35c Add text about getting help. (#29941)
Add "(see below)" and text about how to getting help using the linux commands.
2018-12-10 11:03:06 -06:00
Vincent 0f48e32ce0 Added a note, fixed typos/layout, added useradd command (#28284) 2018-12-10 10:25:17 -06:00
yapancha 16edadaf6a vi command (#27269)
Added 'vi' command to the list of useful commands in Linux
2018-12-10 09:32:51 -06:00
Pan Sem 798366bf6f Add "file managment commands" to article (#26004) 2018-12-10 09:19:17 -06:00
Kaosxlinus 42151b5153 Add command for System Administrators. (#24819) 2018-12-10 08:37:41 -06:00
ashwinkumarmohan 8a7920881e Added "HTML" output for JavaDoc (#24375)
Added that HTML pages are generated when using JAVADOC in documentation comment.
2018-12-09 22:07:44 -05:00
Cindy Yates 8ca7abd3f6 Remove duplicate information (#27163)
Minor formatting and removal of information listed more than once in the article
2018-12-09 16:34:09 -08:00
Rufaro Madamombe 8f20aaf0b9 Change plain text in sample code to be comments (#26703)
In the sample CSS code, there were some notes to add some additional explanation on the code. Changed those notes to be code comments so that if a person copies and pastes the code samples then they will not face any errors since the notes are valid comments in code instead of being plain text which can't be interpreted.
2018-12-09 16:20:43 -08:00
kenmalley 61f94274eb Added Oxford commas and provided spacing (#28652) 2018-12-09 17:08:47 -07:00
Igor bf3d5854f4 fixed indentation (removed tab) (#32173) 2018-12-09 16:06:10 -08:00
LYES_BOUH@RI d61dba9110 Add more details (#28466)
* Add more details

* fix: capitalized opacity
2018-12-09 16:03:30 -08:00
Nick Haras fab4d1401e Improved wording (#24225) 2018-12-09 18:57:40 -05:00
Yash Kapadia 82531c5fcc Fixed spacing, bolding, and sentence structure (#27930) 2018-12-09 16:49:43 -07:00
LYES_BOUH@RI 85d40a3b9a Update definition (#28464) 2018-12-09 15:45:35 -08:00
ir3ne b9d01d13e6 add hex alpha (#25260) 2018-12-09 15:36:03 -08:00
Hawkings296 1e658a7252 Update index.md (#27059)
Minor spelling and grammar fixes. Nothing that would drastically change the file.
2018-12-09 16:34:54 -07:00
İlker Koşaroğlu 697cb26c64 Update index.md (#26775) 2018-12-09 16:17:15 -07:00
Salim Hafid 0a9624edf7 Added basic keyboard shortcuts and a reference to blendswap (#26369) 2018-12-09 16:04:41 -07:00
Bodddi 358bb6b377 Updated grammar. (#24626)
Added a space to look better, and corrected the grammar at "hobbyists that empowers the softwares".
2018-12-09 15:45:15 -07:00
Cindy Yates 092cf9b658 Add more info to description list definition (#27140)
Minor spelling fix plus additional information on the elements that make up a description list
2018-12-10 02:18:36 +05:30
komallapalli 54eef30dad css tutorial (#33706)
it contains all from basic level to high level
2018-12-09 10:37:34 -06:00
jccofresh 8202dda76a update index.md (#24469)
fixed wording
2018-12-09 09:35:01 -07:00
mvtej 0924a5ed34 Update index.md (#33264)
I have added links to each of the popular CSS frameworks mentioned in the index.md file.
2018-12-09 10:28:06 -06:00
Donté Taylor 1a12a567a0 Add language to further elaborate on frameworks (#33148) 2018-12-09 10:17:55 -06:00
aizelagustino 7b3ebcb76c Formatted suggested reading as unordered list (#33031) 2018-12-09 10:17:07 -06:00
Tuanph14 3a9c4cf1d6 Change emphasis style in Blender (#24143)
* Change emphasis style in Blender

* fix: made folder names lowercase
2018-12-09 09:15:22 -07:00
panicbasket 7e0455688e Capitalized "HTML" and "FreeCodeCamp (#28764) 2018-12-09 09:59:59 -06:00
Aathil Ahamed 9ae9e9c0d7 CSS.md (#28609)
* CSS.md

Add sample codes and more information about CSS

* update CSS.md

Typo mistakes corrected
2018-12-09 09:51:06 -06:00
Lakeshia Williams eeb66d2c4e added MDN CSS site to sug. reading (#27178) 2018-12-09 09:26:57 -06:00
Hawkings296 d1147b3765 Added a line of text (#27067)
Line 15.
2018-12-09 09:18:08 -06:00
darkcomet76 d7293baff3 Added suggested reading in index.md (#25406)
Added the Odin Project's HTML+CSS course as suggested reading.
2018-12-09 09:05:07 -06:00
UrszulaSury 49487788e3 Changes and additions to the article. (#25218) 2018-12-09 09:04:06 -06:00
Deepesh Ludhyani cc5944d623 Additional book reference added to learn CSS (#24752)
* Additional book reference added to learn CSS

* add link to book
2018-12-09 08:48:53 -06:00
Kevin Trang ace67970e4 Added example, explanation and solution to "Use RGB to Mix Colors" (#34613)
* Added example, explanation and solution to "Use RGB to Mix Colors"

* Keyword backtick changes

-As suggested earlier, I changed the triple backticks of the keywords into single backticks

* Consistent style and format changes

-Changed the spacing of the '<style>' elements , in order to create consistent spacing, and removed extra words to fit the quotes

* fix: removed older examples
2018-12-09 00:19:04 -08:00
bagecka 711ec741e9 Update stub Use RGB to Mix Colors (#33900)
Added to content to stub article, Use RGB to Mix Colors.
2018-12-08 23:44:50 -08:00
Gautam 9071f1002c Added an awesome collection for VS Code resources (#24407) 2018-12-08 22:13:23 -05:00
Carlos Arcenas debea18a18 Fix grammar of swift/hello-world.md (#24412) 2018-12-08 21:56:20 -05:00
Boopathiking a6ab0714e4 Wrongly mentioned, so interchanged the comments (#24370) 2018-12-08 21:53:21 -05:00
Doug Abbott becdf54e98 added vim shortcut link (#24355)
* added vim shortcut link

vim is confusing, added a link i use for vim shortcuts

* Added link formatting
2018-12-08 21:46:00 -05:00
SoMike db35bf5ffc Words correction in index.md (#24354)
Corrected the word "appliations" to "applications", "possibe" to "possible"  on line 6 and the word "programmaing" to "programming"  on line 11.
2018-12-08 21:45:13 -05:00
arun-sharma-blr e9fc27ad8f Added the Types of Blockchains section (#24242)
Briefly described permissionless and permissioned blockchains
2018-12-08 21:36:49 -05:00
Taweewat Somboonpanyakul 5f1a596cc1 Added two more options '-lh' and '-lS' (#21172) 2018-12-08 21:32:36 -05:00
JamBove 5dc7c2b24d Added wikibooks article to more information (#24215)
Added Some Basic and Inefficient Prime Number Generating Algorithms to the More Information header.
2018-12-08 21:29:02 -05:00
blank10032 f760e90fc3 Added a section on why you would use macros (#24214) 2018-12-08 21:24:46 -05:00
lizantell 415d92a597 Removed info about <em> (#24234)
Not relevant to this page on semantic HTML elements
2018-12-08 21:24:14 -05:00
JamBove 4c9992aaf0 Mentioned The Linux Command Line book (#24210)
* Mentioned The Linux Command Line book

And added the link to download it from the original website.

* Converted change to "More Information"
2018-12-08 21:21:27 -05:00
lizantell 483534c03a Added accessibility info to the link text section (#24229) 2018-12-08 21:20:11 -05:00
Randell Dawson e230039832 fix: Capitalized "the" at start of sentence (#34562) 2018-12-08 17:01:51 -06:00
Nadeem Bhati cfa1840cf8 updated with more info (#33619) 2018-12-08 13:23:20 -07:00
Hunter 057aa07ec3 Fix small grammar mistake (#28330)
Switch "an native shell" to "a native shell"
2018-12-08 12:57:54 -07:00
Liam Rosenfeld 7d1037847f Added 'Structures and Classes' Page Swift (#28258)
Based off the official swift language guide
2018-12-08 12:56:42 -07:00
haftav f247b6a19a Wording update (#28125) 2018-12-08 12:51:07 -07:00
Alyssa Dang d15570b4f5 Update index.md (#24701)
Simplified the definition
2018-12-09 01:07:30 +05:30
Cuong Nguyen b9e22951af Added Typescript/Mixin (#26256) 2018-12-08 12:37:14 -07:00
Cuong Nguyen 7ecf3e3efc Added TypeScript/Unknown Type (#26181) 2018-12-08 12:35:07 -07:00
Karol Gasparik 5d5a29649f update: lambda expression example for python sort (#26044)
Added example that use lambda expression as key during sorting list.
2018-12-08 12:33:36 -07:00
rejuls 71b5c71da1 Update index.md (#33066)
Grammatical, Spelling changes
2018-12-08 12:22:43 -07:00
Justin Thomas 7b68723cf5 Add section on Blockchain Consensus Protocols (#31435)
Add the two most well-known protocols, Proof of Work, and Proof of Stake.
2018-12-08 11:53:56 -07:00
Giovanni G 5e4ce8bb70 Add text (#31082)
Add chapter called "Real World Application of Cryptocurrencies" 
- Real estate
- Charities
- Buying and Selling content
2018-12-08 11:41:40 -07:00
CodingHero97 d411e743ad fixed grammar and indentation on links (#30446) 2018-12-08 11:22:01 -07:00
edu san aee74f1a63 Adding new content to index.md (#29673)
* Adding new content to index.md

Added mention of blockchain technologies in first paragraph.
Added link to coinmarketcap, and changed sentence about cryptocurrencies fractions, which was unclear IMO.
Retouched last sentence including mention to decentralized exchanges.

* Translation of proposal for index.md

In case pull-request #29673 is accepted, this is its Spanish translation
Pull-request URL: https://github.com/freeCodeCamp/freeCodeCamp/pull/29673
2018-12-08 10:51:09 -07:00
Donald Maness 66331b5385 Make size plural (#23768) 2018-12-09 00:50:57 +07:00
stephanieadwill 20f2413ebd Proofreading typography legibility article; adding resource. (#23211) 2018-12-09 00:40:24 +07:00
taptherockies 5d01139313 Clarified VS Code Feature (git support) (#23617)
Changed "Build-in Git- " to "Built-in Git support -"
2018-12-09 00:38:10 +07:00
Alex Yu 43e6147f71 Add the text "intermediary" (#29010) 2018-12-08 10:26:22 -07:00
Curtis Vermeeren 71a75386c1 Create index.md (#25957) 2018-12-08 08:44:09 -06:00
Gregory Gubarev a92c07904a Responsive Web Design: Added hint to Specify How Fonts Should Degrade (#24357)
Added hint to Specify How Fonts Should Degrade (https://learn.freecodecamp.org/responsive-web-design/basic-css/specify-how-fonts-should-degrade and https://guide.freecodecamp.org/certifications/responsive-web-design/basic-css/specify-how-fonts-should-degrade)
2018-12-08 08:41:33 -06:00
Markus Lanser 3c5c78b51b fixing spelling mistake "on going" > "ongoing" (#25926) 2018-12-08 08:39:15 -06:00
Jessica Swift 26e8e593c1 Add back `` (#24651)
Added a few `` for an easier read of the article.
2018-12-08 18:42:15 +05:30
Danuta Cybulska 5a5cc8f696 Add link (#23952)
* Add link

### Exercises
I suggest working out while playing the game [Flexbox Froggy](http://flexboxfroggy.com)- [Guide](https://github.com/thomaspark/flexboxfroggy)

* Re-added deleted link
2018-12-08 03:07:02 -05:00
Danuta Cybulska 38898201d9 Add link to exercises (#23964)
* Add a place to exercise

#### Execirses
I suggest working out while playing the game [Grid Garden](https://cssgridgarden.com) - [Guide](https://github.com/thomaspark/gridgarden).

* Moved change to More Resources
2018-12-08 02:58:48 -05:00
David ac4b7b9946 Add "of" to the article (#23951)
In the beginning of the  the tenth point of the article, There should be "of" between "One" and "my favourite" to make the beginning of the sentence grammatically correct.
2018-12-08 02:10:53 -05:00
ellakenn07 1f2d141d19 clarifying on a definition (#23943) 2018-12-08 02:00:45 -05:00
Jeff Innes 86c130734d Fixed various grammar and readability issues (#23662) 2018-12-08 01:50:54 -05:00
Tom K e2a1ccffa2 Added links to sites with more information (#23660) 2018-12-08 01:50:08 -05:00
ashwinkumarmohan 54fc2cc83b Update index.md (#24333)
Changed "handled" to "handed" to describe hand-off between dev and ops
2018-12-08 01:28:27 -05:00
clydeax 7a2ae44353 Add an information about games built (#24327)
* Add an information about games built

Games built with pygame

* Added list formatting
2018-12-08 01:28:11 -05:00
clydeax d29129ba99 Add information about how to learn online (#24320)
* Add information about how to learn online

I have added an information about "Unreal Engine Online Learning".

* Moved link to More Information
2018-12-08 01:27:12 -05:00
Deepanshu Maheshwari d200f83f27 used "beginning" in place of "beginnings" and added a letter "a" (#24319) 2018-12-08 01:26:07 -05:00
clydeax 8607451546 Add the "Code Samples" part to the article (#24315)
Useful link example
2018-12-08 01:25:27 -05:00
Bruno Balentović 83246f7811 Create index.md for file-permissions (#24288)
* Create index.md for file-permissions

* corrected title syntax for contributor
2018-12-08 01:24:53 -05:00
Yogesh Nimangre f9ae997467 Added info of crash course (#24048)
* Added info of crash course

* Reordered change
2018-12-07 22:49:20 -05:00
kushan2018 4618195026 Update index.md , adding for loop examples (#24388)
* Update index.md

* Added code formatting to changes
2018-12-07 22:35:29 -05:00
Sean Riley ca96fd91a6 Minor grammar and syntax corrections. (#23177) 2018-12-08 09:04:04 +07:00
dpoulter-WTC 1e705473bb Fixed spelling errors (#24183) 2018-12-07 19:22:30 -05:00
dpoulter-WTC 537559f3c5 Fixed spelling errors (#24181) 2018-12-07 19:09:15 -05:00
EncinoMan01 4442537dfb Clarified and padded out most paragraphs (#26806)
I updated, clarified and padded out several paragraphs to make the topic more accessible and informative for a novice.
2018-12-07 15:20:28 -07:00
AAKANKSHACHOUHAN 6c5907b9f4 Add and delete the text (#25251)
* Add and delete the text 

"digital/virtual" ,"Bitcoin is currently the most popular and valuable one.The sole purpose to bring up the concept of cryptocurrency was to remove the intervention of middlemen third parties in order to make te transactions more swift and secure , with the anonymity maintained for the all the users operating through their respective systems called 'nodes' on a network." " One needs to lend their computational power to arrive on a consensus and hence thereby validating the transaction on the blockchain network"

* fix: spelling
2018-12-07 15:07:02 -07:00
Bodddi 86881ae86f A little grammar fix (#24677)
* A little grammar fix

* fix: whitespace
2018-12-07 23:59:52 +05:30
Nick Trahan 88eb6f0031 Very small text correction (#24699) 2018-12-07 20:11:36 +05:30
Nick Trahan 6590ccd536 Small grammar update (#24687) 2018-12-07 20:05:59 +05:30
Valeriy S dd86f560eb fix(guide): escape tags in the vue components guide 2018-12-07 12:46:31 +00:00
Connie Lei cd3ee6f175 Fixed Markdown Formatting (#26209) 2018-12-07 16:34:05 +04:00
Aravind Suresh 31fbdedad0 Added a documentation blog from Medium.com (#25361) 2018-12-07 15:52:57 +04:00
githrdw 6977db2170 Added console.warn and console.group (#24325)
I have added console.warn and console.group functions
2018-12-07 04:53:06 -05:00
ayush163 092a5a4ca8 Add the topic "Address Calculation" to the article (#24317) 2018-12-07 04:47:27 -05:00
Gregory Gubarev 11d9115576 Added css for correct displaing (#24307) 2018-12-07 04:42:22 -05:00
Amanda Thomas 631a467e74 Update index.md (#32220)
Removed duplicate link to Medium article.
2018-12-07 04:36:55 -05:00
angel13 e01505573e Update index.md (#32160)
Addes more details about  pigs and chickens
2018-12-07 04:31:40 -05:00
Blake Crawford 646a17bb96 Minor grammar and spelling corrections (#23887) 2018-12-07 04:29:30 -05:00
Kaunaj Banerjee 88f400af91 Correct some typos (#30981)
- 'index' should be 'indexed'
- 'contain' should be 'contains'
- 'heterogenuous' should be 'heterogeneous'
2018-12-07 04:28:06 -05:00
Suresh Mangs 878f8863b4 Update index.md (#24166) 2018-12-07 04:27:20 -05:00
Rajasimha Reddy 0ae42fd4ac Add reason why adding div was bad (#30906)
* Add reason why adding div was bad

* Made reason clear
2018-12-07 04:24:28 -05:00
Deepanshu Maheshwari 8a5ae5a3f4 removed text-"and should be used to do so." (#24159)
changes are committed in line no.29
2018-12-07 04:23:43 -05:00
Nicole Angelyn T. Lopez 004c67fddd Updated "More Information" Links at Bootstrap Buttons (#24036)
* Updated "More Information" Links

Updated bootstrap links from 4.0 to 4.1 version
"Bootstrap Get Started" link was broken (404 error). Changed to https://guide.freecodecamp.org/bootstrap/get-started/

* Updated "Bootstrap Get Started" link

* Removed last link (broken)
2018-12-07 04:21:45 -05:00
Felix Atwood 504b9440ad Link to an android course on Udemy (#24014)
Added the link to a free android development course on udemy in the courses section
2018-12-07 04:21:07 -05:00
ch1771dr0b0 79c2e920fd Added Introduction to Parallel Computing book url (#23746) 2018-12-07 04:14:58 -05:00
Manas Khurana 5bd189d8d3 Grammatical Errors + missing syntax highlighting (#23610) 2018-12-07 04:12:31 -05:00
kenbhatt bc65ccf919 My change is in line 18. (#23604)
Initialize----->start value
Condition---->stop value
Termination----->step value
2018-12-07 04:09:16 -05:00
girraj jangid c0c3c4c624 Add 'changes' to this article (#25019)
* Add 'changes' to this article

* add changes to this file
2018-12-07 04:04:54 -05:00
Paulo Kinopk f662f0ef9b fixed CSS code examples (#23531) 2018-12-07 04:04:06 -05:00
Pranati Dutta Roy c012f70ac3 Add the section "## Usage" (#30251)
* Add the section "## Usage"

* Added code formatting to OP's PR
2018-12-07 04:00:37 -05:00
LT 05eb597ca0 Fixed a simple typo. (#24169) 2018-12-07 03:59:12 -05:00
SweeneyNew d0758ab398 Code Description (#24164)
"import java.util.ArrayList;" is a java code. It should be declared in "code theme". People may miss the "import package" code part since it is not discriminated from the other parts as a code part. If they miss the whole code will complain just because of this simple mistake. This way people wouldn't miss the code to import the package.
2018-12-07 03:58:11 -05:00
Alyssa Dang c21a5bef62 Changed the description (#24765) 2018-12-07 12:57:39 +04:00
trungqudinh e7447af573 Fixed markdown syntax of Sprint docs (#24109)
Missing white space after the hyphen made a wrong rendering html.
2018-12-07 03:57:29 -05:00
Nicole Angelyn T. Lopez 9dbd5525eb Added "More Information" Link at Bootstrap Forms (#24105) 2018-12-07 03:48:13 -05:00
Eric Jae-Min Joo 6aa8aeda72 Add a greater detailed explanation of the Javascript example that is used. (#23787) 2018-12-07 03:47:43 -05:00
ShashwathJS 2a2598074e Handling unknown exceptions (#23587)
* Handling unknown exceptions

What to do when you do not know what kind of exceptions may be thrown by your application.

* Added code formatting
2018-12-07 03:44:49 -05:00
Radhika Gulati fd35b8cccd Spelling edits (#23715) 2018-12-07 03:38:58 -05:00
Prabesh Subedi e35833b77a Update index.md (#24281) 2018-12-07 03:28:58 -05:00
hdquemada 4878643f28 Grammatical corrections.md (#24254)
Made grammatical corrections to the text.
2018-12-07 03:26:17 -05:00
Rajat Bhatt 9e84b34d4f Add video link of MIT OpenCourseWare. (#24161)
Added video link of minimum spanning tree problem from MIT OpenCourseWare.
2018-12-06 22:59:51 -05:00
LT ba1935ee3c Changed the tick marks for std::list<int> Numbers; (#24172)
Changed the tick marks for std::list<int> Numbers; so it displays correctly.
2018-12-06 21:05:00 -05:00
AntTAKEOVER 048ee477e2 Fixed Error in Code (Variable name) (#24168) 2018-12-06 21:03:20 -05:00
AntTAKEOVER e9587a7a46 Fixed Error in Code (#24162) 2018-12-06 21:00:54 -05:00
Oğuzcan Yavuz 172ec835d7 Add example for destructuring nested objects (#24133)
Also changed styling to be more consistent
2018-12-06 20:27:24 -05:00
vedanthv fbab448003 added external reference (#24125)
* added external reference

* Fixed formatting
2018-12-06 20:15:33 -05:00
Jashan Bansal 91add57a9c Add tip for Comment keyboard Shortcut. (#24116)
* Comment keyboard Shortcut.

Add the tip for how to create the comments by keyboard shortcut in probably all modern text editors.

* Reordered change, fixed formatting
2018-12-06 20:14:56 -05:00
Amy Gonzales f7db17b677 Added Wikipedia link for Fibonacci Sequence (#24128) 2018-12-06 18:05:38 -05:00
vedanthv 94ef3d5ea5 added external reference (#24119) 2018-12-06 18:02:42 -05:00
halseyj 6e8a75f937 Update index.md (#24120) 2018-12-06 17:52:39 -05:00
Neville Bokdawalla 37f2de04de Updated index.md (#24117)
Added new language feature listing 'Discards' under section - "New Features Added in C# 7.0"
2018-12-06 17:48:38 -05:00
vedanthv 9f4534540e Added some info(class vs id selector) (#24110)
* Added some info(class vs id selector)

* Reordered change, fixed formatting
2018-12-06 17:44:18 -05:00
jasonranney 16d7fed408 corrected "JavaScript" capitalization (#25548) 2018-12-07 02:58:50 +05:30
Micha Pietsch 067cbb0761 Remove unrelated trailing characters (#25573) 2018-12-07 02:58:00 +05:30
Rufaro Madamombe 8e2526887b Added syntax highlighting to sample code blocks (#25905)
Fenced sample code blocks didn't have syntax highlighting so updated the guide by adding the HTML language identifier to enable syntax highlighting in the fenced code blocks.
2018-12-06 14:34:13 -06:00
Emre Özdil 4bba3f779f Add new youtube channel for create clone app (#25902) 2018-12-06 14:30:44 -06:00
Subhasis Banik 77c4a9a1b2 added steps to create your own cryptocurrency (#26146)
* added steps to create your own cryptocurrency

added steps to create your own cryptocurrency

* fix: formatting/spelling
2018-12-06 13:27:24 -07:00
GenevieveLS 8473337e8f Expanded article (#24271)
* Expanded article

Expanded article on how to Calculate Percentiles

* Remove 'this is a stub' text
2018-12-06 14:15:26 -06:00
Wes DeKoninck cdc57f3100 Add Gutenberg editor info to WordPress guide (#25878)
* Add WP Gutenberg info to WP Guide

* Update block boilerplate link
2018-12-06 14:02:47 -06:00
Wes DeKoninck 42c0da6090 Add theme frameworks to wp guide (#25877)
* Add theme frameworks index.md for WP Guide

* Updated Free Frameworks title
2018-12-06 14:01:19 -06:00
Alvin Tan 8919f4fa6e Updated info about bitcoin at the bottom (#25606)
* Updated info about bitcoin at the bottom

* fix: moved text to more appropriate section and cleaned up
2018-12-06 12:38:26 -07:00
Gregory Gubarev a3c185af2c [Guide] Added Intermediate Code Solution - Use Multiple Conditional (Ternary) Operators (#25851)
Added Intermediate Code Solution - Use Multiple Conditional (Ternary) Operators
2018-12-06 13:35:22 -06:00
Satish Jhanwer baed51e545 chore(guide): added docker system prune command (#25843)
added basic use of docker system prune command, which will help us to clean up disk space.
2018-12-06 13:23:33 -06:00
Satish Jhanwer 4e434f1243 chore: updated docker-rmi command readme file (#25832)
added example to remove the list of images having a particular text in it.
2018-12-06 13:21:50 -06:00
Paul 95cf1a90d0 Added 'Types of Cryptocurrency' (#25263)
* Added 'Types of Cryptocurrency'

* fix: spelling/formatting
2018-12-06 12:00:34 -07:00
Dustin Christlieb 9ee2d4060c Some additional facts on crypto-space as of 2018 (#24868)
* Some additional facts on crypto-space as of 2018

Added some relevant facts on crypto-currency space and cited links. 
Added one line that is my personal opinion, but nevertheless relevant.

* fix: formatting
2018-12-06 11:16:46 -07:00
DavidNachman 739a74cff8 Bitcoin Info (#24578)
Addition related to max supply of Bitcoin
2018-12-06 10:55:18 -07:00
Sam b2f0dad3a0 Corrected markdown formatting issues (#23295)
Corrected inline code highlighting so that page renders correctly.
2018-12-06 09:51:40 -08:00
Tiffany Du ac66dcf052 Update big brand examples in WordPress guide (#34010)
* Remove big brand examples that no longer use Wordpress

* Add new examples of big name brands using WordPress

* Add links to example brands using WordPress
2018-12-06 10:41:52 -07:00
Qasim Hafeez 780b8a58f4 Added Link for most popular wordpress plugins (#33387) 2018-12-06 10:15:38 -07:00
balaji3257 ca45baca82 Updated more advantages,learning resource section (#33299) 2018-12-06 09:32:53 -07:00
Nicole Angelyn T. Lopez 6685494344 Updated Bootstrap dropdown link from 4.0 to 4.1 (#24085)
* Updated Bootstrap dropdown link from 4.0 to 4.1

* Fixed formatting
2018-12-06 05:49:15 -05:00
catcecilia 16064b9343 minor grammar changes.md (#24089) 2018-12-06 05:48:33 -05:00
Marco Koch 8f4fb09ab1 Fix spelling error in behavioral patterns page (#24041) 2018-12-06 04:56:26 -05:00
Rajesh Chittampally 14ea59d86d Added information about if statements, OR operator (#24356)
Added information about if statements, OR operator and fixed small typo issues.
2018-12-06 12:31:57 +05:30
Robert Samu 784136b086 Updated missing box-model example (#24018) 2018-12-05 23:33:50 -05:00
Jonathan Lam b711c7a453 Adding more information to agile epics (#24016) 2018-12-05 23:27:55 -05:00
Steve Gallant d1d6c08215 docs: grammar and clarity updates (#34567)
* docs: grammar and clarity updates

* docs: clarity revision per request
2018-12-05 18:22:42 -08:00
Cindy Barrientos 290310dbc3 Create index.md for NLTK (#21619)
* Create index.md

* Rename guide/english/data-science-tools/NLTK/index.md to guide/english/data-science-tools/nltk/index.md
2018-12-05 17:59:22 -08:00
anaasuncion d26ecfc40f Update more information link to Purplemath (#23186)
* Update link to Purplemath

* Fix formatting
2018-12-06 08:10:46 +07:00
Syed Isam Hashmi 7187215068 Updated to add solution to "Remove from a Set" (#27500)
* Updated to add solution to "Remove from a Set"

* fix: formatting

* fix: formatting of code block
2018-12-05 17:08:16 -08:00
Nihar Raote d157077337 Added new article in CSS (#22674)
* Added new article in CSS

* Constructed sentence in a better way

* fix(guide): rephrase sentence for clarification
2018-12-05 15:59:14 -08:00
Kaung Myat Thu e33f06348d fixed typos (#29352)
* fixed typos

* fixed typos 

guide/english/design-patterns/object-oriented-programming/index.md

* fix typos

* fix typo css preprocessor index.md
2018-12-05 15:41:06 -08:00
Aaron Gottlieb b78239be2b Example of setState callback (#29836) 2018-12-05 15:28:21 -08:00
Seamus b997dd32b5 Update index.md (#27313)
Added just a tad about VPN's
2018-12-05 15:19:03 -08:00
betheymc 1d1db25180 Fixed spelling of "instance" (#25974) 2018-12-05 15:09:21 -08:00
Christina Linn 28703b5625 Fixed grammatical errors on line 19 (#34045)
Removed a comma and changed the word 'focus' to 'focuses'.
2018-12-05 14:59:06 -08:00
Steven Torrence 49efa04cf2 Fixed formatting errors (#26563) 2018-12-05 14:56:27 -08:00
Steven Torrence 94e095e053 Updated the "Most recent stable version" (#25748) 2018-12-05 14:52:35 -08:00
Michael Kane 2e925ad680 Add text to 'IRB' section. (#25347)
Text added (line 55): "Interactive Ruby Shell is a great way to explore the Ruby language and quickly test scripts."
2018-12-05 14:52:08 -08:00
Blake Crawford 3b7ab86875 Updated grammar and phrasing on line 10 (#25747) 2018-12-05 14:30:09 -08:00
Kyle Cheng 2791586935 Update index.md (#34120) 2018-12-05 14:14:46 -08:00
Joseph Buchanan 68bd6151f3 Added popular frameworks for Wordpress (#32166) 2018-12-05 13:02:31 -07:00
DrMyuu 9546d2f7b1 Added information about WordCamp (#27390) 2018-12-05 12:50:28 -07:00
joe 469f17b7ca Quote Automattic and Gutenberg teams (#32112)
Give some homage to the teams pushing WordPress forward.
2018-12-05 12:25:09 -07:00
PJurc d1c16f5989 Added logo, direct links, punctuation. (#32110) 2018-12-05 11:53:02 -07:00
Justin Parado 2f54177458 Arch Linux installation (#30834)
Added installation methods on development environments on computers running Arch Linux
2018-12-05 11:10:42 -07:00
Ian McCormack ee8ba588ef Added additional brands using Wordpress platform (#31417) 2018-12-05 11:06:50 -07:00
Genevieve L'Oreal dd149dfc00 Added information regarding Gutenberg editor (#29402)
Added information regarding Gutenberg, link to WordPress installation resource and additional advantages to WordPress.
2018-12-05 10:53:19 -07:00
Irfan N.Hamid 65ef2de494 adding item on advantages of Wordpress (#29164) 2018-12-05 10:37:32 -07:00
annaattagirl 9edd0c2e56 Grammar fix to Wordpress article (#29004) 2018-12-05 10:37:16 -07:00
Sarah Waldie 0ef409d078 Add Paragraph About Visual Editors (#27568)
Visual editors are hugely popular, and WP will soon be launching Gutenberg with 5.0, so I figured it was worth a mention :)
2018-12-05 10:08:21 -07:00
Angga Rifandi 84e90c0c51 Add 'Popular Plugins' and some references (#28011) 2018-12-05 10:08:14 -07:00