diff --git a/website/content/english/learners.md b/website/content/english/learners.md index ca97eb216748bbff9e2d490b38ee5f9c60a36e73..489ae08cb083b26094346904ee8aeddf3b4b00d6 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 d0c6367b68cb2d388fa44dd75d544f7ec859cd77..8557e62a91428ceafea93ed22d3db79f325de8c4 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 91f8019114315db6fa6ee89c7a3ffb721f7e5e90..db3e7aa750064a04084ff9e98c924875801ecdf4 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 9e0a3e06c4dcedae23d2b2193e152fab2f7d7af7..ccc20a6ab7eafeb4c2d3f2889631fd77d5fd1f5e 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>