Commit Graph

22393 Commits

Author SHA1 Message Date
7be8ded2c1 methods back to english (#28434) 2019-03-11 20:29:14 +01:00
f8bcea46a1 Add the improved Russian translation to this challenge (#29979) 2019-03-11 20:27:41 +01:00
cca59f7884 Changed CSS code in use-css-selectors-to-style-elements.spanish.md back to English (#27821)
And made some addicional translation corrections
2019-03-11 20:26:39 +01:00
54bcc6b0ce Made some fixes on the translation of style-the-html-body-element.spanish.md (#27577)
* Changed back to english the CSS code of style-the-html-body-element.spanish.md and made translation corrections

* Additional translation fixes on style-the-html-body-element.spanish.md

Noticed some more things to fix just after I made the first commit, sorry!
2019-03-11 20:23:35 +01:00
7086ed7007 New article. (#28260)
* New article.

* Change to md format
2019-03-12 00:32:25 +05:30
4ffa24341b Updated text to have a code block (#33214)
* Updated text to have a code block

previously was displaying the image as if reading the code. added code block to display as code. Added "This is how it will look in an html doc" to maintain consistency

* Update index.md
2019-03-12 00:26:48 +05:30
12ee6b7be8 Update index.md (#31193)
Made syntax highlighting more consistent
2019-03-12 00:01:52 +05:30
49ecb31306 Update index.md (#35570) 2019-03-11 09:27:40 -07:00
9142adbf74 Added a good feature (#32106) 2019-03-11 08:57:29 -07:00
708f951f8e Reformatted some example programs for consistency (#35139) 2019-03-11 08:56:22 -07:00
384cd7e548 Added a useful option (#32116) 2019-03-11 08:43:27 -07:00
518cafa1f1 Added the text "-T to prompt confirmation before overwriting files." to the article (#28217) 2019-03-11 08:22:05 -07:00
e36f2a29f8 add "man ascii" (#30605) 2019-03-11 08:09:55 -07:00
43a0705a91 Updated format to be more consistent (#24178)
Changed the usage section to be more consistent with the rest of the directory, also added a link to SS64 for further details.
2019-03-11 08:04:12 -07:00
487bf5dd4c add resource type (#26605)
* add resource type 

add resource type

* update more meaning text
2019-03-11 07:49:27 -07:00
85efc60136 create addEventListener (#26486)
* create addEventListener

* Change title to lower case

* Rename file to index.md

Update and rename addeventlistener file to index.md. Also change front matter block to meet style guide
2019-03-11 07:48:21 -07:00
108f59fe9b Updated format to be more consistent (#30311)
Changed the more information section to be more consistent with the rest of the directory while adding an extra link to the Linux man man page. Also added a further example and an extra option to the usage.
2019-03-11 07:42:55 -07:00
1045d8e99c uppercase (#33837)
* uppercase

change to uppercase f to F

* Update index.md
2019-03-11 07:33:17 -07:00
b3368db4e3 add pwd to bash guide, very common (#27341)
* add pwd to bash guide, very common

* updated the home directory path
2019-03-11 07:31:09 -07:00
a549921fe6 Added a section on the history command to the bash section of the guide. (#24377)
* Added a section on the history command to the bash section of the guide.

* fixed list formatting in more info section

* fixed title formatting
2019-03-11 07:21:09 -07:00
6ee2a10e65 added text to the article (#31465) 2019-03-11 07:18:25 -07:00
cf013d88ac updated the description to better match man page (#30762) 2019-03-11 07:17:51 -07:00
bc072e6b63 Added way to copy a given type of files (#30157) 2019-03-11 07:16:06 -07:00
50a9ecf64e Adds a page on the alias command to the bash section of the guide (#24393)
* added dir and index.md

* Wrote explanation in index.md
2019-03-11 07:09:11 -07:00
56a74292a3 Revert "fix: landing page image css fix (#35551)" (#35563)
This reverts commit a449e598b4.
2019-03-11 13:56:32 +03:00
a449e598b4 fix: landing page image css fix (#35551) 2019-03-11 11:58:29 +03:00
5fd020fa4f Added the title (#28611) 2019-03-10 23:28:40 +01:00
0c3ac0e894 Added description and instructions (#28619) 2019-03-10 23:14:02 +01:00
ae8e43b174 Changed CSS code back to english on size-your-images.spanish.md and fixed localTitle (#27584)
* Changed CSS code back to english on size-your-images.spanish.md and fixed localTitle

* Changed title of "Description" section to "Descripción"
2019-03-10 23:08:13 +01:00
e8ff81210c Change 'ancho' to width in CSS only (#27556)
For the correct CSS property in English
2019-03-10 23:07:55 +01:00
34df551a8c Fixed mistakenly translated CSS example (#27060)
Changed the id and property
2019-03-10 23:01:37 +01:00
9e5c692d79 change-the-font-size-of-an-element.spanish.md - Corrected the code text of the example and made some translation improvements (#27562)
The CSS keywords of the example were in spanish. Fixed that, and made some general improvements of the translation.
2019-03-10 22:52:31 +01:00
0a2aa3dcfa feat: add solution to accessibility challenge (#35553)
* feat: add solution to accessibility challenge

* Remove space before closing `time` tag

Co-Authored-By: Dana94 <dana.ottaviani@gmail.com>
2019-03-10 11:09:57 -07:00
97a74b68e8 [Guide] ES6: Prevent object mutation; fixes and enhancements (#34649)
* [Guide] ES6: Prevent object mutation; fixes and enhancements

- Remove phantom image
- Remove notes for contributors
- Change explanation and hints.
- Links to markdown

* Changed as requested

Changed titles as requested by @randelldawson. 
Note: I'm just used to [MDN](https://developer.mozilla.org/en-US/docs/MDN/Contribute/Guidelines/Writing_style_guide#Page_titles) and other language styles and though it was clearer. Is it ok now for this guide?

* fix: removed repl.it link
2019-03-10 11:07:48 -07:00
992c39f7a3 Removal of off-place characters (#24709)
Removed three characters that were surely put by mistake, "[##" appeared before an icon.
2019-03-10 09:52:40 -07:00
f991a487a1 Added solution to D3: Add axes challenge (#34243)
* Update index.md

* Update index.md
2019-03-10 09:42:27 -07:00
df3a4db5ba Added info on label element (#30506)
* Added info on label element

Added information on the label element of a form and how to use the label element with a particular input element.

* Capitalization
2019-03-10 21:55:18 +05:30
e13d795cff Update index.md input attribute (#30987)
Fix several syntax and sentence errors.
2019-03-10 21:08:49 +05:30
5babc47b2c Added command to removed unused data (#30665)
Added docker system prune command, which removes all unused data.
2019-03-10 08:29:13 -07:00
ce03b5ccdc Help to add two kinds of Input Type Attribute , There are date and fi… (#29932)
* Help to add two kinds of Input Type Attribute , There are date and file input type.

* Capitalization
2019-03-10 20:57:05 +05:30
95aacb6c02 Update challenge descriptions with code tags (#35539)
* Update challenge descriptions with code tags

Updates multiple challanges in the category: Information Security with
HelmetJS

* Fix(wording): security with helmetjs

Co-Authored-By: jneidel <github@jneidel.com>
2019-03-10 08:21:12 -07:00
e91089ccd6 Added Background Attachment details. (#30016)
* Added Background Attachment details.

Added the information on how to use background-attachment css property

* Added Background Attachment details

added the use of background-attachment property of css

* Add code formatting and reword
2019-03-10 19:30:11 +05:30
a5957dea75 Added link to official BS4 documentation (#30836) 2019-03-10 16:57:33 +05:30
fe09fdbc30 added a tiny explanation of constructor(props) (#32279)
* added a tiny explanation of constructor(props)

* Formatted properly
2019-03-10 16:48:37 +05:30
bc1211680e Inserted other updated way of installation of CRA (#25162)
* Inserted other updated way of installation of CRA

Now, the documentation of react showing the example "npx create-react-app my-app" because it is made easy from npm 5.2+.

* Bifurcation of different methods
2019-03-10 16:43:31 +05:30
56e8e37487 Add instruction of installation docker for CentOS (#32449) 2019-03-09 10:14:18 -07:00
5fa311d05e Updated Ubuntu installation guide (#28477) 2019-03-09 10:10:35 -07:00
785b60cf15 Update index.md (#26965)
Added Kitematic information section.
2019-03-09 09:47:57 -07:00
76a400887c Added solution to Learn about Complementary Colors (#34347)
* Update index.md

* Update index.md

* fix: changed css to html
2019-03-09 06:50:13 -08:00
49db42ba2b fix(curriculum) Replace <code> with <blockquote>for code sections (#35442)
* fix: reformatted code and moved instructions

* fix: replaced code with blockquotes

* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/chain-search-query-helpers-to-narrow-search-results.english.md

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/install-and-set-up-mongoose.english.md

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/create-a-model.english.md

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* fix: made a few recommended changes of text

* fix: moved </blockquote> to new line

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* fix: removed extra space

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/chain-search-query-helpers-to-narrow-search-results.english.md

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/create-a-model.english.md

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>

* fix: added the word The before code tag section
2019-03-09 08:49:19 -06:00