Skip to content
Snippets Groups Projects
Unverified Commit 38d52d09 authored by Akshay S Dinesh's avatar Akshay S Dinesh
Browse files

Close learner registration

parent 2c21a56a
Branches
No related merge requests found
......@@ -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.
......@@ -40,6 +40,9 @@
- id: register
translation: Click here to apply
- id: register-closed
translation: Closed
- id: subscribe-updates
translation: Subscribe<br>to updates
......
......@@ -37,6 +37,9 @@
- id: register
translation: आवेदन करने के लिए यहां क्लिक करें
- id: register-closed
translation: बंद है
- id: subscribe-updates
translation: अपडेट पाने के लिए लिए सदस्यता लें
......
......@@ -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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment