Commit Graph

2549 Commits (6533b99fcdbd6c4fea8ca6404558d8a946247443)

Author SHA1 Message Date
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
Nikita Rudenko d9d1776a84 Fixed translation and typos (#25283)
* Fixed translation and typos

* Update index.md
2018-12-11 23:36:41 +04:00
Weslley Nascimento Rocha 0fd3fe3fc6 Normalize React as a product name (#20064)
* Update index.md

* removing external link
2018-12-11 11:31:55 -08: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
ggbong734 93ecd3acd6 Added href statements to hide link addresses (#28738)
Also fixed the link to lead to the right section on the web page.
2018-12-10 20:26:23 -08:00
ggbong734 f23d379010 Add "frameworks" section to mirror english page (#28792)
Add row 18 **构架** section and added URL links to several keywords
2018-12-10 20:25:33 -08:00
yves1011 249138d997 Add "目前CSS3已被大部分现代浏览器支持,而下一版的CSS4仍在开发中。" in the article (#29153) 2018-12-10 20:23:51 -08: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
yves1011 beaa609da7 Add "合约协议" in the articles (#29138) 2018-12-10 20:14:23 -08: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
yves1011 4bcd8e1ba9 Add "一些可能的用途,包括使用Canvas构造图片、图形、动画和游戏。" in the articles (#29165)
增加一些Canvas的可能使用说明
2018-12-10 15:54:35 -08: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
Luis Becerril f366896941 Changed some incorrect translations on CSS page (#20352) 2018-12-10 20:57:31 +01:00
Luis Becerril cff2d6c028 Reverted Docker translation (#20318)
Reverted Docker translation to mantain technical jargon on article
2018-12-10 20:56:53 +01:00
Amin Chaloukh b103dd6150 Pequeña corrección gramatical (#20300) 2018-12-10 20:56:27 +01:00
reneisrael 9dafe2be02 Update index.md (#20260) 2018-12-10 20:55:45 +01:00
pako herrera f2471e0580 translation issues (#20246)
Some of the words used on the translation don't make a lot of sense.
There are some tech words that can't be translated to spanish
2018-12-10 20:55:21 +01:00
Qalas 4eab66a15f Correction of grammatic and speech errors (#25235) 2018-12-10 23:08:49 +04:00
pako herrera 17e1ea20f6 Update the Title (#20215)
The translation proposed was oreja, which means ear in spanish, that doesn't make sense.
I restored it back to bootstrap
2018-12-10 19:39:56 +01:00
Amin Chaloukh 98cc04c7ed Correccion de gramática (#20207) 2018-12-10 19:39:29 +01:00
Raydelto Hernandez 1c30ca24d7 Translating the source code to Spanish (#20199)
Even when this lesson was in Spanish the two code snippets used as reference were in English.  I've added a little more information about private, public and protected access modifiers.
2018-12-10 19:38:58 +01:00
Amin Chaloukh 02246520cb Changues on grammar (#20179) 2018-12-10 19:38:27 +01:00
pcsingh 5d68e6c5ae Update index.md (#33612) 2018-12-10 11:34:34 -06:00
ivangaru be28411018 Translate comments in code to Spanish (#20142)
Translate comments in code to Spanish
2018-12-10 18:32:30 +01:00
ivangaru e0445a7b63 Translate comments in code to Spanish (#20131)
Translate comments in code to Spanish
2018-12-10 18:26:56 +01:00
ivangaru c8662534e7 Translate comments in code to Spanish (#20127)
Translate comments in code to Spanish
2018-12-10 18:26:34 +01:00
bijaydev95 da9432c63b Added scp command (#32780) 2018-12-10 11:16:41 -06:00
Carla Prieto 22f499053d Translate Python's Zen (#20055)
Python is the formal name of the language, it should not be translated to "piton"
2018-12-10 18:11:22 +01:00
Angel Diaz b23f070f29 Agregar Parrafo --> El Significado del HTML para la Web (#19968)
Se explica uno de los aportes del HTML a la humanidad por Tim Berners Lee
2018-12-10 18:10:23 +01: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