diff --git a/website/content/english/learners.md b/website/content/english/learners.md index b6c5d062ade948add43570063633c1bc25a92a63..d8a427cab47727ad9622c074284e28cbf4b9f402 100644 --- a/website/content/english/learners.md +++ b/website/content/english/learners.md @@ -17,7 +17,7 @@ The amount to be paid to register for the camp is Rs.100 per learner and it is m # Steps to register for the camp -- Pay Rs. 100 per learner using [Stripe](https://buy.stripe.com/eVabLG08HcgW64MeUY). It is mandatory for all the learners. +- Pay Rs. 100 per learner either using [Razorpay](https://pages.razorpay.com/pl_KUpjXrNP3lPn1q/view) or using [Stripe](https://buy.stripe.com/eVabLG08HcgW64MeUY). It is mandatory for all the learners. - After paying the amount, keep note of the transaction number/reference number for the amount paid. diff --git a/website/i18n/en.yaml b/website/i18n/en.yaml index 6b2ec10bbdeaa9a588258832823ba3dbb4eb0622..ee9178dce54a02b393d9d6f2e0624ed535142358 100644 --- a/website/i18n/en.yaml +++ b/website/i18n/en.yaml @@ -240,3 +240,18 @@ - id: copyleft translation: Made with ♥ All original content licensed under a free/libre copyleft license (GPL or CC BY-SA) + +- id: egalitarians + translation: Egalitarians + +- id: fsci + translation: FSCI + +- id: foss-nss + translation: FOSS NSS + +- id: navodaya-world + translation: Navodaya-Networks + +- id: vglug + translation: VGLUG diff --git a/website/layouts/partials/footer.html b/website/layouts/partials/footer.html index 11dbecf3aaa786062eb87121a66efb91b355d60f..0f76420c45ba02206ec9ada69c853cefacca00da 100644 --- a/website/layouts/partials/footer.html +++ b/website/layouts/partials/footer.html @@ -4,10 +4,23 @@ <a href="https://egalitarians.net/" style="margin: 0 3em"><img height="50px" src='{{"img/egalitarians.png" | absURL}}' alt="Logo of Egalitarians" title="Egalitarians" /></a> <a href="https://fsci.in" style="margin: 0 3em"><img height="50px" src='{{"img/fsci_logo.png" | absURL}}' alt="Logo of FSCI" title="Free Software Community of India" /></a> <a href="https://fossnss.org/" style="margin: 0 3em"><img height="50px" src='{{"img/fossNss.png" | absURL}}' alt="fossnss" title="FOSS NSS" /></a> - <a href="https://www.navodaya.world/" style="margin: 0 3em"><img height="55px" src='{{"img/navodayaNetworks.png" | absURL}}' alt="Navodaya Networks" title="Navodaya Networks" /></a> - <a href="https://vglug.org/" style="margin: 0 3em"><img height="55px" src='{{"img/vglug_foundation.png" | absURL}}' alt="VGLUG logo" title="Villupuram GNU/Linux Users Group" /></a> - - </div> + <a href="https://vglug.org/" style="margin: 0 3em"><img height="55px" src='{{"img/vglug_foundation.png" | absURL}}' alt="VGLUG logo" title="Villupuram GNU/Linux Users Group" /></a> + <a href="https://www.navodaya.world/" style="margin: 0 3em"><img height="55px" src='{{"img/navodayaNetworks.png" | absURL}}' alt="Navodaya Networks" title="Navodaya Networks" /></a> + + </div> + <div class="footer-organizers" style="text-align: center"> + <!--a href="https://egalitarians.net" >Egalitarians </a>              + <a href="https://fsci.in" >FSCI </a>        +  <a href="https://fossnss.org/" >FOSS NSS </a>            +   <a href="https://www.navodaya.world/" >Navodaya World </a>      + <a href="https://vglug.org/" >VGLUG </a---> + <h4>{{i18n "egalitarians"}}                   + {{i18n "fsci"}}            +     {{i18n "foss-nss"}}          +      {{i18n "vglug"}}      + {{i18n "navodaya-world"}} </h4> + + </div> <p style="text-align: center; font-size: 22px; margin-bottom: 10px">{{i18n "org-desc"}}</p> <p style="text-align: center; font-size: 20px"><a style="text-decoration: underline; color: inherit;" href="{{.Site.BaseURL}}/privacy">{{i18n "priv-pol"}}</a></p> <p style="text-align: center;">{{i18n "copyleft"}}</p>