Skip to content
Snippets Groups Projects
Commit 808f0912 authored by Akshay S Dinesh's avatar Akshay S Dinesh
Browse files

Merge branch 'close-registration' into 'master'

Close learner registration

See merge request !12
parents 2c21a56a 38d52d09
Branches
1 merge request!12Close learner registration
...@@ -13,12 +13,6 @@ slug: learners ...@@ -13,12 +13,6 @@ slug: learners
- Willingness to use GNU/Linux - Willingness to use GNU/Linux
- Communicate with mentors using Free Software tools - 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. If you have already registered for the camp, [click here](https://camp.fsci.in/onboarding/) to learn about your next steps.
<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.
...@@ -40,6 +40,9 @@ ...@@ -40,6 +40,9 @@
- id: register - id: register
translation: Click here to apply translation: Click here to apply
- id: register-closed
translation: Closed
- id: subscribe-updates - id: subscribe-updates
translation: Subscribe<br>to updates translation: Subscribe<br>to updates
......
...@@ -37,6 +37,9 @@ ...@@ -37,6 +37,9 @@
- id: register - id: register
translation: आवेदन करने के लिए यहां क्लिक करें translation: आवेदन करने के लिए यहां क्लिक करें
- id: register-closed
translation: बंद है
- id: subscribe-updates - id: subscribe-updates
translation: अपडेट पाने के लिए लिए सदस्यता लें translation: अपडेट पाने के लिए लिए सदस्यता लें
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<div class="dropdown cta"> <div class="dropdown cta">
<button onclick="myFunction()" class="dropbtn">{{i18n "apply"}}</button> <button onclick="myFunction()" class="dropbtn">{{i18n "apply"}}</button>
<div id="myDropdown" class="dropdown-content" style="padding: 5px;"> <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='{{"mentors" | relLangURL}}'>{{i18n "as-mentor"}}<br>({{i18n "register"}})</a></button>
<button style="padding: 0px;"><a href="#subscribe">{{i18n "subscribe-updates" | safeHTML}}</a></button> <button style="padding: 0px;"><a href="#subscribe">{{i18n "subscribe-updates" | safeHTML}}</a></button>
</div> </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