Commit Graph

180 Commits

Author SHA1 Message Date
R.Ganesh
edbcd73566 fix(seed): fixed typos in css grid challenges (#16877)
Closes #16871
2018-03-13 20:50:25 +05:30
Quincy Larson
34dea0ab9c Fix/copy improvements (#16859)
* fix(seed): Simplify copy of lessons and remove need for image

* rework copy for account creation and login emails

* fix: Fixup email template and lock-file
2018-03-09 19:39:44 +00:00
Schalk Neethling
5d93e6d0c3 fix: Small language updates, and fix for colour contrast - basic-css (#16851) 2018-03-09 10:16:55 -06:00
Schalk Neethling
9ef7d8e405 fix: language update suggestions for basic-css and basic-html (#16767)
* fix: language update suggestions for basic-css and basic-html

* Fix plural
2018-03-08 10:13:20 -06:00
Berkeley Martinez
6750f6f1b6 Merge pull request #16788 from Bouncey/feat/legacyCerts
Feat(legacy-certs): Claim legacy certificates from the settings page
2018-03-08 07:33:20 -08:00
mstellaluna
276a9df2e1 Merge pull request #16837 from ahmadabdolsaheb/feature/css-grid-chall-one
feat(seed): Adds the json file for css grid challenges
2018-03-07 20:19:02 -05:00
Neenad Ingole
a3bd39ee5c fix(seed): Add Img to CSS Relative Positioning Challenge (#16728) 2018-03-07 09:08:29 +05:30
Stuart Taylor
572b3a8dcd fix(challengeId): Use correct id for Portfolio challenge 2018-03-05 14:26:07 +00:00
ahmadabdolsaheb
19b86f060d feat(seed): Adds the json file for css grid challenges
order or json files changed and new css grid challenges json is added
2018-03-05 17:20:31 +03:00
Stuart Taylor
56b188389b chore(translations): Remove empty translation descriptions (#16805) 2018-03-02 11:39:29 -06:00
Hasun Amarasekara
427e279b86 fix(seed): Fixed check on U tag to Underline tests (#16744) 2018-02-24 12:28:44 +05:30
Quincy Larson
be7245bb0f fix(seed): Add legacy project back in and update id (#16749)
Closes #16336
2018-02-24 11:56:15 +05:30
renisalcedo
280858e205 fix(seed): Fix "Change the Color of Text" challenge not loading (#16764)
Closes #16762
2018-02-22 10:47:33 +01:00
Stuart Taylor
4c650a6d85 feat(settings): Expand Settings page functionality (#16664)
* fix(layout): Fix Settings layout in firefox

* chore(availableForHire): Remove available for hire setting

* feat(helpers): Use helper components for Settings layout

* fix(map): Fix undefined lang requested

* feat(settings): Expand Settings page functionality

* chore(pledge): Remove pledge from Settings

* fix(about): Adjust AboutSettings layout

* fix(portfolio): Improve PortfolioSettings layout

* fix(email): Improve EmailSettings layout

* fix(settings): Align save buttons with form fields

* fix(AHP): Format AHP

* fix(DangerZone): Adjust DangerZone layout

* fix(projectSettings): Change Button Copy

* fix(CertSettings): Fix certificate claim logic

* chore(lint): Lint
2018-02-16 17:18:53 -06:00
Schalk Neethling
767efbc76f fix: language update suggestions for basic-css and basic-html (#16729) 2018-02-16 11:11:23 +00:00
Schalk Neethling
15c9c8527a fix: language update suggestions for basic-css and basic-html (#16713) 2018-02-14 16:24:21 +00:00
Eduardo Azeredo Massarani
731efaaaae update test for media query challenge (#16691)
the test fails if there is no space between @media and the parenthesis, even though it is possible to not have a space. Also it doesn't tell you that that is the problem, so it can make the person get stuck trying to figure out what they did wrong, when in fact they were right, like I was for half an hour until I came here to check the test =)
2018-02-14 11:21:14 +00:00
Akshat Harit
edd55ea331 fix(challenges): Fix animation-timing-function default from linear (#16690)
Closes #16684
2018-02-14 11:19:32 +00:00
Ahmad Abdolsaheb
fda485067f fix(seed): Typo in test message (#16708) 2018-02-13 20:13:42 +05:30
Schalk Neethling
d63f3e2ce6 fix: small language update suggestion for basic css (#16706) 2018-02-13 09:46:48 +00:00
Schalk Neethling
e2ec5e7427 Language update suggestions for basic HTML curriculum (#16697)
* Language update suggestions for basic HTML curriculum

* fix: Changes based on review feedback
2018-02-12 12:30:43 +00:00
Matthew Brener
98d92c3e58 feat(seed): Fix attribute selector grammar error (#16676)
Changed the word "style" to "styles"

Closes #16675
2018-02-10 09:23:12 +00:00
Jason Kao
ca1ca41ec5 fix(seed): strengthened buggy regex in an Applied Accessibility test (#16653)
Closes #16645
2018-02-08 11:48:29 +05:30
jpdail01
0dec10e0fb Select div by element instead of by class to test background-color (#16638) 2018-02-08 11:32:57 +05:30
Ahmad Abdolsaheb
13f48c47c9 fix(seed): Make tests accepts all correct answers (#16627)
the test and challenge seed has changed

Closes #16516
2018-02-08 11:17:31 +05:30
David Golightly
4a93ae7f39 fix(challenges): Add more examples of text-align CSS property (#16624)
Closes #16446
2018-02-08 00:37:17 +05:30
Neenad Ingole
240a63fdd4 fix(seed): English error in Basic HTML and HTML5 challenge (#16608) 2018-01-31 01:35:11 +05:30
Anh Tran
e232565f03 fix(seed): Add test cases for closing tags (#16575) 2018-01-30 11:09:39 +05:30
Ahmad Abdolsaheb
70603386e7 fix(seed): Expand description of media query challenge (#16572)
example change to make it more clear

Closes #16474
2018-01-30 11:00:10 +05:30
mrugesh mohapatra
62c5720d9b Merge pull request #16573 from tarun7singh/fix/relative-protocol-URLs
fix(URLs): Changed protocol relative URLs to HTTPS URLs
2018-01-26 01:38:11 +05:30
Tarun Singh
8b5b0f338a fix(URLs): Changed protocol relative URLs to Https URLs
BREAKING CHANGE: None

Closes #16522
2018-01-25 20:11:01 +05:30
A-J Roos
c3de5bb644 test(seed): Check for both opening and closing footer tags (#16542)
Currently the test is only checking for the opening footer tag. This
proposed change would make it that the test checks for both the opening
and closing footer tags.

Closes #16416
2018-01-24 23:33:58 +00:00
Davinderpal Singh Rehal
1e93d3d8ca fix(challenge): Remove the note about Safari in the HTML5 require (#16546) 2018-01-21 12:21:13 +05:30
Sagar Jha
48b0b8c55c fix(seed): Change require pixel (#16500) 2018-01-19 00:03:57 +05:30
Saurish Kar
27e716f4be fix(seed): added example breakdown to give more clarity to question (#16485) 2018-01-18 12:16:50 +05:30
Berkeley Martinez
054dd8b4f6 Merge pull request #16442 from iabrenne/feature/link-to-guide
Feature/link to guide
2018-01-16 12:52:03 -08:00
Ryan
5230817dd8 fix(challenges): improved instructions for anchor element challenge
Text and external links. Image was not clear in explaining the
composition of anchor tags.

Closes #16289
2018-01-12 02:25:52 +05:30
Irina Brennen
98d27c16c1 refactor(seed): Add link to guide
Partially #16388
2018-01-10 18:32:16 -06:00
darthm3gatron
9dc3073003 fix(seed): Best practice for radio button (#16349) 2017-12-30 00:27:38 +05:30
Angel Eduardo
461cd88363 add tip for alt attribute for the add-images-to-your-website challenge (#16197) 2017-12-21 22:05:02 +05:30
Jonathan Grah
43abd79788 feat(cert): Certificates (#16185)
* feat(cert): finished layout and design of legacy certificates

* feat(cert): added new certs

* feat(cert): added logic for new certs

* feat(cert): updated claiming challenges

* feat(cert): fixed various small issues

* feat(cert): completed suggested changes
2017-12-20 19:15:23 -06:00
Quincy Larson
ffe5533fe8 fix(seed): Add in introductory slide challenges 2017-11-24 14:58:06 -06:00
mrugesh mohapatra
b86a235656 Merge pull request #16035 from aferreira44/translate/Pt-br-translation-claim-your-responsive-web-design-certificate
feat(pt-br-translation): claim-your-responsive-web-design-certificate
2017-11-18 13:24:05 +05:30
garritfra
93af902b3d fix(translations): Updated German translations (#15995) 2017-11-01 20:13:36 +05:30
André Ferreira
2710aded9a feat(pt-br-translation): claim-your-responsive-web-design-certificate 2017-10-26 00:16:08 -02:00
Darkpingouin
c5a3efb56b Updated simple challenges for colorblinds (#15602)
* Update Challenge for color-blindness 

To do : Translate for Ru, Es and pt-br
Done : Corrected the challenge + translation in German done.

* Corrected color for color-blindness in simple challenges

To do : Translate in ru, pt-br and es
Done: code correction + de translation

* Fix a bug and update some translations
2017-09-01 18:56:03 -07:00
Dylan
ccfd60720d Merge pull request #15801 from systimotic/fix/revert-regex-css-test
fix(challenges): Revert CSS regex test
2017-08-31 21:11:36 -05:00
Timo
86f96a1a28 fix(challenges): Revert CSS regex test
Some CSS tests were changed to regex tests while the CSS tests weren't
working on Firefox. Now that the original issue has been fixed, these
changes can be reverted.

Closes #15567
2017-08-30 14:56:09 +02:00
Timo
890a262d00 refactor: Replace .com with .org 2017-08-26 00:07:44 +02:00
Prateek
9556cede00 Add tests for having single ol and ul element 2017-08-14 21:41:38 +05:30