Commit Graph

2239 Commits (b0fe05152233d01ffef301ea1e0988ad0370b245)

Author SHA1 Message Date
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