Commit Graph

22840 Commits (7573252fa05438dfb5dbd46301a8cb77a6e44b6d)

Author SHA1 Message Date
lasjorg 7573252fa0 feat(guide): add guide for HTML value attribute challenge (#35783) 2019-05-03 10:16:50 -05:00
Tina Wang e78b0b868f Fix(guide articles): Developer/case studies links in English (#35771)
* added working links, descriptions, more info links into cse studies

* deleted code of ethics as it is already listed in another page

* changed wording to -expose- as it flows better
2019-05-03 09:57:44 -05:00
Randell Dawson a092c76688 fix: added 22 missing solutions (#35747) 2019-05-03 12:05:26 +02:00
Navjot Singh b9fdbffa71 Broken Links in Sum of all odd Fibbonaci Nos Guide (#35911)
Fixed a broken and a missing link in the guide.
2019-05-03 14:21:09 +05:30
Valeriy 1660a267ba fix: remove unnecessary div and props 2019-05-02 15:30:39 -07:00
moT01 ebe420c099 feat(guide): add footer link to article source on GitHub
fix/suggested-changes
2019-05-02 15:30:39 -07:00
Aditi Joshi 24802779be fix: update sass challenge - russian description (#35545) 2019-05-02 09:09:22 -07:00
Aditi Joshi 9792dcbe09 fix: basic-html-and html5 challenge russian - test (#35544) 2019-05-02 09:08:39 -07:00
Aditi Joshi 834648200d fix: basic-html-and html5 challenge portuguese - test (#35440) 2019-05-02 09:08:06 -07:00
Aditi Joshi 325c36cbf8 fix: basic-html-and html5 challenge chinese - test (#35439) 2019-05-02 09:07:41 -07:00
Aditi Joshi 74cfbc28e3 fix: update sass challenge - chinese description (#35438) 2019-05-02 09:06:31 -07:00
Aditi Joshi 99429d73c5 fix: update sass challenge - portuguese description (#35436) 2019-05-02 09:05:46 -07:00
PUNIT TIWARI 7bd91ddffd Add changes " Define " to article. (#33357) 2019-05-02 08:54:42 -07:00
The Coding Aviator 79b5749c57 curriculum: Change pre and code to blockquote in Advanced Node and Express challenges (#35713)
* curriculum: Change pre and code to blockquote in Advanced Node and Express challenge
2019-05-02 12:19:07 +02:00
Manish Giri b579317e11 fix(curriculum): Add solutions to Bootstrap challenges (#35789)
* fix(curriculum): Add solutions to Bootstrap challenges
2019-05-02 11:24:38 +02:00
Valeriy 4f1fdfdd14 chore(tools): update docker setup to use npm ci 2019-05-02 01:01:00 -07:00
Valeriy 5edaee4269 fix(curriculum): throws is not defined 2019-05-02 01:01:00 -07:00
Valeriy fbf5439248 chore: update packages 2019-05-02 01:01:00 -07:00
Mrugesh Mohapatra d022cace35 fix: warnings about babel corejs config 2019-05-02 01:01:00 -07:00
Mrugesh Mohapatra cbaea46504 fix: rollback gatsby-remark-prismjs & more updates 2019-05-02 01:01:00 -07:00
Mrugesh Mohapatra 0f720671d5 fix: update client packages 2019-05-02 01:01:00 -07:00
Mrugesh Mohapatra 384de0a1e9 chore: make local installations even faster 2019-05-02 01:01:00 -07:00
Randell Dawson 88e7c2d704 fix: added better hint and solution (#35746) 2019-05-01 18:09:45 -04:00
Nischay Hegde a43d6c6daf Fixed syntax error. (#27164)
* Fixed syntax error.

Fixed a syntax error in line 55.
Also corrected the indentation.

* Update index.md
2019-05-01 18:03:18 -04:00
Daniel 44661a3e06 Fixed block code and syntax highlighting (#29977)
This commit fixes the example code to demonstrate the working of arithmetic operators so that the entire code, from initial comment to ending curly brace for main(), is in a Markdown code block and is syntax highlighted.  Spacing around the include and int initialization was improved as well.
2019-05-01 08:06:29 -07:00
Randell Dawson f51f262104 fix(curriculum): Increased starting font size to fix a bug on Chrome browser for Sass Apply a Style Until a Condition is Met with @while challenge (#35935)
* fix: increased starting font size for Chrome

* fix: slight verbiage change

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

* fix/remove-extra-space
2019-05-01 09:08:38 -05:00
Daniella Todd 36a4df9afa Updated solution-Include intro (#34199) (#34486)
Added intro paragraph and further hints.
2019-05-01 12:48:31 +02:00
Randell Dawson 409aa30b0a fix(curriculum): add new test to use calculated space for Use grid-column to Control Spacing challenge (#35893)
* fix: use calculated space for test

* fix: reworded comment

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

* fix: changed After Test to Before Test

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>
2019-05-01 14:08:35 +05:30
Joon 61dfcfd4a3 New header added (#26525)
* New header added

Went into an abstract level of what determines a brand based on all the self-development books I have been devouring.

* Minor grammar fixes
2019-05-01 13:44:26 +05:30
Randell Dawson 365ce2ddc7 fix(curriculum): Added test and corrected solution for Restrict Possible Usernames challenge (#35847)
* fix: added test and corrected solution

* fix: removed redundant regex

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>
2019-04-30 20:40:38 -05:00
Randell Dawson 3bff4151cf fix: rewrote challenge instructions and tests (#35899) 2019-04-30 20:19:06 -05:00
Randell Dawson 7d7a1127a7 fix: remove comments before tests (#35906) 2019-04-30 19:26:07 -05:00
Randell Dawson 66398a9300 fix(curriculum): Improved the tests for Find the length of a String challenge (#35940)
* fix: split tests into two requests

* fix: removed typeof number check

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

* fix: remove unneeded After Test section
2019-04-30 19:12:22 -05:00
Oliver Eyton-Williams e3529a8449 fix: Add solutions for Sass challenges (#35777) 2019-04-30 18:55:22 -05:00
RIHANE ZAKARIA 6630b2be7a bug fix / test of Spread Operator javascript challenge / english (#35856)
* bug fix test with the Spread Operator

* test of Spread Operator javascript challenge / english / change test and add a helper function
2019-04-30 18:37:26 -05:00
Garret Kemp 0ba2b1b09c Solution and hint added to challenge (#35762) 2019-04-30 09:14:23 -07:00
chaomt fbe8dcdf6b fix(guide): binary search tree min/max height (#35938)
We added the correct solution to the guide article related to this code challenge, and deleted the other information which is not related to the code challenge at all.
2019-04-30 13:16:17 +05:30
Matt 59cbe5ae7a update index.md (#33486)
Provide more information on what nginx is and some basic tutorial links.
2019-04-29 15:39:34 -07:00
Quincy Larson 04f493f30b Clarify curriculum translations (#35921)
* Clarify curriculum translations

* docs: update header for linking to section

Co-Authored-By: raisedadead <1884376+raisedadead@users.noreply.github.com>

* fix: corrected link syntax
2019-04-29 07:40:50 -07:00
The Coding Aviator a2a278e937 fix: Moved instruction to proper place and removed assert text in Font Awesome challenges (#35928)
* fix: Moved instruction to proper place and removed assert text

* Add suggestion about making note strong

Co-Authored-By: thecodingaviator <34807532+thecodingaviator@users.noreply.github.com>
2019-04-29 15:51:03 +02:00
Oliver Eyton-Williams ff15832ccd fix: Update challenge docs with new note guidelines (#35929) 2019-04-29 06:32:56 -07:00
Manish Giri 1015f1ec6e fix(curriculum): Add solution to jQuery challenges (#35776) 2019-04-28 12:28:47 -07:00
Huyen Nguyen 5b32e98c4a fix(curriculum): Add solutions to Applied Visual Design challenges (#35815)
* fix: add solutions to Applied Visual Design challenges

* fix: remove extra opening style tag
2019-04-28 13:13:38 -05:00
Muh Fachrul Razy c8d39b6658 Add 'sudo' and Step 3 - 4 (#33067)
Add sudo at the first of each syntax line and added Step 3 (firewall adjustment) and Step 4 (check nginx service)
2019-04-28 10:01:51 -07:00
Nikita bee5145d8f Correctly translated into Russian (#29983) 2019-04-28 15:37:59 +04:00
Tina Wang bc986a4728 Moved font-awesome challenges to Font Awesome v5.8.1 (#35813)
* update font awesome challenge to font awesome 5

* v5 syntax changed
2019-04-28 15:00:27 +05:30
Randell Dawson 102c2b829a fix: added 15 missing solutions (#35745) 2019-04-28 14:31:14 +05:30
JesseJams bab94ccf00 Addition of overview of nginx files and locations. (#30566)
* Overview of nginx files and locations.

* fix: wasn't necessary to add apt-get under CentOS
2019-04-27 18:48:38 -07:00
Aditi Joshi 8dffd3b124 Fix/update challenge for responsive web design principles chinese (#35918)
* Fix/update challenges for responsive-web-design-principles chinese

* fix: corrected translation
2019-04-27 00:26:22 -07:00
Aditi Joshi ce1b1525cb Fix/update challenges for responsive-web-design-principles spanish (#35915) 2019-04-27 00:00:23 -07:00