From 47dacbde897519cce5a2eb5d2a55da198ad8eb6e Mon Sep 17 00:00:00 2001 From: Ravi Dwivedi <ravi@anche.no> Date: Sat, 5 Nov 2022 01:59:55 +0530 Subject: [PATCH] Update the lead content of the front page by adding camp start date. --- website/i18n/en.yaml | 5 ++++- website/layouts/index.html | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/website/i18n/en.yaml b/website/i18n/en.yaml index 2e0d9d3..6b2ec10 100644 --- a/website/i18n/en.yaml +++ b/website/i18n/en.yaml @@ -29,7 +29,10 @@ translation: Contact - id: intro - translation: Software Freedom Camp is an online mentorship programme focusing on diversity organized by <a href="https://fsci.in">Free Software Community of India</a> and inspired by <a href='https://camp.fsf.org.in'>Free Software Camp</a> and <a href='https://outreachy.org'>Outreachy</a>. Learn more about <a href="https://fsfe.org/freesoftware/index.en.html">Software Freedom</a>. + translation: Software Freedom Camp is an online programme to raise awareness about software freedom, focusing on diversity. It is organized by <a href="https://fsci.in">Free Software Community of India</a> and inspired by <a href='https://camp.fsf.org.in'>Free Software Camp</a> and <a href='https://outreachy.org'>Outreachy</a>. Learn more about <a href="https://fsfe.org/freesoftware/index.en.html">Software Freedom</a>. + +- id: camp-start-news + translation: Camp start date- 27 November. Registrations are open. See you at the camp! - id: apply translation: Apply diff --git a/website/layouts/index.html b/website/layouts/index.html index cef0e50..90a5284 100644 --- a/website/layouts/index.html +++ b/website/layouts/index.html @@ -7,6 +7,7 @@ <span style="color:#469198">({{i18n "div-ed"}})</span> </h1> <p>{{i18n "intro" | safeHTML}}</p> + <p>{{i18n "camp-start-news" | safeHTML}}</p> <div class="cta-block"> <div class="cta"> <a href='{{"#about" | relLangURL}}'><button>{{i18n "about"}}</button></a> -- GitLab