Commit Graph

77 Commits

Author SHA1 Message Date
Kevin Smith
c022dff28b fix(challenges): change definition of complementary colors (#299) 2018-09-05 15:29:06 +09:00
Tomer Ben Rachel
0a79c58c09 fix(challenges): removed duplicate css top property 2018-08-30 18:39:22 +09:00
Tomer Ben-Rachel
d560d58631 fix(challenges): rephrased wording in applied visual design (#268) 2018-08-24 06:18:38 -06:00
Niraj Nandish
159203aa68 fix(challenges): corrected challenge instructions 2018-08-07 23:27:00 -10:00
Josh Alling
1f06d45bbd test(challenges): add solutions to be tested
ISSUES CLOSED: #206
2018-08-07 23:22:43 -10:00
Josh Alling
45b573b57c fix(challenges): allow for omitted unit after zero values
ISSUES CLOSED: #166
2018-07-31 10:16:55 +09:00
ByronCoder
e41f0782ea fix(challenges): changed complementary color for blue to orange
ISSUES CLOSED: #17934
2018-07-30 13:45:13 +09:00
Ruzsa Balázs
2edb306ca1 fix(challenges): fix test in hr challenge (#189)
the current test never matches: in the html, </h4> is followed by <p>, not <em>
2018-07-28 17:48:19 +01:00
skoparde
128794d819 fix(challenges): moved the <em> tag inside the <p> tag
According to the "Use the em Tag to Italicize Text" challenge, the <em> tag should be placed inside
the <p> tag. However, the following challenges have the <em> tag outside the <p> tag. I changed the
order of these tags for those challenges
2018-07-27 14:15:53 +09:00
Adam Wells
21bb9d02c5 fix(challenges): updated dates
Updated footer copyright dates in a couple of files to reflect the current year

ISSUES CLOSED: #17908
2018-07-24 17:57:11 +09:00
Josh Alling
5a347676db fix(challenges): fix regex in applied visual design challenge (#162)
* fix(challenges): fix regex in applied visual design challenge

ISSUES CLOSED: #161

* fix(challenges): allow whitespace inside url()

ISSUES CLOSED: #161
2018-07-18 22:03:10 +01:00
Guy Even
c28aac036d fix(challenges): fixed regex in a challenge
Fix the regex in use the strong tag to make the text bold in order to only accept Stanford
Yniversity

ISSUES CLOSED: freeCodeCamp/freeCodeCamp#17861
2018-07-15 12:49:58 +09:00
Ankit Tiwari
15675e8b42 fix(challenges): update pseudo-element selector syntax from CSS2 to CSS3 2018-07-08 12:50:49 +09:00
Ankit Tiwari
4dc7589a8c fix(challenges): change del tag to s tag
Using s tag to strikethrough text instead of del tag in applied visual design challenge

ISSUES CLOSED: 17
2018-07-04 21:15:10 +09:00
Prateek Surana
7105507910 fix(challenge): Updated tests to avoid confusion (#57) 2018-06-29 23:47:58 +05:30
Niraj Nandish
16ff132f44 fix: typo errors (#23)
* Typo errors

Unnecessary break

Grammatical error

* remove an unnecessary <br>
2018-06-21 18:48:04 +05:30
Tom
d31e0a3a24 fix: blockquote-formatting-in-challenges (#17590) 2018-06-19 17:53:24 +05:30
Vimal Raghubir
0d2afb5743 Fix: Code ordering issues (#17560)
* Fix: Code ordering issues

* Update applied-visual-design.json
2018-06-14 03:30:04 +05:30
Stuart Taylor
4e645a5ff6 Package: Validate challenges on test (#17216)
This PR allows us to validate the schema during test.

It also removes some cruft from the seed files and ensures only the required data is packaged and consumable, reducing the package weight somewhat.
2018-05-22 18:13:14 +05:30
Stuart Taylor
ee66d84ccb feat(package): Initial Curriculum separation (#17174)
* feat(package): Initial Curriculum separation

* feat(package): Add org scope to package

* chore(ooops): Remove development file

* feat(npm): Add .npmignore

* fix(paths): Fix curriculum paths

* feat(build): Add a build step

* chore(seed): Move package file back to seed

* fix(ignore): Fix .npmIgnore file

* chore(docs): Update README

* chore(seed): Rename coding interview blocks

* fix(seed): Challenge files now fit into learn

* chore(seed): Update seed files for use in learn

* chore(escapes): Unescape script tags of jQuery
2018-05-21 19:26:49 +05:30
Oliver
26c29f25aa fix(seed): Change tag nesting order (#17093)
Changed em tag to wrap around p tag

Closes #17077
2018-05-08 20:09:14 -04:00
rcohane
d612f48d5e fix(challenges): Change offset values (#17006)
Made offset values 50px so change is visible

BREAKING CHANGE: N/A

Closes #14681
2018-04-04 21:24:39 -04:00
Alex Chaffee
52ca2b9ad6 feat(seed): reformat seed/challenges JSON via repack script 2018-04-03 19:53:44 +05:30
Neenad Ingole
a3bd39ee5c fix(seed): Add Img to CSS Relative Positioning Challenge (#16728) 2018-03-07 09:08:29 +05:30
Hasun Amarasekara
427e279b86 fix(seed): Fixed check on U tag to Underline tests (#16744) 2018-02-24 12:28:44 +05:30
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
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
Sagar Jha
48b0b8c55c fix(seed): Change require pixel (#16500) 2018-01-19 00:03:57 +05:30
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
MANISH-GIRI
c681897bd2 Allow shorthand Hex values in challenge 2017-08-01 01:22:56 -04:00
Manish Giri
d2d38f6db7 Edit test to ensure opacity at 50% in keyframes (#14390) 2017-07-25 21:37:24 -04:00
Manish Giri
f798801e89 Update adjust-height and delete visual-balance-with-height (#14406) 2017-04-24 21:50:57 +05:30
Sebastian Petak
920588d85b Refactor hover state of a button for readability (#14158)
Change challenge description of height to width because that is what
the example in the description shows. Add extra spacing in the example
and seed code to make them easier to read. Change the description of
milliseconds to improve readability.
2017-04-24 21:31:44 +05:30
Dylan
ff476e0c59 Merge pull request #14275 from Manish-Giri/fix/add-instruction-css-animation
Add instruction to CSS Animations
2017-04-10 11:53:46 -05:00
MANISH-GIRI
35ab484744 CSS color - delete redundant challenge 2017-04-06 15:42:21 -04:00
MANISH-GIRI
16d689ca24 Add instruction to CSS Animations 2017-04-06 15:10:54 -04:00
Heather Kusmierz
462c3a6753 Combine Google Font challenges into one 2017-03-17 18:18:47 -04:00
cdrainxv
d278c4be21 changed instances of teal to cyan 2017-03-16 00:26:19 -06:00
Dylan
154f2aca78 Merge pull request #13818 from adetime/fix/usage-of-text-align-to-anchor-tags
fix/usage-of-text-align-to-anchor-tags
2017-03-14 20:59:17 -05:00
Atomk
d29afef0b1 Minor text fixes in Applied Visual Design challenges 2017-03-12 22:08:34 +01:00
Adeildo Amorim
37fa7f56c0 fix/usage-of-text-align-to-anchor-tags 2017-03-08 20:34:50 -08:00
Eric Leung
da7d64f009 Merge pull request #13765 from Atomk/fix/missing-space
Insert missing space in challenge code
2017-03-07 21:43:30 -08:00
Morgan
5431f6def1 Added explanation of justified text to Applied Visual Design: Create Visual Balance Using the Text-align Property (#13614) 2017-03-05 18:54:11 -06:00
Atomk
2c868b1384 Insert missing space in challenge code 2017-03-06 00:10:02 +01:00
Atomk
76fceec0b8 Fix indentation of style tag 2017-03-05 12:08:27 +01:00
cdrainxv
d00a4b7f63 Edited test to allow for lowercase hex code 2017-03-02 21:44:28 -07:00
Timo
15a9e59855 Merge pull request #13618 from BhaveshSGupta/fix-empty-editor-and-empty-device-preview
Fix Empty editor and empty device preview
2017-03-02 19:56:12 +01:00
Samuel Plumppu
752987c049 Merge pull request #13631 from JohnOKeefe15/fix/css-property-test-fail
Fix for failing test on width css property
2017-03-01 12:07:40 +01:00