diff --git a/website/content/english/learners.md b/website/content/english/learners.md index 9f53cfc5d6ae65568cd69a0ef9dcc529d37cd35f..ca97eb216748bbff9e2d490b38ee5f9c60a36e73 100644 --- a/website/content/english/learners.md +++ b/website/content/english/learners.md @@ -3,7 +3,8 @@ title: "Learners" date: 2020-09-28T23:16:23+05:30 slug: learners --- - +**Anyone subject to systemic bias and impacted by under-representation in the technical industry in India can register as a learner.** + # Learner Expectations - Anyone who can commit 15-20 hours per week @@ -12,7 +13,7 @@ slug: learners - Willingness to use GNU/Linux - Communicate with mentors using Free Software tools -Registrations are open for learners and the last date to register is 15th Oct 2021. Anyone subject to systemic bias and impacted by under-representation in the technical industry in India can register as a learner. +Registrations are open for learners and the last date to register is 5th November 2021. Please fill the form below to register as a learner. diff --git a/website/content/english/onboarding.md b/website/content/english/onboarding.md index 96084cbf84f84500855f350e94688ce1714b16de..fc7e19365cbea33e148129f05b612486714d68a6 100644 --- a/website/content/english/onboarding.md +++ b/website/content/english/onboarding.md @@ -2,6 +2,7 @@ title: "I've registered for the camp, now what?" date: 2021-09-22T22:23:44+05:30 draft: false +slug: onboarding --- ### Welcome to Software Freedom Camp Diversity Edition 2021! diff --git a/website/content/english/schedule.md b/website/content/english/schedule.md index b13320529e7e41d3d59814781d5d2e98aa695906..18cbc9e85eb2af8ee5c4fbc3f1ca280a54e184e8 100644 --- a/website/content/english/schedule.md +++ b/website/content/english/schedule.md @@ -11,12 +11,12 @@ aliases: <tr> <th scope="row">Start date</th><th scope="row">Camp Phase</th> </tr> -<tr><td>Sep 18 </td><td>Registrations</td></tr> -<tr><td>Oct 20 </td><td>Ice Breaking</td></tr> -<tr><td>Oct 30</td><td>Introduction to Free Software phase</td></tr> -<tr><td>Nov 10</td><td>GNU/Linux installation phase</td></tr> -<tr><td>Nov 20</td><td>Various ways of contributions</td></tr> -<tr><td>Nov 30</td><td>Mentoring phase</td></tr> +<tr><td>Sep 18 to 05 Nov 2021 </td><td>Registrations</td></tr> +<tr><td>12 November 2021 </td><td>Ice Breaking Sessions</td></tr> +<tr><td>20 November 2021</td><td>Introduction to Free Software phase</td></tr> +<tr><td>30 November 2021</td><td>GNU/Linux installation phase</td></tr> +<tr><td>10 December 2021</td><td>Various ways of contributions</td></tr> +<tr><td>20 December 2021 </td><td>Mentoring phase</td></tr> </tbody> </table> diff --git a/website/i18n/en.yaml b/website/i18n/en.yaml index 769547cb8b537961e7d0ec575c1715d6031fb527..af44c286447eb8ed0b939b22be726c1d0fde2c16 100644 --- a/website/i18n/en.yaml +++ b/website/i18n/en.yaml @@ -16,6 +16,9 @@ - id: sched translation: Schedule +- id: onboarding + translation: Onboarding + - id: projects translation: Projects diff --git a/website/layouts/partials/nav.html b/website/layouts/partials/nav.html index e0896b9327ed49dbb3b5de12be271b94446e907b..1db3d6a27d64f85d76d14d8eca22656c59b78281 100644 --- a/website/layouts/partials/nav.html +++ b/website/layouts/partials/nav.html @@ -12,6 +12,7 @@ <li><a href='{{"code-of-conduct" | relLangURL}}'>{{i18n "coc"}}</a></li> <li><a href='{{"news" | relLangURL}}'>{{i18n "news"}}</a></li> <li><a href='{{"sched" | relLangURL}}'>{{i18n "sched"}}</a></li> + <li><a href='{{"onboarding" | relLangURL}}'>{{i18n "onboarding"}}</a></li> <li><a href='{{"projects" | relLangURL}}'>{{i18n "projects"}}</a></li> <li><a href='{{"#contact" | relLangURL}}'>{{i18n "contact"}}</a></li> {{if .IsTranslated}}