Commit Graph

22335 Commits

Author SHA1 Message Date
ed96df3be4 Added solution to create visual balance challenge (#34304)
* Update index.md

* Added correct language

* Update index.md
2019-03-09 06:07:39 -08:00
65f58cf9c7 Added solution to Move a Relatively Positioned Element with CSS Offsets (#34305)
* Update index.md

* Update index.md
2019-03-09 06:05:30 -08:00
076c604f59 Added solution to Lock an Element to its Parent with Absolute Positioning (#34317)
* Update index.md

* Update index.md
2019-03-09 06:04:32 -08:00
2d07699cd6 Added solution to Lock an Element to the Browser Window with Fixed Positioning (#34318)
* Update index.md

* Update index.md
2019-03-09 06:03:18 -08:00
4c4b7cc2cf Added solution to Center an Element Horizontally Using the margin Property (#34346)
* Update index.md

* Update index.md
2019-03-09 06:01:39 -08:00
7825751bdf Added solution to Adjust the Tone of a Color (#34397)
* Update index.md

* Update index.md

* Update index.md

* Update index.md
2019-03-09 06:00:18 -08:00
e26988bd8c Fixed formatting, removed unreliable links and added solution to Create a Gradual CSS Linear Gradient (#34416)
* Update index.md

* Update index.md
2019-03-09 05:59:15 -08:00
19e48b3dc8 Added solution to create a striped element challenge (#34431)
* Update index.md

* Update index.md
2019-03-09 05:57:28 -08:00
3c1c8950b8 Added solution to Use the CSS Transform scale Property to Scale an Element on Hover (#34466)
* Update index.md

* Update index.md
2019-03-09 05:56:31 -08:00
1e2e95612c Added solution to Use the CSS Transform scale Property to Change the Size of an Element (#34442)
* Update index.md

* Added full solution

* Update index.md
2019-03-09 05:55:40 -08:00
1c919b64a9 Added solution to Create Visual Direction by Fading an Element from Left to Right challenge (#34509)
* Update index.md

* Update index.md
2019-03-09 05:54:05 -08:00
0c1fcf534d Added solution to Use grid-area Without Creating an Areas Template (#34851)
* Update index.md

* Added full solution

* Update index.md

* Update index.md
2019-03-09 05:52:20 -08:00
a8c6845854 Add darken, lighten and if function (#28715)
Fix casing, add if function, cite source
2019-03-09 17:11:13 +05:30
eddf9063fc Add extend/inherit and operator definitions (#28490)
* Add extend/inherit and operator definitions

* Update index.md
2019-03-09 16:35:05 +05:30
5b79aba887 Updating Mixins block (#28234)
* Updating Mixins block

* Added languages
2019-03-09 16:17:56 +05:30
ee2c7bd7c3 Clarifying adjacent JSX elements (#30447)
Added more information and clearer code examples of how to correctly create a JSX element with adjacent tags.
2019-03-09 15:16:45 +05:30
e643227efa Grammar correction (lines 40 and 42) (#30699)
* Grammar correction (lines 40 and 42) 

Removed unnecessary capitalization.

* Capitalize H of hexadecimal
2019-03-09 15:15:27 +05:30
de7312cf83 Changed tag to element as its easy to understand (#27543)
* Changed tag to element as its easy to understand

* Minor grammar fixes
2019-03-09 15:01:24 +05:30
2ea2f9b752 Added objective and solutions to "Introduction to HTML5 Elements" (#34689)
* Added objective and solutions to "Introduction to HTML5 Elements"

* fix: removed restatement of challenge problem
2019-03-09 13:03:16 +05:30
8d5d211975 SASS. @each. Replace stub (#34844)
* SASS. @each. Replace stub

Added 1x guide/example, 1x problem, and 1x solution.

* Removed problem from solution

Removed the problem from solution.

* Fix languages and made formatting changes
2019-03-09 12:33:18 +05:30
de5b88265f update hr element guide to indicate use for separating themes; remove … (#34612)
* update hr element guide to indicate use for separating thems; remove xhtml syntax as it is outdated and confusing to beginners

* fix title syntax

* Add resources back in for hr help page
2019-03-08 19:02:40 -08:00
8635a777c6 grammatical-clean-up-added-few-sentences.md (#29078)
fixed grammatically errors. 
edited sentences to make the flow clearer
added few sentences.
2019-03-08 15:24:42 -08:00
1625b8faf7 Rephrase/Clarification of given problem (#33004) 2019-03-08 15:23:02 -08:00
1766e8fa10 Update index.md (#24818)
Add hint with example to use Attribute Selectors
2019-03-08 15:16:07 -08:00
e3e1b3003e Fixed code "To create Padding as a class" (#26580)
The opening curly bracket was replaced with the intended closing bracket.
2019-03-08 15:13:55 -08:00
8a2927ff99 Add Font Family details (#28719)
* Add Font Family details

* fix: removed unnecessary comment
2019-03-08 15:12:51 -08:00
2e939bcd66 Updated article on img tag alt attribute (#33853)
Populated content for stub article: Add a Text Alternative to Images for Visually Impaired Accessibility
2019-03-08 14:56:29 -08:00
61e8a7c8bd add: content for this challenge (#31782) 2019-03-08 14:53:49 -08:00
41314f1364 add: content for challenge - match ending string patterns (#31774) 2019-03-08 14:50:49 -08:00
bdc7c22ee6 Update "Escape Sequences in Strings" stub (#34006)
* Update "Escape Sequences in Strings" stub

* fix: replaced backspace with word boundary
2019-03-08 14:47:58 -08:00
a8f303094c Update index.md add comma and sentence (#33994)
Added apostrophe on line 4, added 'combined approach' on line 10.
2019-03-08 15:47:05 -07:00
f0270b8439 [Guide] Basic JS: Inequality operator. Enhancements (#28501)
* Basic JS: Inequality operator. Enhancements

From [this PR on the old guide repo](https://github.com/freeCodeCamp/guide/pull/8651)
·Added exercise explanation, run code link, code explanation and resources.

* fixed: fixed typo
2019-03-08 14:42:20 -08:00
64d7eba61b [Guide] Basic JS: Greater than operator. Enhancements (#28510)
* [Guide] Basic JS: Greater than operator. Enhancements

From [this PR on the old guide repo](https://github.com/freeCodeCamp/guide/pull/8663).
· Added problem explanation, run code example, code explanation and resources.

* fix: removed repl.it link
2019-03-08 14:42:05 -08:00
baed72fd3d Explained solution and added alternate (#34718)
* Explained solution and added alternate

Explained why the solution works and added an alternate, less elegant solution for comparison.

* Removed last line per feedback
2019-03-08 14:41:08 -08:00
e0ce2301e6 Added Hint 2 & remove repl links (#34745) 2019-03-08 14:36:08 -08:00
a22526d17f Fix error in the markdown (#34990)
Fix error in the markdown closing the code fragment.
2019-03-08 14:08:26 -08:00
e290762005 Provided code solution to jQuery challenge : Change the CSS of an Element Using jQuery (#35293)
* Update index.md

* Update index.md
2019-03-08 14:06:17 -08:00
058db4f449 fix(guide): Add full solution code to jQuery challenges (#35488) 2019-03-08 14:04:01 -08:00
871d8ff3d9 Speeling and Punctuation modification (#32432) 2019-03-08 14:59:20 -07:00
00c7b70ab5 Edit paragraph 1 for clarity and material. (#32396)
A sudden contextual jump to overclocking may leave an unversed reader confused. The added and edited lines improve the clarity and flow of the paragraph as well as provide a basic description of overclocking.
2019-03-08 14:45:35 -07:00
da9171a57a Added a More Information section to "Import a Google Font" (#34633)
-Added additional links in the More Information section to show the user how to implement Google Fonts into their HTML and CSS code
2019-03-08 13:38:54 -08:00
45b24b1de1 Add CSS Class to Style an Element details (#28749) 2019-03-08 13:23:33 -08:00
2d2c13f2ab Add the text for clarity to the article (#28489)
Also added links for more info
2019-03-08 13:13:26 -08:00
9d09a12906 Use the javascript console to check the value... (#34644)
* Use the javascript console to check the value...

... of a variable.

- Solution added to index.md

* add full solution
2019-03-08 13:03:18 -08:00
16fe6efff6 Fixed Typographical Error in guide/english/3d/blender/index.md (#35486)
* Update index.md

* Update index.md

* Update index.md

* revert code

* Update index.md

* Fixed spacing and grammar
2019-03-09 02:08:59 +05:30
cf8a79c0af Replace stub page with new hints (#34799)
* Replace stub page

* Update index.md
2019-03-08 12:16:27 -08:00
21d2698a44 update front end certification guide handle action in the store solution code to return the state parameter not the defaultState object (#28485) 2019-03-08 10:35:02 -08:00
3eab20af32 add guide of certificate/api/create a model (#29472)
* add guide of certificate/api/create a model

* Add syntax highlighting

* Update index.md syntax highlighting
2019-03-08 09:51:00 -08:00
f6d07f37d7 fix: created more flexible test (#35325) 2019-03-08 11:07:50 -06:00
bf255ddb05 Added SASS solutions, fixed typos, code formatting (#34792)
* Added SASS solution and output CSS

* Fixed typo, added code formatting

The example code outputs for "start to end" and "start through end" were swapped. "1 to 3" does not include the end number, so should output "1 2", while "1 through 3" includes the end number, so should output "1 2 3"

* Added SASS solution and output CSS

* Added SASS solution

* Updated solution to full solution

Now includes all seed code, plus the changes needed to pass the tests, per @thecodingaviator [suggestion](https://github.com/freeCodeCamp/freeCodeCamp/pull/34792#pullrequestreview-210097979).

* Updated solution to full solution

Now includes all seed code, plus the changes needed to pass the tests, per @thecodingaviator suggestion https://github.com/freeCodeCamp/freeCodeCamp/pull/34792#pullrequestreview-210097979.

* Fixed Markdown syntax

Minor edit

* Updated solution to full solution

Now includes all seed code, plus the changes needed to pass the tests, per @thecodingaviator suggestion https://github.com/freeCodeCamp/freeCodeCamp/pull/34792#discussion_r263731937.
2019-03-08 21:07:52 +05:30