From a451d1dd7c693d765345643bc16779b1066c07e9 Mon Sep 17 00:00:00 2001
From: ravidwivedi <ravi@anche.no>
Date: Tue, 19 Oct 2021 00:30:02 +0530
Subject: [PATCH] Add onboarding to nav bar, update schedule and learners.md

---
 website/content/english/learners.md   |  5 +++--
 website/content/english/onboarding.md |  1 +
 website/content/english/schedule.md   | 12 ++++++------
 website/i18n/en.yaml                  |  3 +++
 website/layouts/partials/nav.html     |  1 +
 5 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/website/content/english/learners.md b/website/content/english/learners.md
index 9f53cfc..ca97eb2 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 96084cb..fc7e193 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 b133205..18cbc9e 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 769547c..af44c28 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 e0896b9..1db3d6a 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}}
-- 
GitLab