diff --git a/website/i18n/en.yaml b/website/i18n/en.yaml
index 3175f99d0eb9cbbdcab19de271eb6d34d2004031..2e0d9d31af5b44f05afc6d930a65a1631787b7a4 100644
--- a/website/i18n/en.yaml
+++ b/website/i18n/en.yaml
@@ -43,6 +43,9 @@
 - id: register 
   translation: Click here to apply 
 
+- id: talk-submit
+  translation: Submit a Talk
+
 - id: register-closed
   translation: Closed
 
diff --git a/website/layouts/index.html b/website/layouts/index.html
index 3167d75a3da2bbad9d21997efaa1763f3fbc8d9f..76d1c9bbd5f754bb5fccc452519121003495875a 100644
--- a/website/layouts/index.html
+++ b/website/layouts/index.html
@@ -10,6 +10,7 @@
             <div class="cta-block">
                 <div class="cta">
                     <a href='{{"#about" | relLangURL}}'><button>{{i18n "about"}}</button></a>
+                    <a href='{{"/submit-a-talk" | relLangURL}}'><button>{{i18n "talk-submit"}}</button></a>
                 </div>
                 <div class="dropdown cta">
                     <button onclick="myFunction()" class="dropbtn">{{i18n "apply"}}</button>