diff --git a/.github/ISSUE_TEMPLATE/translations_checklist.md b/.github/ISSUE_TEMPLATE/translations_checklist.md deleted file mode 100644 index 1bbd070e..00000000 --- a/.github/ISSUE_TEMPLATE/translations_checklist.md +++ /dev/null @@ -1,70 +0,0 @@ ---- -name: Translations Checklist -about: These are all the files that need to be translated -title: "[TRANSLATIONS]" -labels: translations -assignees: '' - ---- - -- [ ] Base README.md -- [ ] for-teachers.md -- [ ] Quizzes -- [ ] 1-getting-started-lessons base README - - [ ] intro-to-programming-languages README - - [ ] intro-to-programming-languages assignment - - [ ] github-basics README - - [ ] accessibility README - - [ ] accessibility assignment -- [ ] 2-js-basics base README - - [ ] data-types README - - [ ] data-types assignment - - [ ] functions-methods README - - [ ] functions-methods assignment - - [ ] making-decisions README - - [ ] making-decisions assignment - - [ ] arrays-loops README - - [ ] arrays-loops assignment -- [ ] 3-terrarium base README - - [ ] intro-to-html README - - [ ] intro-to-html assignment - - [ ] intro-to-css README - - [ ] intro-to-css assignment - - [ ] intro-to-DOM-and-closures README - - [ ] intro-to-DOM-and-closures assignment -- [ ] 4-typing-game base README - - [ ] typing-game README - - [ ] typing-game assignment -- [ ] 5-browser-extension base README - - [ ] about-browsers README - - [ ] about-browsers assignment - - [ ] forms-browsers-local-storage README - - [ ] forms-browsers-local-storage assignment - - [ ] background-tasks-and-performance README - - [ ] background-tasks-and-performance assignment - - [ ] solution base README - - [ ] start base README -- [ ] 6-space-game base README - - [ ] introduction README - - [ ] introduction assignment - - [ ] drawing-to-canvas README - - [ ] drawing-to-canvas assignment - - [ ] moving-elements-around README - - [ ] moving-elements-around assignment - - [ ] collision-detection README - - [ ] collision-detection assignment - - [ ] keeping-score README - - [ ] keeping-score assignment - - [ ] end-condition README - - [ ] end-condition assignment -- [ ] 7-bank-project base README - - [ ] template-route README - - [ ] template-route assignment - - [ ] forms README - - [ ] forms assignment - - [ ] data README - - [ ] data assignment - - [ ] state-management README - - [ ] state-management assignment - - [ ] solution base README - - [ ] API base README diff --git a/.github/PULL_REQUEST_TEMPLATE/translation_checklist.md b/.github/PULL_REQUEST_TEMPLATE/translation_checklist.md deleted file mode 100644 index 458020f1..00000000 --- a/.github/PULL_REQUEST_TEMPLATE/translation_checklist.md +++ /dev/null @@ -1,38 +0,0 @@ -## Track translation progress by opening a draft PR using this template and checking off the translations completed - -Each lesson includes a translation of the README.md and the Assignment.md file, if available. Only mark the lesson complete if both those files are translated per lesson, please. - -- [ ] 1 -- [ ] 1-1 -- [ ] 1-2 -- [ ] 1-3 -- [ ] 2 -- [ ] 2 -- [ ] 2-1 -- [ ] 2-2 -- [ ] 2-3 -- [ ] 2-4 -- [ ] 3 -- [ ] 3-1 -- [ ] 3-2 -- [ ] 3-3 -- [ ] 4 -- [ ] 4-1 -- [ ] 5 -- [ ] 5-1 -- [ ] 5-2 -- [ ] 5-3 -- [ ] 6 -- [ ] 6-1 -- [ ] 6-2 -- [ ] 6-3 -- [ ] 6-4 -- [ ] 6-5 -- [ ] 6-6 -- [ ] 7 -- [ ] 7-1 -- [ ] 7-2 -- [ ] 7-3 -- [ ] 7-4 - -- [ ] Quiz (add a file in the quiz-app with all localizations) diff --git a/.github/PULL_REQUEST_TEMPLATE/translation_checklist.pt.md b/.github/PULL_REQUEST_TEMPLATE/translation_checklist.pt.md deleted file mode 100644 index 812fcc1a..00000000 --- a/.github/PULL_REQUEST_TEMPLATE/translation_checklist.pt.md +++ /dev/null @@ -1,38 +0,0 @@ -## Track translation progress by opening a draft PR using this template and checking off the translations completed - -Each lesson includes a translation of the README.md and the Assignment.md file, if available. Only mark the lesson complete if both those files are translated per lesson, please. - -- [ x ] 1 -- [ x ] 1-1 -- [ x ] 1-2 -- [ x ] 1-3 -- [ ] 2 -- [ ] 2 -- [ ] 2-1 -- [ ] 2-2 -- [ ] 2-3 -- [ ] 2-4 -- [ ] 3 -- [ ] 3-1 -- [ ] 3-2 -- [ ] 3-3 -- [ ] 4 -- [ ] 4-1 -- [ ] 5 -- [ ] 5-1 -- [ ] 5-2 -- [ ] 5-3 -- [ ] 6 -- [ ] 6-1 -- [ ] 6-2 -- [ ] 6-3 -- [ ] 6-4 -- [ ] 6-5 -- [ ] 6-6 -- [ ] 7 -- [ ] 7-1 -- [ ] 7-2 -- [ ] 7-3 -- [ ] 7-4 - -- [ ] Quiz (add a file in the quiz-app with all localizations) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..85bc1c86 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +# Description + +Please include a summary of the changes and the related issue. Please also include relevant motivation and context. + +Fixes # (issue) + +## Type of change + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] This change requires a documentation update \ No newline at end of file diff --git a/README.md b/README.md index c875979a..77dcace7 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,6 @@ Learn the fundamentals of JavaScript, CSS, and HTML with our comprehensive 12-we ### _Are you a student?_ - -Get started with the following resources: - -- [Student Hub page](https://docs.microsoft.com/learn/student-hub?WT.mc_id=academic-77807-sagibbon) On this page, you will find beginner resources, Student packs, and even ways to get a free cert voucher. This is one page you want to bookmark and check from time to time as we switch out content at least monthly. -- [Microsoft Student Learn ambassadors](https://studentambassadors.microsoft.com?WT.mc_id=academic-77807-sagibbon) Join a global community of student ambassadors, this could be your way into Microsoft. - Visit [**Student Hub page**](https://docs.microsoft.com/learn/student-hub/?WT.mc_id=academic-77807-sagibbon) where you will find beginner resources, Student packs and even ways to get a free certificate voucher. This is the page you want to bookmark and check from time to time as we switch out content monthly. # Getting Started @@ -96,18 +90,14 @@ You can run this documentation offline by using [Docsify](https://docsify.js.org A PDF of all of the lessons can be found [here](https://microsoft.github.io/Web-Dev-For-Beginners/pdf/readme.pdf). -## Help Wanted! - -If you would like to translate all or part of the curriculum, please follow our [Translations](TRANSLATIONS.md) guide. - ## Other Curricula Our team produces other curricula! Check out: -- [Machine Learning for Beginners](https://aka.ms/ml-beginners) -- [IoT for Beginners](https://aka.ms/iot-beginners) -- [Data Science for Beginners](https://aka.ms/datascience-beginners) - [AI for Beginners](https://aka.ms/ai-beginners) +- [Data Science for Beginners](https://aka.ms/datascience-beginners) +- [IoT for Beginners](https://aka.ms/iot-beginners) +- [Machine Learning for Beginners](https://aka.ms/ml-beginners) - [XR Development for Beginners](https://aka.ms/xr-dev-for-beginners) ## License diff --git a/TRANSLATIONS.md b/TRANSLATIONS.md index dd7e0c8c..f5902572 100644 --- a/TRANSLATIONS.md +++ b/TRANSLATIONS.md @@ -1,4 +1,10 @@ -# Contribute by translating lessons +# Translated lessons + +We are currently working to revamp our translation process. + +Please check back later for more information on how you can contribute to translations. + + diff --git a/_404.md b/_404.md new file mode 100644 index 00000000..b025229a --- /dev/null +++ b/_404.md @@ -0,0 +1,7 @@ +# Work in progress + +We are working on this page. Please check back later. + +Open an [issue](https://github.com/microsoft/Web-Dev-For-Beginners/issues/new/choose) if you have any questions. + +**[Back home](/)** \ No newline at end of file diff --git a/index.html b/index.html index b46971d0..73f3b08b 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,7 @@ repo: 'https://github.com/microsoft/Web-Dev-For-Beginners', relativePath: true, auto2top: false, + notFoundPage: true, alias: { '/(README.(.*))': '/translations/$1', '#/((?!README).*)/README.(.*)': '$1/translations/README.$2',