diff --git a/website/i18n/en.yaml b/website/i18n/en.yaml
index 2e0d9d31af5b44f05afc6d930a65a1631787b7a4..6b2ec10bbdeaa9a588258832823ba3dbb4eb0622 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 cef0e50ab576801668c133ec87f1a251d1ecf411..90a5284b8801963edff3e6f8147cd87223b0be61 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>