Skip to content
Snippets Groups Projects
Unverified Commit 352adfd7 authored by Ravi Dwivedi's avatar Ravi Dwivedi
Browse files

Add a page on submitting a talk and put a button in landing page.

parent 79a91e3d
Branches
No related merge requests found
......@@ -43,6 +43,9 @@
- id: register
translation: Click here to apply
- id: talk-submit
translation: Submit a Talk
- id: register-closed
translation: Closed
......
......@@ -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>
......
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