From 38d52d093ed594827b3d16fb3c214e786cbb2ee3 Mon Sep 17 00:00:00 2001
From: Akshay S Dinesh <akshay@learnlearn.in>
Date: Sun, 7 Nov 2021 20:42:03 +0530
Subject: [PATCH] Close learner registration

---
 website/content/english/learners.md | 10 ++--------
 website/i18n/en.yaml                |  3 +++
 website/i18n/hi.yaml                |  3 +++
 website/layouts/index.html          |  2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/website/content/english/learners.md b/website/content/english/learners.md
index ca97eb2..489ae08 100644
--- a/website/content/english/learners.md
+++ b/website/content/english/learners.md
@@ -13,12 +13,6 @@ 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 5th November 2021. 
+<h2 class="medium-heading" style="text-align:center;margin:20px 0">Learner application closed on Nov 7, 2021</h2>
 
-Please fill the form below to register as a learner. 
-
-<div id="kobo-form" style="height: 100vh">
-<iframe frameborder="2" src="https://ee.kobotoolbox.org/single/n581ztxO" width="100%" height="100%" style="margin: auto;"     ?returnUrl=""></iframe>
-</div>
-
-I've registered for the camp, now what? [Click here](https://camp.fsci.in/onboarding/) to learn about your next steps.
+If you have already registered for the camp, [click here](https://camp.fsci.in/onboarding/) to learn about your next steps.
diff --git a/website/i18n/en.yaml b/website/i18n/en.yaml
index d0c6367..8557e62 100644
--- a/website/i18n/en.yaml
+++ b/website/i18n/en.yaml
@@ -40,6 +40,9 @@
 - id: register 
   translation: Click here to apply 
 
+- id: register-closed
+  translation: Closed
+
 - id: subscribe-updates
   translation: Subscribe<br>to updates
 
diff --git a/website/i18n/hi.yaml b/website/i18n/hi.yaml
index 91f8019..db3e7aa 100644
--- a/website/i18n/hi.yaml
+++ b/website/i18n/hi.yaml
@@ -37,6 +37,9 @@
 - id: register 
   translation: आवेदन करने के लिए यहां क्लिक करें 
 
+- id: register-closed
+  translation: बंद है
+
 - id: subscribe-updates
   translation: अपडेट पाने के लिए लिए सदस्यता लें
 
diff --git a/website/layouts/index.html b/website/layouts/index.html
index 9e0a3e0..ccc20a6 100644
--- a/website/layouts/index.html
+++ b/website/layouts/index.html
@@ -14,7 +14,7 @@
                 <div class="dropdown cta">
                     <button onclick="myFunction()" class="dropbtn">{{i18n "apply"}}</button>
                     <div id="myDropdown" class="dropdown-content" style="padding: 5px;">
-                        <button style="padding: 0px;"><a href='{{"learners" | relLangURL}}'>{{i18n "as-learner"}}<br>({{i18n "register"}})</a></button>
+                        <button style="padding: 0px;"><a href='{{"learners" | relLangURL}}'>{{i18n "as-learner"}}<br>({{i18n "register-closed"}})</a></button>
                         <button style="padding: 0px;"><a href='{{"mentors" | relLangURL}}'>{{i18n "as-mentor"}}<br>({{i18n "register"}})</a></button>
                         <button style="padding: 0px;"><a href="#subscribe">{{i18n "subscribe-updates" | safeHTML}}</a></button>
                     </div>
-- 
GitLab