Commit Graph

1755 Commits

Author SHA1 Message Date
Jen Looper
d090e15ce7 Merge pull request #99 from smhigley/lesson-a11y-updates
Accessibility updates in lessons 3-7
2020-12-09 11:16:02 -05:00
Sarah Higley
7a0ac83013 accessibility updates throughout lessons 2020-12-08 17:05:34 -08:00
Jen Looper
9e21da2212 Merge pull request #61 from marcduiker/1-intro-to-programming-languages-nl
Translated 1-intro-to-programming-languages into Dutch
2020-12-05 15:54:42 -05:00
Jen Looper
abcf91b9dc Merge pull request #97 from floogulinc/patch-1
Link specifically to deprecated tags in intro to HTML
2020-12-05 15:53:48 -05:00
Paul Friederichsen
079f49fd73 Link specifically to deprecated tags in intro to HTML 2020-12-04 00:27:16 -06:00
Jasmine Greenaway
231c61f9a0 Merge pull request #95 from bajancode/patch-1
Fixing typo from "adoping" to "adopting"
2020-12-03 14:50:57 -05:00
bajancode
86694f6f76 Fixing typo from "adoping" to "adopting"
added a "t"
2020-12-03 12:35:52 -05:00
tigersniffs
ed7207cf22 fix Express CORS support for 127.0.0.1 (closes #92)
Co-authored-by: qiaodong <qiaodong6733@dingtalk.com>
2020-12-01 09:15:23 +01:00
Eugene Goh
76b9706fd4 Translated to Malay language 2020-12-01 16:13:47 +08:00
Jen Looper
40100377f8 Merge pull request #76 from domi877/patch-2
Small improvement of the german Readme.md
2020-11-30 13:13:39 -05:00
Jen Looper
ce99f3d81f Merge pull request #86 from smhigley/a11y-unit-content
Proposed content changes to the accessibility unit
2020-11-30 13:11:43 -05:00
Jen Looper
20631f7440 Update 1-getting-started-lessons/3-accessibility/README.md
Co-authored-by: Christopher Harrison <chrhar@microsoft.com>
2020-11-30 13:11:34 -05:00
Jen Looper
a3f3285902 Merge pull request #91 from minwook-shin/ko_translation
FIX : fix url for ko translations folder
2020-11-30 11:45:43 -05:00
minwook
2abe2b7457 Merge branch 'main' into ko_translation 2020-11-30 19:09:24 +09:00
minwook-shin
97de424e91 FIX : fix url for translations folder 2020-11-30 18:39:54 +09:00
Eugene Goh
9a7ad78f88 Translated to Malay Language 2020-11-30 16:35:45 +08:00
Jen Looper
ef61ca00d8 Merge pull request #39 from minwook-shin/ko_translation
[WIP] Add korean translations
2020-11-29 11:19:28 -05:00
minwook-shin
3e0e431d7e add 7-4 readme ko translation 2020-11-29 22:50:52 +09:00
minwook-shin
b7fa2ef72a add 7-3 readme ko translation 2020-11-29 18:46:12 +09:00
minwook-shin
4b8585bde8 add 7-2 readme ko translation 2020-11-29 11:57:52 +09:00
minwook-shin
89e707d902 add 7-1 readme ko translation 2020-11-28 15:09:40 +09:00
Sarah Higley
633183542f content updates to accessibility unit 2020-11-27 17:52:04 -08:00
minwook-shin
8bea4d71b1 add 6-6 readme ko translation 2020-11-27 22:22:49 +09:00
minwook-shin
6847ba7092 add 6-5 readme ko translation 2020-11-27 21:38:09 +09:00
minwook-shin
d9e68378de add 6-4 readme ko translation 2020-11-27 20:23:10 +09:00
minwook-shin
4ab286dbe8 add 6-3 readme ko translation 2020-11-26 23:58:49 +09:00
minwook-shin
c1277eff3d add 6-2 readme ko translation 2020-11-26 23:06:14 +09:00
minwook-shin
264f4116f1 add 6-1 readme ko translation 2020-11-26 21:25:19 +09:00
chris
d1c6becc27 Merge pull request #78 from qgp9/patch-6-space-game-2-drawing-to-canvas
fix loadAsset function in 6-space-game/2-drawing-to-canvas/README.md
2020-11-26 00:25:38 +00:00
minwook-shin
3ee93d0455 add 5-3 readme ko translation 2020-11-25 20:46:51 +09:00
Jen Looper
2258e0cdba Merge pull request #80 from coderjojo/main
Fix typo in readme
2020-11-24 09:23:08 -05:00
minwook-shin
10532ac173 add 7-1, 7-2, 7-3, 7-4 readme ko translation (WIP) 2020-11-24 20:08:03 +09:00
minwook-shin
b05a69f920 add 6-1 ~ 6-6 readme ko translation (WIP) 2020-11-24 19:55:01 +09:00
minwook-shin
29f01dfe96 add 5-2 readme ko translation 2020-11-24 19:37:53 +09:00
coderjojo
33ee3b950e Fix typo 2020-11-24 13:35:44 +05:30
hexatester
9be89e6256 Merge branch 'main' into indonesian-translation 2020-11-24 08:45:41 +07:00
minwook-shin
2fb1762f7d add 5-1 readme ko translation 2020-11-23 20:43:46 +09:00
minwook-shin
9a91ba4365 add 3-3 readme ko translation 2020-11-22 19:01:39 +09:00
minwook-shin
e4cd48fedf add 5-1, 5-2, 5-3 readme ko translation (WIP) 2020-11-22 12:28:35 +09:00
minwook-shin
c92fa51b40 add 3-2 readme ko translation 2020-11-22 12:11:16 +09:00
paul jang
37f3626e2b fix loadAsset function in example code
1. move `resolve(img)` in loadAsset function to the inside of the img.onload function to resolve the promise after the image is loaded
2. remove the async keyword of loadAsset because it is not that harmful but not yet necessary
2020-11-22 01:51:22 +02:00
domi877
2d2da0ec3a Update README.de.md 2020-11-21 21:01:31 +01:00
chris
cb6ea41526 Merge pull request #72 from DevTMK/updatde-readme
Update making decisions README.md
2020-11-21 14:32:50 +00:00
minwook-shin
464ed01e03 add 3-1 readme ko translation 2020-11-21 19:58:30 +09:00
minwook-shin
3a65d776d2 add 2-4 readme ko translation 2020-11-21 11:47:26 +09:00
minwook-shin
cb1030f18c add 3-1, 3-2, 3-3 readme ko translation (WIP) 2020-11-21 10:40:02 +09:00
minwook-shin
7f0a436e25 add 2-4 readme ko translation (WIP) 2020-11-21 10:39:26 +09:00
minwook-shin
c048bcb242 add 2-3 readme ko translation 2020-11-21 10:37:15 +09:00
hexatester
1ef2748e28 Merge branch 'main' into indonesian-translation 2020-11-21 06:41:59 +07:00
Jen Looper
af842e671c Merge pull request #73 from domi877/patch-1
Update README.md
2020-11-20 16:26:58 -05:00